├── include
├── application
│ ├── PHPMailer
│ │ ├── VERSION
│ │ ├── travis.phpunit.xml.dist
│ │ ├── language
│ │ │ ├── phpmailer.lang-zh_cn.php
│ │ │ ├── phpmailer.lang-zh.php
│ │ │ ├── phpmailer.lang-ko.php
│ │ │ ├── phpmailer.lang-ch.php
│ │ │ ├── phpmailer.lang-he.php
│ │ │ ├── phpmailer.lang-ja.php
│ │ │ ├── phpmailer.lang-no.php
│ │ │ ├── phpmailer.lang-lv.php
│ │ │ ├── phpmailer.lang-cz.php
│ │ │ ├── phpmailer.lang-se.php
│ │ │ ├── phpmailer.lang-vi.php
│ │ │ ├── phpmailer.lang-lt.php
│ │ │ ├── phpmailer.lang-nl.php
│ │ │ ├── phpmailer.lang-dk.php
│ │ │ ├── phpmailer.lang-fo.php
│ │ │ ├── phpmailer.lang-eo.php
│ │ │ ├── phpmailer.lang-az.php
│ │ │ ├── phpmailer.lang-hu.php
│ │ │ ├── phpmailer.lang-ar.php
│ │ │ ├── phpmailer.lang-sk.php
│ │ │ ├── phpmailer.lang-fa.php
│ │ │ ├── phpmailer.lang-be.php
│ │ │ ├── phpmailer.lang-am.php
│ │ │ ├── phpmailer.lang-bg.php
│ │ │ ├── phpmailer.lang-ca.php
│ │ │ ├── phpmailer.lang-tr.php
│ │ │ ├── phpmailer.lang-sl.php
│ │ │ ├── phpmailer.lang-es.php
│ │ │ ├── phpmailer.lang-ru.php
│ │ │ ├── phpmailer.lang-et.php
│ │ │ ├── phpmailer.lang-sr.php
│ │ │ ├── phpmailer.lang-hr.php
│ │ │ ├── phpmailer.lang-ms.php
│ │ │ ├── phpmailer.lang-ro.php
│ │ │ ├── phpmailer.lang-fi.php
│ │ │ ├── phpmailer.lang-pl.php
│ │ │ └── phpmailer.lang-id.php
│ │ └── extras
│ │ │ └── README.md
│ ├── nusoap
│ │ └── changelog
│ ├── tcpdf
│ │ ├── include
│ │ │ └── sRGB.icc
│ │ ├── composer.json
│ │ └── fonts
│ │ │ └── stsongstdlight.php
│ ├── zTree
│ │ └── images
│ │ │ ├── line_conn.gif
│ │ │ ├── loading.gif
│ │ │ ├── zTreeStandard.gif
│ │ │ └── zTreeStandard.png
│ ├── WDatePicker
│ │ ├── skin
│ │ │ ├── datePicker.gif
│ │ │ ├── default
│ │ │ │ └── img.gif
│ │ │ ├── whyGreen
│ │ │ │ ├── bg.jpg
│ │ │ │ └── img.gif
│ │ │ └── WdatePicker.css
│ │ └── lang
│ │ │ ├── en.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh-tw.js
│ ├── PHPOffice
│ │ ├── PHPWord
│ │ │ ├── _staticDocParts
│ │ │ │ ├── _doc.png
│ │ │ │ ├── _ppt.png
│ │ │ │ ├── _xls.png
│ │ │ │ └── webSettings.xml
│ │ │ ├── Section
│ │ │ │ └── PageBreak.php
│ │ │ ├── Writer
│ │ │ │ ├── IWriter.php
│ │ │ │ ├── ODText
│ │ │ │ │ └── Mimetype.php
│ │ │ │ └── Word2007
│ │ │ │ │ └── WriterPart.php
│ │ │ ├── Reader
│ │ │ │ └── IReader.php
│ │ │ └── Exception.php
│ │ └── PHPExcel
│ │ │ ├── Chart
│ │ │ └── Renderer
│ │ │ │ └── PHP Charting Libraries.txt
│ │ │ ├── Shared
│ │ │ └── JAMA
│ │ │ │ ├── CHANGELOG.TXT
│ │ │ │ └── utils
│ │ │ │ └── Maths.php
│ │ │ ├── locale
│ │ │ ├── en
│ │ │ │ └── uk
│ │ │ │ │ └── config
│ │ │ ├── bg
│ │ │ │ └── config
│ │ │ ├── pt
│ │ │ │ ├── config
│ │ │ │ └── br
│ │ │ │ │ └── config
│ │ │ ├── cs
│ │ │ │ └── config
│ │ │ ├── de
│ │ │ │ └── config
│ │ │ ├── fr
│ │ │ │ └── config
│ │ │ ├── it
│ │ │ │ └── config
│ │ │ ├── nl
│ │ │ │ └── config
│ │ │ ├── no
│ │ │ │ └── config
│ │ │ ├── ru
│ │ │ │ └── config
│ │ │ ├── tr
│ │ │ │ └── config
│ │ │ ├── hu
│ │ │ │ └── config
│ │ │ ├── pl
│ │ │ │ └── config
│ │ │ ├── da
│ │ │ │ └── config
│ │ │ ├── sv
│ │ │ │ └── config
│ │ │ ├── fi
│ │ │ │ └── config
│ │ │ └── es
│ │ │ │ └── config
│ │ │ ├── IComparable.php
│ │ │ ├── Writer
│ │ │ └── IWriter.php
│ │ │ ├── Reader
│ │ │ ├── IReadFilter.php
│ │ │ └── IReader.php
│ │ │ ├── Cell
│ │ │ └── IValueBinder.php
│ │ │ └── Calculation
│ │ │ └── ExceptionHandler.php
│ └── config.php
├── composer
│ ├── composer.phar
│ ├── composer.bat
│ ├── composer.json
│ └── composer
└── of
│ ├── addin
│ ├── oUpload
│ │ ├── oUpload.swf
│ │ ├── images
│ │ │ ├── oUploadE.png
│ │ │ ├── oUploadEN.png
│ │ │ ├── oUploadES.png
│ │ │ ├── oUploadN.png
│ │ │ ├── oUploadS.png
│ │ │ ├── oUploadW.png
│ │ │ ├── oUploadWN.png
│ │ │ ├── oUploadWS.png
│ │ │ ├── oUploadClose.gif
│ │ │ ├── oUploadCount.png
│ │ │ ├── oUploadOpen.gif
│ │ │ ├── oUploadStart.png
│ │ │ ├── transparent.gif
│ │ │ └── oUploadCancel.png
│ │ └── maxSize.php
│ ├── oDialog
│ │ └── images
│ │ │ ├── btn3_over.png
│ │ │ ├── btn3_normal.png
│ │ │ ├── oDialogDiv_E.png
│ │ │ ├── oDialogDiv_N.png
│ │ │ ├── oDialogDiv_S.png
│ │ │ ├── oDialogDiv_W.png
│ │ │ ├── transparent.gif
│ │ │ ├── oDialogDiv_EN.png
│ │ │ ├── oDialogDiv_ES.png
│ │ │ ├── oDialogDiv_WN.png
│ │ │ ├── oDialogDiv_WS.png
│ │ │ ├── oDialogDiv_ClickDown.png
│ │ │ ├── oDialogDiv_ClickOver.png
│ │ │ ├── oDialogDiv_CloseOver.png
│ │ │ ├── oDialogDiv_ClickNormal.png
│ │ │ └── oDialogDiv_CloseNormal.png
│ └── config.php
│ ├── att
│ ├── sso
│ │ ├── img
│ │ │ └── main
│ │ │ │ ├── add1.png
│ │ │ │ ├── add2.png
│ │ │ │ ├── del1.png
│ │ │ │ ├── del2.png
│ │ │ │ ├── ice1.png
│ │ │ │ ├── ice2.png
│ │ │ │ ├── search.png
│ │ │ │ ├── download1.png
│ │ │ │ ├── download2.png
│ │ │ │ ├── iceState.png
│ │ │ │ ├── loadLock.gif
│ │ │ │ ├── select1.png
│ │ │ │ ├── select2.png
│ │ │ │ ├── upload1.png
│ │ │ │ ├── upload2.png
│ │ │ │ ├── login_error.png
│ │ │ │ └── login_backgroud.png
│ │ ├── res
│ │ │ └── importTpl.csv
│ │ └── css
│ │ │ └── login.css
│ └── com
│ │ └── com
│ │ └── paging
│ │ └── images
│ │ ├── loadLock.gif
│ │ ├── sort_asc.gif
│ │ ├── sort_desc.gif
│ │ ├── sort_default.gif
│ │ ├── page_fbar_close.png
│ │ ├── page_fbar_open.png
│ │ ├── page_first_down.png
│ │ ├── page_last_down.png
│ │ ├── page_next_down.png
│ │ ├── page_prev_down.png
│ │ ├── page_first_normal.png
│ │ ├── page_last_normal.png
│ │ ├── page_next_normal.png
│ │ ├── page_prev_normal.png
│ │ ├── page_submit_down.png
│ │ ├── page_pageSize_input.jpg
│ │ └── page_submit_normal.png
│ ├── accy
│ ├── com
│ │ ├── com
│ │ │ └── captcha
│ │ │ │ ├── 1.ttf
│ │ │ │ ├── 2.ttf
│ │ │ │ ├── 3.ttf
│ │ │ │ └── 4.ttf
│ │ ├── net
│ │ │ └── asyncProc.bin
│ │ ├── timer
│ │ │ ├── default.php
│ │ │ └── swoole.php
│ │ └── kv
│ │ │ └── memcache.php
│ └── session
│ │ └── kv.php
│ └── base
│ ├── sso
│ └── _meta.php
│ ├── test
│ └── _meta.php
│ ├── error
│ └── _meta.php
│ ├── htmlTpl
│ └── _meta.php
│ ├── extension
│ └── _meta.php
│ ├── language
│ └── _meta.php
│ ├── com
│ └── _meta.php
│ ├── link
│ ├── extend.php
│ ├── loadUrl.php
│ └── request.php
│ └── xssFilter
│ └── main.php
├── demo
├── extend
│ ├── ssoSyncLdap
│ │ ├── aliMsg
│ │ │ ├── top
│ │ │ │ ├── httpdns.conf
│ │ │ │ ├── RequestCheckUtil.php
│ │ │ │ ├── ResultSet.php
│ │ │ │ ├── domain
│ │ │ │ │ ├── Result.php
│ │ │ │ │ ├── BizResult.php
│ │ │ │ │ ├── KfcSearchResult.php
│ │ │ │ │ ├── Subtask.php
│ │ │ │ │ ├── FcPartnerSmsDetailDto.php
│ │ │ │ │ ├── Area.php
│ │ │ │ │ └── Task.php
│ │ │ │ ├── HttpdnsGetRequest.php
│ │ │ │ ├── request
│ │ │ │ │ ├── TimeGetRequest.php
│ │ │ │ │ ├── AppipGetRequest.php
│ │ │ │ │ ├── HttpdnsGetRequest.php
│ │ │ │ │ ├── TopIpoutGetRequest.php
│ │ │ │ │ ├── AlibabaAliqinFcFlowGradeRequest.php
│ │ │ │ │ ├── AlibabaAliqinFcFlowQueryRequest.php
│ │ │ │ │ ├── TopatsTaskDeleteRequest.php
│ │ │ │ │ ├── TopatsResultGetRequest.php
│ │ │ │ │ ├── AreasGetRequest.php
│ │ │ │ │ ├── TopAuthTokenRefreshRequest.php
│ │ │ │ │ ├── TopAuthTokenCreateRequest.php
│ │ │ │ │ └── TopSecretGetRequest.php
│ │ │ │ ├── TopLogger.php
│ │ │ │ └── ApplicationVar.php
│ │ │ ├── TopSdk.php
│ │ │ └── Autoloader.php
│ │ ├── style
│ │ │ ├── imgBg.png
│ │ │ └── login.css
│ │ ├── _info
│ │ │ └── backupData
│ │ │ │ └── installData
│ │ │ │ └── default
│ │ │ │ ├── backupData.sql
│ │ │ │ └── structure.sql
│ │ └── config.php
│ ├── test
│ │ ├── main
│ │ │ ├── loadFileTest.js
│ │ │ ├── loadFileTest.php
│ │ │ └── loadClassTest.php
│ │ ├── _info
│ │ │ └── backupData
│ │ │ │ └── installData
│ │ │ │ ├── sharedData.php
│ │ │ │ └── default
│ │ │ │ ├── backupData.sql
│ │ │ │ └── structure.sql
│ │ └── config.php
│ ├── extensions.php
│ ├── corsCheck
│ │ ├── config.php
│ │ └── main
│ │ │ └── main.php
│ └── sqlProfiling
│ │ └── config.php
├── tool
│ ├── htmlLoad
│ │ ├── foot.html
│ │ ├── index.html
│ │ ├── head.html
│ │ └── readme.txt
│ └── stopAsyncProcess
│ │ └── stop.sh
├── config
│ ├── crontab.php
│ ├── queue.php
│ └── network.php
├── 说明.txt
├── test
│ ├── cases
│ │ └── demo.php
│ └── story
│ │ └── demo.php
├── serv
│ ├── readme.txt
│ ├── index.php
│ └── papi
│ │ └── demo.php
├── ctrl
│ └── PageExtension.txt
└── file
│ └── bsui
│ └── setup.php
├── index.php
└── license.txt
/include/application/PHPMailer/VERSION:
--------------------------------------------------------------------------------
1 | 5.2.13
--------------------------------------------------------------------------------
/demo/extend/ssoSyncLdap/aliMsg/top/httpdns.conf:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/demo/extend/test/main/loadFileTest.js:
--------------------------------------------------------------------------------
1 | alert(L.getText('扩展语言包测试'));
--------------------------------------------------------------------------------
/demo/tool/htmlLoad/foot.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/demo/extend/test/main/loadFileTest.php:
--------------------------------------------------------------------------------
1 | a:1:{s:4:"test";a:2:{s:7:"version";s:3:"1.0";s:5:"state";s:1:"1";}}
--------------------------------------------------------------------------------
/demo/extend/test/_info/backupData/installData/sharedData.php:
--------------------------------------------------------------------------------
1 | a:1:{s:4:"test";s:12:"测试数据";}
--------------------------------------------------------------------------------
/include/composer/composer.phar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/composer/composer.phar
--------------------------------------------------------------------------------
/include/application/nusoap/changelog:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/application/nusoap/changelog
--------------------------------------------------------------------------------
/include/of/addin/oUpload/oUpload.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/oUpload.swf
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/add1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/add1.png
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/add2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/add2.png
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/del1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/del1.png
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/del2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/del2.png
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/ice1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/ice1.png
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/ice2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/ice2.png
--------------------------------------------------------------------------------
/include/of/att/sso/res/importTpl.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/res/importTpl.csv
--------------------------------------------------------------------------------
/include/of/accy/com/com/captcha/1.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/accy/com/com/captcha/1.ttf
--------------------------------------------------------------------------------
/include/of/accy/com/com/captcha/2.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/accy/com/com/captcha/2.ttf
--------------------------------------------------------------------------------
/include/of/accy/com/com/captcha/3.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/accy/com/com/captcha/3.ttf
--------------------------------------------------------------------------------
/include/of/accy/com/com/captcha/4.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/accy/com/com/captcha/4.ttf
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/search.png
--------------------------------------------------------------------------------
/demo/extend/ssoSyncLdap/style/imgBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/demo/extend/ssoSyncLdap/style/imgBg.png
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/download1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/download1.png
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/download2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/download2.png
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/iceState.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/iceState.png
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/loadLock.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/loadLock.gif
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/select1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/select1.png
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/select2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/select2.png
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/upload1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/upload1.png
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/upload2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/upload2.png
--------------------------------------------------------------------------------
/include/application/tcpdf/include/sRGB.icc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/application/tcpdf/include/sRGB.icc
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/login_error.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/login_error.png
--------------------------------------------------------------------------------
/include/application/zTree/images/line_conn.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/application/zTree/images/line_conn.gif
--------------------------------------------------------------------------------
/include/application/zTree/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/application/zTree/images/loading.gif
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/btn3_over.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/btn3_over.png
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/oUploadE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/oUploadE.png
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/oUploadEN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/oUploadEN.png
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/oUploadES.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/oUploadES.png
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/oUploadN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/oUploadN.png
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/oUploadS.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/oUploadS.png
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/oUploadW.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/oUploadW.png
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/oUploadWN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/oUploadWN.png
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/oUploadWS.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/oUploadWS.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/btn3_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/btn3_normal.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/oDialogDiv_E.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/oDialogDiv_E.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/oDialogDiv_N.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/oDialogDiv_N.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/oDialogDiv_S.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/oDialogDiv_S.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/oDialogDiv_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/oDialogDiv_W.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/transparent.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/transparent.gif
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/oUploadClose.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/oUploadClose.gif
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/oUploadCount.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/oUploadCount.png
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/oUploadOpen.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/oUploadOpen.gif
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/oUploadStart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/oUploadStart.png
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/transparent.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/transparent.gif
--------------------------------------------------------------------------------
/include/of/att/sso/img/main/login_backgroud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/sso/img/main/login_backgroud.png
--------------------------------------------------------------------------------
/include/application/WDatePicker/skin/datePicker.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/application/WDatePicker/skin/datePicker.gif
--------------------------------------------------------------------------------
/include/application/zTree/images/zTreeStandard.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/application/zTree/images/zTreeStandard.gif
--------------------------------------------------------------------------------
/include/application/zTree/images/zTreeStandard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/application/zTree/images/zTreeStandard.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/oDialogDiv_EN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/oDialogDiv_EN.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/oDialogDiv_ES.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/oDialogDiv_ES.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/oDialogDiv_WN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/oDialogDiv_WN.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/oDialogDiv_WS.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/oDialogDiv_WS.png
--------------------------------------------------------------------------------
/include/of/addin/oUpload/images/oUploadCancel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oUpload/images/oUploadCancel.png
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/loadLock.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/loadLock.gif
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/sort_asc.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/sort_asc.gif
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/sort_desc.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/sort_desc.gif
--------------------------------------------------------------------------------
/include/application/WDatePicker/skin/default/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/application/WDatePicker/skin/default/img.gif
--------------------------------------------------------------------------------
/include/application/WDatePicker/skin/whyGreen/bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/application/WDatePicker/skin/whyGreen/bg.jpg
--------------------------------------------------------------------------------
/include/application/WDatePicker/skin/whyGreen/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/application/WDatePicker/skin/whyGreen/img.gif
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/sort_default.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/sort_default.gif
--------------------------------------------------------------------------------
/demo/extend/ssoSyncLdap/aliMsg/top/RequestCheckUtil.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/demo/extend/ssoSyncLdap/aliMsg/top/RequestCheckUtil.php
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/oDialogDiv_ClickDown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/oDialogDiv_ClickDown.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/oDialogDiv_ClickOver.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/oDialogDiv_ClickOver.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/oDialogDiv_CloseOver.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/oDialogDiv_CloseOver.png
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/page_fbar_close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/page_fbar_close.png
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/page_fbar_open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/page_fbar_open.png
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/page_first_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/page_first_down.png
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/page_last_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/page_last_down.png
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/page_next_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/page_next_down.png
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/page_prev_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/page_prev_down.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/oDialogDiv_ClickNormal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/oDialogDiv_ClickNormal.png
--------------------------------------------------------------------------------
/include/of/addin/oDialog/images/oDialogDiv_CloseNormal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/addin/oDialog/images/oDialogDiv_CloseNormal.png
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/page_first_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/page_first_normal.png
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/page_last_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/page_last_normal.png
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/page_next_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/page_next_normal.png
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/page_prev_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/page_prev_normal.png
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/page_submit_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/page_submit_down.png
--------------------------------------------------------------------------------
/include/composer/composer.bat:
--------------------------------------------------------------------------------
1 | @echo OFF
2 | :: in case DelayedExpansion is on and a path contains !
3 | setlocal DISABLEDELAYEDEXPANSION
4 | php "%~dp0composer.phar" %*
5 |
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/page_pageSize_input.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/page_pageSize_input.jpg
--------------------------------------------------------------------------------
/include/of/att/com/com/paging/images/page_submit_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/of/att/com/com/paging/images/page_submit_normal.png
--------------------------------------------------------------------------------
/include/application/PHPOffice/PHPWord/_staticDocParts/_doc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/application/PHPOffice/PHPWord/_staticDocParts/_doc.png
--------------------------------------------------------------------------------
/include/application/PHPOffice/PHPWord/_staticDocParts/_ppt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/application/PHPOffice/PHPWord/_staticDocParts/_ppt.png
--------------------------------------------------------------------------------
/include/application/PHPOffice/PHPWord/_staticDocParts/_xls.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tolizhan/oFrame/HEAD/include/application/PHPOffice/PHPWord/_staticDocParts/_xls.png
--------------------------------------------------------------------------------
/include/of/base/sso/_meta.php:
--------------------------------------------------------------------------------
1 | 'Single Sign On',
4 | 'gets' => array(
5 | 'c' => 'of_base_sso_main'
6 | )
7 | );
--------------------------------------------------------------------------------
/include/of/base/test/_meta.php:
--------------------------------------------------------------------------------
1 | 'Defect tracking',
4 | 'gets' => array(
5 | 'c' => 'of_base_test_tool'
6 | )
7 | ) : array();
--------------------------------------------------------------------------------
/include/of/base/error/_meta.php:
--------------------------------------------------------------------------------
1 | 'Error log',
4 | 'gets' => array(
5 | 'c' => 'of_base_error_tool'
6 | )
7 | ) : array();
--------------------------------------------------------------------------------
/include/of/base/htmlTpl/_meta.php:
--------------------------------------------------------------------------------
1 | 'Html template',
4 | 'gets' => array(
5 | 'c' => 'of_base_htmlTpl_tool'
6 | )
7 | ) : array();
--------------------------------------------------------------------------------
/include/of/base/extension/_meta.php:
--------------------------------------------------------------------------------
1 | 'Extensions',
4 | 'gets' => array(
5 | 'c' => 'of_base_extension_tool'
6 | )
7 | ) : array();
--------------------------------------------------------------------------------
/include/of/base/language/_meta.php:
--------------------------------------------------------------------------------
1 | 'Multi-language',
4 | 'gets' => array(
5 | 'c' => 'of_base_language_tool'
6 | )
7 | ) : array();
--------------------------------------------------------------------------------
/include/of/accy/com/net/asyncProc.bin:
--------------------------------------------------------------------------------
1 | set obj = WScript.CreateObject("WSCript.shell")
2 |
3 | args = Trim(obj.ExpandEnvironmentStrings("%data%"))
4 | args = Replace(Mid(args, 2, Len(args) - 2), """""", """")
5 |
6 | obj.run args, 0, False
7 |
8 | '' MsgBox args
--------------------------------------------------------------------------------
/demo/config/crontab.php:
--------------------------------------------------------------------------------
1 | '* * * * *', //每分钟执行一次
5 | 'call' => array('ctrl_index', 'asyn'),
6 | 'cNum' => 1,
7 | 'try' => array(60, 120, 300)
8 | )
9 | );
--------------------------------------------------------------------------------
/demo/extend/ssoSyncLdap/_info/backupData/installData/default/backupData.sql:
--------------------------------------------------------------------------------
1 | SET FOREIGN_KEY_CHECKS=0;
2 | LOCK TABLES /*`N:T'*/`e_ssosyncldap_smstip`/*`N:T'*/ WRITE, /*`N:T'*/`e_ssosyncldap_unrecorded`/*`N:T'*/ WRITE;
3 | UNLOCK TABLES;
4 | SET FOREIGN_KEY_CHECKS=1;
5 |
--------------------------------------------------------------------------------
/demo/extend/test/_info/backupData/installData/default/backupData.sql:
--------------------------------------------------------------------------------
1 | SET FOREIGN_KEY_CHECKS=0;
2 | LOCK TABLES /*`N:T'*/`e_test_cc`/*`N:T'*/ WRITE;
3 | REPLACE INTO /*`N:T'*/`e_test_cc`/*`N:T'*/ (`ddd`) VALUES ('3');
4 | UNLOCK TABLES;
5 | SET FOREIGN_KEY_CHECKS=1;
6 |
--------------------------------------------------------------------------------
/include/application/WDatePicker/skin/WdatePicker.css:
--------------------------------------------------------------------------------
1 | .Wdate{
2 | border:#999 1px solid;
3 | /*height:20px;*/
4 | background:#fff url(datePicker.gif) no-repeat right;
5 | }
6 | .Wdate::-ms-clear{display:none;}
7 |
8 | .WdateFmtErr{
9 | font-weight:bold;
10 | color:red;
11 | }
--------------------------------------------------------------------------------
/include/composer/composer.json:
--------------------------------------------------------------------------------
1 | {
2 | "autoload": {
3 | "files": []
4 | },
5 | "require": {
6 | },
7 | "repositories": {
8 | "packagist": {
9 | "type": "composer",
10 | "url": "https://packagist.phpcomposer.com"
11 | }
12 | }
13 | }
--------------------------------------------------------------------------------
/include/composer/composer:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | dir=$(cd "${0%[/\\]*}" > /dev/null; pwd)
4 |
5 | if [[ $dir == /cygdrive/* && $(which php) == /cygdrive/* ]]; then
6 | # cygwin paths for windows PHP must be translated
7 | dir=$(cygpath -m "$dir");
8 | fi
9 |
10 | php "${dir}/composer.phar" "$@"
11 |
--------------------------------------------------------------------------------
/demo/extend/test/main/loadClassTest.php:
--------------------------------------------------------------------------------
1 | _loadClass 演示加载类
4 | * 作者 : Edgar.lee
5 | */
6 | function main() {
7 | echo '$this->_loadClass 加载类演示 初始化', "
\n";
8 | }
9 |
10 | function callTest() {
11 | echo '$this->_loadClass 加载类演示 方法调用测试', "
\n";
12 | }
--------------------------------------------------------------------------------
/include/application/PHPOffice/PHPWord/_staticDocParts/webSettings.xml:
--------------------------------------------------------------------------------
1 |
2 |
'; 47 | echo 'demo::index '; 48 | echo '传入size为int的get参数会响应正确信息'; 51 | } else { 52 | echo '测试方法返回 : ' . var_export($error, true); 53 | } 54 | } 55 | } -------------------------------------------------------------------------------- /include/application/PHPMailer/language/phpmailer.lang-zh.php: -------------------------------------------------------------------------------- 1 | 6 | * @author Peter Dave Hello <@PeterDaveHello/> 7 | * @author Jason Chiang
'; 49 | print_r($error); 50 | echo '