├── .gitignore ├── .gitmodules ├── .htaccess ├── BLUEBOX_LICENSE ├── FREEPBX_LICENSE ├── assets ├── css │ ├── jqGrid │ │ ├── basic │ │ │ ├── grid.css │ │ │ └── images │ │ │ │ ├── cd_run.gif │ │ │ │ ├── dirty.gif │ │ │ │ ├── down.gif │ │ │ │ ├── find.gif │ │ │ │ ├── first.gif │ │ │ │ ├── folder.png │ │ │ │ ├── grid-blue-ft.gif │ │ │ │ ├── grid-blue-hd.gif │ │ │ │ ├── headerbg.gif │ │ │ │ ├── headerleft.gif │ │ │ │ ├── headerright.gif │ │ │ │ ├── ico-close.gif │ │ │ │ ├── last.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── next.gif │ │ │ │ ├── nochild.gif │ │ │ │ ├── off-first.gif │ │ │ │ ├── off-last.gif │ │ │ │ ├── off-next.gif │ │ │ │ ├── off-prev.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── prev.gif │ │ │ │ ├── refresh.gif │ │ │ │ ├── resize.gif │ │ │ │ ├── row_add.gif │ │ │ │ ├── row_delete.gif │ │ │ │ ├── row_edit.gif │ │ │ │ ├── sort_asc.gif │ │ │ │ ├── sort_desc.gif │ │ │ │ ├── spacer.gif │ │ │ │ ├── tab_close-on.gif │ │ │ │ ├── tree_leaf.gif │ │ │ │ ├── tree_minus.gif │ │ │ │ ├── tree_plus.gif │ │ │ │ └── up.gif │ │ ├── coffee │ │ │ ├── grid.css │ │ │ └── images │ │ │ │ ├── cd_run.gif │ │ │ │ ├── dirty.gif │ │ │ │ ├── down.gif │ │ │ │ ├── find.gif │ │ │ │ ├── first.gif │ │ │ │ ├── folder.png │ │ │ │ ├── grid-blue-ft.gif │ │ │ │ ├── grid-blue-hd.gif │ │ │ │ ├── headerbg.gif │ │ │ │ ├── headerleft.gif │ │ │ │ ├── headerright.gif │ │ │ │ ├── ico-close.gif │ │ │ │ ├── last.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── next.gif │ │ │ │ ├── nochild.gif │ │ │ │ ├── off-first.gif │ │ │ │ ├── off-last.gif │ │ │ │ ├── off-next.gif │ │ │ │ ├── off-prev.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── prev.gif │ │ │ │ ├── refresh.gif │ │ │ │ ├── resize.gif │ │ │ │ ├── row_add.gif │ │ │ │ ├── row_delete.gif │ │ │ │ ├── row_edit.gif │ │ │ │ ├── sort_asc.gif │ │ │ │ ├── sort_desc.gif │ │ │ │ ├── spacer.gif │ │ │ │ ├── tab_close-on.gif │ │ │ │ ├── tree_leaf.gif │ │ │ │ ├── tree_minus.gif │ │ │ │ ├── tree_plus.gif │ │ │ │ └── up.gif │ │ ├── green │ │ │ ├── grid.css │ │ │ └── images │ │ │ │ ├── cd_run.gif │ │ │ │ ├── dirty.gif │ │ │ │ ├── down.gif │ │ │ │ ├── find.gif │ │ │ │ ├── first.gif │ │ │ │ ├── folder.png │ │ │ │ ├── grid-blue-ft.gif │ │ │ │ ├── grid-blue-hd.gif │ │ │ │ ├── headerbg.gif │ │ │ │ ├── headerleft.gif │ │ │ │ ├── headerright.gif │ │ │ │ ├── ico-close.gif │ │ │ │ ├── last.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── next.gif │ │ │ │ ├── nochild.gif │ │ │ │ ├── off-first.gif │ │ │ │ ├── off-last.gif │ │ │ │ ├── off-next.gif │ │ │ │ ├── off-prev.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── prev.gif │ │ │ │ ├── refresh.gif │ │ │ │ ├── resize.gif │ │ │ │ ├── row_add.gif │ │ │ │ ├── row_delete.gif │ │ │ │ ├── row_edit.gif │ │ │ │ ├── sort_asc.gif │ │ │ │ ├── sort_desc.gif │ │ │ │ ├── spacer.gif │ │ │ │ ├── tab_close-on.gif │ │ │ │ ├── tree_leaf.gif │ │ │ │ ├── tree_minus.gif │ │ │ │ ├── tree_plus.gif │ │ │ │ └── up.gif │ │ ├── jqModal.css │ │ ├── jquery.searchFilter.css │ │ ├── sand │ │ │ ├── grid.css │ │ │ └── images │ │ │ │ ├── cd_run.gif │ │ │ │ ├── dirty.gif │ │ │ │ ├── down.gif │ │ │ │ ├── find.gif │ │ │ │ ├── first.gif │ │ │ │ ├── folder.png │ │ │ │ ├── grid-blue-ft.gif │ │ │ │ ├── grid-blue-hd.gif │ │ │ │ ├── headerbg.gif │ │ │ │ ├── headerleft.gif │ │ │ │ ├── headerright.gif │ │ │ │ ├── ico-close.gif │ │ │ │ ├── last.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── next.gif │ │ │ │ ├── nochild.gif │ │ │ │ ├── off-first.gif │ │ │ │ ├── off-last.gif │ │ │ │ ├── off-next.gif │ │ │ │ ├── off-prev.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── prev.gif │ │ │ │ ├── refresh.gif │ │ │ │ ├── resize.gif │ │ │ │ ├── row_add.gif │ │ │ │ ├── row_delete.gif │ │ │ │ ├── row_edit.gif │ │ │ │ ├── sort_asc.gif │ │ │ │ ├── sort_desc.gif │ │ │ │ ├── spacer.gif │ │ │ │ ├── tab_close-on.gif │ │ │ │ ├── tree_leaf.gif │ │ │ │ ├── tree_minus.gif │ │ │ │ ├── tree_plus.gif │ │ │ │ └── up.gif │ │ ├── steel │ │ │ ├── grid.css │ │ │ └── images │ │ │ │ ├── Arrow2_Down.png │ │ │ │ ├── Arrow2_Up.png │ │ │ │ ├── bg.gif │ │ │ │ ├── cd_run.gif │ │ │ │ ├── control_090.png │ │ │ │ ├── control_270.png │ │ │ │ ├── dirty.gif │ │ │ │ ├── down.gif │ │ │ │ ├── fhbg.gif │ │ │ │ ├── find.gif │ │ │ │ ├── find1.gif │ │ │ │ ├── first.gif │ │ │ │ ├── first.png │ │ │ │ ├── folder.png │ │ │ │ ├── headerleft1.gif │ │ │ │ ├── headerright1.gif │ │ │ │ ├── ico-close.gif │ │ │ │ ├── last.gif │ │ │ │ ├── last.png │ │ │ │ ├── line3.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── next.gif │ │ │ │ ├── next.png │ │ │ │ ├── nochild.gif │ │ │ │ ├── odown.gif │ │ │ │ ├── off-first.gif │ │ │ │ ├── off-last.gif │ │ │ │ ├── off-next.gif │ │ │ │ ├── off-prev.gif │ │ │ │ ├── oup.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── prev.gif │ │ │ │ ├── prev.png │ │ │ │ ├── refresh.gif │ │ │ │ ├── refresh1.gif │ │ │ │ ├── resize.gif │ │ │ │ ├── row_add.gif │ │ │ │ ├── row_add1.gif │ │ │ │ ├── row_delete.gif │ │ │ │ ├── row_delete1.gif │ │ │ │ ├── row_edit.gif │ │ │ │ ├── row_edit1.gif │ │ │ │ ├── sort_asc.gif │ │ │ │ ├── sort_desc.gif │ │ │ │ ├── spacer.gif │ │ │ │ ├── sprite.png │ │ │ │ ├── sprite5.png │ │ │ │ ├── sprite5.psd │ │ │ │ ├── tab_close-on.gif │ │ │ │ ├── tree_leaf.gif │ │ │ │ ├── tree_minus.gif │ │ │ │ ├── tree_plus.gif │ │ │ │ ├── up.gif │ │ │ │ └── wbg.gif │ │ ├── table_insert_column.png │ │ └── ui.jqgrid.css │ └── jquery │ │ ├── base │ │ ├── images │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_888888_256x240.png │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── black-tie │ │ ├── images │ │ │ ├── ui-bg_diagonals-thick_8_333333_40x40.png │ │ │ ├── ui-bg_flat_65_ffffff_40x100.png │ │ │ ├── ui-bg_glass_40_111111_1x400.png │ │ │ ├── ui-bg_glass_55_1c1c1c_1x400.png │ │ │ ├── ui-bg_highlight-hard_100_f9f9f9_1x100.png │ │ │ ├── ui-bg_highlight-hard_40_aaaaaa_1x100.png │ │ │ ├── ui-bg_highlight-soft_50_aaaaaa_1x100.png │ │ │ ├── ui-bg_inset-hard_45_cd0a0a_1x100.png │ │ │ ├── ui-bg_inset-hard_55_ffeb80_1x100.png │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_4ca300_256x240.png │ │ │ ├── ui-icons_bbbbbb_256x240.png │ │ │ ├── ui-icons_ededed_256x240.png │ │ │ ├── ui-icons_ffcf29_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── blitzer │ │ ├── images │ │ │ ├── ui-bg_diagonals-thick_75_f3d8d8_40x40.png │ │ │ ├── ui-bg_dots-small_65_a6a6a6_2x2.png │ │ │ ├── ui-bg_flat_0_333333_40x100.png │ │ │ ├── ui-bg_flat_65_ffffff_40x100.png │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ ├── ui-bg_glass_55_fbf8ee_1x400.png │ │ │ ├── ui-bg_highlight-hard_100_eeeeee_1x100.png │ │ │ ├── ui-bg_highlight-hard_100_f6f6f6_1x100.png │ │ │ ├── ui-bg_highlight-soft_15_cc0000_1x100.png │ │ │ ├── ui-icons_004276_256x240.png │ │ │ ├── ui-icons_cc0000_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── cupertino │ │ ├── images │ │ │ ├── ui-bg_diagonals-thick_90_eeeeee_40x40.png │ │ │ ├── ui-bg_flat_15_cd0a0a_40x100.png │ │ │ ├── ui-bg_glass_100_e4f1fb_1x400.png │ │ │ ├── ui-bg_glass_50_3baae3_1x400.png │ │ │ ├── ui-bg_glass_80_d7ebf9_1x400.png │ │ │ ├── ui-bg_highlight-hard_100_f2f5f7_1x100.png │ │ │ ├── ui-bg_highlight-hard_70_000000_1x100.png │ │ │ ├── ui-bg_highlight-soft_100_deedf7_1x100.png │ │ │ ├── ui-bg_highlight-soft_25_ffef8f_1x100.png │ │ │ ├── ui-icons_2694e8_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_3d80b3_256x240.png │ │ │ ├── ui-icons_72a7cf_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── dark-hive │ │ ├── images │ │ │ ├── ui-bg_flat_30_cccccc_40x100.png │ │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png │ │ │ ├── ui-bg_glass_40_ffc73d_1x400.png │ │ │ ├── ui-bg_highlight-hard_20_0972a5_1x100.png │ │ │ ├── ui-bg_highlight-soft_33_003147_1x100.png │ │ │ ├── ui-bg_highlight-soft_35_222222_1x100.png │ │ │ ├── ui-bg_highlight-soft_44_444444_1x100.png │ │ │ ├── ui-bg_highlight-soft_80_eeeeee_1x100.png │ │ │ ├── ui-bg_loop_25_000000_21x21.png │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_4b8e0b_256x240.png │ │ │ ├── ui-icons_a83300_256x240.png │ │ │ ├── ui-icons_cccccc_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── dot-luv │ │ ├── images │ │ │ ├── ui-bg_diagonals-thick_15_0b3e6f_40x40.png │ │ │ ├── ui-bg_dots-medium_30_0b58a2_4x4.png │ │ │ ├── ui-bg_dots-small_20_333333_2x2.png │ │ │ ├── ui-bg_dots-small_30_a32d00_2x2.png │ │ │ ├── ui-bg_dots-small_40_00498f_2x2.png │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_40_292929_40x100.png │ │ │ ├── ui-bg_gloss-wave_20_111111_500x100.png │ │ │ ├── ui-icons_00498f_256x240.png │ │ │ ├── ui-icons_98d2fb_256x240.png │ │ │ ├── ui-icons_9ccdfc_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── eggplant │ │ ├── images │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_0_eeeeee_40x100.png │ │ │ ├── ui-bg_flat_55_994d53_40x100.png │ │ │ ├── ui-bg_flat_55_fafafa_40x100.png │ │ │ ├── ui-bg_gloss-wave_30_3d3644_500x100.png │ │ │ ├── ui-bg_highlight-soft_100_dcd9de_1x100.png │ │ │ ├── ui-bg_highlight-soft_100_eae6ea_1x100.png │ │ │ ├── ui-bg_highlight-soft_25_30273a_1x100.png │ │ │ ├── ui-bg_highlight-soft_45_5f5964_1x100.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_734d99_256x240.png │ │ │ ├── ui-icons_8d78a5_256x240.png │ │ │ ├── ui-icons_a8a3ae_256x240.png │ │ │ ├── ui-icons_ebccce_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── excite-bike │ │ ├── images │ │ │ ├── ui-bg_diagonals-small_25_c5ddfc_40x40.png │ │ │ ├── ui-bg_diagonals-thick_20_e69700_40x40.png │ │ │ ├── ui-bg_diagonals-thick_22_1484e6_40x40.png │ │ │ ├── ui-bg_diagonals-thick_26_2293f7_40x40.png │ │ │ ├── ui-bg_flat_0_e69700_40x100.png │ │ │ ├── ui-bg_flat_0_e6b900_40x100.png │ │ │ ├── ui-bg_highlight-soft_100_f9f9f9_1x100.png │ │ │ ├── ui-bg_inset-hard_100_eeeeee_1x100.png │ │ │ ├── ui-icons_0a82eb_256x240.png │ │ │ ├── ui-icons_0b54d5_256x240.png │ │ │ ├── ui-icons_5fa5e3_256x240.png │ │ │ ├── ui-icons_fcdd4a_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── flick │ │ ├── images │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_0_eeeeee_40x100.png │ │ │ ├── ui-bg_flat_55_ffffff_40x100.png │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ ├── ui-bg_highlight-soft_100_f6f6f6_1x100.png │ │ │ ├── ui-bg_highlight-soft_25_0073ea_1x100.png │ │ │ ├── ui-bg_highlight-soft_50_dddddd_1x100.png │ │ │ ├── ui-icons_0073ea_256x240.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_666666_256x240.png │ │ │ ├── ui-icons_ff0084_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── geogoer.vchecks.css │ │ ├── hot-sneaks │ │ ├── images │ │ │ ├── ui-bg_diagonals-small_40_db4865_40x40.png │ │ │ ├── ui-bg_diagonals-small_50_93c3cd_40x40.png │ │ │ ├── ui-bg_diagonals-small_50_ff3853_40x40.png │ │ │ ├── ui-bg_diagonals-small_75_ccd232_40x40.png │ │ │ ├── ui-bg_dots-medium_80_ffff38_4x4.png │ │ │ ├── ui-bg_dots-small_35_35414f_2x2.png │ │ │ ├── ui-bg_flat_75_ba9217_40x100.png │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ ├── ui-bg_white-lines_85_f7f7ba_40x100.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_88a206_256x240.png │ │ │ ├── ui-icons_c02669_256x240.png │ │ │ ├── ui-icons_e1e463_256x240.png │ │ │ ├── ui-icons_ffeb33_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── humanity │ │ ├── images │ │ │ ├── ui-bg_flat_75_aaaaaa_40x100.png │ │ │ ├── ui-bg_glass_100_f5f0e5_1x400.png │ │ │ ├── ui-bg_glass_25_cb842e_1x400.png │ │ │ ├── ui-bg_glass_70_ede4d4_1x400.png │ │ │ ├── ui-bg_highlight-hard_100_f4f0ec_1x100.png │ │ │ ├── ui-bg_highlight-hard_65_fee4bd_1x100.png │ │ │ ├── ui-bg_highlight-hard_75_f5f5b5_1x100.png │ │ │ ├── ui-bg_inset-soft_100_f4f0ec_1x100.png │ │ │ ├── ui-icons_c47a23_256x240.png │ │ │ ├── ui-icons_cb672b_256x240.png │ │ │ ├── ui-icons_f08000_256x240.png │ │ │ ├── ui-icons_f35f07_256x240.png │ │ │ ├── ui-icons_ff7519_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── jquery.asmselect.css │ │ ├── jquery.autocomplete.css │ │ ├── jquery.ipaddress.css │ │ ├── jquery.jgrowl.css │ │ ├── le-frog │ │ ├── images │ │ │ ├── ui-bg_diagonals-small_0_aaaaaa_40x40.png │ │ │ ├── ui-bg_diagonals-thick_15_444444_40x40.png │ │ │ ├── ui-bg_diagonals-thick_95_ffdc2e_40x40.png │ │ │ ├── ui-bg_glass_55_fbf5d0_1x400.png │ │ │ ├── ui-bg_highlight-hard_30_285c00_1x100.png │ │ │ ├── ui-bg_highlight-soft_33_3a8104_1x100.png │ │ │ ├── ui-bg_highlight-soft_50_4eb305_1x100.png │ │ │ ├── ui-bg_highlight-soft_60_4ca20b_1x100.png │ │ │ ├── ui-bg_inset-soft_10_285c00_1x100.png │ │ │ ├── ui-icons_4eb305_256x240.png │ │ │ ├── ui-icons_72b42d_256x240.png │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── mint-choc │ │ ├── images │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_glass_15_5f391b_1x400.png │ │ │ ├── ui-bg_gloss-wave_20_1c160d_500x100.png │ │ │ ├── ui-bg_gloss-wave_25_453326_500x100.png │ │ │ ├── ui-bg_gloss-wave_30_44372c_500x100.png │ │ │ ├── ui-bg_highlight-soft_20_201913_1x100.png │ │ │ ├── ui-bg_highlight-soft_20_619226_1x100.png │ │ │ ├── ui-bg_inset-soft_10_201913_1x100.png │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_9bcc60_256x240.png │ │ │ ├── ui-icons_add978_256x240.png │ │ │ ├── ui-icons_e3ddc9_256x240.png │ │ │ ├── ui-icons_f1fd86_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── overcast │ │ ├── images │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_0_eeeeee_40x100.png │ │ │ ├── ui-bg_flat_55_c0402a_40x100.png │ │ │ ├── ui-bg_flat_55_eeeeee_40x100.png │ │ │ ├── ui-bg_glass_100_f8f8f8_1x400.png │ │ │ ├── ui-bg_glass_35_dddddd_1x400.png │ │ │ ├── ui-bg_glass_60_eeeeee_1x400.png │ │ │ ├── ui-bg_inset-hard_75_999999_1x100.png │ │ │ ├── ui-bg_inset-soft_50_c9c9c9_1x100.png │ │ │ ├── ui-icons_3383bb_256x240.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_70b2e1_256x240.png │ │ │ ├── ui-icons_999999_256x240.png │ │ │ └── ui-icons_fbc856_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── pepper-grinder │ │ ├── images │ │ │ ├── ui-bg_diagonal-maze_20_6e4f1c_10x10.png │ │ │ ├── ui-bg_diagonal-maze_40_000000_10x10.png │ │ │ ├── ui-bg_fine-grain_10_eceadf_60x60.png │ │ │ ├── ui-bg_fine-grain_10_f8f7f6_60x60.png │ │ │ ├── ui-bg_fine-grain_15_eceadf_60x60.png │ │ │ ├── ui-bg_fine-grain_15_f7f3de_60x60.png │ │ │ ├── ui-bg_fine-grain_15_ffffff_60x60.png │ │ │ ├── ui-bg_fine-grain_65_654b24_60x60.png │ │ │ ├── ui-bg_fine-grain_68_b83400_60x60.png │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_3572ac_256x240.png │ │ │ ├── ui-icons_8c291d_256x240.png │ │ │ ├── ui-icons_b83400_256x240.png │ │ │ ├── ui-icons_fbdb93_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── redmond │ │ ├── images │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ │ ├── ui-icons_217bc0_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_469bdd_256x240.png │ │ │ ├── ui-icons_6da8d5_256x240.png │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ ├── ui-icons_d8e7f3_256x240.png │ │ │ └── ui-icons_f9bd01_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── smoothness │ │ ├── images │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_888888_256x240.png │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── south-street │ │ ├── images │ │ │ ├── ui-bg_glass_55_fcf0ba_1x400.png │ │ │ ├── ui-bg_gloss-wave_100_ece8da_500x100.png │ │ │ ├── ui-bg_highlight-hard_100_f5f3e5_1x100.png │ │ │ ├── ui-bg_highlight-hard_100_fafaf4_1x100.png │ │ │ ├── ui-bg_highlight-hard_15_459e00_1x100.png │ │ │ ├── ui-bg_highlight-hard_95_cccccc_1x100.png │ │ │ ├── ui-bg_highlight-soft_25_67b021_1x100.png │ │ │ ├── ui-bg_highlight-soft_95_ffedad_1x100.png │ │ │ ├── ui-bg_inset-soft_15_2b2922_1x100.png │ │ │ ├── ui-icons_808080_256x240.png │ │ │ ├── ui-icons_847e71_256x240.png │ │ │ ├── ui-icons_8DC262_256x240.png │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ ├── ui-icons_eeeeee_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── start │ │ ├── images │ │ │ ├── ui-bg_flat_55_999999_40x100.png │ │ │ ├── ui-bg_flat_75_aaaaaa_40x100.png │ │ │ ├── ui-bg_glass_45_0078ae_1x400.png │ │ │ ├── ui-bg_glass_55_f8da4e_1x400.png │ │ │ ├── ui-bg_glass_75_79c9ec_1x400.png │ │ │ ├── ui-bg_gloss-wave_45_e14f1c_500x100.png │ │ │ ├── ui-bg_gloss-wave_50_6eac2c_500x100.png │ │ │ ├── ui-bg_gloss-wave_75_2191c0_500x100.png │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ │ ├── ui-icons_0078ae_256x240.png │ │ │ ├── ui-icons_056b93_256x240.png │ │ │ ├── ui-icons_d8e7f3_256x240.png │ │ │ ├── ui-icons_e0fdff_256x240.png │ │ │ ├── ui-icons_f5e175_256x240.png │ │ │ ├── ui-icons_f7a50d_256x240.png │ │ │ └── ui-icons_fcd113_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── sunny │ │ ├── images │ │ │ ├── ui-bg_diagonals-medium_20_d34d17_x.png │ │ │ ├── ui-bg_flat_30_cccccc_40x100.png │ │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png │ │ │ ├── ui-bg_gloss-wave_45_817865_500x100.png │ │ │ ├── ui-bg_gloss-wave_60_fece2f_500x100.png │ │ │ ├── ui-bg_highlight-soft_100_feeebd_1x100.png │ │ │ ├── ui-bg_inset-soft_30_ffffff_1x100.png │ │ │ ├── ui-icons_3d3d3d_256x240.png │ │ │ ├── ui-icons_bd7b00_256x240.png │ │ │ ├── ui-icons_d19405_256x240.png │ │ │ ├── ui-icons_eb990f_256x240.png │ │ │ ├── ui-icons_ed9f26_256x240.png │ │ │ └── ui-icons_ffe180_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── swanky-purse │ │ ├── images │ │ │ ├── ui-bg_diamond_10_4f4221_10x8.png │ │ │ ├── ui-bg_diamond_25_675423_10x8.png │ │ │ ├── ui-bg_diamond_25_d5ac5d_10x8.png │ │ │ ├── ui-bg_diamond_8_261803_10x8.png │ │ │ ├── ui-bg_diamond_8_443113_10x8.png │ │ │ └── ui-bg_highlight-hard_65_fee4bd_1x100.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── thickbox.css │ │ ├── treeview │ │ └── jquery.treeview.css │ │ ├── trontastic │ │ ├── images │ │ │ ├── ui-bg_diagonals-small_50_262626_40x40.png │ │ │ ├── ui-bg_flat_0_303030_40x100.png │ │ │ ├── ui-bg_flat_0_4c4c4c_40x100.png │ │ │ ├── ui-bg_glass_40_0a0a0a_1x400.png │ │ │ ├── ui-bg_glass_55_f1fbe5_1x400.png │ │ │ ├── ui-bg_glass_60_000000_1x400.png │ │ │ ├── ui-bg_gloss-wave_55_000000_500x100.png │ │ │ ├── ui-bg_gloss-wave_95_f6ecd5_500x100.png │ │ │ ├── ui-icons_000000_256x240.png │ │ │ ├── ui-icons_1f1f1f_256x240.png │ │ │ ├── ui-icons_b8ec79_256x240.png │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── ui-darkness │ │ ├── images │ │ │ ├── ui-bg_flat_30_cccccc_40x100.png │ │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png │ │ │ ├── ui-bg_glass_20_555555_1x400.png │ │ │ ├── ui-bg_glass_40_0078a3_1x400.png │ │ │ ├── ui-bg_glass_40_ffc73d_1x400.png │ │ │ ├── ui-bg_gloss-wave_25_333333_500x100.png │ │ │ ├── ui-bg_highlight-soft_80_eeeeee_1x100.png │ │ │ ├── ui-bg_inset-soft_25_000000_1x100.png │ │ │ ├── ui-bg_inset-soft_30_f58400_1x100.png │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_4b8e0b_256x240.png │ │ │ ├── ui-icons_a83300_256x240.png │ │ │ ├── ui-icons_cccccc_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── ui-lightness │ │ ├── images │ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_228ef1_256x240.png │ │ │ ├── ui-icons_ef8c08_256x240.png │ │ │ ├── ui-icons_ffd27a_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css │ │ ├── ui.dropdownchecklist.css │ │ ├── ui.dualListBox.css │ │ ├── ui.multiselect.css │ │ ├── ui.spinner.css │ │ └── vader │ │ ├── images │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ ├── ui-bg_gloss-wave_16_121212_500x100.png │ │ ├── ui-bg_highlight-hard_15_888888_1x100.png │ │ ├── ui-bg_highlight-hard_55_555555_1x100.png │ │ ├── ui-bg_highlight-soft_35_adadad_1x100.png │ │ ├── ui-bg_highlight-soft_60_dddddd_1x100.png │ │ ├── ui-bg_inset-soft_15_121212_1x100.png │ │ ├── ui-icons_666666_256x240.png │ │ ├── ui-icons_aaaaaa_256x240.png │ │ ├── ui-icons_bbbbbb_256x240.png │ │ ├── ui-icons_c98000_256x240.png │ │ ├── ui-icons_cccccc_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ └── ui-icons_f29a00_256x240.png │ │ ├── jquery-ui-1.7.2.custom.css │ │ ├── ui.accordion.css │ │ ├── ui.all.css │ │ ├── ui.base.css │ │ ├── ui.core.css │ │ ├── ui.datepicker.css │ │ ├── ui.dialog.css │ │ ├── ui.progressbar.css │ │ ├── ui.resizable.css │ │ ├── ui.slider.css │ │ ├── ui.tabs.css │ │ └── ui.theme.css ├── img │ ├── error-icon.png │ ├── jquery │ │ ├── dropdowns │ │ │ ├── dropdown.png │ │ │ └── dropdown_hover.png │ │ ├── thickbox │ │ │ └── loadingAnimation.gif │ │ ├── treeview │ │ │ ├── bg.gif │ │ │ ├── file.gif │ │ │ ├── folder-closed.gif │ │ │ ├── folder.gif │ │ │ ├── minus.gif │ │ │ ├── plus.gif │ │ │ ├── treeview-black-line.gif │ │ │ ├── treeview-black.gif │ │ │ ├── treeview-default-line.gif │ │ │ ├── treeview-default.gif │ │ │ ├── treeview-famfamfam-line.gif │ │ │ ├── treeview-famfamfam.gif │ │ │ ├── treeview-gray-line.gif │ │ │ ├── treeview-gray.gif │ │ │ ├── treeview-red-line.gif │ │ │ └── treeview-red.gif │ │ └── vchecks │ │ │ ├── bottom_button_bg.gif │ │ │ ├── bottom_button_bg_hover.gif │ │ │ ├── bottom_button_left.gif │ │ │ ├── bottom_button_left_hover.gif │ │ │ ├── button_bg.gif │ │ │ ├── button_bg_hover.gif │ │ │ ├── button_left.gif │ │ │ ├── button_left_hover.gif │ │ │ ├── cross.png │ │ │ ├── tick.png │ │ │ ├── top_button_bg.gif │ │ │ ├── top_button_bg_hover.gif │ │ │ ├── top_button_left.gif │ │ │ └── top_button_left_hover.gif │ ├── logo.png │ └── poweredby.png └── js │ ├── destinations.js │ ├── jqGrid │ ├── Changes.txt │ ├── i18n │ │ ├── grid.locale-bg.js │ │ ├── grid.locale-bg1251.js │ │ ├── grid.locale-cat.js │ │ ├── grid.locale-cs.js │ │ ├── grid.locale-de.js │ │ ├── grid.locale-dk.js │ │ ├── grid.locale-el.js │ │ ├── grid.locale-en.js │ │ ├── grid.locale-fa.js │ │ ├── grid.locale-fi.js │ │ ├── grid.locale-fr.js │ │ ├── grid.locale-is.js │ │ ├── grid.locale-it.js │ │ ├── grid.locale-jp.js │ │ ├── grid.locale-pl.js │ │ ├── grid.locale-pt-br.js │ │ ├── grid.locale-pt.js │ │ ├── grid.locale-ru.js │ │ ├── grid.locale-sp.js │ │ ├── grid.locale-sv.js │ │ ├── grid.locale-tr.js │ │ └── grid.locale-ua.js │ ├── install.txt │ ├── jquery.jqGrid.js │ ├── jquery.jqGrid.min.js │ └── src │ │ ├── JsonXml.js │ │ ├── css │ │ ├── ellipsis-xbl.xml │ │ ├── jquery.searchFilter.css │ │ ├── ui.jqgrid.css │ │ └── ui.multiselect.css │ │ ├── grid.base.js │ │ ├── grid.celledit.js │ │ ├── grid.common.js │ │ ├── grid.custom.js │ │ ├── grid.formedit.js │ │ ├── grid.import.js │ │ ├── grid.inlinedit.js │ │ ├── grid.jqueryui.js │ │ ├── grid.loader.js │ │ ├── grid.postext.js │ │ ├── grid.setcolumns.js │ │ ├── grid.subgrid.js │ │ ├── grid.tbltogrid.js │ │ ├── grid.treegrid.js │ │ ├── i18n │ │ ├── grid.locale-bg.js │ │ ├── grid.locale-bg1251.js │ │ ├── grid.locale-cat.js │ │ ├── grid.locale-cn.js │ │ ├── grid.locale-cs.js │ │ ├── grid.locale-de.js │ │ ├── grid.locale-dk.js │ │ ├── grid.locale-el.js │ │ ├── grid.locale-en.js │ │ ├── grid.locale-fa.js │ │ ├── grid.locale-fi.js │ │ ├── grid.locale-fr.js │ │ ├── grid.locale-he.js │ │ ├── grid.locale-is.js │ │ ├── grid.locale-it.js │ │ ├── grid.locale-jp.js │ │ ├── grid.locale-nl.js │ │ ├── grid.locale-no.js │ │ ├── grid.locale-pl.js │ │ ├── grid.locale-pt-br.js │ │ ├── grid.locale-pt.js │ │ ├── grid.locale-ro.js │ │ ├── grid.locale-ru.js │ │ ├── grid.locale-sp.js │ │ ├── grid.locale-sv.js │ │ ├── grid.locale-tr.js │ │ └── grid.locale-ua.js │ │ ├── jqDnR.js │ │ ├── jqModal.js │ │ ├── jquery.fmatter.js │ │ ├── jquery.searchFilter.js │ │ └── ui.multiselect.js │ ├── jquery │ ├── AUTHORS.txt │ ├── GPL-LICENSE.txt │ ├── MIT-LICENSE.txt │ ├── effects.blind.js │ ├── effects.bounce.js │ ├── effects.clip.js │ ├── effects.core.js │ ├── effects.drop.js │ ├── effects.explode.js │ ├── effects.fold.js │ ├── effects.highlight.js │ ├── effects.pulsate.js │ ├── effects.scale.js │ ├── effects.shake.js │ ├── effects.slide.js │ ├── effects.transfer.js │ ├── i18n │ │ ├── jquery-ui-i18n.js │ │ ├── ui.datepicker-ar.js │ │ ├── ui.datepicker-bg.js │ │ ├── ui.datepicker-ca.js │ │ ├── ui.datepicker-cs.js │ │ ├── ui.datepicker-da.js │ │ ├── ui.datepicker-de.js │ │ ├── ui.datepicker-el.js │ │ ├── ui.datepicker-eo.js │ │ ├── ui.datepicker-es.js │ │ ├── ui.datepicker-fa.js │ │ ├── ui.datepicker-fi.js │ │ ├── ui.datepicker-fr.js │ │ ├── ui.datepicker-he.js │ │ ├── ui.datepicker-hr.js │ │ ├── ui.datepicker-hu.js │ │ ├── ui.datepicker-hy.js │ │ ├── ui.datepicker-id.js │ │ ├── ui.datepicker-is.js │ │ ├── ui.datepicker-it.js │ │ ├── ui.datepicker-ja.js │ │ ├── ui.datepicker-ko.js │ │ ├── ui.datepicker-lt.js │ │ ├── ui.datepicker-lv.js │ │ ├── ui.datepicker-ms.js │ │ ├── ui.datepicker-nl.js │ │ ├── ui.datepicker-no.js │ │ ├── ui.datepicker-pl.js │ │ ├── ui.datepicker-pt-BR.js │ │ ├── ui.datepicker-ro.js │ │ ├── ui.datepicker-ru.js │ │ ├── ui.datepicker-sk.js │ │ ├── ui.datepicker-sl.js │ │ ├── ui.datepicker-sq.js │ │ ├── ui.datepicker-sr-SR.js │ │ ├── ui.datepicker-sr.js │ │ ├── ui.datepicker-sv.js │ │ ├── ui.datepicker-th.js │ │ ├── ui.datepicker-tr.js │ │ ├── ui.datepicker-uk.js │ │ ├── ui.datepicker-zh-CN.js │ │ └── ui.datepicker-zh-TW.js │ ├── infiniteCarousel.js │ ├── jquery-1.3.2.js │ ├── jquery-1.3.2.min.js │ ├── jquery-1.4.2.min.js │ ├── jquery-ui-1.7.2.custom.js │ ├── jquery.asmselect.js │ ├── jquery.autoGrowInput.js │ ├── jquery.autocomplete.js │ ├── jquery.blockUI.js │ ├── jquery.caret.js │ ├── jquery.color.js │ ├── jquery.cookie.js │ ├── jquery.dependent.js │ ├── jquery.form.js │ ├── jquery.helper.js │ ├── jquery.ipaddress.js │ ├── jquery.jgrowl.js │ ├── jquery.json.js │ ├── jquery.mousewheel.js │ ├── jquery.mousewheel.min.js │ ├── jquery.qtip.js │ ├── jquery.scrollTo-1.4.2-min.js │ ├── jquery.selectboxes.js │ ├── jquery.tmpl.1.1.1.js │ ├── jquery.treeview.async.js │ ├── jquery.treeview.js │ ├── jquery.vchecks.js │ ├── persist-min.js │ ├── thickbox.js │ ├── ui.accordion.js │ ├── ui.core.js │ ├── ui.datepicker.js │ ├── ui.dialog.js │ ├── ui.draggable.js │ ├── ui.dropdownchecklist.js │ ├── ui.droppable.js │ ├── ui.dualListBox.js │ ├── ui.multiselect.js │ ├── ui.progressbar.js │ ├── ui.resizable.js │ ├── ui.selectable.js │ ├── ui.slider.js │ ├── ui.sortable.js │ ├── ui.spinner.js │ ├── ui.tabs.js │ └── version.txt │ └── mustache.js ├── backup_system.sh ├── bluebox ├── cache │ └── empty ├── config │ ├── config.php.dist │ ├── database.php.dist │ ├── email.php.dist │ ├── locale.php.dist │ ├── session.php.dist │ ├── telephony.php.dist │ └── upload.php.dist ├── configure.php ├── controllers │ ├── bluebox.php │ ├── datagrid.php │ ├── installer.php │ ├── user.php │ └── welcome.php ├── helpers │ ├── Bluebox_arr.php │ ├── Bluebox_form.php │ ├── Bluebox_html.php │ ├── Bluebox_inflector.php │ ├── dialplan.php │ ├── dttm.php │ ├── filesystem.php │ ├── filetree.php │ ├── i18n.php │ ├── javascript.php │ ├── jgrid.php │ ├── jquery.php │ ├── jqueryAction.php │ ├── jqueryElement.php │ ├── locations.php │ ├── media.php │ ├── message.php │ ├── navigation.php │ ├── netlists.php │ ├── network.php │ ├── numbering.php │ ├── plugins.php │ ├── skins.php │ ├── stylesheet.php │ ├── subview.php │ ├── timezone.php │ ├── users.php │ └── xml.php ├── hooks │ ├── 00_doctrine.php │ ├── 01_installer.php │ ├── 02_bluebox.php │ ├── 03_user.php │ ├── 04_skins.php │ ├── 05_telephony.php │ ├── 15_navigation.php │ ├── 17_javascript.php │ └── 18_stylesheet.php ├── i18n │ ├── en_US │ │ ├── error_messages.php │ │ ├── installer.php │ │ └── user.php │ └── es_ES │ │ └── error_messages.php ├── libraries │ ├── AMQP │ │ ├── Channel.php │ │ ├── Channel │ │ │ └── Exception.php │ │ ├── Connection.php │ │ ├── Connection │ │ │ └── Exception.php │ │ ├── Core.php │ │ ├── Exception.php │ │ ├── Generic │ │ │ └── Content.php │ │ ├── Message.php │ │ ├── Reader.php │ │ ├── Wire │ │ │ ├── Decimal.php │ │ │ └── Input.php │ │ └── Writer.php │ ├── Anonymous_Statistics.php │ ├── Bluebox_Configure.php │ ├── Bluebox_Core.php │ ├── Bluebox_Exception.php │ ├── Bluebox_Input.php │ ├── Bluebox_Installer.php │ ├── Bluebox_Tenant.php │ ├── Bluebox_Validation.php │ ├── Bluebox_Validation_Exception.php │ ├── Bluebox_View.php │ ├── DataGrid │ │ ├── Column.php │ │ ├── Driver.php │ │ ├── Driver │ │ │ └── Array.php │ │ ├── Engine.php │ │ ├── Factory.php │ │ ├── Table.php │ │ └── Table │ │ │ ├── Body.php │ │ │ ├── DataCell.php │ │ │ ├── Foot.php │ │ │ ├── Head.php │ │ │ ├── HeaderCell.php │ │ │ └── Row.php │ ├── Mustache.php │ ├── Package │ │ ├── Catalog.php │ │ ├── Catalog │ │ │ ├── Datastore.php │ │ │ ├── Exception.php │ │ │ ├── Message.php │ │ │ ├── Remote.php │ │ │ └── Standardize.php │ │ ├── Configure.php │ │ ├── Dependency.php │ │ ├── Dependency │ │ │ ├── Exception.php │ │ │ └── Graph.php │ │ ├── Exception.php │ │ ├── Import.php │ │ ├── Import │ │ │ ├── Exception.php │ │ │ ├── Message.php │ │ │ └── Remote.php │ │ ├── Manager.php │ │ ├── Manager │ │ │ ├── Exception.php │ │ │ └── Message.php │ │ ├── Message.php │ │ ├── Operation.php │ │ ├── Operation │ │ │ ├── Exception.php │ │ │ ├── Install.php │ │ │ ├── Message.php │ │ │ ├── Migrate.php │ │ │ ├── Repair.php │ │ │ ├── Uninstall.php │ │ │ └── Verify.php │ │ ├── Transaction.php │ │ └── Transaction │ │ │ ├── Exception.php │ │ │ └── Message.php │ ├── Telephony.php │ ├── doctrine │ │ ├── CHANGELOG │ │ ├── COPYRIGHT │ │ ├── LICENSE │ │ ├── UPGRADE_TO_1_2 │ │ ├── lib │ │ │ ├── Doctrine.php │ │ │ └── Doctrine │ │ │ │ ├── Access.php │ │ │ │ ├── Adapter │ │ │ │ ├── Exception.php │ │ │ │ ├── Interface.php │ │ │ │ ├── Mock.php │ │ │ │ ├── Oracle.php │ │ │ │ ├── Statement.php │ │ │ │ └── Statement │ │ │ │ │ ├── Interface.php │ │ │ │ │ ├── Mock.php │ │ │ │ │ └── Oracle.php │ │ │ │ ├── AuditLog.php │ │ │ │ ├── AuditLog │ │ │ │ └── Listener.php │ │ │ │ ├── Builder.php │ │ │ │ ├── Cache.php │ │ │ │ ├── Cache │ │ │ │ ├── Apc.php │ │ │ │ ├── Array.php │ │ │ │ ├── Db.php │ │ │ │ ├── Driver.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Interface.php │ │ │ │ ├── Memcache.php │ │ │ │ └── Xcache.php │ │ │ │ ├── Cli.php │ │ │ │ ├── Cli │ │ │ │ ├── AnsiColorFormatter.php │ │ │ │ ├── Exception.php │ │ │ │ └── Formatter.php │ │ │ │ ├── Collection.php │ │ │ │ ├── Collection │ │ │ │ ├── Exception.php │ │ │ │ ├── Iterator.php │ │ │ │ ├── Iterator │ │ │ │ │ ├── Expandable.php │ │ │ │ │ ├── Normal.php │ │ │ │ │ └── Offset.php │ │ │ │ └── Offset.php │ │ │ │ ├── Column.php │ │ │ │ ├── Compiler.php │ │ │ │ ├── Compiler │ │ │ │ └── Exception.php │ │ │ │ ├── Configurable.php │ │ │ │ ├── Connection.php │ │ │ │ ├── Connection │ │ │ │ ├── Common.php │ │ │ │ ├── Db2.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Mock.php │ │ │ │ ├── Module.php │ │ │ │ ├── Mssql.php │ │ │ │ ├── Mssql │ │ │ │ │ └── Exception.php │ │ │ │ ├── Mysql.php │ │ │ │ ├── Mysql │ │ │ │ │ └── Exception.php │ │ │ │ ├── Oracle.php │ │ │ │ ├── Oracle │ │ │ │ │ └── Exception.php │ │ │ │ ├── Pgsql.php │ │ │ │ ├── Pgsql │ │ │ │ │ └── Exception.php │ │ │ │ ├── Profiler.php │ │ │ │ ├── Profiler │ │ │ │ │ └── Exception.php │ │ │ │ ├── Sqlite.php │ │ │ │ ├── Sqlite │ │ │ │ │ └── Exception.php │ │ │ │ ├── Statement.php │ │ │ │ └── UnitOfWork.php │ │ │ │ ├── Data.php │ │ │ │ ├── Data │ │ │ │ ├── Exception.php │ │ │ │ ├── Export.php │ │ │ │ └── Import.php │ │ │ │ ├── DataDict.php │ │ │ │ ├── DataDict │ │ │ │ ├── Exception.php │ │ │ │ ├── Mssql.php │ │ │ │ ├── Mysql.php │ │ │ │ ├── Oracle.php │ │ │ │ ├── Pgsql.php │ │ │ │ └── Sqlite.php │ │ │ │ ├── DataType.php │ │ │ │ ├── Event.php │ │ │ │ ├── EventListener.php │ │ │ │ ├── EventListener │ │ │ │ ├── Chain.php │ │ │ │ ├── Exception.php │ │ │ │ └── Interface.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Export.php │ │ │ │ ├── Export │ │ │ │ ├── Exception.php │ │ │ │ ├── Mssql.php │ │ │ │ ├── Mysql.php │ │ │ │ ├── Oracle.php │ │ │ │ ├── Pgsql.php │ │ │ │ ├── Reporter.php │ │ │ │ ├── Schema.php │ │ │ │ └── Sqlite.php │ │ │ │ ├── Expression.php │ │ │ │ ├── Expression │ │ │ │ ├── Driver.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Mock.php │ │ │ │ ├── Mssql.php │ │ │ │ ├── Mysql.php │ │ │ │ ├── Oracle.php │ │ │ │ ├── Pgsql.php │ │ │ │ └── Sqlite.php │ │ │ │ ├── File.php │ │ │ │ ├── File │ │ │ │ └── Index.php │ │ │ │ ├── Formatter.php │ │ │ │ ├── Hook.php │ │ │ │ ├── Hook │ │ │ │ ├── Equal.php │ │ │ │ ├── Integer.php │ │ │ │ ├── Parser.php │ │ │ │ ├── Parser │ │ │ │ │ └── Complex.php │ │ │ │ └── WordLike.php │ │ │ │ ├── Hydrator.php │ │ │ │ ├── Hydrator │ │ │ │ ├── Abstract.php │ │ │ │ ├── ArrayDriver.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Graph.php │ │ │ │ ├── NoneDriver.php │ │ │ │ ├── RecordDriver.php │ │ │ │ ├── ScalarDriver.php │ │ │ │ └── SingleScalarDriver.php │ │ │ │ ├── I18n.php │ │ │ │ ├── I18n │ │ │ │ └── Exception.php │ │ │ │ ├── Import.php │ │ │ │ ├── Import │ │ │ │ ├── Builder.php │ │ │ │ ├── Builder │ │ │ │ │ └── Exception.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Mssql.php │ │ │ │ ├── Mysql.php │ │ │ │ ├── Oracle.php │ │ │ │ ├── Pgsql.php │ │ │ │ ├── Schema.php │ │ │ │ └── Sqlite.php │ │ │ │ ├── Inflector.php │ │ │ │ ├── IntegrityMapper.php │ │ │ │ ├── Lib.php │ │ │ │ ├── Locator.php │ │ │ │ ├── Locator │ │ │ │ ├── Exception.php │ │ │ │ └── Injectable.php │ │ │ │ ├── Locking │ │ │ │ ├── Exception.php │ │ │ │ └── Manager │ │ │ │ │ └── Pessimistic.php │ │ │ │ ├── Manager.php │ │ │ │ ├── Manager │ │ │ │ └── Exception.php │ │ │ │ ├── Migration.php │ │ │ │ ├── Migration │ │ │ │ ├── Base.php │ │ │ │ ├── Builder.php │ │ │ │ ├── Diff.php │ │ │ │ ├── Exception.php │ │ │ │ ├── IrreversibleMigrationException.php │ │ │ │ └── Process.php │ │ │ │ ├── Node.php │ │ │ │ ├── Node │ │ │ │ ├── AdjacencyList.php │ │ │ │ ├── AdjacencyList │ │ │ │ │ ├── LevelOrderIterator.php │ │ │ │ │ ├── PostOrderIterator.php │ │ │ │ │ └── PreOrderIterator.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Interface.php │ │ │ │ ├── MaterializedPath.php │ │ │ │ ├── MaterializedPath │ │ │ │ │ ├── LevelOrderIterator.php │ │ │ │ │ ├── PostOrderIterator.php │ │ │ │ │ └── PreOrderIterator.php │ │ │ │ ├── NestedSet.php │ │ │ │ └── NestedSet │ │ │ │ │ ├── LevelOrderIterator.php │ │ │ │ │ ├── PostOrderIterator.php │ │ │ │ │ └── PreOrderIterator.php │ │ │ │ ├── Null.php │ │ │ │ ├── Overloadable.php │ │ │ │ ├── Pager.php │ │ │ │ ├── Pager │ │ │ │ ├── Exception.php │ │ │ │ ├── Layout.php │ │ │ │ ├── Range.php │ │ │ │ └── Range │ │ │ │ │ ├── Jumping.php │ │ │ │ │ └── Sliding.php │ │ │ │ ├── Parser.php │ │ │ │ ├── Parser │ │ │ │ ├── Exception.php │ │ │ │ ├── Json.php │ │ │ │ ├── Serialize.php │ │ │ │ ├── Xml.php │ │ │ │ ├── YamlSf.php │ │ │ │ ├── YamlSf │ │ │ │ │ ├── Dumper.php │ │ │ │ │ ├── Inline.php │ │ │ │ │ └── Parser.php │ │ │ │ └── Yml.php │ │ │ │ ├── Query.php │ │ │ │ ├── Query │ │ │ │ ├── Abstract.php │ │ │ │ ├── Check.php │ │ │ │ ├── Condition.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Filter.php │ │ │ │ ├── Filter │ │ │ │ │ ├── Chain.php │ │ │ │ │ └── Interface.php │ │ │ │ ├── Forupdate.php │ │ │ │ ├── From.php │ │ │ │ ├── Groupby.php │ │ │ │ ├── Having.php │ │ │ │ ├── JoinCondition.php │ │ │ │ ├── Limit.php │ │ │ │ ├── Offset.php │ │ │ │ ├── Orderby.php │ │ │ │ ├── Parser.php │ │ │ │ ├── Part.php │ │ │ │ ├── Registry.php │ │ │ │ ├── Registry │ │ │ │ │ └── Exception.php │ │ │ │ ├── Select.php │ │ │ │ ├── Set.php │ │ │ │ ├── Tokenizer.php │ │ │ │ ├── Tokenizer │ │ │ │ │ └── Exception.php │ │ │ │ └── Where.php │ │ │ │ ├── RawSql.php │ │ │ │ ├── RawSql │ │ │ │ └── Exception.php │ │ │ │ ├── Record.php │ │ │ │ ├── Record │ │ │ │ ├── Abstract.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Filter.php │ │ │ │ ├── Filter │ │ │ │ │ ├── Compound.php │ │ │ │ │ └── Standard.php │ │ │ │ ├── Generator.php │ │ │ │ ├── Iterator.php │ │ │ │ ├── Listener.php │ │ │ │ ├── Listener │ │ │ │ │ ├── Chain.php │ │ │ │ │ └── Interface.php │ │ │ │ ├── State │ │ │ │ │ └── Exception.php │ │ │ │ └── UnknownPropertyException.php │ │ │ │ ├── Relation.php │ │ │ │ ├── Relation │ │ │ │ ├── Association.php │ │ │ │ ├── Association │ │ │ │ │ └── Self.php │ │ │ │ ├── Exception.php │ │ │ │ ├── ForeignKey.php │ │ │ │ ├── LocalKey.php │ │ │ │ ├── Nest.php │ │ │ │ ├── Parser.php │ │ │ │ └── Parser │ │ │ │ │ └── Exception.php │ │ │ │ ├── Search.php │ │ │ │ ├── Search │ │ │ │ ├── Analyzer.php │ │ │ │ ├── Analyzer │ │ │ │ │ ├── Exception.php │ │ │ │ │ ├── Interface.php │ │ │ │ │ ├── Standard.php │ │ │ │ │ └── Utf8.php │ │ │ │ ├── Exception.php │ │ │ │ ├── File.php │ │ │ │ ├── Indexer.php │ │ │ │ ├── Indexer │ │ │ │ │ ├── Dir.php │ │ │ │ │ └── Exception.php │ │ │ │ ├── Listener.php │ │ │ │ ├── Parser.php │ │ │ │ ├── Query.php │ │ │ │ └── Record.php │ │ │ │ ├── Sequence.php │ │ │ │ ├── Sequence │ │ │ │ ├── Db2.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Mssql.php │ │ │ │ ├── Mysql.php │ │ │ │ ├── Oracle.php │ │ │ │ ├── Pgsql.php │ │ │ │ └── Sqlite.php │ │ │ │ ├── Table.php │ │ │ │ ├── Table │ │ │ │ ├── Exception.php │ │ │ │ ├── Repository.php │ │ │ │ └── Repository │ │ │ │ │ └── Exception.php │ │ │ │ ├── Task.php │ │ │ │ ├── Task │ │ │ │ ├── BuildAll.php │ │ │ │ ├── BuildAllLoad.php │ │ │ │ ├── BuildAllReload.php │ │ │ │ ├── Compile.php │ │ │ │ ├── CreateDb.php │ │ │ │ ├── CreateTables.php │ │ │ │ ├── Dql.php │ │ │ │ ├── DropDb.php │ │ │ │ ├── DumpData.php │ │ │ │ ├── Exception.php │ │ │ │ ├── GenerateMigration.php │ │ │ │ ├── GenerateMigrationsDb.php │ │ │ │ ├── GenerateMigrationsDiff.php │ │ │ │ ├── GenerateMigrationsModels.php │ │ │ │ ├── GenerateModelsDb.php │ │ │ │ ├── GenerateModelsYaml.php │ │ │ │ ├── GenerateSql.php │ │ │ │ ├── GenerateYamlDb.php │ │ │ │ ├── GenerateYamlModels.php │ │ │ │ ├── LoadData.php │ │ │ │ ├── Migrate.php │ │ │ │ └── RebuildDb.php │ │ │ │ ├── Template.php │ │ │ │ ├── Template │ │ │ │ ├── Geographical.php │ │ │ │ ├── I18n.php │ │ │ │ ├── Listener │ │ │ │ │ ├── Sluggable.php │ │ │ │ │ ├── SoftDelete.php │ │ │ │ │ └── Timestampable.php │ │ │ │ ├── NestedSet.php │ │ │ │ ├── Searchable.php │ │ │ │ ├── Sluggable.php │ │ │ │ ├── SoftDelete.php │ │ │ │ ├── Timestampable.php │ │ │ │ └── Versionable.php │ │ │ │ ├── Transaction.php │ │ │ │ ├── Transaction │ │ │ │ ├── Exception.php │ │ │ │ ├── Mock.php │ │ │ │ ├── Mssql.php │ │ │ │ ├── Mysql.php │ │ │ │ ├── Oracle.php │ │ │ │ ├── Pgsql.php │ │ │ │ └── Sqlite.php │ │ │ │ ├── Tree.php │ │ │ │ ├── Tree │ │ │ │ ├── AdjacencyList.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Interface.php │ │ │ │ ├── MaterializedPath.php │ │ │ │ └── NestedSet.php │ │ │ │ ├── Util.php │ │ │ │ ├── Validator.php │ │ │ │ ├── Validator │ │ │ │ ├── Country.php │ │ │ │ ├── Creditcard.php │ │ │ │ ├── Date.php │ │ │ │ ├── Driver.php │ │ │ │ ├── Email.php │ │ │ │ ├── ErrorStack.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Future.php │ │ │ │ ├── Htmlcolor.php │ │ │ │ ├── Ip.php │ │ │ │ ├── Minlength.php │ │ │ │ ├── Nospace.php │ │ │ │ ├── Notblank.php │ │ │ │ ├── Notnull.php │ │ │ │ ├── Past.php │ │ │ │ ├── Range.php │ │ │ │ ├── Readonly.php │ │ │ │ ├── Regexp.php │ │ │ │ ├── Time.php │ │ │ │ ├── Timestamp.php │ │ │ │ ├── Unique.php │ │ │ │ ├── Unsigned.php │ │ │ │ └── Usstate.php │ │ │ │ ├── View.php │ │ │ │ └── View │ │ │ │ └── Exception.php │ │ ├── package.xml │ │ ├── tests │ │ │ ├── AccessTestCase.php │ │ │ ├── AuditLogTestCase.php │ │ │ ├── BaseTestCase.php │ │ │ ├── BatchIteratorTestCase.php │ │ │ ├── Cache │ │ │ │ ├── ApcTestCase.php │ │ │ │ ├── FileTestCase.php │ │ │ │ ├── MemcacheTestCase.php │ │ │ │ ├── Query │ │ │ │ │ └── SqliteTestCase.php │ │ │ │ ├── QuerySqliteTestCase.php │ │ │ │ └── SqliteTestCase.php │ │ │ ├── CacheSqliteTestCase.php │ │ │ ├── CacheTestCase.php │ │ │ ├── ClassTableInheritanceTestCase.php │ │ │ ├── Collection │ │ │ │ └── SnapshotTestCase.php │ │ │ ├── CollectionOffsetTestCase.php │ │ │ ├── CollectionTestCase.php │ │ │ ├── ColumnAggregationInheritanceTestCase.php │ │ │ ├── ColumnAliasTestCase.php │ │ │ ├── CompositePrimaryKeyTestCase.php │ │ │ ├── ConcreteInheritanceTestCase.php │ │ │ ├── ConfigurableTestCase.php │ │ │ ├── Connection │ │ │ │ ├── CustomTestCase.php │ │ │ │ ├── MssqlTestCase.php │ │ │ │ ├── MysqlTestCase.php │ │ │ │ ├── OracleTestCase.php │ │ │ │ ├── PgsqlTestCase.php │ │ │ │ ├── ProfilerTestCase.php │ │ │ │ ├── SqliteTestCase.php │ │ │ │ └── UnitOfWork.php │ │ │ ├── ConnectionTestCase.php │ │ │ ├── ConnectionTransactionTestCase.php │ │ │ ├── CtiColumnAggregationInheritanceTestCase.php │ │ │ ├── CustomPrimaryKeyTestCase.php │ │ │ ├── CustomResultSetOrderTestCase.php │ │ │ ├── DBTestCase.php │ │ │ ├── Data │ │ │ │ ├── ExportTestCase.php │ │ │ │ └── ImportTestCase.php │ │ │ ├── DataDict │ │ │ │ ├── MssqlTestCase.php │ │ │ │ ├── MysqlTestCase.php │ │ │ │ ├── OracleTestCase.php │ │ │ │ ├── PgsqlTestCase.php │ │ │ │ └── SqliteTestCase.php │ │ │ ├── DataDictSqliteTestCase.php │ │ │ ├── DataDictTestCase.php │ │ │ ├── DataType │ │ │ │ ├── BooleanTestCase.php │ │ │ │ └── EnumTestCase.php │ │ │ ├── Db │ │ │ │ └── ProfilerTestCase.php │ │ │ ├── DbProfilerTestCase.php │ │ │ ├── DoctrineTest.php │ │ │ ├── DoctrineTest │ │ │ │ ├── Coverage.php │ │ │ │ ├── Doctrine_UnitTestCase.php │ │ │ │ ├── GroupTest.php │ │ │ │ ├── Reporter.php │ │ │ │ ├── Reporter │ │ │ │ │ ├── Cli.php │ │ │ │ │ └── Html.php │ │ │ │ └── UnitTestCase.php │ │ │ ├── DriverTestCase.php │ │ │ ├── EventListener │ │ │ │ └── ChainTestCase.php │ │ │ ├── EventListenerTestCase.php │ │ │ ├── Export │ │ │ │ ├── CheckConstraintTestCase.php │ │ │ │ ├── MssqlTestCase.php │ │ │ │ ├── MysqlTestCase.php │ │ │ │ ├── OracleTestCase.php │ │ │ │ ├── PgsqlTestCase.php │ │ │ │ ├── RecordTestCase.php │ │ │ │ ├── SchemaTestCase.php │ │ │ │ └── SqliteTestCase.php │ │ │ ├── ExportTestCase.php │ │ │ ├── Expression │ │ │ │ ├── DriverTestCase.php │ │ │ │ ├── MssqlTestCase.php │ │ │ │ ├── MysqlTestCase.php │ │ │ │ ├── OracleTestCase.php │ │ │ │ ├── PgsqlTestCase.php │ │ │ │ └── SqliteTestCase.php │ │ │ ├── ExpressionTestCase.php │ │ │ ├── Extension │ │ │ │ └── TestExtension │ │ │ │ │ └── lib │ │ │ │ │ └── Doctrine │ │ │ │ │ ├── Template │ │ │ │ │ └── TestBehavior.php │ │ │ │ │ └── Test.php │ │ │ ├── ExtensionTestCase.php │ │ │ ├── ForeignKeyTestCase.php │ │ │ ├── HookTestCase.php │ │ │ ├── Hydrate │ │ │ │ ├── CollectionInitializationTestCase.php │ │ │ │ ├── DriverTestCase.php │ │ │ │ ├── FetchModeTestCase.php │ │ │ │ ├── PerformanceTestCase.php │ │ │ │ └── ScalarTestCase.php │ │ │ ├── HydrateTestCase.php │ │ │ ├── I18nTestCase.php │ │ │ ├── Import │ │ │ │ ├── BuilderTestCase.php │ │ │ │ ├── MssqlTestCase.php │ │ │ │ ├── MysqlTestCase.php │ │ │ │ ├── OracleTestCase.php │ │ │ │ ├── PgsqlTestCase.php │ │ │ │ ├── PluginHierarchyTestCase.php │ │ │ │ ├── SchemaTestCase.php │ │ │ │ └── SqliteTestCase.php │ │ │ ├── ImportTestCase.php │ │ │ ├── IntegrityActionTestCase.php │ │ │ ├── ManagerTestCase.php │ │ │ ├── Migration │ │ │ │ ├── Diff │ │ │ │ │ └── schema │ │ │ │ │ │ ├── from.yml │ │ │ │ │ │ └── to.yml │ │ │ │ └── DiffTestCase.php │ │ │ ├── MigrationTestCase.php │ │ │ ├── ModelLoadingTest │ │ │ │ ├── Aggressive │ │ │ │ │ ├── Models.php │ │ │ │ │ └── MoreModels.php │ │ │ │ └── Conservative │ │ │ │ │ ├── BaseConservativeModelLoadingUser.php │ │ │ │ │ ├── ConservativeModelLoadingContact.php │ │ │ │ │ ├── ConservativeModelLoadingProfile.php │ │ │ │ │ └── ConservativeModelLoadingUser.php │ │ │ ├── NestedSet │ │ │ │ ├── MultiRootTestCase.php │ │ │ │ ├── SingleRootTestCase.php │ │ │ │ └── TimestampableMultiRootTestCase.php │ │ │ ├── NewCoreTestCase.php │ │ │ ├── OneTableOneClassInheritanceTestCase.php │ │ │ ├── ParserTestCase.php │ │ │ ├── PessimisticLockingTestCase.php │ │ │ ├── PluginTestCase.php │ │ │ ├── Query │ │ │ │ ├── AggregateValueTestCase.php │ │ │ │ ├── ApplyInheritanceTestCase.php │ │ │ │ ├── CacheTestCase.php │ │ │ │ ├── CheckTestCase.php │ │ │ │ ├── ComponentAliasTestCase.php │ │ │ │ ├── ConditionTestCase.php │ │ │ │ ├── CopyTestCase.php │ │ │ │ ├── DeleteTestCase.php │ │ │ │ ├── DriverTestCase.php │ │ │ │ ├── ExpressionTestCase.php │ │ │ │ ├── FromTestCase.php │ │ │ │ ├── GroupbyTestCase.php │ │ │ │ ├── HavingTestCase.php │ │ │ │ ├── HydrateNoneTestCase.php │ │ │ │ ├── IdentifierQuotingTestCase.php │ │ │ │ ├── JoinConditionTestCase.php │ │ │ │ ├── JoinTestCase.php │ │ │ │ ├── LimitTestCase.php │ │ │ │ ├── MultiJoin2TestCase.php │ │ │ │ ├── MultiJoinTestCase.php │ │ │ │ ├── MultipleAggregateValueTestCase.php │ │ │ │ ├── MysqlSubqueryHavingTestCase.php │ │ │ │ ├── MysqlSubqueryTestCase.php │ │ │ │ ├── OneToOneFetchingTestCase.php │ │ │ │ ├── OrderbyTestCase.php │ │ │ │ ├── PgsqlSubqueryTestCase.php │ │ │ │ ├── ReferenceModelTestCase.php │ │ │ │ ├── RegistryTestCase.php │ │ │ │ ├── RemoveQueryPartTestCase.php │ │ │ │ ├── SelectExpressionTestCase.php │ │ │ │ ├── SelectTestCase.php │ │ │ │ ├── ShortAliasesTestCase.php │ │ │ │ ├── SubqueryTestCase.php │ │ │ │ ├── UpdateTestCase.php │ │ │ │ └── WhereTestCase.php │ │ │ ├── QueryTestCase.php │ │ │ ├── RawSqlTestCase.php │ │ │ ├── Record │ │ │ │ ├── CascadingDeleteTestCase.php │ │ │ │ ├── FilterTestCase.php │ │ │ │ ├── FromArrayTestCase.php │ │ │ │ ├── GeneratorTestCase.php │ │ │ │ ├── HookTestCase.php │ │ │ │ ├── InheritanceTestCase.php │ │ │ │ ├── LockTestCase.php │ │ │ │ ├── SaveBlankRecordTestCase.php │ │ │ │ ├── SerializeUnserializeTestCase.php │ │ │ │ ├── StateTestCase.php │ │ │ │ ├── SynchronizeTestCase.php │ │ │ │ └── ZeroValuesTestCase.php │ │ │ ├── RecordFilterTestCase.php │ │ │ ├── RecordTestCase.php │ │ │ ├── Relation │ │ │ │ ├── AccessTestCase.php │ │ │ │ ├── CircularSavingTestCase.php │ │ │ │ ├── ColumnAliasesTestCase.php │ │ │ │ ├── ManyToMany2TestCase.php │ │ │ │ ├── ManyToManyTestCase.php │ │ │ │ ├── NestTestCase.php │ │ │ │ ├── OneToManyTestCase.php │ │ │ │ ├── OneToOneTestCase.php │ │ │ │ └── ParserTestCase.php │ │ │ ├── RelationTestCase.php │ │ │ ├── RepositoryTestCase.php │ │ │ ├── Search │ │ │ │ ├── FileTestCase.php │ │ │ │ ├── IndexerTestCase.php │ │ │ │ ├── QueryTestCase.php │ │ │ │ ├── QueryWeightTestCase.php │ │ │ │ └── _files │ │ │ │ │ ├── content.html │ │ │ │ │ └── content.txt │ │ │ ├── SearchTestCase.php │ │ │ ├── Sequence │ │ │ │ ├── MssqlTestCase.php │ │ │ │ ├── MysqlTestCase.php │ │ │ │ ├── OracleTestCase.php │ │ │ │ ├── PgsqlTestCase.php │ │ │ │ └── SqliteTestCase.php │ │ │ ├── SequenceTestCase.php │ │ │ ├── SluggableTestCase.php │ │ │ ├── SoftDeleteBCTestCase.php │ │ │ ├── SoftDeleteTestCase.php │ │ │ ├── Table │ │ │ │ ├── NamedQueryTestCase.php │ │ │ │ └── RemoveColumnTestCase.php │ │ │ ├── TableTestCase.php │ │ │ ├── TemplateTestCase.php │ │ │ ├── Ticket │ │ │ │ ├── 1727 │ │ │ │ │ ├── models1 │ │ │ │ │ │ ├── Ticket_1727_Model1.php │ │ │ │ │ │ └── Ticket_1727_Model2.php │ │ │ │ │ └── models2 │ │ │ │ │ │ ├── Ticket_1727_Model3.php │ │ │ │ │ │ └── Ticket_1727_Model4.php │ │ │ │ ├── 1015TestCase.php │ │ │ │ ├── 1028TestCase.php │ │ │ │ ├── 1044TestCase.php │ │ │ │ ├── 1071TestCase.php │ │ │ │ ├── 1072TestCase.php │ │ │ │ ├── 1077TestCase.php │ │ │ │ ├── 1099TestCase.php │ │ │ │ ├── 1106TestCase.php │ │ │ │ ├── 1113TestCase.php │ │ │ │ ├── 1116TestCase.php │ │ │ │ ├── 1118TestCase.php │ │ │ │ ├── 1121TestCase.php │ │ │ │ ├── 1123TestCase.php │ │ │ │ ├── 1124TestCase.php │ │ │ │ ├── 1125TestCase.php │ │ │ │ ├── 1131TestCase.php │ │ │ │ ├── 1133TestCase.php │ │ │ │ ├── 1134TestCase.php │ │ │ │ ├── 1160TestCase.php │ │ │ │ ├── 1175TestCase.php │ │ │ │ ├── 1192TestCase.php │ │ │ │ ├── 1195TestCase.php │ │ │ │ ├── 1205TestCase.php │ │ │ │ ├── 1206TestCase.php │ │ │ │ ├── 1208TestCase.php │ │ │ │ ├── 1211TestCase.php │ │ │ │ ├── 1213TestCase.php │ │ │ │ ├── 1225TestCase.php │ │ │ │ ├── 1228TestCase.php │ │ │ │ ├── 1230TestCase.php │ │ │ │ ├── 1236TestCase.php │ │ │ │ ├── 1244TestCase.php │ │ │ │ ├── 1250TestCase.php │ │ │ │ ├── 1251TestCase.php │ │ │ │ ├── 1253TestCase.php │ │ │ │ ├── 1254TestCase.php │ │ │ │ ├── 1257TestCase.php │ │ │ │ ├── 1276TestCase.php │ │ │ │ ├── 1277TestCase.php │ │ │ │ ├── 1280TestCase.php │ │ │ │ ├── 1281TestCase.php │ │ │ │ ├── 1289TestCase.php │ │ │ │ ├── 1296TestCase.php │ │ │ │ ├── 1304TestCase.php │ │ │ │ ├── 1305TestCase.php │ │ │ │ ├── 1307TestCase.php │ │ │ │ ├── 1315TestCase.php │ │ │ │ ├── 1323TestCase.php │ │ │ │ ├── 1323b2TestCase.php │ │ │ │ ├── 1325TestCase.php │ │ │ │ ├── 1326TestCase.php │ │ │ │ ├── 1335TestCase.php │ │ │ │ ├── 1338TestCase.php │ │ │ │ ├── 1341TestCase.php │ │ │ │ ├── 1351TestCase.php │ │ │ │ ├── 1365TestCase.php │ │ │ │ ├── 1372TestCase.php │ │ │ │ ├── 1380TestCase.php │ │ │ │ ├── 1381TestCase.php │ │ │ │ ├── 1383TestCase.php │ │ │ │ ├── 1385TestCase.php │ │ │ │ ├── 1390TestCase.php │ │ │ │ ├── 1395TestCase.php │ │ │ │ ├── 1400TestCase.php │ │ │ │ ├── 1417TestCase.php │ │ │ │ ├── 1419TestCase.php │ │ │ │ ├── 1436TestCase.php │ │ │ │ ├── 1441TestCase.php │ │ │ │ ├── 1449TestCase.php │ │ │ │ ├── 1452TestCase.php │ │ │ │ ├── 1454TestCase.php │ │ │ │ ├── 1461TestCase.php │ │ │ │ ├── 1464TestCase.php │ │ │ │ ├── 1465TestCase.php │ │ │ │ ├── 1467TestCase.php │ │ │ │ ├── 1480TestCase.php │ │ │ │ ├── 1483TestCase.php │ │ │ │ ├── 1488TestCase.php │ │ │ │ ├── 1494TestCase.php │ │ │ │ ├── 1500TestCase.php │ │ │ │ ├── 1507TestCase.php │ │ │ │ ├── 1513TestCase.php │ │ │ │ ├── 1520TestCase.php │ │ │ │ ├── 1522TestCase.php │ │ │ │ ├── 1523TestCase.php │ │ │ │ ├── 1524TestCase.php │ │ │ │ ├── 1527TestCase.php │ │ │ │ ├── 1537TestCase.php │ │ │ │ ├── 1540TestCase.php │ │ │ │ ├── 1543TestCase.php │ │ │ │ ├── 1545TestCase.php │ │ │ │ ├── 1558TestCase.php │ │ │ │ ├── 1562TestCase.php │ │ │ │ ├── 1567TestCase.php │ │ │ │ ├── 1604TestCase.php │ │ │ │ ├── 1617TestCase.php │ │ │ │ ├── 1617_schema.yml │ │ │ │ ├── 1619TestCase.php │ │ │ │ ├── 1621TestCase.php │ │ │ │ ├── 1621bTestCase.php │ │ │ │ ├── 1622TestCase.php │ │ │ │ ├── 1623TestCase.php │ │ │ │ ├── 1628TestCase.php │ │ │ │ ├── 1629TestCase.php │ │ │ │ ├── 1630TestCase.php │ │ │ │ ├── 1636TestCase.php │ │ │ │ ├── 1641TestCase.php │ │ │ │ ├── 1652TestCase.php │ │ │ │ ├── 1653TestCase.php │ │ │ │ ├── 1658TestCase.php │ │ │ │ ├── 1674TestCase.php │ │ │ │ ├── 1703TestCase.php │ │ │ │ ├── 1706TestCase.php │ │ │ │ ├── 1713TestCase.php │ │ │ │ ├── 1716TestCase.php │ │ │ │ ├── 1725TestCase.php │ │ │ │ ├── 1727TestCase.php │ │ │ │ ├── 1729TestCase.php │ │ │ │ ├── 1745TestCase.php │ │ │ │ ├── 1762TestCase.php │ │ │ │ ├── 1763TestCase.php │ │ │ │ ├── 1764TestCase.php │ │ │ │ ├── 1768TestCase.php │ │ │ │ ├── 1783TestCase.php │ │ │ │ ├── 1793TestCase.php │ │ │ │ ├── 1795TestCase.php │ │ │ │ ├── 1799TestCase.php │ │ │ │ ├── 1808TestCase.php │ │ │ │ ├── 1818TestCase.php │ │ │ │ ├── 1821TestCase.php │ │ │ │ ├── 1824TestCase.php │ │ │ │ ├── 1830TestCase.php │ │ │ │ ├── 1841TestCase.php │ │ │ │ ├── 1843TestCase.php │ │ │ │ ├── 1858TestCase.php │ │ │ │ ├── 1860TestCase.php │ │ │ │ ├── 1865TestCase.php │ │ │ │ ├── 1875TestCase.php │ │ │ │ ├── 1876TestCase.php │ │ │ │ ├── 1876bTestCase.php │ │ │ │ ├── 1923TestCase.php │ │ │ │ ├── 1935TestCase.php │ │ │ │ ├── 1940TestCase.php │ │ │ │ ├── 1958TestCase.php │ │ │ │ ├── 1986TestCase.php │ │ │ │ ├── 1991TestCase.php │ │ │ │ ├── 1992TestCase.php │ │ │ │ ├── 2015TestCase.php │ │ │ │ ├── 2032TestCase.php │ │ │ │ ├── 2105TestCase.php │ │ │ │ ├── 2123TestCase.php │ │ │ │ ├── 2158TestCase.php │ │ │ │ ├── 2159TestCase.php │ │ │ │ ├── 2184TestCase.php │ │ │ │ ├── 2190TestCase.php │ │ │ │ ├── 2204TestCase.php │ │ │ │ ├── 2229TestCase.php │ │ │ │ ├── 2251TestCase.php │ │ │ │ ├── 2292TestCase.php │ │ │ │ ├── 2298TestCase.php │ │ │ │ ├── 2334TestCase.php │ │ │ │ ├── 255TestCase.php │ │ │ │ ├── 381TestCase.php │ │ │ │ ├── 384TestCase.php │ │ │ │ ├── 424BTestCase.php │ │ │ │ ├── 424CTestCase.php │ │ │ │ ├── 428TestCase.php │ │ │ │ ├── 438TestCase.php │ │ │ │ ├── 480TestCase.php │ │ │ │ ├── 486TestCase.php │ │ │ │ ├── 565TestCase.php │ │ │ │ ├── 574TestCase.php │ │ │ │ ├── 576TestCase.php │ │ │ │ ├── 583TestCase.php │ │ │ │ ├── 587TestCase.php │ │ │ │ ├── 626BTestCase.php │ │ │ │ ├── 626CTestCase.php │ │ │ │ ├── 626DTestCase.php │ │ │ │ ├── 632TestCase.php │ │ │ │ ├── 638TestCase.php │ │ │ │ ├── 642TestCase.php │ │ │ │ ├── 668TestCase.php │ │ │ │ ├── 673TestCase.php │ │ │ │ ├── 697TestCase.php │ │ │ │ ├── 736TestCase.php │ │ │ │ ├── 741TestCase.php │ │ │ │ ├── 749TestCase.php │ │ │ │ ├── 753TestCase.php │ │ │ │ ├── 786TestCase.php │ │ │ │ ├── 832TestCase.php │ │ │ │ ├── 838TestCase.php │ │ │ │ ├── 867TestCase.php │ │ │ │ ├── 876TestCase.php │ │ │ │ ├── 889TestCase.php │ │ │ │ ├── 894TestCase.php │ │ │ │ ├── 904TestCase.php │ │ │ │ ├── 912TestCase.php │ │ │ │ ├── 915TestCase.php │ │ │ │ ├── 923TestCase.php │ │ │ │ ├── 927TestCase.php │ │ │ │ ├── 929TestCase.php │ │ │ │ ├── 930TestCase.php │ │ │ │ ├── 932TestCase.php │ │ │ │ ├── 935TestCase.php │ │ │ │ ├── 941TestCase.php │ │ │ │ ├── 950TestCase.php │ │ │ │ ├── 952TestCase.php │ │ │ │ ├── 963TestCase.php │ │ │ │ ├── 966TestCase.php │ │ │ │ ├── 969TestCase.php │ │ │ │ ├── 973TestCase.php │ │ │ │ ├── 982TestCase.php │ │ │ │ ├── 987TestCase.php │ │ │ │ ├── 990TestCase.php │ │ │ │ ├── AyoubTestCase.php │ │ │ │ ├── NewTicketTestCase.php │ │ │ │ └── NjeroTestCase.php │ │ │ ├── TokenizerTestCase.php │ │ │ ├── Transaction │ │ │ │ ├── MssqlTestCase.php │ │ │ │ ├── MysqlTestCase.php │ │ │ │ ├── OracleTestCase.php │ │ │ │ ├── PgsqlTestCase.php │ │ │ │ └── SqliteTestCase.php │ │ │ ├── TransactionTestCase.php │ │ │ ├── TreeStructureTestCase.php │ │ │ ├── UnitOfWorkTestCase.php │ │ │ ├── UnsortedTestCase.php │ │ │ ├── Validator │ │ │ │ ├── ForeignKeysTestCase.php │ │ │ │ ├── FutureTestCase.php │ │ │ │ └── PastTestCase.php │ │ │ ├── ValidatorTestCase.php │ │ │ ├── ValueHolderTestCase.php │ │ │ ├── ViewTestCase.php │ │ │ ├── bootstrap.php │ │ │ ├── index.php │ │ │ ├── migration_classes │ │ │ │ ├── 1224120878_add_phonenumber.class.php │ │ │ │ ├── 1224120879_add_user.class.php │ │ │ │ ├── 1224120880_add_profile.class.php │ │ │ │ └── 1224120881_drop_profile.class.php.php │ │ │ ├── models │ │ │ │ ├── Account.php │ │ │ │ ├── Address.php │ │ │ │ ├── Album.php │ │ │ │ ├── App.php │ │ │ │ ├── App_Category.php │ │ │ │ ├── App_User.php │ │ │ │ ├── Assignment.php │ │ │ │ ├── Auth.php │ │ │ │ ├── Author.php │ │ │ │ ├── BadlyNamed__Class.php │ │ │ │ ├── BarRecord.php │ │ │ │ ├── BaseSymfonyRecord.php │ │ │ │ ├── Blog.php │ │ │ │ ├── BlogTag.php │ │ │ │ ├── BoardWithPosition.php │ │ │ │ ├── Book.php │ │ │ │ ├── Bookmark.php │ │ │ │ ├── BookmarkUser.php │ │ │ │ ├── BooleanTest.php │ │ │ │ ├── CPK_Association.php │ │ │ │ ├── CPK_Test.php │ │ │ │ ├── CPK_Test2.php │ │ │ │ ├── CascadeDeleteRelatedTest.php │ │ │ │ ├── CascadeDeleteRelatedTest2.php │ │ │ │ ├── CascadeDeleteTest.php │ │ │ │ ├── CategoryWithPosition.php │ │ │ │ ├── CheckConstraintTest.php │ │ │ │ ├── ClientModel.php │ │ │ │ ├── ColumnAliasTest.php │ │ │ │ ├── ConcreteEmail.php │ │ │ │ ├── ConcreteGroup.php │ │ │ │ ├── ConcreteGroupUser.php │ │ │ │ ├── ConcreteInheritanceTestParent.php │ │ │ │ ├── ConcreteUser.php │ │ │ │ ├── CoverageCodeN.php │ │ │ │ ├── CustomPK.php │ │ │ │ ├── CustomSequenceRecord.php │ │ │ │ ├── Data_File.php │ │ │ │ ├── DateTest.php │ │ │ │ ├── Description.php │ │ │ │ ├── Element.php │ │ │ │ ├── Email.php │ │ │ │ ├── Entity.php │ │ │ │ ├── EntityAddress.php │ │ │ │ ├── EntityReference.php │ │ │ │ ├── EnumTest.php │ │ │ │ ├── EnumTest2.php │ │ │ │ ├── EnumTest3.php │ │ │ │ ├── Error.php │ │ │ │ ├── EventListenerChainTest.php │ │ │ │ ├── EventListenerTest.php │ │ │ │ ├── FieldNameTest.php │ │ │ │ ├── File_Owner.php │ │ │ │ ├── FilterTest.php │ │ │ │ ├── FilterTest2.php │ │ │ │ ├── FooBarRecord.php │ │ │ │ ├── FooForeignlyOwned.php │ │ │ │ ├── FooForeignlyOwnedWithPK.php │ │ │ │ ├── FooLocallyOwned.php │ │ │ │ ├── FooRecord.php │ │ │ │ ├── FooReferenceRecord.php │ │ │ │ ├── ForeignKeyTest.php │ │ │ │ ├── ForeignKeyTest2.php │ │ │ │ ├── Forum_Board.php │ │ │ │ ├── Forum_Category.php │ │ │ │ ├── Forum_Entry.php │ │ │ │ ├── Forum_Thread.php │ │ │ │ ├── Group.php │ │ │ │ ├── GroupUser.php │ │ │ │ ├── GzipTest.php │ │ │ │ ├── I18nRelationTest.php │ │ │ │ ├── I18nTest.php │ │ │ │ ├── InheritanceDeal.php │ │ │ │ ├── InheritanceDealUser.php │ │ │ │ ├── InheritanceUser.php │ │ │ │ ├── JC1.php │ │ │ │ ├── JC2.php │ │ │ │ ├── JC3.php │ │ │ │ ├── LiabilityCodeN.php │ │ │ │ ├── Location.php │ │ │ │ ├── LocationI18n.php │ │ │ │ ├── Log_Entry.php │ │ │ │ ├── Log_Status.php │ │ │ │ ├── M2MTest.php │ │ │ │ ├── M2MTest2.php │ │ │ │ ├── MigrationTest.php │ │ │ │ ├── MyGroup.php │ │ │ │ ├── MyOneThing.php │ │ │ │ ├── MyOtherThing.php │ │ │ │ ├── MyUser.php │ │ │ │ ├── MyUser2.php │ │ │ │ ├── MyUserGroup.php │ │ │ │ ├── MyUserOneThing.php │ │ │ │ ├── MyUserOtherThing.php │ │ │ │ ├── MysqlGroup.php │ │ │ │ ├── MysqlGroupMember.php │ │ │ │ ├── MysqlIndexTestRecord.php │ │ │ │ ├── MysqlTestRecord.php │ │ │ │ ├── MysqlUser.php │ │ │ │ ├── NestReference.php │ │ │ │ ├── NestTest.php │ │ │ │ ├── NestedSetTest_SingleRootNode.php │ │ │ │ ├── NestedSet_MultiRootNode.php │ │ │ │ ├── NestedSet_Timestampable_MultiRootNode.php │ │ │ │ ├── NotNullTest.php │ │ │ │ ├── ORM_AccessControl.php │ │ │ │ ├── ORM_AccessControlsGroups.php │ │ │ │ ├── ORM_AccessGroup.php │ │ │ │ ├── ORM_TestEntry.php │ │ │ │ ├── ORM_TestItem.php │ │ │ │ ├── Package.php │ │ │ │ ├── PackageVersion.php │ │ │ │ ├── PackageVersionNotes.php │ │ │ │ ├── Page.php │ │ │ │ ├── Phonenumber.php │ │ │ │ ├── Photo.php │ │ │ │ ├── Phototag.php │ │ │ │ ├── PluginSymfonyRecord.php │ │ │ │ ├── PluginSymfonyRecordTable.php │ │ │ │ ├── Policy.php │ │ │ │ ├── PolicyAsset.php │ │ │ │ ├── PolicyCodeN.php │ │ │ │ ├── PolicyN.php │ │ │ │ ├── QueryTest_Board.php │ │ │ │ ├── QueryTest_Category.php │ │ │ │ ├── QueryTest_Entry.php │ │ │ │ ├── QueryTest_Item.php │ │ │ │ ├── QueryTest_Rank.php │ │ │ │ ├── QueryTest_Subscription.php │ │ │ │ ├── QueryTest_User.php │ │ │ │ ├── QueryTest_UserRank.php │ │ │ │ ├── RTC1.php │ │ │ │ ├── RTC2.php │ │ │ │ ├── RTC3.php │ │ │ │ ├── RTC4.php │ │ │ │ ├── RateN.php │ │ │ │ ├── Rec1.php │ │ │ │ ├── Rec2.php │ │ │ │ ├── RecordFilterTest.php │ │ │ │ ├── RecordHookTest.php │ │ │ │ ├── Record_City.php │ │ │ │ ├── Record_Country.php │ │ │ │ ├── Record_District.php │ │ │ │ ├── RelationTest.php │ │ │ │ ├── Resource.php │ │ │ │ ├── ResourceReference.php │ │ │ │ ├── ResourceType.php │ │ │ │ ├── Role.php │ │ │ │ ├── SearchTest.php │ │ │ │ ├── SelfRefTest.php │ │ │ │ ├── SequenceRecord.php │ │ │ │ ├── SerializeTest.php │ │ │ │ ├── SoftDeleteBCTest.php │ │ │ │ ├── SoftDeleteTest.php │ │ │ │ ├── Song.php │ │ │ │ ├── SymfonyRecord.php │ │ │ │ ├── SymfonyRecordTable.php │ │ │ │ ├── Tag.php │ │ │ │ ├── Task.php │ │ │ │ ├── TestMovie.php │ │ │ │ ├── TestMovieUserBookmark.php │ │ │ │ ├── TestMovieUserVote.php │ │ │ │ ├── TestRecord.php │ │ │ │ ├── TestUser.php │ │ │ │ ├── TreeLeaf.php │ │ │ │ ├── UnderscoreColumn.php │ │ │ │ ├── User.php │ │ │ │ ├── ValidatorTest.php │ │ │ │ ├── ValidatorTest_AddressModel.php │ │ │ │ ├── ValidatorTest_ClientModel.php │ │ │ │ ├── ValidatorTest_ClientToAddressModel.php │ │ │ │ ├── ValidatorTest_DateModel.php │ │ │ │ ├── ValidatorTest_FootballPlayer.php │ │ │ │ ├── ValidatorTest_Person.php │ │ │ │ ├── VersioningTest.php │ │ │ │ ├── ZeroValueTest.php │ │ │ │ ├── export │ │ │ │ │ ├── Cms_Category.php │ │ │ │ │ └── Cms_CategoryLanguages.php │ │ │ │ ├── gnatEmail.php │ │ │ │ ├── gnatUser.php │ │ │ │ ├── mmrGroupUser_B.php │ │ │ │ ├── mmrGroupUser_C.php │ │ │ │ ├── mmrGroup_B.php │ │ │ │ ├── mmrGroup_C.php │ │ │ │ ├── mmrUser_B.php │ │ │ │ └── mmrUser_C.php │ │ │ ├── mysql_migration_classes │ │ │ │ ├── 001_mysql_add_table.php │ │ │ │ └── 002_mysql_change_column.php │ │ │ ├── run.php │ │ │ ├── schema.xml │ │ │ ├── schema.yml │ │ │ ├── template.tpl │ │ │ └── unsolved.php │ │ └── tools │ │ │ └── sandbox │ │ │ ├── config.php │ │ │ ├── doctrine │ │ │ ├── doctrine.php │ │ │ └── index.php │ └── drivers │ │ └── telephony.php ├── logs │ └── empty ├── models │ ├── Account.php │ ├── AccountRelation.php │ ├── Bluebox_Migration.php │ ├── Bluebox_Record.php │ ├── Bluebox_Relation.php │ ├── Context.php │ ├── ContextRelation.php │ ├── Device.php │ ├── DeviceNumber.php │ ├── DeviceRelation.php │ ├── GenericStructure.php │ ├── Group.php │ ├── GroupRelation.php │ ├── Locale.php │ ├── Location.php │ ├── LocationRelation.php │ ├── LogIpAddress.php │ ├── LogIpAddressListener.php │ ├── MultiTenant.php │ ├── MultiTenantRecordListener.php │ ├── NetList.php │ ├── NetListItem.php │ ├── NetListItemRelation.php │ ├── NetListRelation.php │ ├── Number.php │ ├── NumberContext.php │ ├── NumberDestination.php │ ├── NumberPool.php │ ├── NumberRelation.php │ ├── NumberType.php │ ├── Package.php │ ├── PackageRelation.php │ ├── Polymorphic.php │ ├── PolymorphicRecordListener.php │ ├── Site.php │ ├── SiteRelation.php │ ├── Skin.php │ ├── SkinRelation.php │ ├── System.php │ ├── SystemNumber.php │ ├── SystemRelation.php │ ├── TelephonyEnabled.php │ ├── TelephonyListener.php │ ├── TelephonyRecordListener.php │ ├── User.php │ ├── UserGroup.php │ └── UserRelation.php ├── plugins │ ├── bluebox.php │ ├── media.php │ └── user.php ├── vendor │ └── nusoap │ │ └── lib │ │ ├── changelog │ │ ├── class.nusoap_base.php │ │ ├── class.soap_fault.php │ │ ├── class.soap_parser.php │ │ ├── class.soap_server.php │ │ ├── class.soap_transport_http.php │ │ ├── class.soap_val.php │ │ ├── class.soapclient.php │ │ ├── class.wsdl.php │ │ ├── class.wsdlcache.php │ │ ├── class.xmlschema.php │ │ ├── nusoap.php │ │ └── nusoapmime.php └── views │ ├── datagrid │ ├── index.php │ ├── partials.php │ ├── skeleton.php │ └── template.php │ ├── generic │ ├── blank.php │ ├── delete.php │ └── grid.php │ ├── installer │ ├── EN_US_LICENSE.TXT │ ├── configure.php │ ├── createAdmin.php │ ├── doInstall.php │ ├── finalize.php │ ├── telephony.php │ └── welcome.php │ ├── json │ └── layout.php │ ├── media │ └── update.php │ ├── user │ ├── login.php │ ├── login_container.php │ ├── password_request.php │ ├── password_reset.php │ ├── password_reset_confirm.php │ ├── profile.php │ └── register.php │ ├── welcome │ └── index.php │ └── xml │ └── layout.php ├── git_import_all_branches.sh ├── git_update.sh ├── index.php ├── installer.html ├── json.php ├── kohana.png ├── kohana_license.html ├── modules ├── _skeleton_module │ ├── config │ │ └── mymodule.php │ ├── configure-disable.php │ ├── controllers │ │ └── mymodule.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── mymodule.php │ ├── models │ │ └── mymodule.php.noload │ └── views │ │ └── mymodule │ │ └── update.php ├── _skeleton_plugin │ ├── config │ │ └── myplugin.php │ ├── configure-disable.php │ ├── hooks │ │ └── myplugin.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── myplugin.php │ ├── plugins │ │ └── myplugin.php │ └── views │ │ └── myplugin │ │ └── update.php ├── accountmanager-1.0 │ ├── configure.php │ ├── controllers │ │ └── accountmanager.php │ ├── hooks │ │ └── accountmanager.php │ └── views │ │ └── accountmanager │ │ └── update.php ├── activefeaturecode-1.0 │ ├── configure.php │ ├── hooks │ │ └── activefeaturecode.php │ ├── plugins │ │ └── activefeaturecode.php │ └── views │ │ └── activefeaturecode │ │ └── update.php ├── address-1.0 │ ├── configure.php │ ├── hooks │ │ └── address.php │ ├── plugins │ │ └── address.php │ └── views │ │ └── address │ │ └── update.php ├── areacode-1.0 │ ├── configure.php │ ├── hooks │ │ └── areacode.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── areacode.php │ ├── plugins │ │ └── areacode.php │ └── views │ │ └── areacode │ │ └── update.php ├── asterisk-1.0 │ ├── config │ │ └── asterisk.php.dist │ ├── configure.php │ ├── helpers │ │ └── astrsk.php │ ├── hooks │ │ └── asterisk.php │ ├── libraries │ │ ├── Asterisk.php │ │ ├── AsteriskDoc.php │ │ ├── AsteriskManager.php │ │ ├── AsteriskManager_Exception.php │ │ └── drivers │ │ │ └── asterisk │ │ │ ├── base.php │ │ │ ├── device.php │ │ │ ├── number.php │ │ │ └── numbercontext.php │ ├── plugins │ │ └── asterisk.php │ └── views │ │ └── asterisk │ │ ├── install.php │ │ └── trunkView.php ├── auth-1.0 │ ├── config │ │ └── auth.php │ ├── configure-disabled.php │ ├── libraries │ │ ├── Auth.php │ │ └── drivers │ │ │ ├── Auth.php │ │ │ └── Auth │ │ │ ├── Doctrine.php │ │ │ ├── File.php │ │ │ ├── ORM.php │ │ │ └── Tiki.php │ └── models-disabled │ │ ├── auth_role.php │ │ ├── auth_user.php │ │ ├── auth_user_token.php │ │ ├── role.php │ │ ├── user.php │ │ └── user_token.php ├── autoattendant-1.0.1 │ ├── assets │ │ ├── css │ │ │ └── autoattendant.css │ │ └── img │ │ │ └── delete.png │ ├── configure.php │ ├── controllers │ │ └── autoattendant.php │ ├── hooks │ │ └── autoattendant.php │ ├── libraries │ │ ├── AutoAttendants.php │ │ └── drivers │ │ │ ├── asterisk │ │ │ └── autoattendant.php │ │ │ └── freeswitch │ │ │ └── autoattendant.php │ ├── migrations │ │ └── AutoAttendant │ │ │ └── 1290562557.php │ ├── models │ │ ├── AutoAttendant.php │ │ └── AutoAttendantNumber.php │ └── views │ │ └── autoattendant │ │ ├── keytemplate.php │ │ └── update.php ├── autoattendant-1.0 │ ├── assets │ │ ├── css │ │ │ └── autoattendant.css │ │ └── img │ │ │ └── delete.png │ ├── configure.php │ ├── controllers │ │ └── autoattendant.php │ ├── hooks │ │ └── autoattendant.php │ ├── libraries │ │ ├── AutoAttendants.php │ │ └── drivers │ │ │ ├── asterisk │ │ │ └── autoattendant.php │ │ │ └── freeswitch │ │ │ └── autoattendant.php │ ├── models │ │ ├── AutoAttendant.php │ │ └── AutoAttendantNumber.php │ └── views │ │ └── autoattendant │ │ ├── keytemplate.php │ │ └── update.php ├── backup-1.0 │ ├── configure.php │ ├── controllers │ │ └── backup.php │ ├── libraries │ │ └── Backup.php │ └── views │ │ └── backup │ │ ├── result.php │ │ └── update.php ├── callcenter-1.0 │ ├── assets │ │ ├── css │ │ │ └── callcenter.css │ │ ├── img │ │ │ └── x.jpg │ │ └── js │ │ │ ├── callcenter.js │ │ │ └── jquery-ui-1-7-2-custom.js │ ├── configure.php │ ├── controllers │ │ ├── callcenter.old.php │ │ └── callcenter.php │ ├── hooks │ │ └── queue.php │ ├── libraries │ │ ├── API.php │ │ ├── CallCenter.php │ │ ├── Queues.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ ├── agent.php │ │ │ ├── queue.php │ │ │ └── tieragent.php │ ├── models │ │ ├── Agent.php │ │ ├── Queue.php │ │ ├── QueueNumber.php │ │ ├── Tier.php │ │ └── TierAgent.php │ └── views │ │ └── callcenter │ │ └── index.php ├── callcenter_agents-1.0 │ ├── assets │ │ ├── css │ │ │ └── callcenter_agents.css │ │ └── img │ │ │ └── icons │ │ │ └── 32x32 │ │ │ └── callcenter_agents.png │ ├── configure.php │ ├── controllers │ │ └── callcenter_agents.php │ ├── hooks │ │ └── callcenter_agents.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ ├── callcenter │ │ │ └── agent.php │ │ │ ├── ftrccagentloginext.php │ │ │ ├── ftrccagentloginget.php │ │ │ ├── ftrccagentlogoutext.php │ │ │ ├── ftrccagentlogoutget.php │ │ │ ├── ftrccuuidbridgeext.php │ │ │ └── ftrccuuidbridgeget.php │ ├── plugins │ │ └── callcenter_agents.php │ └── views │ │ └── callcenter_agents │ │ ├── tiers.php │ │ └── update.php ├── callcenter_core-1.0 │ ├── assets │ │ ├── css │ │ │ └── callcenter_core.css │ │ └── img │ │ │ └── icons │ │ │ └── 32x32 │ │ │ └── callcenter_core.png │ ├── configure.php │ ├── controllers │ │ └── callcenter_core.php │ ├── libraries │ │ ├── CallCenterManager.php │ │ ├── callcenterException.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── callcenter │ │ │ └── settings.php │ ├── models │ │ ├── callcenter_agent.php │ │ ├── callcenter_queue.php │ │ ├── callcenter_queueNumber.php │ │ ├── callcenter_settings.php │ │ └── callcenter_tier.php │ └── views │ │ └── callcenter_core │ │ ├── commandresponse.php │ │ ├── syncRunningConfig.php │ │ └── update.php ├── callcenter_queues-1.0 │ ├── assets │ │ ├── css │ │ │ └── callcenter_queues.css │ │ └── img │ │ │ └── icons │ │ │ └── 32x32 │ │ │ └── callcenter_queues.png │ ├── configure.php │ ├── controllers │ │ └── callcenter_queues.php │ ├── hooks │ │ └── callcenter_queues.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── callcenter │ │ │ └── queue.php │ ├── plugins │ │ └── callcenter_queues.php │ └── views │ │ └── callcenter_queues │ │ ├── tiers.php │ │ └── update.php ├── callcenter_supervisor-1.0 │ ├── assets │ │ ├── css │ │ │ └── callcenter_supervisor.css │ │ └── img │ │ │ ├── changestatus.png │ │ │ └── icons │ │ │ └── 32x32 │ │ │ └── callcenter_supervisor.png │ ├── config │ │ └── callcenter_supervisor.php │ ├── configure.php │ ├── controllers │ │ └── callcenter_supervisor.php │ └── views │ │ └── callcenter_supervisor │ │ ├── agentlist.php │ │ ├── changestatus.php │ │ ├── channeldetail.php │ │ ├── commandresponse.php │ │ ├── queuelist.php │ │ └── view.php ├── callcenter_tiers-1.0 │ ├── assets │ │ └── img │ │ │ └── icons │ │ │ └── 32x32 │ │ │ └── callcenter_tiers.png │ ├── configure.php │ ├── controllers │ │ └── callcenter_tiers.php │ ├── hooks │ │ └── callcenter_tiers.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── callcenter │ │ │ └── tier.php │ ├── plugins │ │ └── callcenter_tiers.php │ └── views │ │ └── callcenter_tiers │ │ └── update.php ├── callerid-1.0 │ ├── configure.php │ ├── helpers │ │ └── callid.php │ ├── hooks │ │ └── callerid.php │ ├── libraries │ │ ├── CidLib.php │ │ └── drivers │ │ │ ├── asterisk │ │ │ └── callerid.php │ │ │ └── freeswitch │ │ │ └── callerid.php │ ├── plugins │ │ └── callerid.php │ └── views │ │ └── callerid │ │ └── update.php ├── callintercept-1.0 │ ├── configure.php │ ├── hooks │ │ └── callintercept.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── callintercept.php │ ├── plugins │ │ └── callintercept.php │ └── views │ │ └── callintercept │ │ └── update.php ├── callmanager-1.0 │ ├── assets │ │ ├── css │ │ │ └── callmanager.css │ │ └── img │ │ │ ├── hangup.png │ │ │ ├── hold.png │ │ │ ├── icons │ │ │ └── 32x32 │ │ │ │ └── callmanager.png │ │ │ ├── monitor.png │ │ │ ├── record.png │ │ │ ├── transfer.png │ │ │ └── valetpark.png │ ├── configure.php │ ├── controllers │ │ └── callmanager.php │ ├── helpers │ │ └── callmanagerHelper.php │ ├── libraries │ │ ├── .directory │ │ ├── callManager.php │ │ ├── callmanagerException.php │ │ └── drivers │ │ │ ├── callmanager.php │ │ │ ├── callmanagerfunction.php │ │ │ └── freeswitch │ │ │ ├── callmanager.php │ │ │ ├── cmgetchanneldetail.php │ │ │ ├── cmgetchannelinfo.php │ │ │ ├── cmgetchannellist.php │ │ │ ├── cmgetchannelvar.php │ │ │ ├── cmhangup.php │ │ │ ├── cmhold.php │ │ │ ├── cmisonhold.php │ │ │ ├── cmisrecording.php │ │ │ ├── cmmonitor.php │ │ │ ├── cmoriginate.php │ │ │ ├── cmrecord.php │ │ │ ├── cmsetchannelvar.php │ │ │ ├── cmstartrecord.php │ │ │ ├── cmstoprecord.php │ │ │ ├── cmtransfer.php │ │ │ └── cmvaletpark.php │ ├── models │ │ └── callmanagerFunction.php │ └── views │ │ └── callmanager │ │ ├── channeldetail.php │ │ ├── channellist.php │ │ ├── commandresponse.php │ │ ├── hangup.php │ │ ├── hold.php │ │ ├── index.php │ │ ├── monitor.php │ │ ├── record.php │ │ ├── transfer.php │ │ └── valetpark.php ├── callrecord-1.0 │ ├── configure.php │ ├── controllers │ │ └── callrecord.php │ ├── hooks │ │ └── callrecord.php │ ├── libraries │ │ ├── CallRecord.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── callrecord.php │ ├── plugins │ │ └── callrecord.php │ └── views │ │ └── callrecord │ │ ├── recordings.php │ │ └── update.php ├── calls-1.0 │ ├── config │ │ └── calls.php │ ├── configure.php │ ├── controllers │ │ └── calls.php │ ├── hooks │ │ └── calls.php │ ├── libraries │ │ ├── ProcessLog.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ ├── callssetting.php │ │ │ └── callstemplate.php │ ├── models │ │ ├── Calls.php │ │ ├── CallsFiles.php │ │ ├── CallsSetting.php │ │ └── CallsTemplate.php │ └── views │ │ └── calls │ │ ├── download.php │ │ ├── import.php │ │ ├── update.php │ │ └── view.php ├── conference-1.0 │ ├── configure.php │ ├── controllers │ │ └── conference.php │ ├── hooks │ │ └── conference.php │ ├── libraries │ │ ├── Conferences.php │ │ └── drivers │ │ │ ├── asterisk │ │ │ └── conference.php │ │ │ └── freeswitch │ │ │ └── conference.php │ ├── models │ │ ├── Conference.php │ │ └── ConferenceNumber.php │ └── views │ │ └── conference │ │ └── update.php ├── contextmanager-1.0 │ ├── configure.php │ ├── controllers │ │ └── contextmanager.php │ ├── hooks │ │ └── contextmanager.php │ ├── plugins │ │ └── contextmanager.php │ └── views │ │ └── contextmanager │ │ ├── initialAccountContext.php │ │ └── update.php ├── dashboard-1.0 │ ├── configure.php │ ├── hooks │ │ └── dashboard.php │ └── plugins │ │ └── dashboard.php ├── dbndir-1.0 │ ├── assets │ │ └── img │ │ │ └── icons │ │ │ └── 32x32 │ │ │ └── dbndir.png │ ├── configure.php │ ├── controllers │ │ └── dbndir.php │ ├── hooks │ │ └── dbndir.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── dbndir.php │ ├── models │ │ ├── Dbndir.php │ │ └── DbndirNumber.php │ ├── plugins │ │ └── dbndir.php │ └── views │ │ └── dbndir │ │ ├── listingoptions.php │ │ ├── numberOptions.mus.php │ │ └── update.php ├── devicemanager-1.0 │ ├── configure.php │ ├── controllers │ │ └── devicemanager.php │ ├── hooks │ │ └── devicemanager.php │ ├── libraries │ │ └── DeviceManager.php │ └── views │ │ └── devicemanager │ │ ├── numberOptions.mus.php │ │ └── update.php ├── devicemanager-1.1 │ ├── configure.php │ ├── controllers │ │ └── devicemanager.php │ ├── hooks │ │ └── devicemanager.php │ ├── libraries │ │ └── DeviceManager.php │ └── views │ │ └── devicemanager │ │ ├── numberOptions.mus.php │ │ └── update.php ├── directory-1.0 │ ├── assets │ │ ├── css │ │ │ └── directory.css │ │ └── images │ │ │ ├── dot.png │ │ │ ├── extension.png │ │ │ └── grouping.png │ ├── configure.php │ ├── controllers │ │ └── directory.php │ ├── extras │ │ ├── README.txt │ │ ├── kohana-circumvent.patch │ │ └── kohana-circumvent.php.txt │ ├── hooks │ │ └── directory.php │ ├── models │ │ └── Grouping.php │ ├── plugins │ │ └── directory.php │ └── views │ │ └── directory │ │ ├── arrange.php │ │ ├── conferences.php │ │ ├── index.php │ │ └── update.php ├── endpointmanager-1.0 │ ├── configure.php │ ├── controllers │ │ └── endpointmanager.php │ ├── endpointman │ │ ├── Install │ │ │ ├── phonesettings.module │ │ │ └── setup.php │ │ ├── ajax_select.html.php │ │ ├── config.php │ │ ├── etc │ │ │ └── sip_notify.conf │ │ ├── export.html.php │ │ ├── functions.inc.php │ │ ├── i18n │ │ │ ├── endpointman.pot │ │ │ └── fr_FR │ │ │ │ └── LC_MESSAGES │ │ │ │ ├── endpointman.mo │ │ │ │ └── endpointman.po │ │ ├── includes │ │ │ ├── JSON │ │ │ │ ├── JSON.php │ │ │ │ ├── LICENSE │ │ │ │ └── Test-JSON.php │ │ │ ├── advanced.inc │ │ │ ├── ajax.inc │ │ │ ├── ajax_select.php │ │ │ ├── brand_model_manager.inc │ │ │ ├── devices_manager.inc │ │ │ ├── export.php │ │ │ ├── functions.inc │ │ │ ├── installer.php │ │ │ ├── jsonwrapper.php │ │ │ ├── jsonwrapper_inner.php │ │ │ ├── rain.tpl.class.php │ │ │ ├── rain.tpl.compile.class.php │ │ │ ├── template_manager.inc │ │ │ └── update_check.php │ │ ├── index.php │ │ ├── install.php │ │ ├── installer.html.php │ │ ├── module.xml │ │ ├── page.endpointman.php │ │ ├── page.epm_advanced.php │ │ ├── page.epm_config.php │ │ ├── page.epm_devices.php │ │ ├── page.epm_templates.php │ │ ├── templates │ │ │ ├── advanced_settings_iedl.html │ │ │ ├── advanced_settings_manual_upload.html │ │ │ ├── advanced_settings_oui.html │ │ │ ├── advanced_settings_poce.html │ │ │ ├── advanced_settings_settings.html │ │ │ ├── advanced_settings_sh_manager.html │ │ │ ├── advanced_subheader.html │ │ │ ├── brand_model_manager.html │ │ │ ├── compiled │ │ │ │ ├── advanced_settings_settings_1280659474.php │ │ │ │ ├── advanced_subheader_1281171340.php │ │ │ │ ├── brand_model_manager_1282114099.php │ │ │ │ ├── devices_manager_1282114063.php │ │ │ │ ├── global_footer_1282114586.php │ │ │ │ ├── global_header_1280642962.php │ │ │ │ ├── template_editor_1280385747.php │ │ │ │ └── template_manager_1282114110.php │ │ │ ├── devices_manager.html │ │ │ ├── global_footer.html │ │ │ ├── global_header.html │ │ │ ├── global_links.html │ │ │ ├── images │ │ │ │ ├── delete.gif │ │ │ │ ├── edit.gif │ │ │ │ └── trash.gif │ │ │ ├── javascript │ │ │ │ ├── ajax_req.js │ │ │ │ ├── jquery-1.3.2.min.js │ │ │ │ ├── jquery.coda-slider-2.0.js │ │ │ │ ├── jquery.cookie.js │ │ │ │ ├── jquery.easing.1.3.js │ │ │ │ ├── jquery.js │ │ │ │ ├── jquery.jstree.js │ │ │ │ └── themes │ │ │ │ │ ├── apple │ │ │ │ │ ├── bg.jpg │ │ │ │ │ ├── d.png │ │ │ │ │ ├── dot_for_ie.gif │ │ │ │ │ ├── style.css │ │ │ │ │ └── throbber.gif │ │ │ │ │ ├── classic │ │ │ │ │ ├── d.png │ │ │ │ │ ├── dot_for_ie.gif │ │ │ │ │ ├── style.css │ │ │ │ │ └── throbber.gif │ │ │ │ │ ├── default-rtl │ │ │ │ │ ├── d.gif │ │ │ │ │ ├── d.png │ │ │ │ │ ├── dots.gif │ │ │ │ │ ├── style.css │ │ │ │ │ └── throbber.gif │ │ │ │ │ └── default │ │ │ │ │ ├── d.gif │ │ │ │ │ ├── d.png │ │ │ │ │ ├── style.css │ │ │ │ │ └── throbber.gif │ │ │ ├── stylesheets │ │ │ │ ├── coda-slider-2.0a.css │ │ │ │ └── reset.css │ │ │ ├── template_editor.html │ │ │ └── template_manager.html │ │ └── uninstall.php │ ├── hooks │ │ └── endpointmanager.php │ ├── models │ │ ├── EndpointBrand.php │ │ ├── EndpointCustomConfig.php │ │ ├── EndpointDevice.php │ │ ├── EndpointGlobalVars.php │ │ ├── EndpointModel.php │ │ ├── EndpointOui.php │ │ ├── EndpointPhonebook.php │ │ ├── EndpointProductLine.php │ │ ├── EndpointTemplate.php │ │ └── EndpointTimezone.php │ ├── plugins │ │ └── endpointmanager.php │ └── views │ │ └── endpointmanager │ │ ├── plugin.php │ │ └── update.php ├── endpointmanager-1.1 │ ├── configure.php │ ├── controllers │ │ └── endpointmanager.php │ ├── functions.php │ ├── hooks │ │ └── endpointmanager.php │ ├── plugins │ │ └── endpointmanager.php │ └── views │ │ └── endpointdevice │ │ └── update.php ├── endpointmanager-1.2 │ ├── configure.php │ ├── controllers │ │ └── endpointmanager.php │ ├── firmwares │ │ └── README │ ├── models │ │ └── Endpoint.php │ └── views │ │ └── endpointmanager │ │ ├── button-snom.mus.php │ │ ├── line.mus.php │ │ ├── settings.php │ │ └── update.php ├── errorreporter-1.0 │ ├── config │ │ └── errorreporter.php │ ├── configure.php │ ├── controllers │ │ └── errorreporter.php │ ├── hooks │ │ └── errorreporter.php │ ├── libraries │ │ └── ErrorReporter.php │ └── views │ │ └── errorreporter │ │ ├── inform.php │ │ └── thankYou.php ├── esl-1.0 │ ├── assets │ │ ├── ESL.php │ │ └── css │ │ │ └── esl.css │ ├── configure.php │ ├── controllers │ │ └── esl.php │ ├── hooks │ │ └── esl.php │ ├── libraries │ │ ├── ESLconnection.php │ │ ├── ESLevent.php │ │ ├── EslManager.php │ │ └── FS_Socket.php │ └── views │ │ └── esl │ │ └── index.php ├── esl-1.1 │ ├── assets │ │ ├── ESL.php │ │ ├── css │ │ │ └── esl.css │ │ └── js │ │ │ └── pubsub.js │ ├── configure.php │ ├── controllers │ │ └── esl.php │ ├── hooks │ │ └── esl.php │ ├── libraries │ │ ├── ESLException.php │ │ ├── ESLconnection.php │ │ ├── ESLevent.php │ │ ├── EslManager.php │ │ └── FS_Socket.php │ └── views │ │ └── esl │ │ └── index.php ├── externalxfer-1.0 │ ├── configure.php │ ├── controllers │ │ └── externalxfer.php │ ├── hooks │ │ └── externalxfer.php │ ├── libraries │ │ ├── ExternalXfers.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── externalxfer.php │ ├── models │ │ ├── ExternalXfer.php │ │ └── ExternalXferNumber.php │ └── views │ │ └── externalxfer │ │ ├── numberOptions.mus.php │ │ └── update.php ├── externalxfersimple-1.0 │ ├── configure.php │ ├── controllers │ │ └── externalxfersimple.php │ └── views │ │ └── externalxfersimple │ │ ├── numberOptions.mus.php │ │ └── update.php ├── fax-1.0 │ ├── assets │ │ ├── css │ │ │ └── fax.css │ │ └── img │ │ │ └── icons │ │ │ └── 32x32 │ │ │ ├── fax.png │ │ │ └── paging.png │ ├── configure.php │ ├── controllers │ │ └── fax.php │ ├── hooks │ │ └── fax.php │ ├── libraries │ │ ├── FaxDispositionManager.php │ │ ├── convertto │ │ │ ├── emailtopdf.php │ │ │ ├── emailtotiff.php │ │ │ └── filetopdf.php │ │ ├── dispositions │ │ │ ├── movetodir.php │ │ │ └── sendasemail.php │ │ ├── drivers │ │ │ ├── disposition.php │ │ │ └── freeswitch │ │ │ │ ├── donothing.php │ │ │ │ ├── emailtoadd.php │ │ │ │ ├── emailtouser.php │ │ │ │ ├── faxprofile.php │ │ │ │ ├── movetodir.php │ │ │ │ └── sendasemail.php │ │ ├── emailtofax.php │ │ ├── emailtopdf.php │ │ ├── emailtotiff.php │ │ └── faxException.php │ ├── models │ │ ├── FaxDisposition.php │ │ ├── FaxProfile.php │ │ └── FaxProfileNumber.php │ ├── plugins │ │ └── fax.php │ └── views │ │ └── fax │ │ ├── autofax.php │ │ ├── emailtoadd.php │ │ ├── emailtouser.php │ │ ├── movetodir.php │ │ ├── outbound.php │ │ └── update.php ├── feature-1.0 │ ├── assets │ │ └── img │ │ │ └── icons │ │ │ └── 32x32 │ │ │ └── feature.png │ ├── configure.php │ ├── controllers │ │ └── feature.php │ ├── hooks │ │ └── feature.php │ ├── libraries │ │ ├── FeatureManager.php │ │ ├── drivers │ │ │ └── freeswitch │ │ │ │ ├── feature.php │ │ │ │ ├── ftrcallreturn.php │ │ │ │ ├── ftrcheckvmaskuseraskpass.php │ │ │ │ ├── ftrcheckvmautouseraskpass.php │ │ │ │ ├── ftrcheckvmautouserautopass.php │ │ │ │ ├── ftrdelayecho.php │ │ │ │ ├── ftrecho.php │ │ │ │ ├── ftrforwardoff.php │ │ │ │ ├── ftrforwardon.php │ │ │ │ ├── ftrholdmusic.php │ │ │ │ ├── ftrivrreturn.php │ │ │ │ ├── ftrpark.php │ │ │ │ ├── ftrredial.php │ │ │ │ ├── ftrtonetest.php │ │ │ │ └── ftrunpark.php │ │ ├── featureDriverRegistry.php │ │ └── featureException.php │ ├── models │ │ ├── Feature.php │ │ └── FeatureNumber.php │ ├── plugins │ │ └── feature.php │ └── views │ │ └── feature │ │ ├── featureOptions.php │ │ └── update.php ├── featurecode-1.0 │ ├── assets │ │ ├── css │ │ │ └── featurecode.css │ │ └── js │ │ │ ├── editarea │ │ │ ├── autocompletion.js │ │ │ ├── edit_area.js │ │ │ ├── edit_area_compressor.php │ │ │ ├── edit_area_full.gz │ │ │ ├── edit_area_full.js │ │ │ ├── edit_area_functions.js │ │ │ ├── edit_area_loader.js │ │ │ ├── elements_functions.js │ │ │ ├── highlight.js │ │ │ ├── images │ │ │ │ ├── autocompletion.gif │ │ │ │ ├── close.gif │ │ │ │ ├── fullscreen.gif │ │ │ │ ├── go_to_line.gif │ │ │ │ ├── help.gif │ │ │ │ ├── highlight.gif │ │ │ │ ├── load.gif │ │ │ │ ├── move.gif │ │ │ │ ├── newdocument.gif │ │ │ │ ├── opacity.png │ │ │ │ ├── processing.gif │ │ │ │ ├── redo.gif │ │ │ │ ├── reset_highlight.gif │ │ │ │ ├── save.gif │ │ │ │ ├── search.gif │ │ │ │ ├── smooth_selection.gif │ │ │ │ ├── spacer.gif │ │ │ │ ├── statusbar_resize.gif │ │ │ │ ├── undo.gif │ │ │ │ └── word_wrap.gif │ │ │ ├── keyboard.js │ │ │ ├── langs │ │ │ │ ├── bg.js │ │ │ │ ├── cs.js │ │ │ │ ├── de.js │ │ │ │ ├── dk.js │ │ │ │ ├── en.js │ │ │ │ ├── eo.js │ │ │ │ ├── es.js │ │ │ │ ├── fi.js │ │ │ │ ├── fr.js │ │ │ │ ├── hr.js │ │ │ │ ├── it.js │ │ │ │ ├── ja.js │ │ │ │ ├── mk.js │ │ │ │ ├── nl.js │ │ │ │ ├── pl.js │ │ │ │ ├── pt.js │ │ │ │ ├── ru.js │ │ │ │ ├── sk.js │ │ │ │ └── zh.js │ │ │ ├── license_apache.txt │ │ │ ├── license_bsd.txt │ │ │ ├── license_lgpl.txt │ │ │ ├── manage_area.js │ │ │ ├── reg_syntax.js │ │ │ ├── reg_syntax │ │ │ │ ├── basic.js │ │ │ │ ├── brainfuck.js │ │ │ │ ├── c.js │ │ │ │ ├── coldfusion.js │ │ │ │ ├── cpp.js │ │ │ │ ├── css.js │ │ │ │ ├── html.js │ │ │ │ ├── java.js │ │ │ │ ├── js.js │ │ │ │ ├── pas.js │ │ │ │ ├── perl.js │ │ │ │ ├── php.js │ │ │ │ ├── python.js │ │ │ │ ├── robotstxt.js │ │ │ │ ├── ruby.js │ │ │ │ ├── sql.js │ │ │ │ ├── tsql.js │ │ │ │ ├── vb.js │ │ │ │ └── xml.js │ │ │ ├── regexp.js │ │ │ ├── resize_area.js │ │ │ ├── search_replace.js │ │ │ └── template.html │ │ │ └── featurecode.js │ ├── configure.php │ ├── controllers │ │ └── featurecode.php │ ├── hooks │ │ └── featurecode.php │ ├── libraries │ │ ├── FeatureCodeManager.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── featurecode.php │ ├── models │ │ ├── FeatureCode.php │ │ └── FeatureCodeNumber.php │ └── views │ │ └── featurecode │ │ └── update.php ├── featurecode-1.1 │ ├── assets │ │ ├── css │ │ │ └── featurecode.css │ │ └── js │ │ │ ├── editarea │ │ │ ├── autocompletion.js │ │ │ ├── edit_area.js │ │ │ ├── edit_area_compressor.php │ │ │ ├── edit_area_full.gz │ │ │ ├── edit_area_full.js │ │ │ ├── edit_area_functions.js │ │ │ ├── edit_area_loader.js │ │ │ ├── elements_functions.js │ │ │ ├── highlight.js │ │ │ ├── images │ │ │ │ ├── autocompletion.gif │ │ │ │ ├── close.gif │ │ │ │ ├── fullscreen.gif │ │ │ │ ├── go_to_line.gif │ │ │ │ ├── help.gif │ │ │ │ ├── highlight.gif │ │ │ │ ├── load.gif │ │ │ │ ├── move.gif │ │ │ │ ├── newdocument.gif │ │ │ │ ├── opacity.png │ │ │ │ ├── processing.gif │ │ │ │ ├── redo.gif │ │ │ │ ├── reset_highlight.gif │ │ │ │ ├── save.gif │ │ │ │ ├── search.gif │ │ │ │ ├── smooth_selection.gif │ │ │ │ ├── spacer.gif │ │ │ │ ├── statusbar_resize.gif │ │ │ │ ├── undo.gif │ │ │ │ └── word_wrap.gif │ │ │ ├── keyboard.js │ │ │ ├── langs │ │ │ │ ├── bg.js │ │ │ │ ├── cs.js │ │ │ │ ├── de.js │ │ │ │ ├── dk.js │ │ │ │ ├── en.js │ │ │ │ ├── eo.js │ │ │ │ ├── es.js │ │ │ │ ├── fi.js │ │ │ │ ├── fr.js │ │ │ │ ├── hr.js │ │ │ │ ├── it.js │ │ │ │ ├── ja.js │ │ │ │ ├── mk.js │ │ │ │ ├── nl.js │ │ │ │ ├── pl.js │ │ │ │ ├── pt.js │ │ │ │ ├── ru.js │ │ │ │ ├── sk.js │ │ │ │ └── zh.js │ │ │ ├── license_apache.txt │ │ │ ├── license_bsd.txt │ │ │ ├── license_lgpl.txt │ │ │ ├── manage_area.js │ │ │ ├── reg_syntax.js │ │ │ ├── reg_syntax │ │ │ │ ├── basic.js │ │ │ │ ├── brainfuck.js │ │ │ │ ├── c.js │ │ │ │ ├── coldfusion.js │ │ │ │ ├── cpp.js │ │ │ │ ├── css.js │ │ │ │ ├── html.js │ │ │ │ ├── java.js │ │ │ │ ├── js.js │ │ │ │ ├── pas.js │ │ │ │ ├── perl.js │ │ │ │ ├── php.js │ │ │ │ ├── python.js │ │ │ │ ├── robotstxt.js │ │ │ │ ├── ruby.js │ │ │ │ ├── sql.js │ │ │ │ ├── tsql.js │ │ │ │ ├── vb.js │ │ │ │ └── xml.js │ │ │ ├── regexp.js │ │ │ ├── resize_area.js │ │ │ ├── search_replace.js │ │ │ └── template.html │ │ │ └── featurecode.js │ ├── configure.php │ ├── controllers │ │ └── featurecode.php │ ├── hooks │ │ └── featurecode.php │ ├── libraries │ │ ├── FeatureCodeManager.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── featurecode.php │ ├── migrations │ │ └── FeatureCode │ │ │ └── 1290364178.php │ ├── models │ │ ├── FeatureCode.php │ │ └── FeatureCodeNumber.php │ └── views │ │ └── featurecode │ │ └── update.php ├── featurecode-1.2 │ ├── assets │ │ ├── css │ │ │ └── featurecode.css │ │ └── js │ │ │ ├── editarea │ │ │ ├── autocompletion.js │ │ │ ├── edit_area.js │ │ │ ├── edit_area_compressor.php │ │ │ ├── edit_area_full.gz │ │ │ ├── edit_area_full.js │ │ │ ├── edit_area_functions.js │ │ │ ├── edit_area_loader.js │ │ │ ├── elements_functions.js │ │ │ ├── highlight.js │ │ │ ├── images │ │ │ │ ├── autocompletion.gif │ │ │ │ ├── close.gif │ │ │ │ ├── fullscreen.gif │ │ │ │ ├── go_to_line.gif │ │ │ │ ├── help.gif │ │ │ │ ├── highlight.gif │ │ │ │ ├── load.gif │ │ │ │ ├── move.gif │ │ │ │ ├── newdocument.gif │ │ │ │ ├── opacity.png │ │ │ │ ├── processing.gif │ │ │ │ ├── redo.gif │ │ │ │ ├── reset_highlight.gif │ │ │ │ ├── save.gif │ │ │ │ ├── search.gif │ │ │ │ ├── smooth_selection.gif │ │ │ │ ├── spacer.gif │ │ │ │ ├── statusbar_resize.gif │ │ │ │ ├── undo.gif │ │ │ │ └── word_wrap.gif │ │ │ ├── keyboard.js │ │ │ ├── langs │ │ │ │ ├── bg.js │ │ │ │ ├── cs.js │ │ │ │ ├── de.js │ │ │ │ ├── dk.js │ │ │ │ ├── en.js │ │ │ │ ├── eo.js │ │ │ │ ├── es.js │ │ │ │ ├── fi.js │ │ │ │ ├── fr.js │ │ │ │ ├── hr.js │ │ │ │ ├── it.js │ │ │ │ ├── ja.js │ │ │ │ ├── mk.js │ │ │ │ ├── nl.js │ │ │ │ ├── pl.js │ │ │ │ ├── pt.js │ │ │ │ ├── ru.js │ │ │ │ ├── sk.js │ │ │ │ └── zh.js │ │ │ ├── license_apache.txt │ │ │ ├── license_bsd.txt │ │ │ ├── license_lgpl.txt │ │ │ ├── manage_area.js │ │ │ ├── reg_syntax.js │ │ │ ├── reg_syntax │ │ │ │ ├── basic.js │ │ │ │ ├── brainfuck.js │ │ │ │ ├── c.js │ │ │ │ ├── coldfusion.js │ │ │ │ ├── cpp.js │ │ │ │ ├── css.js │ │ │ │ ├── html.js │ │ │ │ ├── java.js │ │ │ │ ├── js.js │ │ │ │ ├── pas.js │ │ │ │ ├── perl.js │ │ │ │ ├── php.js │ │ │ │ ├── python.js │ │ │ │ ├── robotstxt.js │ │ │ │ ├── ruby.js │ │ │ │ ├── sql.js │ │ │ │ ├── tsql.js │ │ │ │ ├── vb.js │ │ │ │ └── xml.js │ │ │ ├── regexp.js │ │ │ ├── resize_area.js │ │ │ ├── search_replace.js │ │ │ └── template.html │ │ │ └── featurecode.js │ ├── configure.php │ ├── controllers │ │ ├── customfeaturecode.php │ │ └── featurecode.php │ ├── hooks │ │ └── featurecode.php │ ├── libraries │ │ ├── FeatureCodeManager.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── featurecode.php │ ├── migrations │ │ └── FeatureCode │ │ │ ├── 1290364178.php │ │ │ └── 1323113382.php │ ├── models │ │ ├── CustomFeatureCode.php │ │ ├── FeatureCode.php │ │ └── FeatureCodeNumber.php │ └── views │ │ ├── customfeaturecode │ │ └── update.php │ │ └── featurecode │ │ └── update.php ├── freeswitch-1.1.1 │ ├── config │ │ └── freeswitch.php.dist │ ├── configure.php │ ├── helpers │ │ └── fs.php │ ├── hooks │ │ └── freeswitch.php │ ├── libraries │ │ ├── FreeSwitch.php │ │ ├── FsDomDocument.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ ├── base.php │ │ │ ├── device.php │ │ │ ├── location.php │ │ │ ├── netlist.php │ │ │ ├── number.php │ │ │ └── numbercontext.php │ ├── plugins │ │ └── freeswitch.php │ └── views │ │ └── freeswitch │ │ └── install.php ├── freeswitch-1.1 │ ├── config │ │ └── freeswitch.php │ ├── configure.php │ ├── helpers │ │ └── fs.php │ ├── hooks │ │ └── freeswitch.php │ ├── libraries │ │ ├── FreeSwitch.php │ │ ├── FsDomDocument.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ ├── base.php │ │ │ ├── device.php │ │ │ ├── location.php │ │ │ ├── netlist.php │ │ │ ├── number.php │ │ │ └── numbercontext.php │ ├── plugins │ │ └── freeswitch.php │ └── views │ │ └── freeswitch │ │ └── install.php ├── intercom-1.0 │ ├── configure.php │ └── libraries │ │ └── drivers │ │ └── freeswitch │ │ └── ftrintercom.php ├── jstree-1.0 │ ├── assets │ │ └── js │ │ │ └── jstree │ │ │ ├── _demo │ │ │ ├── _dump.sql │ │ │ ├── _inc │ │ │ │ ├── __mysql_errors.log │ │ │ │ ├── class._database.php │ │ │ │ ├── class._database_i.php │ │ │ │ └── class.tree.php │ │ │ ├── _install.txt │ │ │ ├── config.php │ │ │ ├── file.png │ │ │ ├── folder.png │ │ │ ├── index.html │ │ │ ├── root.png │ │ │ └── server.php │ │ │ ├── _docs │ │ │ ├── !style.css │ │ │ ├── _drive.png │ │ │ ├── _html_data.html │ │ │ ├── _json_data.json │ │ │ ├── _search_data.json │ │ │ ├── _search_result.json │ │ │ ├── _xml_flat.xml │ │ │ ├── _xml_nest.xml │ │ │ ├── checkbox.html │ │ │ ├── contextmenu.html │ │ │ ├── cookies.html │ │ │ ├── core.html │ │ │ ├── crrm.html │ │ │ ├── dnd.html │ │ │ ├── hotkeys.html │ │ │ ├── html_data.html │ │ │ ├── index.html │ │ │ ├── json_data.html │ │ │ ├── languages.html │ │ │ ├── search.html │ │ │ ├── sort.html │ │ │ ├── syntax │ │ │ │ ├── !script.js │ │ │ │ ├── !style.css │ │ │ │ ├── clipboard.swf │ │ │ │ ├── help.png │ │ │ │ ├── magnifier.png │ │ │ │ ├── page_white_code.png │ │ │ │ ├── page_white_copy.png │ │ │ │ ├── printer.png │ │ │ │ └── wrapping.png │ │ │ ├── themeroller.html │ │ │ ├── themes.html │ │ │ ├── types.html │ │ │ ├── ui.html │ │ │ ├── unique.html │ │ │ └── xml_data.html │ │ │ ├── _lib │ │ │ ├── jquery.cookie.js │ │ │ ├── jquery.hotkeys.js │ │ │ └── jquery.js │ │ │ ├── jquery.jstree.js │ │ │ └── themes │ │ │ ├── apple │ │ │ ├── bg.jpg │ │ │ ├── d.png │ │ │ ├── dot_for_ie.gif │ │ │ ├── style.css │ │ │ └── throbber.gif │ │ │ ├── classic │ │ │ ├── d.png │ │ │ ├── dot_for_ie.gif │ │ │ ├── style.css │ │ │ └── throbber.gif │ │ │ ├── default-rtl │ │ │ ├── d.gif │ │ │ ├── d.png │ │ │ ├── dots.gif │ │ │ ├── style.css │ │ │ └── throbber.gif │ │ │ └── default │ │ │ ├── d.gif │ │ │ ├── d.png │ │ │ ├── style.css │ │ │ └── throbber.gif │ └── configure.php ├── locationmanager-1.0 │ ├── configure.php │ ├── controllers │ │ └── locationmanager.php │ ├── hooks │ │ └── locationmanager.php │ ├── plugins │ │ └── locationmanager.php │ └── views │ │ └── locationmanager │ │ ├── initialAccountLocation.php │ │ └── update.php ├── logviewer-1.0 │ ├── assets │ │ └── css │ │ │ └── logviewer.css │ ├── configure.php │ ├── controllers │ │ └── logviewer.php │ └── views │ │ └── logviewer │ │ └── index.php ├── maintenance-1.0 │ ├── config │ │ └── maintenance.php │ ├── configure.php │ ├── controllers │ │ └── maintenance.php │ ├── hooks │ │ └── maintenance.php │ ├── libraries │ │ └── Maintenance.php │ └── models │ │ └── MaintenanceEvent.php ├── managementapi-1.0 │ ├── config │ │ └── managementapi.php │ ├── configure.php │ └── controllers │ │ └── managementapi.php ├── mediafile-1.0.1 │ ├── config │ │ └── mediafile.php │ ├── configure.php │ ├── controllers │ │ └── mediafile.php │ ├── helpers │ │ └── mediafiles.php │ ├── hooks │ │ └── mediafile.php │ ├── libraries │ │ ├── AudioFile.php │ │ ├── MediaLib.php │ │ └── getid3 │ │ │ ├── extension.cache.dbm.php │ │ │ ├── extension.cache.mysql.php │ │ │ ├── getid3.lib.php │ │ │ ├── getid3.php │ │ │ ├── getid3.php~ │ │ │ ├── module.archive.gzip.php │ │ │ ├── module.archive.rar.php │ │ │ ├── module.archive.szip.php │ │ │ ├── module.archive.tar.php │ │ │ ├── module.archive.zip.php │ │ │ ├── module.audio-video.asf.php │ │ │ ├── module.audio-video.bink.php │ │ │ ├── module.audio-video.flv.php │ │ │ ├── module.audio-video.matroska.php │ │ │ ├── module.audio-video.mpeg.php │ │ │ ├── module.audio-video.nsv.php │ │ │ ├── module.audio-video.quicktime.php │ │ │ ├── module.audio-video.real.php │ │ │ ├── module.audio-video.riff.php │ │ │ ├── module.audio-video.riff.php~ │ │ │ ├── module.audio-video.swf.php │ │ │ ├── module.audio.aac.php │ │ │ ├── module.audio.ac3.php │ │ │ ├── module.audio.au.php │ │ │ ├── module.audio.avr.php │ │ │ ├── module.audio.bonk.php │ │ │ ├── module.audio.dss.php │ │ │ ├── module.audio.dts.php │ │ │ ├── module.audio.flac.php │ │ │ ├── module.audio.la.php │ │ │ ├── module.audio.lpac.php │ │ │ ├── module.audio.midi.php │ │ │ ├── module.audio.mod.php │ │ │ ├── module.audio.monkey.php │ │ │ ├── module.audio.mp3.php │ │ │ ├── module.audio.mpc.php │ │ │ ├── module.audio.ogg.php │ │ │ ├── module.audio.optimfrog.php │ │ │ ├── module.audio.rkau.php │ │ │ ├── module.audio.shorten.php │ │ │ ├── module.audio.tta.php │ │ │ ├── module.audio.voc.php │ │ │ ├── module.audio.vqf.php │ │ │ ├── module.audio.wavpack.php │ │ │ ├── module.graphic.bmp.php │ │ │ ├── module.graphic.gif.php │ │ │ ├── module.graphic.jpg.php │ │ │ ├── module.graphic.pcd.php │ │ │ ├── module.graphic.png.php │ │ │ ├── module.graphic.svg.php │ │ │ ├── module.graphic.tiff.php │ │ │ ├── module.misc.doc.php │ │ │ ├── module.misc.exe.php │ │ │ ├── module.misc.iso.php │ │ │ ├── module.misc.msoffice.php │ │ │ ├── module.misc.par2.php │ │ │ ├── module.misc.pdf.php │ │ │ ├── module.tag.apetag.php │ │ │ ├── module.tag.id3v1.php │ │ │ ├── module.tag.id3v2.php │ │ │ ├── module.tag.id3v2.php~ │ │ │ ├── module.tag.lyrics3.php │ │ │ ├── structure.txt │ │ │ ├── write.apetag.php │ │ │ ├── write.id3v1.php │ │ │ ├── write.id3v2.php │ │ │ ├── write.lyrics3.php │ │ │ ├── write.metaflac.php │ │ │ ├── write.php │ │ │ ├── write.real.php │ │ │ └── write.vorbiscomment.php │ ├── migrations │ │ └── MediaFile │ │ │ └── 1290364178.php │ ├── models │ │ └── MediaFile.php │ └── views │ │ └── mediafile │ │ ├── delete.php │ │ ├── details.php │ │ ├── playback.php │ │ ├── update.php │ │ └── widget.php ├── mediafile-1.0 │ ├── config │ │ └── mediafile.php │ ├── configure.php │ ├── controllers │ │ └── mediafile.php │ ├── helpers │ │ └── mediafiles.php │ ├── hooks │ │ └── mediafile.php │ ├── libraries │ │ ├── AudioFile.php │ │ ├── MediaLib.php │ │ └── getid3 │ │ │ ├── extension.cache.dbm.php │ │ │ ├── extension.cache.mysql.php │ │ │ ├── getid3.lib.php │ │ │ ├── getid3.php │ │ │ ├── getid3.php~ │ │ │ ├── module.archive.gzip.php │ │ │ ├── module.archive.rar.php │ │ │ ├── module.archive.szip.php │ │ │ ├── module.archive.tar.php │ │ │ ├── module.archive.zip.php │ │ │ ├── module.audio-video.asf.php │ │ │ ├── module.audio-video.bink.php │ │ │ ├── module.audio-video.flv.php │ │ │ ├── module.audio-video.matroska.php │ │ │ ├── module.audio-video.mpeg.php │ │ │ ├── module.audio-video.nsv.php │ │ │ ├── module.audio-video.quicktime.php │ │ │ ├── module.audio-video.real.php │ │ │ ├── module.audio-video.riff.php │ │ │ ├── module.audio-video.riff.php~ │ │ │ ├── module.audio-video.swf.php │ │ │ ├── module.audio.aac.php │ │ │ ├── module.audio.ac3.php │ │ │ ├── module.audio.au.php │ │ │ ├── module.audio.avr.php │ │ │ ├── module.audio.bonk.php │ │ │ ├── module.audio.dss.php │ │ │ ├── module.audio.dts.php │ │ │ ├── module.audio.flac.php │ │ │ ├── module.audio.la.php │ │ │ ├── module.audio.lpac.php │ │ │ ├── module.audio.midi.php │ │ │ ├── module.audio.mod.php │ │ │ ├── module.audio.monkey.php │ │ │ ├── module.audio.mp3.php │ │ │ ├── module.audio.mpc.php │ │ │ ├── module.audio.ogg.php │ │ │ ├── module.audio.optimfrog.php │ │ │ ├── module.audio.rkau.php │ │ │ ├── module.audio.shorten.php │ │ │ ├── module.audio.tta.php │ │ │ ├── module.audio.voc.php │ │ │ ├── module.audio.vqf.php │ │ │ ├── module.audio.wavpack.php │ │ │ ├── module.graphic.bmp.php │ │ │ ├── module.graphic.gif.php │ │ │ ├── module.graphic.jpg.php │ │ │ ├── module.graphic.pcd.php │ │ │ ├── module.graphic.png.php │ │ │ ├── module.graphic.svg.php │ │ │ ├── module.graphic.tiff.php │ │ │ ├── module.misc.doc.php │ │ │ ├── module.misc.exe.php │ │ │ ├── module.misc.iso.php │ │ │ ├── module.misc.msoffice.php │ │ │ ├── module.misc.par2.php │ │ │ ├── module.misc.pdf.php │ │ │ ├── module.tag.apetag.php │ │ │ ├── module.tag.id3v1.php │ │ │ ├── module.tag.id3v2.php │ │ │ ├── module.tag.id3v2.php~ │ │ │ ├── module.tag.lyrics3.php │ │ │ ├── structure.txt │ │ │ ├── write.apetag.php │ │ │ ├── write.id3v1.php │ │ │ ├── write.id3v2.php │ │ │ ├── write.lyrics3.php │ │ │ ├── write.metaflac.php │ │ │ ├── write.php │ │ │ ├── write.real.php │ │ │ └── write.vorbiscomment.php │ ├── models │ │ └── MediaFile.php │ └── views │ │ └── mediafile │ │ ├── delete.php │ │ ├── details.php │ │ ├── playback.php │ │ ├── update.php │ │ └── widget.php ├── mediamanager-1.0 │ ├── assets │ │ ├── css │ │ │ └── mediamanager.css │ │ └── js │ │ │ └── ajaxupload.js │ ├── audio_descriptions.ini │ ├── configure.php │ ├── controllers │ │ └── globalmedia.php │ ├── hooks │ │ └── mediamanger.php │ ├── libraries │ │ ├── AudioFile.php │ │ ├── Media.php │ │ ├── MediaScanner.php │ │ └── getid3 │ │ │ ├── extension.cache.dbm.php │ │ │ ├── extension.cache.mysql.php │ │ │ ├── getid3.lib.php │ │ │ ├── getid3.php │ │ │ ├── getid3.php~ │ │ │ ├── module.archive.gzip.php │ │ │ ├── module.archive.rar.php │ │ │ ├── module.archive.szip.php │ │ │ ├── module.archive.tar.php │ │ │ ├── module.archive.zip.php │ │ │ ├── module.audio-video.asf.php │ │ │ ├── module.audio-video.bink.php │ │ │ ├── module.audio-video.flv.php │ │ │ ├── module.audio-video.matroska.php │ │ │ ├── module.audio-video.mpeg.php │ │ │ ├── module.audio-video.nsv.php │ │ │ ├── module.audio-video.quicktime.php │ │ │ ├── module.audio-video.real.php │ │ │ ├── module.audio-video.riff.php │ │ │ ├── module.audio-video.riff.php~ │ │ │ ├── module.audio-video.swf.php │ │ │ ├── module.audio.aac.php │ │ │ ├── module.audio.ac3.php │ │ │ ├── module.audio.au.php │ │ │ ├── module.audio.avr.php │ │ │ ├── module.audio.bonk.php │ │ │ ├── module.audio.dss.php │ │ │ ├── module.audio.dts.php │ │ │ ├── module.audio.flac.php │ │ │ ├── module.audio.la.php │ │ │ ├── module.audio.lpac.php │ │ │ ├── module.audio.midi.php │ │ │ ├── module.audio.mod.php │ │ │ ├── module.audio.monkey.php │ │ │ ├── module.audio.mp3.php │ │ │ ├── module.audio.mpc.php │ │ │ ├── module.audio.ogg.php │ │ │ ├── module.audio.optimfrog.php │ │ │ ├── module.audio.rkau.php │ │ │ ├── module.audio.shorten.php │ │ │ ├── module.audio.tta.php │ │ │ ├── module.audio.voc.php │ │ │ ├── module.audio.vqf.php │ │ │ ├── module.audio.wavpack.php │ │ │ ├── module.graphic.bmp.php │ │ │ ├── module.graphic.gif.php │ │ │ ├── module.graphic.jpg.php │ │ │ ├── module.graphic.pcd.php │ │ │ ├── module.graphic.png.php │ │ │ ├── module.graphic.svg.php │ │ │ ├── module.graphic.tiff.php │ │ │ ├── module.misc.doc.php │ │ │ ├── module.misc.exe.php │ │ │ ├── module.misc.iso.php │ │ │ ├── module.misc.msoffice.php │ │ │ ├── module.misc.par2.php │ │ │ ├── module.misc.pdf.php │ │ │ ├── module.tag.apetag.php │ │ │ ├── module.tag.id3v1.php │ │ │ ├── module.tag.id3v2.php │ │ │ ├── module.tag.id3v2.php~ │ │ │ ├── module.tag.lyrics3.php │ │ │ ├── structure.txt │ │ │ ├── write.apetag.php │ │ │ ├── write.id3v1.php │ │ │ ├── write.id3v2.php │ │ │ ├── write.lyrics3.php │ │ │ ├── write.metaflac.php │ │ │ ├── write.php │ │ │ ├── write.real.php │ │ │ └── write.vorbiscomment.php │ ├── models │ │ └── MediaFile.php │ ├── plugins │ │ └── mediamanager.php │ └── views │ │ ├── globalmedia │ │ ├── add.php │ │ ├── create.php │ │ ├── details.php │ │ ├── index.php │ │ └── scan.php │ │ └── mediamanager │ │ ├── add.php │ │ ├── delete.php │ │ ├── edit.php │ │ ├── preview.php │ │ └── systemsound.php ├── mediaoption-1.0 │ ├── configure.php │ ├── hooks │ │ └── mediaoption.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── mediaoption.php │ ├── plugins │ │ └── mediaoption.php │ └── views │ │ └── mediaoption │ │ └── update.php ├── mongocdr-1.0 │ ├── configure-disable.php │ ├── controllers │ │ └── mongocdr.php │ ├── graph.php │ ├── grid.php │ ├── index.php │ ├── libraries │ │ └── MongoCdr.php │ ├── list.php │ ├── main.php │ └── views │ │ └── mongocdr │ │ └── index.php ├── netlistmanager-1.0 │ ├── assets │ │ └── css │ │ │ └── netlist.css │ ├── configure.php │ ├── controllers │ │ └── netlistmanager.php │ ├── hooks │ │ └── netlistmanager.php │ ├── plugins │ │ └── netlistmanager.php │ └── views │ │ └── netlistmanager │ │ └── update.php ├── numbercleanup-1.0 │ ├── configure.php │ ├── hooks │ │ └── numbercleanup.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── numbercleanup.php │ ├── plugins │ │ └── numbercleanup.php │ └── views │ │ └── numbercleanup │ │ └── update.php ├── numbermanager-1.0.1 │ ├── configure.php │ ├── controllers │ │ └── numbermanager.php │ ├── helpers │ │ └── numbermanager.php │ ├── hooks │ │ └── numbermanager.php │ ├── libraries │ │ └── Numbers.php │ ├── plugins │ │ └── numbermanager.php │ └── views │ │ └── numbermanager │ │ ├── assignedNumber.mus.php │ │ ├── avaliableNumber.mus.php │ │ ├── numberContexts.php │ │ ├── numberInventory.php │ │ ├── numberPools.php │ │ ├── numberTargets.php │ │ ├── targetObject.mus.php │ │ ├── terminateOptions.mus.php │ │ ├── terminateOptions.php │ │ └── update.php ├── numbermanager-1.0 │ ├── configure.php │ ├── controllers │ │ └── numbermanager.php │ ├── helpers │ │ └── numbermanager.php │ ├── hooks │ │ └── numbermanager.php │ ├── libraries │ │ └── Numbers.php │ ├── plugins │ │ └── numbermanager.php │ └── views │ │ └── numbermanager │ │ ├── assignedNumber.mus.php │ │ ├── avaliableNumber.mus.php │ │ ├── numberContexts.php │ │ ├── numberInventory.php │ │ ├── numberPools.php │ │ ├── numberTargets.php │ │ ├── targetObject.mus.php │ │ ├── terminateOptions.mus.php │ │ ├── terminateOptions.php │ │ └── update.php ├── odbc-1.0 │ ├── config │ │ └── odbc.php │ ├── configure.php │ ├── controllers │ │ └── odbc.php │ ├── hooks │ │ └── odbc.php │ ├── libraries │ │ ├── OdbcManager.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── odbc.php │ ├── models │ │ └── Odbc.php │ ├── plugins │ │ └── odbc.php │ └── views │ │ └── odbc │ │ ├── associate.php │ │ ├── config.php │ │ └── update.php ├── packagemanager-1.0 │ ├── assets │ │ └── css │ │ │ └── packagemanager.css │ ├── configure.php │ ├── controllers │ │ └── packagemanager.php │ ├── helpers │ │ └── packagemanager.php │ └── views │ │ └── packagemanager │ │ ├── index.php │ │ └── package.php ├── paging-1.0 │ ├── assets │ │ └── img │ │ │ └── icons │ │ │ └── 32x32 │ │ │ └── paging.png │ ├── configure.php │ ├── controllers │ │ └── paging.php │ ├── hooks │ │ └── paging.php │ ├── libraries │ │ ├── PagingManager.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── paginggroup.php │ ├── models │ │ ├── PagingGroup.php │ │ └── PagingGroupNumber.php │ ├── plugins │ │ └── paging.php │ └── views │ │ └── paging │ │ └── update.php ├── permission-1.0 │ ├── assets │ │ ├── css │ │ │ └── permission.css │ │ └── img │ │ │ ├── 403.gif │ │ │ └── RedCross.gif │ ├── configure.php │ ├── controllers │ │ └── permission.php │ ├── hooks │ │ └── permission.php │ ├── libraries │ │ └── Permissions.php │ ├── models │ │ └── Permission.php │ ├── plugins │ │ └── permission.php │ └── views │ │ └── permission │ │ ├── customize.php │ │ ├── disabled.php │ │ ├── index.php │ │ ├── permissions.php │ │ └── variables.php ├── phpunit-1.0 │ ├── config │ │ └── phpunit.php │ ├── controllers │ │ └── phpunit.php │ ├── libraries │ │ ├── PHPUnit.php │ │ ├── PHPUnit_Test_Suite.php │ │ └── Text_Printer.php │ ├── tests │ │ ├── Helper_Arr_Test.php │ │ ├── Helper_Num_Test.php │ │ ├── Helper_Request_Test.php │ │ ├── Helper_Text_Test.php │ │ ├── Helper_Valid_Test.php │ │ ├── Library_Cache_Base_Test.php │ │ ├── Library_Cache_File_Test.php │ │ ├── Library_Cache_Sqlite_Test.php │ │ ├── Library_Cache_Xcache_Test.php │ │ ├── Library_Database │ │ │ └── Library_Database_Result_Test.php │ │ ├── Library_Database_Suite_Test.php │ │ ├── Library_Installer_Test.php │ │ └── Library_Router_Test.php │ └── vendor │ │ └── PHPUnit │ │ ├── Extensions │ │ ├── Database │ │ │ ├── AbstractTester.php │ │ │ ├── Constraint │ │ │ │ ├── DataSetIsEqual.php │ │ │ │ └── TableIsEqual.php │ │ │ ├── DB │ │ │ │ ├── DataSet.php │ │ │ │ ├── DefaultDatabaseConnection.php │ │ │ │ ├── FilteredDataSet.php │ │ │ │ ├── IDatabaseConnection.php │ │ │ │ ├── IMetaData.php │ │ │ │ ├── MetaData.php │ │ │ │ ├── MetaData │ │ │ │ │ ├── InformationSchema.php │ │ │ │ │ ├── MySQL.php │ │ │ │ │ ├── Oci.php │ │ │ │ │ ├── PgSQL.php │ │ │ │ │ └── Sqlite.php │ │ │ │ ├── ResultSetTable.php │ │ │ │ ├── Table.php │ │ │ │ ├── TableIterator.php │ │ │ │ └── TableMetaData.php │ │ │ ├── DataSet │ │ │ │ ├── AbstractDataSet.php │ │ │ │ ├── AbstractTable.php │ │ │ │ ├── AbstractTableMetaData.php │ │ │ │ ├── AbstractXmlDataSet.php │ │ │ │ ├── CompositeDataSet.php │ │ │ │ ├── CsvDataSet.php │ │ │ │ ├── DataSetFilter.php │ │ │ │ ├── DefaultDataSet.php │ │ │ │ ├── DefaultTable.php │ │ │ │ ├── DefaultTableIterator.php │ │ │ │ ├── DefaultTableMetaData.php │ │ │ │ ├── FlatXmlDataSet.php │ │ │ │ ├── IDataSet.php │ │ │ │ ├── IPersistable.php │ │ │ │ ├── ITable.php │ │ │ │ ├── ITableIterator.php │ │ │ │ ├── ITableMetaData.php │ │ │ │ ├── Persistors │ │ │ │ │ ├── Abstract.php │ │ │ │ │ ├── FlatXml.php │ │ │ │ │ └── Xml.php │ │ │ │ ├── QueryDataSet.php │ │ │ │ ├── QueryTable.php │ │ │ │ ├── ReplacementDataSet.php │ │ │ │ ├── ReplacementTable.php │ │ │ │ ├── ReplacementTableIterator.php │ │ │ │ ├── TableFilter.php │ │ │ │ ├── TableMetaDataFilter.php │ │ │ │ └── XmlDataSet.php │ │ │ ├── DefaultTester.php │ │ │ ├── ITester.php │ │ │ ├── Operation │ │ │ │ ├── Composite.php │ │ │ │ ├── Delete.php │ │ │ │ ├── DeleteAll.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Factory.php │ │ │ │ ├── IDatabaseOperation.php │ │ │ │ ├── Insert.php │ │ │ │ ├── Null.php │ │ │ │ ├── Replace.php │ │ │ │ ├── RowBased.php │ │ │ │ ├── Truncate.php │ │ │ │ └── Update.php │ │ │ └── TestCase.php │ │ ├── GroupTestSuite.php │ │ ├── OutputTestCase.php │ │ ├── PerformanceTestCase.php │ │ ├── PhptTestCase.php │ │ ├── PhptTestCase │ │ │ └── Logger.php │ │ ├── PhptTestSuite.php │ │ ├── RepeatedTest.php │ │ ├── SeleniumTestCase.php │ │ ├── SeleniumTestCase │ │ │ ├── Driver.php │ │ │ ├── append.php │ │ │ ├── phpunit_coverage.php │ │ │ └── prepend.php │ │ ├── Story │ │ │ ├── Given.php │ │ │ ├── ResultPrinter.php │ │ │ ├── ResultPrinter │ │ │ │ ├── HTML.php │ │ │ │ ├── Template │ │ │ │ │ ├── scenario.html.dist │ │ │ │ │ ├── scenario_header.html.dist │ │ │ │ │ ├── scenarios.html.dist │ │ │ │ │ └── step.html.dist │ │ │ │ └── Text.php │ │ │ ├── Scenario.php │ │ │ ├── SeleniumTestCase.php │ │ │ ├── Step.php │ │ │ ├── TestCase.php │ │ │ ├── Then.php │ │ │ └── When.php │ │ └── TestDecorator.php │ │ ├── Framework.php │ │ ├── Framework │ │ ├── Assert.php │ │ ├── AssertionFailedError.php │ │ ├── ComparisonFailure.php │ │ ├── ComparisonFailure │ │ │ ├── Array.php │ │ │ ├── Object.php │ │ │ ├── Scalar.php │ │ │ ├── String.php │ │ │ └── Type.php │ │ ├── Constraint.php │ │ ├── Constraint │ │ │ ├── And.php │ │ │ ├── ArrayHasKey.php │ │ │ ├── Attribute.php │ │ │ ├── ClassHasAttribute.php │ │ │ ├── ClassHasStaticAttribute.php │ │ │ ├── FileExists.php │ │ │ ├── GreaterThan.php │ │ │ ├── IsAnything.php │ │ │ ├── IsEqual.php │ │ │ ├── IsFalse.php │ │ │ ├── IsIdentical.php │ │ │ ├── IsInstanceOf.php │ │ │ ├── IsNull.php │ │ │ ├── IsTrue.php │ │ │ ├── IsType.php │ │ │ ├── LessThan.php │ │ │ ├── Not.php │ │ │ ├── ObjectHasAttribute.php │ │ │ ├── Or.php │ │ │ ├── PCREMatch.php │ │ │ ├── StringContains.php │ │ │ ├── TraversableContains.php │ │ │ ├── TraversableContainsOnly.php │ │ │ └── Xor.php │ │ ├── Error.php │ │ ├── Error │ │ │ ├── Notice.php │ │ │ └── Warning.php │ │ ├── ExpectationFailedException.php │ │ ├── IncompleteTest.php │ │ ├── IncompleteTestError.php │ │ ├── MockObject │ │ │ ├── Builder │ │ │ │ ├── Identity.php │ │ │ │ ├── InvocationMocker.php │ │ │ │ ├── Match.php │ │ │ │ ├── MethodNameMatch.php │ │ │ │ ├── Namespace.php │ │ │ │ ├── ParametersMatch.php │ │ │ │ └── Stub.php │ │ │ ├── Invocation.php │ │ │ ├── InvocationMocker.php │ │ │ ├── Invokable.php │ │ │ ├── Matcher.php │ │ │ ├── Matcher │ │ │ │ ├── AnyInvokedCount.php │ │ │ │ ├── AnyParameters.php │ │ │ │ ├── Invocation.php │ │ │ │ ├── InvokedAtIndex.php │ │ │ │ ├── InvokedAtLeastOnce.php │ │ │ │ ├── InvokedCount.php │ │ │ │ ├── InvokedRecorder.php │ │ │ │ ├── MethodName.php │ │ │ │ ├── Parameters.php │ │ │ │ └── StatelessInvocation.php │ │ │ ├── Mock.php │ │ │ ├── MockObject.php │ │ │ ├── Stub.php │ │ │ ├── Stub │ │ │ │ ├── ConsecutiveCalls.php │ │ │ │ ├── Exception.php │ │ │ │ ├── MatcherCollection.php │ │ │ │ ├── Return.php │ │ │ │ ├── ReturnArgument.php │ │ │ │ └── ReturnCallback.php │ │ │ └── Verifiable.php │ │ ├── SelfDescribing.php │ │ ├── SkippedTest.php │ │ ├── SkippedTestError.php │ │ ├── SkippedTestSuiteError.php │ │ ├── Test.php │ │ ├── TestCase.php │ │ ├── TestFailure.php │ │ ├── TestListener.php │ │ ├── TestResult.php │ │ ├── TestSuite.php │ │ └── Warning.php │ │ ├── Runner │ │ ├── BaseTestRunner.php │ │ ├── IncludePathTestCollector.php │ │ ├── StandardTestSuiteLoader.php │ │ ├── TestCollector.php │ │ ├── TestSuiteLoader.php │ │ └── Version.php │ │ ├── Samples │ │ ├── BankAccount │ │ │ ├── BankAccount.php │ │ │ └── BankAccountTest.php │ │ ├── BankAccountDB │ │ │ ├── BankAccount.php │ │ │ ├── BankAccountCompositeTest.php │ │ │ ├── BankAccountDBTest.php │ │ │ ├── BankAccountDBTestMySQL.php │ │ │ └── _files │ │ │ │ ├── bank-account-after-deposits.xml │ │ │ │ ├── bank-account-after-new-account.xml │ │ │ │ ├── bank-account-after-withdrawals.xml │ │ │ │ └── bank-account-seed.xml │ │ ├── BowlingGame │ │ │ ├── BowlingGame.php │ │ │ ├── BowlingGameSpec.php │ │ │ └── BowlingGameTest.php │ │ ├── FailureTest.php │ │ └── Money │ │ │ ├── IMoney.php │ │ │ ├── Money.php │ │ │ ├── MoneyBag.php │ │ │ └── MoneyTest.php │ │ ├── Tests │ │ ├── AllTests.php │ │ ├── Extensions │ │ │ ├── AllTests.php │ │ │ ├── Database │ │ │ │ ├── AllTests.php │ │ │ │ ├── DataSet │ │ │ │ │ ├── AllTests.php │ │ │ │ │ ├── CompositeDataSetTest.php │ │ │ │ │ ├── CsvDataSetTest.php │ │ │ │ │ ├── FilterTest.php │ │ │ │ │ ├── PersistorTest.php │ │ │ │ │ ├── QueryDataSetTest.php │ │ │ │ │ ├── QueryTableTest.php │ │ │ │ │ ├── ReplacementDataSetTest.php │ │ │ │ │ ├── ReplacementTableTest.php │ │ │ │ │ └── XmlDataSetsTest.php │ │ │ │ ├── Operation │ │ │ │ │ ├── AllTests.php │ │ │ │ │ ├── OperationsTest.php │ │ │ │ │ └── RowBasedTest.php │ │ │ │ └── _files │ │ │ │ │ ├── CsvDataSets │ │ │ │ │ ├── table1.csv │ │ │ │ │ └── table2.csv │ │ │ │ │ ├── DatabaseTestUtility.php │ │ │ │ │ └── XmlDataSets │ │ │ │ │ ├── AllEmptyTableInsertResult.xml │ │ │ │ │ ├── AllEmptyTableInsertTest.xml │ │ │ │ │ ├── DeleteAllOperationTest.xml │ │ │ │ │ ├── DeleteOperationResult.xml │ │ │ │ │ ├── DeleteOperationTest.xml │ │ │ │ │ ├── EmptyTableInsertResult.xml │ │ │ │ │ ├── EmptyTableInsertTest.xml │ │ │ │ │ ├── FilteredTestComparison.xml │ │ │ │ │ ├── FilteredTestFixture.xml │ │ │ │ │ ├── FlatXmlDataSet.xml │ │ │ │ │ ├── FlatXmlWriter.xml │ │ │ │ │ ├── FlatXmlWriterEntities.xml │ │ │ │ │ ├── InsertOperationResult.xml │ │ │ │ │ ├── InsertOperationTest.xml │ │ │ │ │ ├── OperationsTestFixture.xml │ │ │ │ │ ├── QueryDataSetTest.xml │ │ │ │ │ ├── ReplaceOperationResult.xml │ │ │ │ │ ├── ReplaceOperationTest.xml │ │ │ │ │ ├── RowBasedExecute.xml │ │ │ │ │ ├── UpdateOperationResult.xml │ │ │ │ │ ├── UpdateOperationTest.xml │ │ │ │ │ ├── XmlDataSet.xml │ │ │ │ │ ├── XmlWriter.xml │ │ │ │ │ └── XmlWriterEntities.xml │ │ │ ├── OutputTestCaseTest.php │ │ │ ├── PerformanceTestCaseTest.php │ │ │ ├── RepeatedTestTest.php │ │ │ └── SeleniumTestCaseTest.php │ │ ├── Framework │ │ │ ├── AllTests.php │ │ │ ├── AssertTest.php │ │ │ ├── ComparisonFailureTest.php │ │ │ ├── ConstraintTest.php │ │ │ ├── MockObjectTest.php │ │ │ ├── SuiteTest.php │ │ │ ├── TestCaseTest.php │ │ │ ├── TestFailureTest.php │ │ │ ├── TestImplementorTest.php │ │ │ └── TestListenerTest.php │ │ ├── Regression │ │ │ ├── 578.phpt │ │ │ ├── 684.phpt │ │ │ ├── Issue578Test.php │ │ │ └── Issue684Test.php │ │ ├── Runner │ │ │ ├── AllTests.php │ │ │ └── BaseTestRunnerTest.php │ │ ├── TextUI │ │ │ ├── abstract-test-class.phpt │ │ │ ├── concrete-test-class.phpt │ │ │ ├── coverage-clover-class-extended.phpt │ │ │ ├── coverage-clover-class.phpt │ │ │ ├── coverage-clover-method.phpt │ │ │ ├── coverage-clover-not-private.phpt │ │ │ ├── coverage-clover-not-protected.phpt │ │ │ ├── coverage-clover-not-public.phpt │ │ │ ├── coverage-clover-private.phpt │ │ │ ├── coverage-clover-protected.phpt │ │ │ ├── coverage-clover-public.phpt │ │ │ ├── coverage-clover.phpt │ │ │ ├── coverage-source.phpt │ │ │ ├── dataset-log-xml.phpt │ │ │ ├── debug.phpt │ │ │ ├── default.phpt │ │ │ ├── exclude-group.phpt │ │ │ ├── filter-class.phpt │ │ │ ├── filter-method.phpt │ │ │ ├── group.phpt │ │ │ ├── help.phpt │ │ │ ├── help2.phpt │ │ │ ├── list-groups.phpt │ │ │ ├── log-graphviz.phpt │ │ │ ├── log-json.phpt │ │ │ ├── log-tap.phpt │ │ │ ├── log-xml.phpt │ │ │ ├── repeat.phpt │ │ │ ├── skeleton.phpt │ │ │ ├── story.phpt │ │ │ ├── tap.phpt │ │ │ ├── testdox-html.phpt │ │ │ ├── testdox-text.phpt │ │ │ ├── testdox.phpt │ │ │ └── verbose.phpt │ │ ├── Util │ │ │ ├── AllTests.php │ │ │ ├── ConfigurationTest.php │ │ │ ├── TestDox │ │ │ │ ├── AllTests.php │ │ │ │ └── NamePrettifierTest.php │ │ │ ├── TestTest.php │ │ │ ├── TimerTest.php │ │ │ └── XMLTest.php │ │ ├── _files │ │ │ ├── AbstractTest.php │ │ │ ├── AnInterface.php │ │ │ ├── Calculator.php │ │ │ ├── ClassWithNonPublicAttributes.php │ │ │ ├── ConcreteTest.php │ │ │ ├── CoverageClassExtendedTest.php │ │ │ ├── CoverageClassTest.php │ │ │ ├── CoverageMethodTest.php │ │ │ ├── CoverageNotPrivateTest.php │ │ │ ├── CoverageNotProtectedTest.php │ │ │ ├── CoverageNotPublicTest.php │ │ │ ├── CoveragePrivateTest.php │ │ │ ├── CoverageProtectedTest.php │ │ │ ├── CoveragePublicTest.php │ │ │ ├── CoveredClass.php │ │ │ ├── DataSetTest.php │ │ │ ├── DoubleTestCase.php │ │ │ ├── Error.php │ │ │ ├── Failure.php │ │ │ ├── FunctionCallback.php │ │ │ ├── InheritedTestCase.php │ │ │ ├── MethodCallback.php │ │ │ ├── MockRunner.php │ │ │ ├── NoArgTestCaseTest.php │ │ │ ├── NoTestCaseClass.php │ │ │ ├── NoTestCases.php │ │ │ ├── NonStatic.php │ │ │ ├── NotPublicTestCase.php │ │ │ ├── NotVoidTestCase.php │ │ │ ├── OneTestCase.php │ │ │ ├── OutputTestCase.php │ │ │ ├── OverrideTestCase.php │ │ │ ├── PartialMockTestClass.php │ │ │ ├── SampleClass.php │ │ │ ├── SelectorAssertionsFixture.html │ │ │ ├── SetupFailure.php │ │ │ ├── SleepTest.php │ │ │ ├── Struct.php │ │ │ ├── Success.php │ │ │ ├── TearDownFailure.php │ │ │ ├── TestIterator.php │ │ │ ├── ThrowExceptionTestCase.php │ │ │ ├── ThrowNoExceptionTestCase.php │ │ │ ├── TornDown.php │ │ │ ├── TornDown2.php │ │ │ ├── TornDown3.php │ │ │ ├── TornDown4.php │ │ │ ├── TornDown5.php │ │ │ ├── WasRun.php │ │ │ ├── bar.xml │ │ │ ├── configuration.xml │ │ │ ├── foo.xml │ │ │ ├── structureAttributesAreSameButValuesAreNot.xml │ │ │ ├── structureExpected.xml │ │ │ ├── structureIgnoreTextNodes.xml │ │ │ ├── structureIsSameButDataIsNot.xml │ │ │ ├── structureWrongNumberOfAttributes.xml │ │ │ └── structureWrongNumberOfNodes.xml │ │ └── phpunit.xml.dist │ │ ├── TextUI │ │ ├── Command.php │ │ ├── ResultPrinter.php │ │ └── TestRunner.php │ │ └── Util │ │ ├── Class.php │ │ ├── CodeCoverage.php │ │ ├── Configuration.php │ │ ├── ErrorHandler.php │ │ ├── Fileloader.php │ │ ├── Filesystem.php │ │ ├── Filter.php │ │ ├── FilterIterator.php │ │ ├── Getopt.php │ │ ├── Log │ │ ├── CPD.php │ │ ├── CodeCoverage │ │ │ ├── Database.php │ │ │ └── XML │ │ │ │ ├── Clover.php │ │ │ │ └── Source.php │ │ ├── Database.php │ │ ├── Database │ │ │ ├── MySQL.sql │ │ │ └── SQLite3.sql │ │ ├── GraphViz.php │ │ ├── JSON.php │ │ ├── Metrics.php │ │ ├── PEAR.php │ │ ├── PMD.php │ │ ├── PMD │ │ │ ├── Rule.php │ │ │ └── Rule │ │ │ │ ├── Class.php │ │ │ │ ├── Class │ │ │ │ ├── DepthOfInheritanceTree.php │ │ │ │ ├── EfferentCoupling.php │ │ │ │ ├── ExcessiveClassLength.php │ │ │ │ ├── ExcessivePublicCount.php │ │ │ │ └── TooManyFields.php │ │ │ │ ├── File.php │ │ │ │ ├── Function.php │ │ │ │ ├── Function │ │ │ │ ├── CRAP.php │ │ │ │ ├── CodeCoverage.php │ │ │ │ ├── CyclomaticComplexity.php │ │ │ │ ├── ExcessiveMethodLength.php │ │ │ │ ├── ExcessiveParameterList.php │ │ │ │ └── NPathComplexity.php │ │ │ │ ├── Project.php │ │ │ │ └── Project │ │ │ │ └── CRAP.php │ │ ├── TAP.php │ │ └── XML.php │ │ ├── Metrics.php │ │ ├── Metrics │ │ ├── Class.php │ │ ├── File.php │ │ ├── Function.php │ │ └── Project.php │ │ ├── PDO.php │ │ ├── Printer.php │ │ ├── Report.php │ │ ├── Report │ │ ├── Node.php │ │ ├── Node │ │ │ ├── Directory.php │ │ │ └── File.php │ │ └── Template │ │ │ ├── butter.png │ │ │ ├── chameleon.png │ │ │ ├── close12_1.gif │ │ │ ├── container-min.js │ │ │ ├── container.css │ │ │ ├── directory.html.dist │ │ │ ├── directory_item.html.dist │ │ │ ├── file.html.dist │ │ │ ├── file_item.html.dist │ │ │ ├── file_no_yui.html.dist │ │ │ ├── glass.png │ │ │ ├── method_item.html.dist │ │ │ ├── scarlet_red.png │ │ │ ├── snow.png │ │ │ ├── style.css │ │ │ ├── yahoo-dom-event.js │ │ │ └── yui_item.js │ │ ├── Skeleton.php │ │ ├── Skeleton │ │ ├── Class.php │ │ ├── Template │ │ │ ├── Class.tpl.dist │ │ │ ├── IncompleteTestMethod.tpl.dist │ │ │ ├── Method.tpl.dist │ │ │ ├── TestClass.tpl.dist │ │ │ ├── TestMethod.tpl.dist │ │ │ ├── TestMethodBool.tpl.dist │ │ │ ├── TestMethodBoolStatic.tpl.dist │ │ │ ├── TestMethodException.tpl.dist │ │ │ ├── TestMethodExceptionStatic.tpl.dist │ │ │ └── TestMethodStatic.tpl.dist │ │ └── Test.php │ │ ├── Template.php │ │ ├── Test.php │ │ ├── TestDox │ │ ├── NamePrettifier.php │ │ ├── ResultPrinter.php │ │ └── ResultPrinter │ │ │ ├── HTML.php │ │ │ └── Text.php │ │ ├── TestSuiteIterator.php │ │ ├── Timer.php │ │ ├── Type.php │ │ └── XML.php ├── powerdns-1.0 │ ├── assets │ │ ├── css │ │ │ └── powerdns.css │ │ └── img │ │ │ └── delete.png │ ├── configure.php │ ├── controllers │ │ └── powerdns.php │ ├── models │ │ ├── PdnsDomain.php │ │ ├── PdnsRecord.php │ │ └── PdnsSuperMaster.php │ └── views │ │ └── powerdns │ │ ├── add.php │ │ └── edit.php ├── provisioner-1.1 │ ├── configure.php │ ├── controllers │ │ └── provisioner.php │ ├── hooks │ │ └── provisioner.php │ ├── models │ │ └── BrandList.php │ ├── plugins │ │ └── provisioner.php │ └── views │ │ └── provisioner │ │ ├── configure.php │ │ └── update.php ├── quickadd-1.0 │ ├── configure.php │ ├── controllers │ │ └── quickadd.php │ ├── models │ │ └── QuickAdd.php │ └── views │ │ └── quickadd │ │ └── update.php ├── regenerate-1.1 │ ├── configure.php │ ├── controllers │ │ └── regenerate.php │ └── views │ │ └── regenerate │ │ └── index.php ├── regenerate-1.2 │ ├── configure.php │ ├── controllers │ │ └── regenerate.php │ ├── hooks │ │ └── regenerate.php │ ├── plugins │ │ └── regenerate.php │ └── views │ │ └── regenerate │ │ └── index.php ├── ringgroup-1.0 │ ├── configure.php │ ├── controllers │ │ └── ringgroup.php │ ├── hooks │ │ └── ringgroup.php │ ├── libraries │ │ ├── RingGroups.php │ │ └── drivers │ │ │ ├── asterisk │ │ │ └── ringgroup.php │ │ │ └── freeswitch │ │ │ └── ringgroup.php │ ├── models │ │ ├── RingGroup.php │ │ └── RingGroupNumber.php │ └── views │ │ └── ringgroup │ │ ├── membertemplate.php │ │ ├── numberOptions.mus.php │ │ └── update.php ├── rosetta-1.0 │ ├── configure.php │ ├── controllers │ │ └── rosetta.php │ ├── libraries │ │ └── RosettaManager.php │ ├── models │ │ └── Rosetta.php │ └── views │ │ └── rosetta │ │ └── index.php ├── sharedpresence-1.0 │ ├── assets │ │ └── img │ │ │ └── icons │ │ │ └── 32x32 │ │ │ └── sharedpresence.png │ ├── configure.php │ ├── controllers │ │ └── sharedpresence.php │ ├── helpers │ │ └── sharedpresence_helper.php │ ├── hooks │ │ └── sharedpresence.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── sharedpresence.php │ ├── models │ │ └── SharedPresenceDB.php │ ├── plugins │ │ └── sharedpresence.php │ └── views │ │ └── sharedpresence │ │ ├── sipinterface.php │ │ └── update.php ├── simpleroute-1.0 │ ├── config │ │ └── simpleroute.php │ ├── configure.php │ ├── helpers │ │ └── simplerouter.php │ ├── hooks │ │ └── simpleroute.php │ ├── libraries │ │ └── drivers │ │ │ ├── asterisk │ │ │ └── simpleroutecontext.php │ │ │ └── freeswitch │ │ │ └── simpleroute.php │ ├── plugins │ │ └── simpleroute.php │ └── views │ │ └── simpleroute │ │ └── update.php ├── simpleroute-1.1 │ ├── config │ │ └── simpleroute.php │ ├── configure.php │ ├── controllers │ │ └── simpleroute.php │ ├── helpers │ │ └── simplerouter.php │ ├── hooks │ │ └── simpleroute.php │ ├── libraries │ │ ├── SimpleRouteLib.php │ │ └── drivers │ │ │ ├── asterisk │ │ │ └── simpleroutecontext.php │ │ │ └── freeswitch │ │ │ └── simpleroute.php │ ├── models │ │ └── SimpleRoute.php │ ├── plugins │ │ └── simpleroute.php │ └── views │ │ └── simpleroute │ │ ├── apply.php │ │ ├── pattern.mus.php │ │ └── update.php ├── simpleroute-1.2 │ ├── config │ │ └── simpleroute.php │ ├── configure.php │ ├── controllers │ │ └── simpleroute.php │ ├── helpers │ │ └── simplerouter.php │ ├── hooks │ │ └── simpleroute.php │ ├── libraries │ │ ├── SimpleRouteLib.php │ │ └── drivers │ │ │ ├── asterisk │ │ │ └── simpleroutecontext.php │ │ │ └── freeswitch │ │ │ └── simpleroute.php │ ├── models │ │ └── SimpleRoute.php │ ├── plugins │ │ └── simpleroute.php │ └── views │ │ └── simpleroute │ │ ├── apply.php │ │ ├── device_update.php │ │ ├── pattern.mus.php │ │ └── update.php ├── sip-1.0.1 │ ├── configure.php │ ├── helpers │ │ └── sip.php │ ├── hooks │ │ └── sip.php │ ├── libraries │ │ ├── SipLib.php │ │ └── drivers │ │ │ ├── asterisk │ │ │ └── sip.php │ │ │ └── freeswitch │ │ │ └── sip.php │ ├── plugins │ │ └── sip.php │ └── views │ │ └── sip │ │ └── update.php ├── sip-1.0 │ ├── configure.php │ ├── helpers │ │ └── sip.php │ ├── hooks │ │ └── sip.php │ ├── libraries │ │ ├── SipLib.php │ │ └── drivers │ │ │ ├── asterisk │ │ │ └── sip.php │ │ │ └── freeswitch │ │ │ └── sip.php │ ├── plugins │ │ └── sip.php │ └── views │ │ └── sip │ │ └── update.php ├── sipencryption-1.0 │ ├── configure.php │ ├── hooks │ │ └── sipencryption.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── sipencryption.php │ ├── plugins │ │ └── sipencryption.php │ └── views │ │ └── sipencryption │ │ └── sipinterface.php ├── sipinterface-1.0.2 │ ├── config │ │ └── sipinterface.php │ ├── configure.php │ ├── controllers │ │ └── sipinterface.php │ ├── helpers │ │ └── sipinterfaces.php │ ├── hooks │ │ └── sipinterface.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── sipinterface.php │ ├── migrations │ │ └── SipInterface │ │ │ └── 1292275480.php │ ├── models │ │ ├── SipInterface.php │ │ └── SipInterfaceRelation.php │ ├── plugins │ │ └── sipinterface.php │ └── views │ │ └── sipinterface │ │ ├── select.php │ │ └── update.php ├── sipinterface-1.0 │ ├── config │ │ └── sipinterface.php │ ├── configure.php │ ├── controllers │ │ └── sipinterface.php │ ├── hooks │ │ └── sipinterface.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── sipinterface.php │ ├── models │ │ └── SipInterface.php │ ├── plugins │ │ └── sipinterface.php │ └── views │ │ └── sipinterface │ │ ├── select.php │ │ └── update.php ├── sofia-1.0 │ ├── configure.php │ ├── controllers │ │ └── sofia.php │ ├── hooks │ │ └── sofia.php │ ├── libraries │ │ └── SofiaManager.php │ ├── plugins │ │ └── sofia.php │ └── views │ │ └── sofia │ │ └── details.php ├── switchboard-1.0 │ ├── assets │ │ ├── ESL.php │ │ ├── css │ │ │ └── switchboard.css │ │ ├── images │ │ │ ├── autocat.gif │ │ │ ├── callintextcat.gif │ │ │ ├── callintintcat.gif │ │ │ ├── confcat.gif │ │ │ ├── connectgreen.gif │ │ │ ├── connecttrunk.gif │ │ │ ├── devincall.gif │ │ │ ├── devoutcall.gif │ │ │ ├── leftitems_bg.gif │ │ │ ├── leftitems_bgsmall.gif │ │ │ ├── leftitems_bgsmall_sel.gif │ │ │ ├── nocallsop.gif │ │ │ ├── trunk_bad_bg.gif │ │ │ ├── trunk_good_bg.gif │ │ │ ├── trunk_unknown_bg.gif │ │ │ ├── trunkblank.gif │ │ │ ├── trunkgreen.gif │ │ │ ├── trunkred.gif │ │ │ ├── trunkyellow.gif │ │ │ └── vmcat.gif │ │ ├── img │ │ │ └── switchboard.png │ │ └── js │ │ │ └── pubsub.js │ ├── configure.php │ ├── controllers │ │ └── switchboard.php │ ├── libraries │ │ ├── ESLconnection.php │ │ ├── ESLevent.php │ │ ├── EslManager.php │ │ └── FS_Socket.php │ └── views │ │ └── switchboard │ │ └── index.php ├── timeofday-1.0.1 │ ├── assets │ │ ├── css │ │ │ ├── jslider.css │ │ │ ├── jslider.ie6.css │ │ │ └── jslider.png │ │ └── js │ │ │ ├── jquery.dependClass.js │ │ │ ├── jquery.slider-min.js │ │ │ └── jquery.slider.js │ ├── configure.php │ ├── controllers │ │ └── timeofday.php │ ├── hooks │ │ └── timeofday.php │ ├── libraries │ │ ├── TimeRoutes.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── timeofday.php │ ├── migrations │ │ └── TimeOfDay │ │ │ └── 1292279991.php │ ├── models │ │ ├── TimeOfDay.php │ │ └── TimeOfDayNumber.php │ └── views │ │ └── timeofday │ │ └── update.php ├── timeofday-1.0 │ ├── assets │ │ ├── css │ │ │ ├── .DS_Store │ │ │ ├── jslider.css │ │ │ ├── jslider.ie6.css │ │ │ └── jslider.png │ │ └── js │ │ │ ├── .DS_Store │ │ │ ├── jquery.dependClass.js │ │ │ ├── jquery.slider-min.js │ │ │ └── jquery.slider.js │ ├── configure.php │ ├── controllers │ │ └── timeofday.php │ ├── hooks │ │ └── timeofday.php │ ├── libraries │ │ ├── TimeRoutes.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── timeofday.php │ ├── models │ │ ├── TimeOfDay.php │ │ └── TimeOfDayNumber.php │ └── views │ │ └── timeofday │ │ └── update.php ├── timeofday-1.1 │ ├── assets │ │ ├── css │ │ │ ├── .DS_Store │ │ │ ├── jslider.css │ │ │ ├── jslider.ie6.css │ │ │ └── jslider.png │ │ └── js │ │ │ ├── .DS_Store │ │ │ ├── jquery.dependClass.js │ │ │ ├── jquery.slider-min.js │ │ │ └── jquery.slider.js │ ├── configure.php │ ├── controllers │ │ └── timeofday.php │ ├── hooks │ │ └── timeofday.php │ ├── libraries │ │ ├── TimeRoutes.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── timeofday.php │ ├── models │ │ ├── TimeOfDay.php │ │ └── TimeOfDayNumber.php │ └── views │ │ └── timeofday │ │ └── update.php ├── timezone-1.0 │ ├── configure.php │ ├── hooks │ │ └── timezone.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── timezone.php │ ├── plugins │ │ └── timezone.php │ └── views │ │ └── timezone │ │ └── update.php ├── trunkmanager-1.0 │ ├── configure.php │ ├── controllers │ │ └── trunkmanager.php │ ├── libraries │ │ └── drivers │ │ │ ├── asterisk │ │ │ └── trunk.php │ │ │ └── freeswitch │ │ │ └── trunk.php │ ├── models │ │ ├── Trunk.php │ │ └── TrunkRelation.php │ └── views │ │ └── trunkmanager │ │ └── update.php ├── tts-1.0 │ ├── configure.php │ ├── controllers │ │ └── tts.php │ ├── helpers │ │ └── tts.php │ ├── hooks │ │ └── tts.php │ ├── libraries │ │ └── TextToSpeech.php │ ├── models │ │ └── TTSEngine.php │ └── views │ │ └── tts │ │ ├── speaker.mus.php │ │ ├── update.php │ │ └── widget.php ├── usermanager-1.0 │ ├── configure.php │ ├── controllers │ │ └── usermanager.php │ ├── helpers │ │ └── usermanager.php │ ├── hooks │ │ └── usermanager.php │ ├── plugins │ │ └── usermanager.php │ └── views │ │ └── usermanager │ │ ├── initialAccountUsers.php │ │ └── update.php ├── valetparking-1.0 │ ├── assets │ │ └── img │ │ │ └── icons │ │ │ └── 32x32 │ │ │ └── valetparking.png │ ├── configure.php │ ├── controllers │ │ └── valetparking.php │ ├── hooks │ │ └── valetparking.php │ ├── libraries │ │ ├── ValetParkingManager.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── valetparkinglot.php │ ├── models │ │ ├── ValetParkingLot.php │ │ └── ValetParkingLotNumber.php │ └── views │ │ └── valetparking │ │ └── update.php ├── vmalert-1.0 │ ├── configure.php │ ├── hooks │ │ └── vmalert.php │ ├── libraries │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── vmalert.php │ ├── plugins │ │ └── vmalert.php │ └── views │ │ └── vmalert │ │ └── update.php ├── voicemail-1.0 │ ├── configure.php │ ├── controllers │ │ └── voicemail.php │ ├── helpers │ │ └── vm.php │ ├── hooks │ │ └── voicemail.php │ ├── libraries │ │ ├── Voicemails.php │ │ └── drivers │ │ │ ├── asterisk │ │ │ └── voicemail.php │ │ │ └── freeswitch │ │ │ └── voicemail.php │ ├── models │ │ ├── Voicemail.php │ │ └── VoicemailNumber.php │ ├── plugins │ │ └── voicemail.php │ └── views │ │ └── voicemail │ │ ├── associate.php │ │ ├── numberOptions.mus.php │ │ ├── terminateOption.mus.php │ │ └── update.php ├── voicemailviewer-1.0 │ ├── assets │ │ ├── add.png │ │ ├── call.png │ │ ├── control_pause.png │ │ ├── control_play.png │ │ ├── control_stop.png │ │ ├── delete.png │ │ ├── download.png │ │ ├── information.png │ │ ├── key.png │ │ ├── lock.png │ │ ├── mail.png │ │ ├── main.css │ │ ├── new.png │ │ ├── niftyplayer.js │ │ ├── niftyplayer.swf │ │ ├── saved.png │ │ ├── saved_urgent.png │ │ ├── sms.png │ │ ├── sound.png │ │ ├── unknown_contact.jpg │ │ ├── urgent.png │ │ └── voicemail.js │ ├── configure.php │ ├── controllers │ │ └── voicemailviewer.php │ ├── i18n │ │ └── en_US │ │ │ └── voicemail.php │ ├── libraries │ │ └── VoicemailManager.php │ ├── models │ │ ├── VoicemailMessage.php │ │ └── VoicemailOverview.php │ └── views │ │ ├── voicemail │ │ ├── blast.php │ │ ├── index.php │ │ └── settings.php │ │ └── voicemailviewer │ │ ├── blast.php │ │ ├── index.php │ │ └── unexpected.php ├── welcomemail-1.0 │ ├── configure.php │ ├── hooks │ │ └── welcomemail.php │ ├── plugins │ │ └── welcomemail.php │ └── views │ │ └── welcomemail │ │ ├── mail.txt │ │ └── update.php ├── xmlcdr-1.0.1 │ ├── configure.php │ ├── controllers │ │ └── xmlcdr.php │ ├── libraries │ │ ├── XmlcdrManager.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── xmlcdrsetting.php │ ├── models │ │ ├── Xmlcdr.php │ │ └── XmlcdrSetting.php │ └── views │ │ └── xmlcdr │ │ ├── details.php │ │ ├── index.php │ │ └── update.php ├── xmlcdr-1.0 │ ├── configure.php │ ├── controllers │ │ └── xmlcdr.php │ ├── libraries │ │ └── XmlcdrManager.php │ ├── models │ │ └── Xmlcdr.php │ └── views │ │ └── xmlcdr │ │ ├── details.php │ │ └── index.php ├── xmlcdr-2.0 │ ├── configure.php │ ├── controllers │ │ └── xmlcdr.php │ ├── libraries │ │ ├── XmlcdrManager.php │ │ └── drivers │ │ │ └── freeswitch │ │ │ └── xmlcdrsetting.php │ ├── migrations │ │ └── Xmlcdr │ │ │ └── 20110826231614.php │ ├── models │ │ ├── Xmlcdr.php │ │ └── XmlcdrSetting.php │ └── views │ │ └── xmlcdr │ │ ├── details.php │ │ └── index.php ├── xmleditor-1.0 │ ├── README.txt │ ├── assets │ │ ├── css │ │ │ └── php_file_tree.css │ │ ├── img │ │ │ ├── application.png │ │ │ ├── code.png │ │ │ ├── css.png │ │ │ ├── db.png │ │ │ ├── directory.png │ │ │ ├── doc.png │ │ │ ├── file.png │ │ │ ├── film.png │ │ │ ├── flash.png │ │ │ ├── html.png │ │ │ ├── java.png │ │ │ ├── linux.png │ │ │ ├── music.png │ │ │ ├── pdf.png │ │ │ ├── php.png │ │ │ ├── picture.png │ │ │ ├── ppt.png │ │ │ ├── psd.png │ │ │ ├── ruby.png │ │ │ ├── script.png │ │ │ ├── txt.png │ │ │ ├── xls.png │ │ │ └── zip.png │ │ └── js │ │ │ ├── editarea │ │ │ ├── autocompletion.js │ │ │ ├── edit_area.js │ │ │ ├── edit_area_compressor.php │ │ │ ├── edit_area_full.gz │ │ │ ├── edit_area_full.js │ │ │ ├── edit_area_functions.js │ │ │ ├── edit_area_loader.js │ │ │ ├── elements_functions.js │ │ │ ├── highlight.js │ │ │ ├── images │ │ │ │ ├── autocompletion.gif │ │ │ │ ├── close.gif │ │ │ │ ├── fullscreen.gif │ │ │ │ ├── go_to_line.gif │ │ │ │ ├── help.gif │ │ │ │ ├── highlight.gif │ │ │ │ ├── load.gif │ │ │ │ ├── move.gif │ │ │ │ ├── newdocument.gif │ │ │ │ ├── opacity.png │ │ │ │ ├── processing.gif │ │ │ │ ├── redo.gif │ │ │ │ ├── reset_highlight.gif │ │ │ │ ├── save.gif │ │ │ │ ├── search.gif │ │ │ │ ├── smooth_selection.gif │ │ │ │ ├── spacer.gif │ │ │ │ ├── statusbar_resize.gif │ │ │ │ ├── undo.gif │ │ │ │ └── word_wrap.gif │ │ │ ├── keyboard.js │ │ │ ├── langs │ │ │ │ ├── bg.js │ │ │ │ ├── cs.js │ │ │ │ ├── de.js │ │ │ │ ├── dk.js │ │ │ │ ├── en.js │ │ │ │ ├── eo.js │ │ │ │ ├── es.js │ │ │ │ ├── fi.js │ │ │ │ ├── fr.js │ │ │ │ ├── hr.js │ │ │ │ ├── it.js │ │ │ │ ├── ja.js │ │ │ │ ├── mk.js │ │ │ │ ├── nl.js │ │ │ │ ├── pl.js │ │ │ │ ├── pt.js │ │ │ │ ├── ru.js │ │ │ │ ├── sk.js │ │ │ │ └── zh.js │ │ │ ├── license_apache.txt │ │ │ ├── license_bsd.txt │ │ │ ├── license_lgpl.txt │ │ │ ├── manage_area.js │ │ │ ├── reg_syntax.js │ │ │ ├── reg_syntax │ │ │ │ ├── basic.js │ │ │ │ ├── brainfuck.js │ │ │ │ ├── c.js │ │ │ │ ├── coldfusion.js │ │ │ │ ├── cpp.js │ │ │ │ ├── css.js │ │ │ │ ├── html.js │ │ │ │ ├── java.js │ │ │ │ ├── js.js │ │ │ │ ├── pas.js │ │ │ │ ├── perl.js │ │ │ │ ├── php.js │ │ │ │ ├── python.js │ │ │ │ ├── robotstxt.js │ │ │ │ ├── ruby.js │ │ │ │ ├── sql.js │ │ │ │ ├── tsql.js │ │ │ │ ├── vb.js │ │ │ │ └── xml.js │ │ │ ├── regexp.js │ │ │ ├── resize_area.js │ │ │ ├── search_replace.js │ │ │ └── template.html │ │ │ ├── php_file_tree.js │ │ │ └── php_file_tree_jquery.js │ ├── configure.php │ ├── controllers │ │ └── xmleditor.php │ ├── images │ │ ├── file.gif │ │ ├── file.png │ │ ├── folder.gif │ │ ├── gear.png │ │ ├── leaf.gif │ │ ├── minus.gif │ │ ├── plus.gif │ │ ├── program.gif │ │ └── thumbnails │ │ │ ├── cliplibrary.png │ │ │ ├── filemanagement.png │ │ │ └── phpeditor.png │ └── views │ │ └── xmleditor │ │ └── index.php └── xmpp-1.0 │ ├── assets │ └── js │ │ └── jquery.dependClass.js │ ├── configure.php │ ├── configure.php.orig │ ├── controllers │ └── xmpp.php │ ├── hooks │ └── xmpp.php │ ├── libraries │ └── drivers │ │ └── freeswitch │ │ └── xmpp.php │ ├── models │ └── Xmpp.php │ └── views │ └── xmpp │ └── update.php ├── nbproject ├── private │ ├── config.properties │ ├── private.properties │ └── private.xml ├── project.properties └── project.xml ├── preinstall.sh ├── skins ├── _skeleton │ ├── ajax.php │ ├── assets │ │ └── css │ │ │ ├── forms.css │ │ │ ├── ie.css │ │ │ ├── jquery.custom.css │ │ │ ├── layout.css │ │ │ ├── navigation.css │ │ │ ├── reset.css │ │ │ └── screen.css │ └── layout.php ├── bluebox │ ├── ajax.php │ ├── assets │ │ ├── css │ │ │ ├── forms.css │ │ │ ├── ie.css │ │ │ ├── jquery.custom.css │ │ │ ├── layout.css │ │ │ ├── navigation.css │ │ │ ├── reset.css │ │ │ └── screen.css │ │ ├── img │ │ │ ├── arrow.gif │ │ │ ├── buttonFind.png │ │ │ ├── buttonLargeLeft.png │ │ │ ├── buttonLargeMiddle.png │ │ │ ├── buttonLargeRight.png │ │ │ ├── buttonMidBack.png │ │ │ ├── buttonMidBackRed.png │ │ │ ├── buttonSmallBack.png │ │ │ ├── buttonSmallBackRed.png │ │ │ ├── buttonSmallLeft.png │ │ │ ├── buttonSmallMiddle.png │ │ │ ├── buttonSmallRight.png │ │ │ ├── categories_nav.gif │ │ │ ├── categories_nav_bg.gif │ │ │ ├── favicon.ico │ │ │ ├── help_icon.gif │ │ │ ├── help_icon_small.gif │ │ │ ├── iconCheck.png │ │ │ ├── iconDelete.png │ │ │ ├── iconX.png │ │ │ ├── icons │ │ │ │ ├── 32x32 │ │ │ │ │ ├── accountmanager.png │ │ │ │ │ ├── autoattendant.png │ │ │ │ │ ├── calls.png │ │ │ │ │ ├── cardconfig.png │ │ │ │ │ ├── conference.png │ │ │ │ │ ├── contextmanager.png │ │ │ │ │ ├── default.png │ │ │ │ │ ├── devicemanager.png │ │ │ │ │ ├── directory.png │ │ │ │ │ ├── esl.png │ │ │ │ │ ├── externalxfer.png │ │ │ │ │ ├── lcr.png │ │ │ │ │ ├── locationmanager.png │ │ │ │ │ ├── mediafile.png │ │ │ │ │ ├── mediamanager.png │ │ │ │ │ ├── netlistmanager.png │ │ │ │ │ ├── numbermanager.png │ │ │ │ │ ├── odbc.png │ │ │ │ │ ├── packagemanager.png │ │ │ │ │ ├── permission.png │ │ │ │ │ ├── powerdns.png │ │ │ │ │ ├── provisioner.png │ │ │ │ │ ├── reports.png │ │ │ │ │ ├── ringgroup.png │ │ │ │ │ ├── sipinterface.png │ │ │ │ │ ├── sofia.png │ │ │ │ │ ├── timeofday.png │ │ │ │ │ ├── trunkmanager.png │ │ │ │ │ ├── tts.png │ │ │ │ │ ├── usermanager.png │ │ │ │ │ ├── voicemail.png │ │ │ │ │ └── xmleditor.png │ │ │ │ └── favicon.ico │ │ │ ├── installing.gif │ │ │ ├── logo.png │ │ │ ├── logo_1.png │ │ │ ├── nav_bg_bottom.gif │ │ │ ├── nicebutton │ │ │ │ ├── add.gif │ │ │ │ ├── alert.gif │ │ │ │ ├── b-download.gif │ │ │ │ ├── button.gif │ │ │ │ ├── delete.gif │ │ │ │ ├── download.gif │ │ │ │ ├── info.gif │ │ │ │ ├── lens.gif │ │ │ │ ├── msg.gif │ │ │ │ ├── telephone_pwd.gif │ │ │ │ ├── user.gif │ │ │ │ └── wand.gif │ │ │ ├── thinker_animated.gif │ │ │ ├── thinking.gif │ │ │ ├── warning_32.png │ │ │ └── yellowDotted.gif │ │ └── js │ │ │ └── bluebox.js │ └── layout.php ├── darkness │ ├── ajax.php │ ├── assets │ │ ├── css │ │ │ ├── forms.css │ │ │ ├── ie.css │ │ │ ├── jquery.custom.css │ │ │ ├── layout.css │ │ │ ├── navigation.css │ │ │ ├── reset.css │ │ │ └── screen.css │ │ └── img │ │ │ ├── help_icon_small.gif │ │ │ ├── logo.png │ │ │ └── warning_32.png │ └── layout.php ├── freepbx │ ├── ajax.php │ ├── assets │ │ ├── css │ │ │ ├── forms.css │ │ │ ├── ie.css │ │ │ ├── jquery.custom.css │ │ │ ├── layout.css │ │ │ ├── navigation.css │ │ │ ├── reset.css │ │ │ └── screen.css │ │ ├── img │ │ │ ├── arrow.gif │ │ │ ├── buttonFind.png │ │ │ ├── buttonLargeLeft.png │ │ │ ├── buttonLargeMiddle.png │ │ │ ├── buttonLargeRight.png │ │ │ ├── buttonMidBack.png │ │ │ ├── buttonMidBackRed.png │ │ │ ├── buttonSmallBack.png │ │ │ ├── buttonSmallBackRed.png │ │ │ ├── buttonSmallLeft.png │ │ │ ├── buttonSmallMiddle.png │ │ │ ├── buttonSmallRight.png │ │ │ ├── categories_nav.gif │ │ │ ├── categories_nav_bg.gif │ │ │ ├── destinations │ │ │ │ ├── conference_tab.png │ │ │ │ ├── dial_by_user_tab.png │ │ │ │ ├── directory_tab.png │ │ │ │ ├── group_tab.png │ │ │ │ ├── ivr_tab.png │ │ │ │ ├── phone_tab.png │ │ │ │ ├── queue_tab.png │ │ │ │ ├── sharedspaces_tab.png │ │ │ │ ├── users_tab.png │ │ │ │ └── voicemail_tab.png │ │ │ ├── favicon.ico │ │ │ ├── help_icon.gif │ │ │ ├── help_icon_small.gif │ │ │ ├── iconCheck.png │ │ │ ├── iconDelete.png │ │ │ ├── iconX.png │ │ │ ├── icons │ │ │ │ ├── 32x32 │ │ │ │ │ ├── arrows.png │ │ │ │ │ ├── autoattendant.png │ │ │ │ │ ├── conference.png │ │ │ │ │ ├── contextmanager.png │ │ │ │ │ ├── default.png │ │ │ │ │ ├── devicemanager.png │ │ │ │ │ ├── esl.png │ │ │ │ │ ├── freepbxmanager.png │ │ │ │ │ ├── locationmanager.png │ │ │ │ │ ├── mediamanager.png │ │ │ │ │ ├── netlistmanager.png │ │ │ │ │ ├── numbermanager.png │ │ │ │ │ ├── odbc.png │ │ │ │ │ ├── permission.png │ │ │ │ │ ├── provisioning.png │ │ │ │ │ ├── question.png │ │ │ │ │ ├── ringgroup.png │ │ │ │ │ ├── sharedspaces.png │ │ │ │ │ ├── sipinterface.png │ │ │ │ │ ├── sofia.png │ │ │ │ │ ├── trunkmanager.png │ │ │ │ │ └── usermanager.png │ │ │ │ └── favicon.ico │ │ │ ├── installing.gif │ │ │ ├── logo.png │ │ │ ├── logoLarge.png │ │ │ ├── logoSmall.png │ │ │ ├── logo_1.png │ │ │ ├── nav_bg_bottom.gif │ │ │ ├── nicebutton │ │ │ │ ├── add.gif │ │ │ │ ├── alert.gif │ │ │ │ ├── b-download.gif │ │ │ │ ├── button.gif │ │ │ │ ├── delete.gif │ │ │ │ ├── download.gif │ │ │ │ ├── info.gif │ │ │ │ ├── lens.gif │ │ │ │ ├── msg.gif │ │ │ │ ├── telephone_pwd.gif │ │ │ │ ├── user.gif │ │ │ │ └── wand.gif │ │ │ ├── thinker_animated.gif │ │ │ ├── thinking.gif │ │ │ ├── warning_32.png │ │ │ └── yellowDotted.gif │ │ └── js │ │ │ └── bluebox.js │ └── layout.php └── installer │ ├── ajax.php │ ├── assets │ ├── css │ │ ├── forms.css │ │ ├── installer.css │ │ ├── layout.css │ │ ├── reset.css │ │ └── screen.css │ └── img │ │ ├── favicon.ico │ │ ├── installing.gif │ │ └── logo2.png │ └── layout.php ├── system ├── config │ ├── cache.php │ ├── cache_memcache.php │ ├── cache_sqlite.php │ ├── cache_xcache.php │ ├── captcha.php │ ├── cookie.php │ ├── credit_cards.php │ ├── database.php │ ├── email.php │ ├── encryption.php │ ├── http.php │ ├── image.php │ ├── inflector.php │ ├── locale.php │ ├── mimes.php │ ├── pagination.php │ ├── profiler.php │ ├── routes.php │ ├── session.php │ ├── sql_types.php │ ├── upload.php │ ├── user_agents.php │ └── view.php ├── controllers │ ├── captcha.php │ └── template.php ├── core │ ├── Benchmark.php │ ├── Bootstrap.php │ ├── Event.php │ ├── Kohana.php │ ├── Kohana_Exception.patch │ ├── utf8.php │ └── utf8 │ │ ├── from_unicode.php │ │ ├── ltrim.php │ │ ├── ord.php │ │ ├── rtrim.php │ │ ├── str_ireplace.php │ │ ├── str_pad.php │ │ ├── str_split.php │ │ ├── strcasecmp.php │ │ ├── strcspn.php │ │ ├── stristr.php │ │ ├── strlen.php │ │ ├── strpos.php │ │ ├── strrev.php │ │ ├── strrpos.php │ │ ├── strspn.php │ │ ├── strtolower.php │ │ ├── strtoupper.php │ │ ├── substr.php │ │ ├── substr_replace.php │ │ ├── to_unicode.php │ │ ├── transliterate_to_ascii.php │ │ ├── trim.php │ │ ├── ucfirst.php │ │ └── ucwords.php ├── fonts │ ├── DejaVuSerif.ttf │ └── LICENSE ├── helpers │ ├── arr.php │ ├── cookie.php │ ├── date.php │ ├── download.php │ ├── email.php │ ├── expires.php │ ├── feed.php │ ├── file.php │ ├── form.php │ ├── format.php │ ├── html.php │ ├── inflector.php │ ├── num.php │ ├── remote.php │ ├── request.php │ ├── security.php │ ├── text.php │ ├── upload.php │ ├── url.php │ └── valid.php ├── i18n │ ├── de_DE │ │ ├── cache.php │ │ ├── calendar.php │ │ ├── captcha.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── event.php │ │ ├── image.php │ │ ├── orm.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ ├── swift.php │ │ ├── upload.php │ │ └── validation.php │ ├── en_GB │ │ ├── cache.php │ │ ├── calendar.php │ │ ├── captcha.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── event.php │ │ ├── image.php │ │ ├── orm.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ ├── swift.php │ │ ├── upload.php │ │ └── validation.php │ ├── en_US │ │ ├── cache.php │ │ ├── calendar.php │ │ ├── captcha.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── event.php │ │ ├── image.php │ │ ├── orm.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ ├── swift.php │ │ ├── upload.php │ │ └── validation.php │ ├── es_AR │ │ ├── cache.php │ │ ├── calendar.php │ │ ├── captcha.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── es_ar.patch │ │ ├── event.php │ │ ├── image.php │ │ ├── orm.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ ├── swift.php │ │ ├── upload.php │ │ └── validation.php │ ├── es_ES │ │ ├── cache.php │ │ ├── calendar.php │ │ ├── captcha.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── event.php │ │ ├── image.php │ │ ├── orm.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ ├── swift.php │ │ ├── upload.php │ │ └── validation.php │ ├── fi_FI │ │ ├── cache.php │ │ ├── calendar.php │ │ ├── captcha.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── event.php │ │ ├── image.php │ │ ├── orm.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ ├── swift.php │ │ ├── upload.php │ │ └── validation.php │ ├── fr_FR │ │ ├── cache.php │ │ ├── calendar.php │ │ ├── captcha.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── event.php │ │ ├── image.php │ │ ├── orm.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ ├── swift.php │ │ ├── upload.php │ │ └── validation.php │ ├── it_IT │ │ ├── cache.php │ │ ├── calendar.php │ │ ├── captcha.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── event.php │ │ ├── image.php │ │ ├── orm.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ ├── swift.php │ │ ├── upload.php │ │ └── validation.php │ ├── mk_MK │ │ ├── cache.php │ │ ├── calendar.php │ │ ├── captcha.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── event.php │ │ ├── image.php │ │ ├── orm.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ ├── swift.php │ │ ├── upload.php │ │ └── validation.php │ ├── nl_NL │ │ ├── cache.php │ │ ├── calendar.php │ │ ├── captcha.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── event.php │ │ ├── image.php │ │ ├── orm.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ ├── swift.php │ │ ├── upload.php │ │ └── validation.php │ ├── pl_PL │ │ ├── cache.php │ │ ├── calendar.php │ │ ├── captcha.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── event.php │ │ ├── image.php │ │ ├── orm.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ ├── swift.php │ │ ├── upload.php │ │ └── validation.php │ ├── pt_BR │ │ ├── cache.php │ │ ├── calendar.php │ │ ├── captcha.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── event.php │ │ ├── image.php │ │ ├── orm.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ ├── swift.php │ │ ├── upload.php │ │ └── validation.php │ ├── ru_RU │ │ ├── cache.php │ │ ├── calendar.php │ │ ├── captcha.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── event.php │ │ ├── image.php │ │ ├── orm.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ ├── swift.php │ │ ├── upload.php │ │ └── validation.php │ └── zh_CN │ │ ├── calendar.php │ │ ├── core.php │ │ ├── database.php │ │ ├── encrypt.php │ │ ├── errors.php │ │ ├── pagination.php │ │ ├── profiler.php │ │ ├── session.php │ │ └── validation.php ├── libraries │ ├── Cache.php │ ├── Calendar.php │ ├── Calendar_Event.php │ ├── Captcha.php │ ├── Controller.php │ ├── Database.php │ ├── Encrypt.php │ ├── Event_Observer.php │ ├── Event_Subject.php │ ├── Image.php │ ├── Input.php │ ├── Model.php │ ├── ORM.php │ ├── ORM_Iterator.php │ ├── ORM_Tree.php │ ├── ORM_Versioned.php │ ├── Pagination.php │ ├── Profiler.php │ ├── Profiler_Table.php │ ├── Router.php │ ├── Session.php │ ├── Tagcloud.php │ ├── URI.php │ ├── Validation.php │ ├── View.php │ └── drivers │ │ ├── Cache.php │ │ ├── Cache │ │ ├── Apc.php │ │ ├── Eaccelerator.php │ │ ├── File.php │ │ ├── Memcache.php │ │ ├── Sqlite.php │ │ └── Xcache.php │ │ ├── Captcha.php │ │ ├── Captcha │ │ ├── Alpha.php │ │ ├── Basic.php │ │ ├── Black.php │ │ ├── Math.php │ │ ├── Riddle.php │ │ └── Word.php │ │ ├── Database.php │ │ ├── Database │ │ ├── Mssql.php │ │ ├── Mysql.php │ │ ├── Mysqli.php │ │ ├── Pdosqlite.php │ │ └── Pgsql.php │ │ ├── Image.php │ │ ├── Image │ │ ├── GD.php │ │ ├── GraphicsMagick.php │ │ └── ImageMagick.php │ │ ├── Session.php │ │ └── Session │ │ ├── Cache.php │ │ ├── Cookie.php │ │ └── Database.php ├── vendor │ ├── Markdown.php │ └── swift │ │ ├── EasySwift.php │ │ ├── Swift.php │ │ └── Swift │ │ ├── Address.php │ │ ├── AddressContainer.php │ │ ├── Authenticator.php │ │ ├── Authenticator │ │ ├── @PopB4Smtp.php │ │ ├── CRAMMD5.php │ │ ├── LOGIN.php │ │ ├── PLAIN.php │ │ └── PopB4Smtp │ │ │ └── Pop3Connection.php │ │ ├── BadResponseException.php │ │ ├── BatchMailer.php │ │ ├── Cache.php │ │ ├── Cache │ │ ├── Disk.php │ │ ├── JointOutputStream.php │ │ ├── Memory.php │ │ └── OutputStream.php │ │ ├── CacheFactory.php │ │ ├── ClassLoader.php │ │ ├── Connection.php │ │ ├── Connection │ │ ├── Multi.php │ │ ├── NativeMail.php │ │ ├── Rotator.php │ │ ├── SMTP.php │ │ └── Sendmail.php │ │ ├── ConnectionBase.php │ │ ├── ConnectionException.php │ │ ├── Events.php │ │ ├── Events │ │ ├── BeforeCommandListener.php │ │ ├── BeforeSendListener.php │ │ ├── CommandEvent.php │ │ ├── CommandListener.php │ │ ├── ConnectEvent.php │ │ ├── ConnectListener.php │ │ ├── DisconnectEvent.php │ │ ├── DisconnectListener.php │ │ ├── Listener.php │ │ ├── ListenerMapper.php │ │ ├── ResponseEvent.php │ │ ├── ResponseListener.php │ │ ├── SendEvent.php │ │ └── SendListener.php │ │ ├── Exception.php │ │ ├── File.php │ │ ├── FileException.php │ │ ├── Iterator.php │ │ ├── Iterator │ │ ├── Array.php │ │ └── MySQLResult.php │ │ ├── Log.php │ │ ├── Log │ │ └── DefaultLog.php │ │ ├── LogContainer.php │ │ ├── Message.php │ │ ├── Message │ │ ├── Attachment.php │ │ ├── EmbeddedFile.php │ │ ├── Encoder.php │ │ ├── Headers.php │ │ ├── Image.php │ │ ├── Mime.php │ │ ├── MimeException.php │ │ └── Part.php │ │ ├── Plugin │ │ ├── AntiFlood.php │ │ ├── BandwidthMonitor.php │ │ ├── ConnectionRotator.php │ │ ├── Decorator.php │ │ ├── Decorator │ │ │ └── Replacements.php │ │ ├── EasySwiftResponseTracker.php │ │ ├── FileEmbedder.php │ │ ├── MailSend.php │ │ ├── Throttler.php │ │ ├── VerboseSending.php │ │ └── VerboseSending │ │ │ ├── AbstractView.php │ │ │ └── DefaultView.php │ │ └── RecipientList.php └── views │ ├── kohana │ └── template.php │ ├── kohana_calendar.php │ ├── kohana_error_disabled.php │ ├── kohana_error_page.php │ ├── kohana_errors.css │ ├── kohana_profiler.php │ ├── kohana_profiler_table.css │ ├── kohana_profiler_table.php │ └── pagination │ ├── classic.php │ ├── digg.php │ ├── extended.php │ └── punbb.php ├── uploads └── empty └── xml.php /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/.gitmodules -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/.htaccess -------------------------------------------------------------------------------- /BLUEBOX_LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/BLUEBOX_LICENSE -------------------------------------------------------------------------------- /FREEPBX_LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/FREEPBX_LICENSE -------------------------------------------------------------------------------- /assets/css/jqGrid/basic/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/basic/grid.css -------------------------------------------------------------------------------- /assets/css/jqGrid/basic/images/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/basic/images/down.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/basic/images/find.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/basic/images/find.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/basic/images/last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/basic/images/last.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/basic/images/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/basic/images/next.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/basic/images/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/basic/images/plus.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/basic/images/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/basic/images/prev.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/basic/images/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/basic/images/up.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/coffee/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/coffee/grid.css -------------------------------------------------------------------------------- /assets/css/jqGrid/coffee/images/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/coffee/images/up.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/green/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/green/grid.css -------------------------------------------------------------------------------- /assets/css/jqGrid/green/images/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/green/images/down.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/green/images/find.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/green/images/find.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/green/images/last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/green/images/last.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/green/images/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/green/images/leaf.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/green/images/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/green/images/next.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/green/images/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/green/images/plus.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/green/images/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/green/images/prev.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/green/images/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/green/images/up.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/jqModal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/jqModal.css -------------------------------------------------------------------------------- /assets/css/jqGrid/sand/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/sand/grid.css -------------------------------------------------------------------------------- /assets/css/jqGrid/sand/images/dirty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/sand/images/dirty.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/sand/images/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/sand/images/down.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/sand/images/find.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/sand/images/find.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/sand/images/first.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/sand/images/first.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/sand/images/last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/sand/images/last.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/sand/images/line3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/sand/images/line3.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/sand/images/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/sand/images/minus.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/sand/images/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/sand/images/next.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/sand/images/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/sand/images/plus.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/sand/images/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/sand/images/prev.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/sand/images/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/sand/images/up.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/grid.css -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/bg.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/down.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/fhbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/fhbg.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/find.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/find.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/last.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/last.png -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/next.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/next.png -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/oup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/oup.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/plus.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/prev.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/prev.png -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/up.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/steel/images/wbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/steel/images/wbg.gif -------------------------------------------------------------------------------- /assets/css/jqGrid/ui.jqgrid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jqGrid/ui.jqgrid.css -------------------------------------------------------------------------------- /assets/css/jquery/base/ui.accordion.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/base/ui.accordion.css -------------------------------------------------------------------------------- /assets/css/jquery/base/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/base/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/base/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/base/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/base/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/base/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/base/ui.dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/base/ui.dialog.css -------------------------------------------------------------------------------- /assets/css/jquery/base/ui.resizable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/base/ui.resizable.css -------------------------------------------------------------------------------- /assets/css/jquery/base/ui.slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/base/ui.slider.css -------------------------------------------------------------------------------- /assets/css/jquery/base/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/base/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/base/ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/base/ui.theme.css -------------------------------------------------------------------------------- /assets/css/jquery/black-tie/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/black-tie/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/black-tie/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/black-tie/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/black-tie/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/black-tie/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/black-tie/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/black-tie/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/blitzer/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/blitzer/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/blitzer/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/blitzer/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/blitzer/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/blitzer/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/blitzer/ui.dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/blitzer/ui.dialog.css -------------------------------------------------------------------------------- /assets/css/jquery/blitzer/ui.slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/blitzer/ui.slider.css -------------------------------------------------------------------------------- /assets/css/jquery/blitzer/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/blitzer/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/blitzer/ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/blitzer/ui.theme.css -------------------------------------------------------------------------------- /assets/css/jquery/cupertino/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/cupertino/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/cupertino/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/cupertino/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/cupertino/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/cupertino/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/cupertino/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/cupertino/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/dark-hive/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/dark-hive/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/dark-hive/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/dark-hive/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/dark-hive/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/dark-hive/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/dark-hive/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/dark-hive/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/dot-luv/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/dot-luv/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/dot-luv/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/dot-luv/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/dot-luv/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/dot-luv/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/dot-luv/ui.dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/dot-luv/ui.dialog.css -------------------------------------------------------------------------------- /assets/css/jquery/dot-luv/ui.slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/dot-luv/ui.slider.css -------------------------------------------------------------------------------- /assets/css/jquery/dot-luv/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/dot-luv/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/dot-luv/ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/dot-luv/ui.theme.css -------------------------------------------------------------------------------- /assets/css/jquery/eggplant/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/eggplant/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/eggplant/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/eggplant/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/eggplant/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/eggplant/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/eggplant/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/eggplant/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/eggplant/ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/eggplant/ui.theme.css -------------------------------------------------------------------------------- /assets/css/jquery/flick/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/flick/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/flick/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/flick/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/flick/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/flick/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/flick/ui.dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/flick/ui.dialog.css -------------------------------------------------------------------------------- /assets/css/jquery/flick/ui.slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/flick/ui.slider.css -------------------------------------------------------------------------------- /assets/css/jquery/flick/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/flick/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/flick/ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/flick/ui.theme.css -------------------------------------------------------------------------------- /assets/css/jquery/geogoer.vchecks.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/geogoer.vchecks.css -------------------------------------------------------------------------------- /assets/css/jquery/hot-sneaks/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/hot-sneaks/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/humanity/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/humanity/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/humanity/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/humanity/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/humanity/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/humanity/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/humanity/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/humanity/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/humanity/ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/humanity/ui.theme.css -------------------------------------------------------------------------------- /assets/css/jquery/jquery.asmselect.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/jquery.asmselect.css -------------------------------------------------------------------------------- /assets/css/jquery/jquery.ipaddress.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/jquery.ipaddress.css -------------------------------------------------------------------------------- /assets/css/jquery/jquery.jgrowl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/jquery.jgrowl.css -------------------------------------------------------------------------------- /assets/css/jquery/le-frog/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/le-frog/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/le-frog/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/le-frog/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/le-frog/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/le-frog/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/le-frog/ui.dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/le-frog/ui.dialog.css -------------------------------------------------------------------------------- /assets/css/jquery/le-frog/ui.slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/le-frog/ui.slider.css -------------------------------------------------------------------------------- /assets/css/jquery/le-frog/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/le-frog/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/le-frog/ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/le-frog/ui.theme.css -------------------------------------------------------------------------------- /assets/css/jquery/mint-choc/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/mint-choc/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/mint-choc/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/mint-choc/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/mint-choc/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/mint-choc/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/mint-choc/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/mint-choc/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/overcast/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/overcast/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/overcast/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/overcast/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/overcast/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/overcast/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/overcast/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/overcast/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/overcast/ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/overcast/ui.theme.css -------------------------------------------------------------------------------- /assets/css/jquery/redmond/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/redmond/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/redmond/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/redmond/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/redmond/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/redmond/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/redmond/ui.dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/redmond/ui.dialog.css -------------------------------------------------------------------------------- /assets/css/jquery/redmond/ui.slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/redmond/ui.slider.css -------------------------------------------------------------------------------- /assets/css/jquery/redmond/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/redmond/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/redmond/ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/redmond/ui.theme.css -------------------------------------------------------------------------------- /assets/css/jquery/smoothness/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/smoothness/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/start/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/start/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/start/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/start/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/start/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/start/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/start/ui.dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/start/ui.dialog.css -------------------------------------------------------------------------------- /assets/css/jquery/start/ui.slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/start/ui.slider.css -------------------------------------------------------------------------------- /assets/css/jquery/start/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/start/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/start/ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/start/ui.theme.css -------------------------------------------------------------------------------- /assets/css/jquery/sunny/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/sunny/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/sunny/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/sunny/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/sunny/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/sunny/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/sunny/ui.dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/sunny/ui.dialog.css -------------------------------------------------------------------------------- /assets/css/jquery/sunny/ui.slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/sunny/ui.slider.css -------------------------------------------------------------------------------- /assets/css/jquery/sunny/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/sunny/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/sunny/ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/sunny/ui.theme.css -------------------------------------------------------------------------------- /assets/css/jquery/thickbox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/thickbox.css -------------------------------------------------------------------------------- /assets/css/jquery/trontastic/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/trontastic/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/ui.dualListBox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/ui.dualListBox.css -------------------------------------------------------------------------------- /assets/css/jquery/ui.multiselect.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/ui.multiselect.css -------------------------------------------------------------------------------- /assets/css/jquery/ui.spinner.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/ui.spinner.css -------------------------------------------------------------------------------- /assets/css/jquery/vader/ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/vader/ui.all.css -------------------------------------------------------------------------------- /assets/css/jquery/vader/ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/vader/ui.base.css -------------------------------------------------------------------------------- /assets/css/jquery/vader/ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/vader/ui.core.css -------------------------------------------------------------------------------- /assets/css/jquery/vader/ui.dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/vader/ui.dialog.css -------------------------------------------------------------------------------- /assets/css/jquery/vader/ui.slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/vader/ui.slider.css -------------------------------------------------------------------------------- /assets/css/jquery/vader/ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/vader/ui.tabs.css -------------------------------------------------------------------------------- /assets/css/jquery/vader/ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/css/jquery/vader/ui.theme.css -------------------------------------------------------------------------------- /assets/img/error-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/img/error-icon.png -------------------------------------------------------------------------------- /assets/img/jquery/treeview/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/img/jquery/treeview/bg.gif -------------------------------------------------------------------------------- /assets/img/jquery/treeview/file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/img/jquery/treeview/file.gif -------------------------------------------------------------------------------- /assets/img/jquery/treeview/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/img/jquery/treeview/minus.gif -------------------------------------------------------------------------------- /assets/img/jquery/treeview/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/img/jquery/treeview/plus.gif -------------------------------------------------------------------------------- /assets/img/jquery/vchecks/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/img/jquery/vchecks/cross.png -------------------------------------------------------------------------------- /assets/img/jquery/vchecks/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/img/jquery/vchecks/tick.png -------------------------------------------------------------------------------- /assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/img/logo.png -------------------------------------------------------------------------------- /assets/img/poweredby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/img/poweredby.png -------------------------------------------------------------------------------- /assets/js/destinations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/destinations.js -------------------------------------------------------------------------------- /assets/js/jqGrid/Changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jqGrid/Changes.txt -------------------------------------------------------------------------------- /assets/js/jqGrid/install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jqGrid/install.txt -------------------------------------------------------------------------------- /assets/js/jqGrid/jquery.jqGrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jqGrid/jquery.jqGrid.js -------------------------------------------------------------------------------- /assets/js/jqGrid/src/JsonXml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jqGrid/src/JsonXml.js -------------------------------------------------------------------------------- /assets/js/jqGrid/src/grid.base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jqGrid/src/grid.base.js -------------------------------------------------------------------------------- /assets/js/jqGrid/src/grid.common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jqGrid/src/grid.common.js -------------------------------------------------------------------------------- /assets/js/jqGrid/src/grid.custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jqGrid/src/grid.custom.js -------------------------------------------------------------------------------- /assets/js/jqGrid/src/grid.import.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jqGrid/src/grid.import.js -------------------------------------------------------------------------------- /assets/js/jqGrid/src/grid.loader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jqGrid/src/grid.loader.js -------------------------------------------------------------------------------- /assets/js/jqGrid/src/grid.postext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jqGrid/src/grid.postext.js -------------------------------------------------------------------------------- /assets/js/jqGrid/src/grid.subgrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jqGrid/src/grid.subgrid.js -------------------------------------------------------------------------------- /assets/js/jqGrid/src/jqDnR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jqGrid/src/jqDnR.js -------------------------------------------------------------------------------- /assets/js/jqGrid/src/jqModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jqGrid/src/jqModal.js -------------------------------------------------------------------------------- /assets/js/jquery/AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/AUTHORS.txt -------------------------------------------------------------------------------- /assets/js/jquery/GPL-LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/GPL-LICENSE.txt -------------------------------------------------------------------------------- /assets/js/jquery/MIT-LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/MIT-LICENSE.txt -------------------------------------------------------------------------------- /assets/js/jquery/effects.blind.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/effects.blind.js -------------------------------------------------------------------------------- /assets/js/jquery/effects.bounce.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/effects.bounce.js -------------------------------------------------------------------------------- /assets/js/jquery/effects.clip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/effects.clip.js -------------------------------------------------------------------------------- /assets/js/jquery/effects.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/effects.core.js -------------------------------------------------------------------------------- /assets/js/jquery/effects.drop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/effects.drop.js -------------------------------------------------------------------------------- /assets/js/jquery/effects.explode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/effects.explode.js -------------------------------------------------------------------------------- /assets/js/jquery/effects.fold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/effects.fold.js -------------------------------------------------------------------------------- /assets/js/jquery/effects.pulsate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/effects.pulsate.js -------------------------------------------------------------------------------- /assets/js/jquery/effects.scale.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/effects.scale.js -------------------------------------------------------------------------------- /assets/js/jquery/effects.shake.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/effects.shake.js -------------------------------------------------------------------------------- /assets/js/jquery/effects.slide.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/effects.slide.js -------------------------------------------------------------------------------- /assets/js/jquery/effects.transfer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/effects.transfer.js -------------------------------------------------------------------------------- /assets/js/jquery/infiniteCarousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/infiniteCarousel.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery-1.3.2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery-1.3.2.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery-1.3.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery-1.3.2.min.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery-1.4.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery-1.4.2.min.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.asmselect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.asmselect.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.blockUI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.blockUI.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.caret.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.caret.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.color.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.cookie.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.dependent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.dependent.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.form.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.helper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.helper.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.ipaddress.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.ipaddress.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.jgrowl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.jgrowl.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.json.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.qtip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.qtip.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.treeview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.treeview.js -------------------------------------------------------------------------------- /assets/js/jquery/jquery.vchecks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/jquery.vchecks.js -------------------------------------------------------------------------------- /assets/js/jquery/persist-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/persist-min.js -------------------------------------------------------------------------------- /assets/js/jquery/thickbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/thickbox.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.accordion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.accordion.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.core.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.datepicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.datepicker.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.dialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.dialog.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.draggable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.draggable.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.droppable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.droppable.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.dualListBox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.dualListBox.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.multiselect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.multiselect.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.progressbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.progressbar.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.resizable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.resizable.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.selectable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.selectable.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.slider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.slider.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.sortable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.sortable.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.spinner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.spinner.js -------------------------------------------------------------------------------- /assets/js/jquery/ui.tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/jquery/ui.tabs.js -------------------------------------------------------------------------------- /assets/js/jquery/version.txt: -------------------------------------------------------------------------------- 1 | 1.7.2 -------------------------------------------------------------------------------- /assets/js/mustache.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/assets/js/mustache.js -------------------------------------------------------------------------------- /backup_system.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/backup_system.sh -------------------------------------------------------------------------------- /bluebox/cache/empty: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /bluebox/config/config.php.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/config/config.php.dist -------------------------------------------------------------------------------- /bluebox/config/database.php.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/config/database.php.dist -------------------------------------------------------------------------------- /bluebox/config/email.php.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/config/email.php.dist -------------------------------------------------------------------------------- /bluebox/config/locale.php.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/config/locale.php.dist -------------------------------------------------------------------------------- /bluebox/config/session.php.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/config/session.php.dist -------------------------------------------------------------------------------- /bluebox/config/telephony.php.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/config/telephony.php.dist -------------------------------------------------------------------------------- /bluebox/config/upload.php.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/config/upload.php.dist -------------------------------------------------------------------------------- /bluebox/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/configure.php -------------------------------------------------------------------------------- /bluebox/controllers/bluebox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/controllers/bluebox.php -------------------------------------------------------------------------------- /bluebox/controllers/datagrid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/controllers/datagrid.php -------------------------------------------------------------------------------- /bluebox/controllers/installer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/controllers/installer.php -------------------------------------------------------------------------------- /bluebox/controllers/user.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/controllers/user.php -------------------------------------------------------------------------------- /bluebox/controllers/welcome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/controllers/welcome.php -------------------------------------------------------------------------------- /bluebox/helpers/Bluebox_arr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/Bluebox_arr.php -------------------------------------------------------------------------------- /bluebox/helpers/Bluebox_form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/Bluebox_form.php -------------------------------------------------------------------------------- /bluebox/helpers/Bluebox_html.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/Bluebox_html.php -------------------------------------------------------------------------------- /bluebox/helpers/dialplan.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/dialplan.php -------------------------------------------------------------------------------- /bluebox/helpers/dttm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/dttm.php -------------------------------------------------------------------------------- /bluebox/helpers/filesystem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/filesystem.php -------------------------------------------------------------------------------- /bluebox/helpers/filetree.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/filetree.php -------------------------------------------------------------------------------- /bluebox/helpers/i18n.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/i18n.php -------------------------------------------------------------------------------- /bluebox/helpers/javascript.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/javascript.php -------------------------------------------------------------------------------- /bluebox/helpers/jgrid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/jgrid.php -------------------------------------------------------------------------------- /bluebox/helpers/jquery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/jquery.php -------------------------------------------------------------------------------- /bluebox/helpers/jqueryAction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/jqueryAction.php -------------------------------------------------------------------------------- /bluebox/helpers/jqueryElement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/jqueryElement.php -------------------------------------------------------------------------------- /bluebox/helpers/locations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/locations.php -------------------------------------------------------------------------------- /bluebox/helpers/media.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/media.php -------------------------------------------------------------------------------- /bluebox/helpers/message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/message.php -------------------------------------------------------------------------------- /bluebox/helpers/navigation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/navigation.php -------------------------------------------------------------------------------- /bluebox/helpers/netlists.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/netlists.php -------------------------------------------------------------------------------- /bluebox/helpers/network.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/network.php -------------------------------------------------------------------------------- /bluebox/helpers/numbering.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/numbering.php -------------------------------------------------------------------------------- /bluebox/helpers/plugins.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/plugins.php -------------------------------------------------------------------------------- /bluebox/helpers/skins.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/skins.php -------------------------------------------------------------------------------- /bluebox/helpers/stylesheet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/stylesheet.php -------------------------------------------------------------------------------- /bluebox/helpers/subview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/subview.php -------------------------------------------------------------------------------- /bluebox/helpers/timezone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/timezone.php -------------------------------------------------------------------------------- /bluebox/helpers/users.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/users.php -------------------------------------------------------------------------------- /bluebox/helpers/xml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/helpers/xml.php -------------------------------------------------------------------------------- /bluebox/hooks/00_doctrine.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/hooks/00_doctrine.php -------------------------------------------------------------------------------- /bluebox/hooks/01_installer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/hooks/01_installer.php -------------------------------------------------------------------------------- /bluebox/hooks/02_bluebox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/hooks/02_bluebox.php -------------------------------------------------------------------------------- /bluebox/hooks/03_user.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/hooks/03_user.php -------------------------------------------------------------------------------- /bluebox/hooks/04_skins.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/hooks/04_skins.php -------------------------------------------------------------------------------- /bluebox/hooks/05_telephony.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/hooks/05_telephony.php -------------------------------------------------------------------------------- /bluebox/hooks/15_navigation.php: -------------------------------------------------------------------------------- 1 | view); 3 | -------------------------------------------------------------------------------- /bluebox/views/media/update.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/views/media/update.php -------------------------------------------------------------------------------- /bluebox/views/user/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/views/user/login.php -------------------------------------------------------------------------------- /bluebox/views/user/profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/views/user/profile.php -------------------------------------------------------------------------------- /bluebox/views/user/register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/views/user/register.php -------------------------------------------------------------------------------- /bluebox/views/welcome/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/bluebox/views/welcome/index.php -------------------------------------------------------------------------------- /bluebox/views/xml/layout.php: -------------------------------------------------------------------------------- 1 | <?xml version="1.0" encoding="UTF-8"?> 2 | 3 | -------------------------------------------------------------------------------- /git_import_all_branches.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/git_import_all_branches.sh -------------------------------------------------------------------------------- /git_update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/git_update.sh -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/index.php -------------------------------------------------------------------------------- /installer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/installer.html -------------------------------------------------------------------------------- /json.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/json.php -------------------------------------------------------------------------------- /kohana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/kohana.png -------------------------------------------------------------------------------- /kohana_license.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/kohana_license.html -------------------------------------------------------------------------------- /modules/address-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/address-1.0/configure.php -------------------------------------------------------------------------------- /modules/areacode-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/areacode-1.0/configure.php -------------------------------------------------------------------------------- /modules/asterisk-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/asterisk-1.0/configure.php -------------------------------------------------------------------------------- /modules/auth-1.0/config/auth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/auth-1.0/config/auth.php -------------------------------------------------------------------------------- /modules/auth-1.0/libraries/Auth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/auth-1.0/libraries/Auth.php -------------------------------------------------------------------------------- /modules/backup-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/backup-1.0/configure.php -------------------------------------------------------------------------------- /modules/callcenter-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/callcenter-1.0/configure.php -------------------------------------------------------------------------------- /modules/callerid-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/callerid-1.0/configure.php -------------------------------------------------------------------------------- /modules/callrecord-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/callrecord-1.0/configure.php -------------------------------------------------------------------------------- /modules/calls-1.0/config/calls.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/calls-1.0/config/calls.php -------------------------------------------------------------------------------- /modules/calls-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/calls-1.0/configure.php -------------------------------------------------------------------------------- /modules/calls-1.0/hooks/calls.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/calls-1.0/hooks/calls.php -------------------------------------------------------------------------------- /modules/calls-1.0/models/Calls.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/calls-1.0/models/Calls.php -------------------------------------------------------------------------------- /modules/calls-1.0/views/calls/import.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/conference-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/conference-1.0/configure.php -------------------------------------------------------------------------------- /modules/dashboard-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/dashboard-1.0/configure.php -------------------------------------------------------------------------------- /modules/dbndir-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/dbndir-1.0/configure.php -------------------------------------------------------------------------------- /modules/dbndir-1.0/hooks/dbndir.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/dbndir-1.0/hooks/dbndir.php -------------------------------------------------------------------------------- /modules/dbndir-1.0/models/Dbndir.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/dbndir-1.0/models/Dbndir.php -------------------------------------------------------------------------------- /modules/directory-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/directory-1.0/configure.php -------------------------------------------------------------------------------- /modules/endpointmanager-1.0/hooks/endpointmanager.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/esl-1.0/assets/ESL.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/esl-1.0/assets/ESL.php -------------------------------------------------------------------------------- /modules/esl-1.0/assets/css/esl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/esl-1.0/assets/css/esl.css -------------------------------------------------------------------------------- /modules/esl-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/esl-1.0/configure.php -------------------------------------------------------------------------------- /modules/esl-1.0/controllers/esl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/esl-1.0/controllers/esl.php -------------------------------------------------------------------------------- /modules/esl-1.0/hooks/esl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/esl-1.0/hooks/esl.php -------------------------------------------------------------------------------- /modules/esl-1.0/views/esl/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/esl-1.0/views/esl/index.php -------------------------------------------------------------------------------- /modules/esl-1.1/assets/ESL.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/esl-1.1/assets/ESL.php -------------------------------------------------------------------------------- /modules/esl-1.1/assets/css/esl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/esl-1.1/assets/css/esl.css -------------------------------------------------------------------------------- /modules/esl-1.1/assets/js/pubsub.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/esl-1.1/assets/js/pubsub.js -------------------------------------------------------------------------------- /modules/esl-1.1/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/esl-1.1/configure.php -------------------------------------------------------------------------------- /modules/esl-1.1/controllers/esl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/esl-1.1/controllers/esl.php -------------------------------------------------------------------------------- /modules/esl-1.1/hooks/esl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/esl-1.1/hooks/esl.php -------------------------------------------------------------------------------- /modules/esl-1.1/views/esl/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/esl-1.1/views/esl/index.php -------------------------------------------------------------------------------- /modules/fax-1.0/assets/css/fax.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/fax-1.0/assets/css/fax.css -------------------------------------------------------------------------------- /modules/fax-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/fax-1.0/configure.php -------------------------------------------------------------------------------- /modules/fax-1.0/controllers/fax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/fax-1.0/controllers/fax.php -------------------------------------------------------------------------------- /modules/fax-1.0/hooks/fax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/fax-1.0/hooks/fax.php -------------------------------------------------------------------------------- /modules/fax-1.0/plugins/fax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/fax-1.0/plugins/fax.php -------------------------------------------------------------------------------- /modules/fax-1.0/views/fax/update.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/fax-1.0/views/fax/update.php -------------------------------------------------------------------------------- /modules/feature-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/feature-1.0/configure.php -------------------------------------------------------------------------------- /modules/freeswitch-1.1/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/freeswitch-1.1/configure.php -------------------------------------------------------------------------------- /modules/intercom-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/intercom-1.0/configure.php -------------------------------------------------------------------------------- /modules/jstree-1.0/assets/js/jstree/_demo/_inc/__mysql_errors.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/jstree-1.0/assets/js/jstree/_docs/_search_result.json: -------------------------------------------------------------------------------- 1 | [ "#root_node" ] -------------------------------------------------------------------------------- /modules/jstree-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/jstree-1.0/configure.php -------------------------------------------------------------------------------- /modules/logviewer-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/logviewer-1.0/configure.php -------------------------------------------------------------------------------- /modules/mediafile-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/mediafile-1.0/configure.php -------------------------------------------------------------------------------- /modules/mongocdr-1.0/graph.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/mongocdr-1.0/graph.php -------------------------------------------------------------------------------- /modules/mongocdr-1.0/grid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/mongocdr-1.0/grid.php -------------------------------------------------------------------------------- /modules/mongocdr-1.0/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/mongocdr-1.0/index.php -------------------------------------------------------------------------------- /modules/mongocdr-1.0/list.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/mongocdr-1.0/list.php -------------------------------------------------------------------------------- /modules/mongocdr-1.0/main.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/mongocdr-1.0/main.php -------------------------------------------------------------------------------- /modules/odbc-1.0/config/odbc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/odbc-1.0/config/odbc.php -------------------------------------------------------------------------------- /modules/odbc-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/odbc-1.0/configure.php -------------------------------------------------------------------------------- /modules/odbc-1.0/hooks/odbc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/odbc-1.0/hooks/odbc.php -------------------------------------------------------------------------------- /modules/odbc-1.0/models/Odbc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/odbc-1.0/models/Odbc.php -------------------------------------------------------------------------------- /modules/odbc-1.0/plugins/odbc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/odbc-1.0/plugins/odbc.php -------------------------------------------------------------------------------- /modules/paging-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/paging-1.0/configure.php -------------------------------------------------------------------------------- /modules/paging-1.0/hooks/paging.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/paging-1.0/hooks/paging.php -------------------------------------------------------------------------------- /modules/permission-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/permission-1.0/configure.php -------------------------------------------------------------------------------- /modules/phpunit-1.0/vendor/PHPUnit/Tests/_files/bar.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /modules/phpunit-1.0/vendor/PHPUnit/Tests/_files/foo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /modules/powerdns-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/powerdns-1.0/configure.php -------------------------------------------------------------------------------- /modules/quickadd-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/quickadd-1.0/configure.php -------------------------------------------------------------------------------- /modules/regenerate-1.1/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/regenerate-1.1/configure.php -------------------------------------------------------------------------------- /modules/regenerate-1.1/views/regenerate/index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /modules/regenerate-1.2/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/regenerate-1.2/configure.php -------------------------------------------------------------------------------- /modules/regenerate-1.2/views/regenerate/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/ringgroup-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/ringgroup-1.0/configure.php -------------------------------------------------------------------------------- /modules/rosetta-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/rosetta-1.0/configure.php -------------------------------------------------------------------------------- /modules/sip-1.0.1/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/sip-1.0.1/configure.php -------------------------------------------------------------------------------- /modules/sip-1.0.1/helpers/sip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/sip-1.0.1/helpers/sip.php -------------------------------------------------------------------------------- /modules/sip-1.0.1/hooks/sip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/sip-1.0.1/hooks/sip.php -------------------------------------------------------------------------------- /modules/sip-1.0.1/plugins/sip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/sip-1.0.1/plugins/sip.php -------------------------------------------------------------------------------- /modules/sip-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/sip-1.0/configure.php -------------------------------------------------------------------------------- /modules/sip-1.0/helpers/sip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/sip-1.0/helpers/sip.php -------------------------------------------------------------------------------- /modules/sip-1.0/hooks/sip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/sip-1.0/hooks/sip.php -------------------------------------------------------------------------------- /modules/sip-1.0/libraries/SipLib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/sip-1.0/libraries/SipLib.php -------------------------------------------------------------------------------- /modules/sip-1.0/plugins/sip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/sip-1.0/plugins/sip.php -------------------------------------------------------------------------------- /modules/sip-1.0/views/sip/update.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/sip-1.0/views/sip/update.php -------------------------------------------------------------------------------- /modules/sofia-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/sofia-1.0/configure.php -------------------------------------------------------------------------------- /modules/sofia-1.0/hooks/sofia.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/sofia-1.0/hooks/sofia.php -------------------------------------------------------------------------------- /modules/sofia-1.0/plugins/sofia.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/sofia-1.0/plugins/sofia.php -------------------------------------------------------------------------------- /modules/timeofday-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/timeofday-1.0/configure.php -------------------------------------------------------------------------------- /modules/timeofday-1.1/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/timeofday-1.1/configure.php -------------------------------------------------------------------------------- /modules/timezone-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/timezone-1.0/configure.php -------------------------------------------------------------------------------- /modules/tts-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/tts-1.0/configure.php -------------------------------------------------------------------------------- /modules/tts-1.0/controllers/tts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/tts-1.0/controllers/tts.php -------------------------------------------------------------------------------- /modules/tts-1.0/helpers/tts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/tts-1.0/helpers/tts.php -------------------------------------------------------------------------------- /modules/tts-1.0/hooks/tts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/tts-1.0/hooks/tts.php -------------------------------------------------------------------------------- /modules/tts-1.0/models/TTSEngine.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/tts-1.0/models/TTSEngine.php -------------------------------------------------------------------------------- /modules/tts-1.0/views/tts/update.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/tts-1.0/views/tts/update.php -------------------------------------------------------------------------------- /modules/tts-1.0/views/tts/widget.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/tts-1.0/views/tts/widget.php -------------------------------------------------------------------------------- /modules/vmalert-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/vmalert-1.0/configure.php -------------------------------------------------------------------------------- /modules/voicemail-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/voicemail-1.0/configure.php -------------------------------------------------------------------------------- /modules/voicemail-1.0/helpers/vm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/voicemail-1.0/helpers/vm.php -------------------------------------------------------------------------------- /modules/voicemailviewer-1.0/assets/voicemail.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /modules/voicemailviewer-1.0/views/voicemailviewer/unexpected.php: -------------------------------------------------------------------------------- 1 |

-------------------------------------------------------------------------------- /modules/xmlcdr-1.0.1/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/xmlcdr-1.0.1/configure.php -------------------------------------------------------------------------------- /modules/xmlcdr-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/xmlcdr-1.0/configure.php -------------------------------------------------------------------------------- /modules/xmlcdr-1.0/models/Xmlcdr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/xmlcdr-1.0/models/Xmlcdr.php -------------------------------------------------------------------------------- /modules/xmlcdr-2.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/xmlcdr-2.0/configure.php -------------------------------------------------------------------------------- /modules/xmlcdr-2.0/models/Xmlcdr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/xmlcdr-2.0/models/Xmlcdr.php -------------------------------------------------------------------------------- /modules/xmleditor-1.0/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/xmleditor-1.0/README.txt -------------------------------------------------------------------------------- /modules/xmleditor-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/xmleditor-1.0/configure.php -------------------------------------------------------------------------------- /modules/xmpp-1.0/configure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/xmpp-1.0/configure.php -------------------------------------------------------------------------------- /modules/xmpp-1.0/configure.php.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/xmpp-1.0/configure.php.orig -------------------------------------------------------------------------------- /modules/xmpp-1.0/hooks/xmpp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/xmpp-1.0/hooks/xmpp.php -------------------------------------------------------------------------------- /modules/xmpp-1.0/models/Xmpp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/modules/xmpp-1.0/models/Xmpp.php -------------------------------------------------------------------------------- /nbproject/private/config.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nbproject/private/private.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/nbproject/private/private.properties -------------------------------------------------------------------------------- /nbproject/private/private.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/nbproject/private/private.xml -------------------------------------------------------------------------------- /nbproject/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/nbproject/project.properties -------------------------------------------------------------------------------- /nbproject/project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/nbproject/project.xml -------------------------------------------------------------------------------- /preinstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/preinstall.sh -------------------------------------------------------------------------------- /skins/_skeleton/ajax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/_skeleton/ajax.php -------------------------------------------------------------------------------- /skins/_skeleton/assets/css/forms.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/_skeleton/assets/css/forms.css -------------------------------------------------------------------------------- /skins/_skeleton/assets/css/ie.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/_skeleton/assets/css/ie.css -------------------------------------------------------------------------------- /skins/_skeleton/assets/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/_skeleton/assets/css/reset.css -------------------------------------------------------------------------------- /skins/_skeleton/layout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/_skeleton/layout.php -------------------------------------------------------------------------------- /skins/bluebox/ajax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/bluebox/ajax.php -------------------------------------------------------------------------------- /skins/bluebox/assets/css/forms.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/bluebox/assets/css/forms.css -------------------------------------------------------------------------------- /skins/bluebox/assets/css/ie.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/bluebox/assets/css/ie.css -------------------------------------------------------------------------------- /skins/bluebox/assets/css/layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/bluebox/assets/css/layout.css -------------------------------------------------------------------------------- /skins/bluebox/assets/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/bluebox/assets/css/reset.css -------------------------------------------------------------------------------- /skins/bluebox/assets/css/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/bluebox/assets/css/screen.css -------------------------------------------------------------------------------- /skins/bluebox/assets/img/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/bluebox/assets/img/arrow.gif -------------------------------------------------------------------------------- /skins/bluebox/assets/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/bluebox/assets/img/favicon.ico -------------------------------------------------------------------------------- /skins/bluebox/assets/img/iconX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/bluebox/assets/img/iconX.png -------------------------------------------------------------------------------- /skins/bluebox/assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/bluebox/assets/img/logo.png -------------------------------------------------------------------------------- /skins/bluebox/assets/img/logo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/bluebox/assets/img/logo_1.png -------------------------------------------------------------------------------- /skins/bluebox/assets/js/bluebox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/bluebox/assets/js/bluebox.js -------------------------------------------------------------------------------- /skins/bluebox/layout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/bluebox/layout.php -------------------------------------------------------------------------------- /skins/darkness/ajax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/darkness/ajax.php -------------------------------------------------------------------------------- /skins/darkness/assets/css/forms.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/darkness/assets/css/forms.css -------------------------------------------------------------------------------- /skins/darkness/assets/css/ie.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/darkness/assets/css/ie.css -------------------------------------------------------------------------------- /skins/darkness/assets/css/layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/darkness/assets/css/layout.css -------------------------------------------------------------------------------- /skins/darkness/assets/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/darkness/assets/css/reset.css -------------------------------------------------------------------------------- /skins/darkness/assets/css/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/darkness/assets/css/screen.css -------------------------------------------------------------------------------- /skins/darkness/assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/darkness/assets/img/logo.png -------------------------------------------------------------------------------- /skins/darkness/layout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/darkness/layout.php -------------------------------------------------------------------------------- /skins/freepbx/ajax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/freepbx/ajax.php -------------------------------------------------------------------------------- /skins/freepbx/assets/css/forms.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/freepbx/assets/css/forms.css -------------------------------------------------------------------------------- /skins/freepbx/assets/css/ie.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/freepbx/assets/css/ie.css -------------------------------------------------------------------------------- /skins/freepbx/assets/css/layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/freepbx/assets/css/layout.css -------------------------------------------------------------------------------- /skins/freepbx/assets/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/freepbx/assets/css/reset.css -------------------------------------------------------------------------------- /skins/freepbx/assets/css/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/freepbx/assets/css/screen.css -------------------------------------------------------------------------------- /skins/freepbx/assets/img/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/freepbx/assets/img/arrow.gif -------------------------------------------------------------------------------- /skins/freepbx/assets/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/freepbx/assets/img/favicon.ico -------------------------------------------------------------------------------- /skins/freepbx/assets/img/iconX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/freepbx/assets/img/iconX.png -------------------------------------------------------------------------------- /skins/freepbx/assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/freepbx/assets/img/logo.png -------------------------------------------------------------------------------- /skins/freepbx/assets/img/logo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/freepbx/assets/img/logo_1.png -------------------------------------------------------------------------------- /skins/freepbx/assets/js/bluebox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/freepbx/assets/js/bluebox.js -------------------------------------------------------------------------------- /skins/freepbx/layout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/freepbx/layout.php -------------------------------------------------------------------------------- /skins/installer/ajax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/installer/ajax.php -------------------------------------------------------------------------------- /skins/installer/assets/css/forms.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/installer/assets/css/forms.css -------------------------------------------------------------------------------- /skins/installer/assets/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/installer/assets/css/reset.css -------------------------------------------------------------------------------- /skins/installer/assets/img/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/installer/assets/img/logo2.png -------------------------------------------------------------------------------- /skins/installer/layout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/skins/installer/layout.php -------------------------------------------------------------------------------- /system/config/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/cache.php -------------------------------------------------------------------------------- /system/config/cache_memcache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/cache_memcache.php -------------------------------------------------------------------------------- /system/config/cache_sqlite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/cache_sqlite.php -------------------------------------------------------------------------------- /system/config/cache_xcache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/cache_xcache.php -------------------------------------------------------------------------------- /system/config/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/captcha.php -------------------------------------------------------------------------------- /system/config/cookie.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/cookie.php -------------------------------------------------------------------------------- /system/config/credit_cards.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/credit_cards.php -------------------------------------------------------------------------------- /system/config/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/database.php -------------------------------------------------------------------------------- /system/config/email.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/email.php -------------------------------------------------------------------------------- /system/config/encryption.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/encryption.php -------------------------------------------------------------------------------- /system/config/http.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/http.php -------------------------------------------------------------------------------- /system/config/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/image.php -------------------------------------------------------------------------------- /system/config/inflector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/inflector.php -------------------------------------------------------------------------------- /system/config/locale.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/locale.php -------------------------------------------------------------------------------- /system/config/mimes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/mimes.php -------------------------------------------------------------------------------- /system/config/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/pagination.php -------------------------------------------------------------------------------- /system/config/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/profiler.php -------------------------------------------------------------------------------- /system/config/routes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/routes.php -------------------------------------------------------------------------------- /system/config/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/session.php -------------------------------------------------------------------------------- /system/config/sql_types.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/sql_types.php -------------------------------------------------------------------------------- /system/config/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/upload.php -------------------------------------------------------------------------------- /system/config/user_agents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/user_agents.php -------------------------------------------------------------------------------- /system/config/view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/config/view.php -------------------------------------------------------------------------------- /system/controllers/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/controllers/captcha.php -------------------------------------------------------------------------------- /system/controllers/template.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/controllers/template.php -------------------------------------------------------------------------------- /system/core/Benchmark.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/Benchmark.php -------------------------------------------------------------------------------- /system/core/Bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/Bootstrap.php -------------------------------------------------------------------------------- /system/core/Event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/Event.php -------------------------------------------------------------------------------- /system/core/Kohana.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/Kohana.php -------------------------------------------------------------------------------- /system/core/Kohana_Exception.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/Kohana_Exception.patch -------------------------------------------------------------------------------- /system/core/utf8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8.php -------------------------------------------------------------------------------- /system/core/utf8/from_unicode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/from_unicode.php -------------------------------------------------------------------------------- /system/core/utf8/ltrim.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/ltrim.php -------------------------------------------------------------------------------- /system/core/utf8/ord.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/ord.php -------------------------------------------------------------------------------- /system/core/utf8/rtrim.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/rtrim.php -------------------------------------------------------------------------------- /system/core/utf8/str_ireplace.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/str_ireplace.php -------------------------------------------------------------------------------- /system/core/utf8/str_pad.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/str_pad.php -------------------------------------------------------------------------------- /system/core/utf8/str_split.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/str_split.php -------------------------------------------------------------------------------- /system/core/utf8/strcasecmp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/strcasecmp.php -------------------------------------------------------------------------------- /system/core/utf8/strcspn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/strcspn.php -------------------------------------------------------------------------------- /system/core/utf8/stristr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/stristr.php -------------------------------------------------------------------------------- /system/core/utf8/strlen.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/strlen.php -------------------------------------------------------------------------------- /system/core/utf8/strpos.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/strpos.php -------------------------------------------------------------------------------- /system/core/utf8/strrev.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/strrev.php -------------------------------------------------------------------------------- /system/core/utf8/strrpos.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/strrpos.php -------------------------------------------------------------------------------- /system/core/utf8/strspn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/strspn.php -------------------------------------------------------------------------------- /system/core/utf8/strtolower.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/strtolower.php -------------------------------------------------------------------------------- /system/core/utf8/strtoupper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/strtoupper.php -------------------------------------------------------------------------------- /system/core/utf8/substr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/substr.php -------------------------------------------------------------------------------- /system/core/utf8/substr_replace.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/substr_replace.php -------------------------------------------------------------------------------- /system/core/utf8/to_unicode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/to_unicode.php -------------------------------------------------------------------------------- /system/core/utf8/trim.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/trim.php -------------------------------------------------------------------------------- /system/core/utf8/ucfirst.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/ucfirst.php -------------------------------------------------------------------------------- /system/core/utf8/ucwords.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/core/utf8/ucwords.php -------------------------------------------------------------------------------- /system/fonts/DejaVuSerif.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/fonts/DejaVuSerif.ttf -------------------------------------------------------------------------------- /system/fonts/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/fonts/LICENSE -------------------------------------------------------------------------------- /system/helpers/arr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/arr.php -------------------------------------------------------------------------------- /system/helpers/cookie.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/cookie.php -------------------------------------------------------------------------------- /system/helpers/date.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/date.php -------------------------------------------------------------------------------- /system/helpers/download.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/download.php -------------------------------------------------------------------------------- /system/helpers/email.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/email.php -------------------------------------------------------------------------------- /system/helpers/expires.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/expires.php -------------------------------------------------------------------------------- /system/helpers/feed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/feed.php -------------------------------------------------------------------------------- /system/helpers/file.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/file.php -------------------------------------------------------------------------------- /system/helpers/form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/form.php -------------------------------------------------------------------------------- /system/helpers/format.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/format.php -------------------------------------------------------------------------------- /system/helpers/html.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/html.php -------------------------------------------------------------------------------- /system/helpers/inflector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/inflector.php -------------------------------------------------------------------------------- /system/helpers/num.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/num.php -------------------------------------------------------------------------------- /system/helpers/remote.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/remote.php -------------------------------------------------------------------------------- /system/helpers/request.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/request.php -------------------------------------------------------------------------------- /system/helpers/security.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/security.php -------------------------------------------------------------------------------- /system/helpers/text.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/text.php -------------------------------------------------------------------------------- /system/helpers/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/upload.php -------------------------------------------------------------------------------- /system/helpers/url.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/url.php -------------------------------------------------------------------------------- /system/helpers/valid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/helpers/valid.php -------------------------------------------------------------------------------- /system/i18n/de_DE/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/cache.php -------------------------------------------------------------------------------- /system/i18n/de_DE/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/calendar.php -------------------------------------------------------------------------------- /system/i18n/de_DE/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/captcha.php -------------------------------------------------------------------------------- /system/i18n/de_DE/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/core.php -------------------------------------------------------------------------------- /system/i18n/de_DE/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/database.php -------------------------------------------------------------------------------- /system/i18n/de_DE/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/encrypt.php -------------------------------------------------------------------------------- /system/i18n/de_DE/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/errors.php -------------------------------------------------------------------------------- /system/i18n/de_DE/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/event.php -------------------------------------------------------------------------------- /system/i18n/de_DE/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/image.php -------------------------------------------------------------------------------- /system/i18n/de_DE/orm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/orm.php -------------------------------------------------------------------------------- /system/i18n/de_DE/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/pagination.php -------------------------------------------------------------------------------- /system/i18n/de_DE/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/profiler.php -------------------------------------------------------------------------------- /system/i18n/de_DE/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/session.php -------------------------------------------------------------------------------- /system/i18n/de_DE/swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/swift.php -------------------------------------------------------------------------------- /system/i18n/de_DE/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/upload.php -------------------------------------------------------------------------------- /system/i18n/de_DE/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/de_DE/validation.php -------------------------------------------------------------------------------- /system/i18n/en_GB/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/cache.php -------------------------------------------------------------------------------- /system/i18n/en_GB/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/calendar.php -------------------------------------------------------------------------------- /system/i18n/en_GB/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/captcha.php -------------------------------------------------------------------------------- /system/i18n/en_GB/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/core.php -------------------------------------------------------------------------------- /system/i18n/en_GB/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/database.php -------------------------------------------------------------------------------- /system/i18n/en_GB/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/encrypt.php -------------------------------------------------------------------------------- /system/i18n/en_GB/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/errors.php -------------------------------------------------------------------------------- /system/i18n/en_GB/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/event.php -------------------------------------------------------------------------------- /system/i18n/en_GB/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/image.php -------------------------------------------------------------------------------- /system/i18n/en_GB/orm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/orm.php -------------------------------------------------------------------------------- /system/i18n/en_GB/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/pagination.php -------------------------------------------------------------------------------- /system/i18n/en_GB/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/profiler.php -------------------------------------------------------------------------------- /system/i18n/en_GB/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/session.php -------------------------------------------------------------------------------- /system/i18n/en_GB/swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/swift.php -------------------------------------------------------------------------------- /system/i18n/en_GB/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/upload.php -------------------------------------------------------------------------------- /system/i18n/en_GB/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_GB/validation.php -------------------------------------------------------------------------------- /system/i18n/en_US/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/cache.php -------------------------------------------------------------------------------- /system/i18n/en_US/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/calendar.php -------------------------------------------------------------------------------- /system/i18n/en_US/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/captcha.php -------------------------------------------------------------------------------- /system/i18n/en_US/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/core.php -------------------------------------------------------------------------------- /system/i18n/en_US/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/database.php -------------------------------------------------------------------------------- /system/i18n/en_US/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/encrypt.php -------------------------------------------------------------------------------- /system/i18n/en_US/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/errors.php -------------------------------------------------------------------------------- /system/i18n/en_US/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/event.php -------------------------------------------------------------------------------- /system/i18n/en_US/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/image.php -------------------------------------------------------------------------------- /system/i18n/en_US/orm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/orm.php -------------------------------------------------------------------------------- /system/i18n/en_US/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/pagination.php -------------------------------------------------------------------------------- /system/i18n/en_US/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/profiler.php -------------------------------------------------------------------------------- /system/i18n/en_US/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/session.php -------------------------------------------------------------------------------- /system/i18n/en_US/swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/swift.php -------------------------------------------------------------------------------- /system/i18n/en_US/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/upload.php -------------------------------------------------------------------------------- /system/i18n/en_US/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/en_US/validation.php -------------------------------------------------------------------------------- /system/i18n/es_AR/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/cache.php -------------------------------------------------------------------------------- /system/i18n/es_AR/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/calendar.php -------------------------------------------------------------------------------- /system/i18n/es_AR/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/captcha.php -------------------------------------------------------------------------------- /system/i18n/es_AR/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/core.php -------------------------------------------------------------------------------- /system/i18n/es_AR/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/database.php -------------------------------------------------------------------------------- /system/i18n/es_AR/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/encrypt.php -------------------------------------------------------------------------------- /system/i18n/es_AR/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/errors.php -------------------------------------------------------------------------------- /system/i18n/es_AR/es_ar.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/es_ar.patch -------------------------------------------------------------------------------- /system/i18n/es_AR/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/event.php -------------------------------------------------------------------------------- /system/i18n/es_AR/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/image.php -------------------------------------------------------------------------------- /system/i18n/es_AR/orm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/orm.php -------------------------------------------------------------------------------- /system/i18n/es_AR/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/pagination.php -------------------------------------------------------------------------------- /system/i18n/es_AR/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/profiler.php -------------------------------------------------------------------------------- /system/i18n/es_AR/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/session.php -------------------------------------------------------------------------------- /system/i18n/es_AR/swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/swift.php -------------------------------------------------------------------------------- /system/i18n/es_AR/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/upload.php -------------------------------------------------------------------------------- /system/i18n/es_AR/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_AR/validation.php -------------------------------------------------------------------------------- /system/i18n/es_ES/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/cache.php -------------------------------------------------------------------------------- /system/i18n/es_ES/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/calendar.php -------------------------------------------------------------------------------- /system/i18n/es_ES/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/captcha.php -------------------------------------------------------------------------------- /system/i18n/es_ES/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/core.php -------------------------------------------------------------------------------- /system/i18n/es_ES/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/database.php -------------------------------------------------------------------------------- /system/i18n/es_ES/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/encrypt.php -------------------------------------------------------------------------------- /system/i18n/es_ES/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/errors.php -------------------------------------------------------------------------------- /system/i18n/es_ES/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/event.php -------------------------------------------------------------------------------- /system/i18n/es_ES/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/image.php -------------------------------------------------------------------------------- /system/i18n/es_ES/orm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/orm.php -------------------------------------------------------------------------------- /system/i18n/es_ES/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/pagination.php -------------------------------------------------------------------------------- /system/i18n/es_ES/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/profiler.php -------------------------------------------------------------------------------- /system/i18n/es_ES/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/session.php -------------------------------------------------------------------------------- /system/i18n/es_ES/swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/swift.php -------------------------------------------------------------------------------- /system/i18n/es_ES/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/upload.php -------------------------------------------------------------------------------- /system/i18n/es_ES/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/es_ES/validation.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/cache.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/calendar.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/captcha.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/core.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/database.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/encrypt.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/errors.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/event.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/image.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/orm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/orm.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/pagination.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/profiler.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/session.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/swift.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/upload.php -------------------------------------------------------------------------------- /system/i18n/fi_FI/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fi_FI/validation.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/cache.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/calendar.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/captcha.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/core.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/database.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/encrypt.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/errors.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/event.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/image.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/orm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/orm.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/pagination.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/profiler.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/session.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/swift.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/upload.php -------------------------------------------------------------------------------- /system/i18n/fr_FR/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/fr_FR/validation.php -------------------------------------------------------------------------------- /system/i18n/it_IT/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/cache.php -------------------------------------------------------------------------------- /system/i18n/it_IT/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/calendar.php -------------------------------------------------------------------------------- /system/i18n/it_IT/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/captcha.php -------------------------------------------------------------------------------- /system/i18n/it_IT/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/core.php -------------------------------------------------------------------------------- /system/i18n/it_IT/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/database.php -------------------------------------------------------------------------------- /system/i18n/it_IT/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/encrypt.php -------------------------------------------------------------------------------- /system/i18n/it_IT/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/errors.php -------------------------------------------------------------------------------- /system/i18n/it_IT/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/event.php -------------------------------------------------------------------------------- /system/i18n/it_IT/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/image.php -------------------------------------------------------------------------------- /system/i18n/it_IT/orm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/orm.php -------------------------------------------------------------------------------- /system/i18n/it_IT/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/pagination.php -------------------------------------------------------------------------------- /system/i18n/it_IT/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/profiler.php -------------------------------------------------------------------------------- /system/i18n/it_IT/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/session.php -------------------------------------------------------------------------------- /system/i18n/it_IT/swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/swift.php -------------------------------------------------------------------------------- /system/i18n/it_IT/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/upload.php -------------------------------------------------------------------------------- /system/i18n/it_IT/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/it_IT/validation.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/cache.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/calendar.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/captcha.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/core.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/database.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/encrypt.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/errors.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/event.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/image.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/orm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/orm.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/pagination.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/profiler.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/session.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/swift.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/upload.php -------------------------------------------------------------------------------- /system/i18n/mk_MK/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/mk_MK/validation.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/cache.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/calendar.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/captcha.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/core.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/database.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/encrypt.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/errors.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/event.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/image.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/orm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/orm.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/pagination.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/profiler.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/session.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/swift.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/upload.php -------------------------------------------------------------------------------- /system/i18n/nl_NL/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/nl_NL/validation.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/cache.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/calendar.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/captcha.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/core.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/database.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/encrypt.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/errors.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/event.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/image.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/orm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/orm.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/pagination.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/profiler.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/session.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/swift.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/upload.php -------------------------------------------------------------------------------- /system/i18n/pl_PL/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pl_PL/validation.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/cache.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/calendar.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/captcha.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/core.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/database.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/encrypt.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/errors.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/event.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/image.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/orm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/orm.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/pagination.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/profiler.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/session.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/swift.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/upload.php -------------------------------------------------------------------------------- /system/i18n/pt_BR/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/pt_BR/validation.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/cache.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/calendar.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/captcha.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/core.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/database.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/encrypt.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/errors.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/event.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/image.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/orm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/orm.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/pagination.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/profiler.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/session.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/swift.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/upload.php -------------------------------------------------------------------------------- /system/i18n/ru_RU/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/ru_RU/validation.php -------------------------------------------------------------------------------- /system/i18n/zh_CN/calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/zh_CN/calendar.php -------------------------------------------------------------------------------- /system/i18n/zh_CN/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/zh_CN/core.php -------------------------------------------------------------------------------- /system/i18n/zh_CN/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/zh_CN/database.php -------------------------------------------------------------------------------- /system/i18n/zh_CN/encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/zh_CN/encrypt.php -------------------------------------------------------------------------------- /system/i18n/zh_CN/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/zh_CN/errors.php -------------------------------------------------------------------------------- /system/i18n/zh_CN/pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/zh_CN/pagination.php -------------------------------------------------------------------------------- /system/i18n/zh_CN/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/zh_CN/profiler.php -------------------------------------------------------------------------------- /system/i18n/zh_CN/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/zh_CN/session.php -------------------------------------------------------------------------------- /system/i18n/zh_CN/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/i18n/zh_CN/validation.php -------------------------------------------------------------------------------- /system/libraries/Cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Cache.php -------------------------------------------------------------------------------- /system/libraries/Calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Calendar.php -------------------------------------------------------------------------------- /system/libraries/Calendar_Event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Calendar_Event.php -------------------------------------------------------------------------------- /system/libraries/Captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Captcha.php -------------------------------------------------------------------------------- /system/libraries/Controller.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Controller.php -------------------------------------------------------------------------------- /system/libraries/Database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Database.php -------------------------------------------------------------------------------- /system/libraries/Encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Encrypt.php -------------------------------------------------------------------------------- /system/libraries/Event_Observer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Event_Observer.php -------------------------------------------------------------------------------- /system/libraries/Event_Subject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Event_Subject.php -------------------------------------------------------------------------------- /system/libraries/Image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Image.php -------------------------------------------------------------------------------- /system/libraries/Input.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Input.php -------------------------------------------------------------------------------- /system/libraries/Model.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Model.php -------------------------------------------------------------------------------- /system/libraries/ORM.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/ORM.php -------------------------------------------------------------------------------- /system/libraries/ORM_Iterator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/ORM_Iterator.php -------------------------------------------------------------------------------- /system/libraries/ORM_Tree.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/ORM_Tree.php -------------------------------------------------------------------------------- /system/libraries/ORM_Versioned.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/ORM_Versioned.php -------------------------------------------------------------------------------- /system/libraries/Pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Pagination.php -------------------------------------------------------------------------------- /system/libraries/Profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Profiler.php -------------------------------------------------------------------------------- /system/libraries/Profiler_Table.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Profiler_Table.php -------------------------------------------------------------------------------- /system/libraries/Router.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Router.php -------------------------------------------------------------------------------- /system/libraries/Session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Session.php -------------------------------------------------------------------------------- /system/libraries/Tagcloud.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Tagcloud.php -------------------------------------------------------------------------------- /system/libraries/URI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/URI.php -------------------------------------------------------------------------------- /system/libraries/Validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/Validation.php -------------------------------------------------------------------------------- /system/libraries/View.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/View.php -------------------------------------------------------------------------------- /system/libraries/drivers/Cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/drivers/Cache.php -------------------------------------------------------------------------------- /system/libraries/drivers/Captcha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/drivers/Captcha.php -------------------------------------------------------------------------------- /system/libraries/drivers/Image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/drivers/Image.php -------------------------------------------------------------------------------- /system/libraries/drivers/Session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/libraries/drivers/Session.php -------------------------------------------------------------------------------- /system/vendor/Markdown.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/vendor/Markdown.php -------------------------------------------------------------------------------- /system/vendor/swift/EasySwift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/vendor/swift/EasySwift.php -------------------------------------------------------------------------------- /system/vendor/swift/Swift.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/vendor/swift/Swift.php -------------------------------------------------------------------------------- /system/vendor/swift/Swift/Cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/vendor/swift/Swift/Cache.php -------------------------------------------------------------------------------- /system/vendor/swift/Swift/Events.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/vendor/swift/Swift/Events.php -------------------------------------------------------------------------------- /system/vendor/swift/Swift/File.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/vendor/swift/Swift/File.php -------------------------------------------------------------------------------- /system/vendor/swift/Swift/Log.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/vendor/swift/Swift/Log.php -------------------------------------------------------------------------------- /system/views/kohana/template.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/views/kohana/template.php -------------------------------------------------------------------------------- /system/views/kohana_calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/views/kohana_calendar.php -------------------------------------------------------------------------------- /system/views/kohana_error_page.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/views/kohana_error_page.php -------------------------------------------------------------------------------- /system/views/kohana_errors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/views/kohana_errors.css -------------------------------------------------------------------------------- /system/views/kohana_profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/views/kohana_profiler.php -------------------------------------------------------------------------------- /system/views/pagination/classic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/views/pagination/classic.php -------------------------------------------------------------------------------- /system/views/pagination/digg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/views/pagination/digg.php -------------------------------------------------------------------------------- /system/views/pagination/extended.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/views/pagination/extended.php -------------------------------------------------------------------------------- /system/views/pagination/punbb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/system/views/pagination/punbb.php -------------------------------------------------------------------------------- /uploads/empty: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /xml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2600hz/bluebox/HEAD/xml.php --------------------------------------------------------------------------------