Advertisement
Guest User

aggag

a guest
May 12th, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 92.54 KB | None | 0 0
  1. OCA\Files_Trashbin\Storage(
  2. mountPoint =
  3. '/vq/files/vq/'
  4. deletedFiles =
  5. disableTrash =
  6. FALSE
  7. userManager =
  8. OC\User\Manager(
  9.  
  10. backends =
  11. array(
  12.  
  13. [0] =>
  14. OC_User_Database(
  15.  
  16. cache =
  17. array(
  18.  
  19. ['vq'] =>
  20. array(
  21.  
  22. ['uid'] =>
  23. 'vq'
  24. ['displayname'] =>
  25. NULL
  26. )
  27. )
  28. possibleActions =
  29. array(
  30.  
  31. [1] =>
  32. 'createUser'
  33. [16] =>
  34. 'setPassword'
  35. [256] =>
  36. 'checkPassword'
  37. [4096] =>
  38. 'getHome'
  39. [65536] =>
  40. 'getDisplayName'
  41. [1048576] =>
  42. 'setDisplayName'
  43. [16777216] =>
  44. 'canChangeAvatar'
  45. [268435456] =>
  46. 'countUsers'
  47. )
  48. )
  49. )
  50. cachedUsers =
  51. array(
  52.  
  53. ['vq'] =>
  54. OC\User\User(
  55.  
  56. uid =
  57. 'vq'
  58. displayName =
  59. NULL
  60. backend =
  61. OC_User_Database(
  62.  
  63. cache =
  64. array(
  65.  
  66. ['vq'] =>
  67. array(
  68.  
  69. ['uid'] =>
  70. 'vq'
  71. ['displayname'] =>
  72. NULL
  73. )
  74. )
  75. possibleActions =
  76. array(
  77.  
  78. [1] =>
  79. 'createUser'
  80. [16] =>
  81. 'setPassword'
  82. [256] =>
  83. 'checkPassword'
  84. [4096] =>
  85. 'getHome'
  86. [65536] =>
  87. 'getDisplayName'
  88. [1048576] =>
  89. 'setDisplayName'
  90. [16777216] =>
  91. 'canChangeAvatar'
  92. [268435456] =>
  93. 'countUsers'
  94. )
  95. )
  96. enabled =
  97. TRUE
  98. emitter =
  99. Recursion (OC\User\Manager)
  100. home =
  101. '/var/www/owncloud-8-1-4/data/vq'
  102. lastLogin =
  103. 1463037232
  104. config =
  105. OC\AllConfig(
  106.  
  107. systemConfig =
  108. OC\SystemConfig(
  109.  
  110. )
  111. connection =
  112. OC\DB\Connection(
  113.  
  114. tablePrefix =
  115. 'oc_'
  116. adapter =
  117. OC\DB\AdapterSqlite(
  118.  
  119. conn =
  120. Recursion (OC\DB\Connection)
  121. )
  122. _conn =
  123. Doctrine\DBAL\Driver\PDOConnection(
  124.  
  125. )
  126. _config =
  127. Doctrine\DBAL\Configuration(
  128.  
  129. _attributes =
  130. array(
  131.  
  132. ['sqlLogger'] =>
  133. OC\Diagnostics\NullQueryLogger(
  134.  
  135. )
  136. )
  137. )
  138. _eventManager =
  139. Doctrine\Common\EventManager(
  140.  
  141. _listeners =
  142. array(
  143.  
  144. ['postConnect'] =>
  145. array(
  146.  
  147. ['000000003a9e8bb800007ff3ab676e6e'] =>
  148. OC\DB\SQLiteSessionInit(
  149.  
  150. caseSensitiveLike =
  151. Max Depth (10)
  152. journalMode =
  153. Max Depth (10)
  154. )
  155. )
  156. )
  157. )
  158. _expr =
  159. Doctrine\DBAL\Query\Expression\ExpressionBuilder(
  160.  
  161. connection =
  162. Recursion (OC\DB\Connection)
  163. )
  164. _schemaManager =
  165. NULL
  166. _driver =
  167. Doctrine\DBAL\Driver\PDOSqlite\Driver(
  168.  
  169. _userDefinedFunctions =
  170. array(
  171.  
  172. ['sqrt'] =>
  173. array(
  174.  
  175. ['callback'] =>
  176. array(
  177.  
  178. [0] =>
  179. Max Depth (10)
  180. [1] =>
  181. Max Depth (10)
  182. )
  183. ['numArgs'] =>
  184. 1
  185. )
  186. ['mod'] =>
  187. array(
  188.  
  189. ['callback'] =>
  190. array(
  191.  
  192. [0] =>
  193. Max Depth (10)
  194. [1] =>
  195. Max Depth (10)
  196. )
  197. ['numArgs'] =>
  198. 2
  199. )
  200. ['locate'] =>
  201. array(
  202.  
  203. ['callback'] =>
  204. array(
  205.  
  206. [0] =>
  207. Max Depth (10)
  208. [1] =>
  209. Max Depth (10)
  210. )
  211. ['numArgs'] =>
  212. -1
  213. )
  214. )
  215. )
  216. defaultFetchMode =
  217. 2
  218. _isConnected =
  219. TRUE
  220. autoCommit =
  221. TRUE
  222. _transactionNestingLevel =
  223. 0
  224. _transactionIsolationLevel =
  225. 2
  226. _nestTransactionsWithSavepoints =
  227. FALSE
  228. _params =
  229. array(
  230.  
  231. ['adapter'] =>
  232. '\OC\DB\AdapterSqlite'
  233. ['driver'] =>
  234. 'pdo_sqlite'
  235. ['wrapperClass'] =>
  236. 'OC\DB\Connection'
  237. ['user'] =>
  238. ['password'] =>
  239. ['path'] =>
  240. '/var/www/owncloud-8-1-4/data/owncloud.db'
  241. ['tablePrefix'] =>
  242. 'oc_'
  243. ['sqlite.journal_mode'] =>
  244. 'WAL'
  245. ['platform'] =>
  246. OC\DB\OCSqlitePlatform(
  247.  
  248. doctrineTypeMapping =
  249. NULL
  250. doctrineTypeComments =
  251. NULL
  252. _eventManager =
  253. Doctrine\Common\EventManager(
  254.  
  255. _listeners =
  256. array(
  257.  
  258. ['postConnect'] =>
  259. Max Depth (10)
  260. )
  261. )
  262. _keywords =
  263. NULL
  264. )
  265. )
  266. platform =
  267. OC\DB\OCSqlitePlatform(
  268.  
  269. doctrineTypeMapping =
  270. NULL
  271. doctrineTypeComments =
  272. NULL
  273. _eventManager =
  274. Doctrine\Common\EventManager(
  275.  
  276. _listeners =
  277. array(
  278.  
  279. ['postConnect'] =>
  280. array(
  281.  
  282. ['000000003a9e8bb800007ff3ab676e6e'] =>
  283. Max Depth (10)
  284. )
  285. )
  286. )
  287. _keywords =
  288. NULL
  289. )
  290. _isRollbackOnly =
  291. FALSE
  292. )
  293. userCache =
  294. array(
  295.  
  296. ['vq'] =>
  297. array(
  298.  
  299. ['core'] =>
  300. array(
  301.  
  302. ['lang'] =>
  303. 'vi'
  304. ['timezone'] =>
  305. 'Asia/Jakarta'
  306. )
  307. ['files'] =>
  308. array(
  309.  
  310. ['quota'] =>
  311. '26 MB'
  312. )
  313. ['files_external'] =>
  314. array(
  315.  
  316. ['/1'] =>
  317. 1462928396
  318. ['/123'] =>
  319. 1462928396
  320. ['/OpenStackObjectStorage'] =>
  321. 1462928396
  322. ['/a1_fileVersions'] =>
  323. 1462928396
  324. ['/abc'] =>
  325. 1462928396
  326. ['/fileversions'] =>
  327. 1462928396
  328. ['/owncloud81'] =>
  329. 1462928396
  330. ['/sharetest1'] =>
  331. 1462928396
  332. ['/vanquan'] =>
  333. 1462928396
  334. ['/vanquan223'] =>
  335. 1462928396
  336. ['/vq'] =>
  337. 1462928396
  338. )
  339. ['firstrunwizard'] =>
  340. array(
  341.  
  342. ['show'] =>
  343. 0
  344. )
  345. ['login'] =>
  346. array(
  347.  
  348. ['lastLogin'] =>
  349. 1463037232
  350. )
  351. )
  352. )
  353. )
  354. )
  355. )
  356. config =
  357. OC\AllConfig(
  358.  
  359. systemConfig =
  360. OC\SystemConfig(
  361.  
  362. )
  363. connection =
  364. OC\DB\Connection(
  365.  
  366. tablePrefix =
  367. 'oc_'
  368. adapter =
  369. OC\DB\AdapterSqlite(
  370.  
  371. conn =
  372. Max Object Depth (5)
  373. )
  374. _conn =
  375. Doctrine\DBAL\Driver\PDOConnection(
  376.  
  377. )
  378. _config =
  379. Doctrine\DBAL\Configuration(
  380.  
  381. _attributes =
  382. array(
  383.  
  384. ['sqlLogger'] =>
  385. OC\Diagnostics\NullQueryLogger(
  386.  
  387. )
  388. )
  389. )
  390. _eventManager =
  391. Doctrine\Common\EventManager(
  392.  
  393. _listeners =
  394. array(
  395.  
  396. ['postConnect'] =>
  397. array(
  398.  
  399. ['000000003a9e8bb800007ff3ab676e6e'] =>
  400. OC\DB\SQLiteSessionInit(
  401.  
  402. caseSensitiveLike =
  403. TRUE
  404. journalMode =
  405. 'WAL'
  406. )
  407. )
  408. )
  409. )
  410. _expr =
  411. Doctrine\DBAL\Query\Expression\ExpressionBuilder(
  412.  
  413. connection =
  414. Max Object Depth (5)
  415. )
  416. _schemaManager =
  417. NULL
  418. _driver =
  419. Doctrine\DBAL\Driver\PDOSqlite\Driver(
  420.  
  421. _userDefinedFunctions =
  422. array(
  423.  
  424. ['sqrt'] =>
  425. array(
  426.  
  427. ['callback'] =>
  428. array(
  429.  
  430. [0] =>
  431. 'Doctrine\DBAL\Platforms\SqlitePlatform'
  432. [1] =>
  433. 'udfSqrt'
  434. )
  435. ['numArgs'] =>
  436. 1
  437. )
  438. ['mod'] =>
  439. array(
  440.  
  441. ['callback'] =>
  442. array(
  443.  
  444. [0] =>
  445. 'Doctrine\DBAL\Platforms\SqlitePlatform'
  446. [1] =>
  447. 'udfMod'
  448. )
  449. ['numArgs'] =>
  450. 2
  451. )
  452. ['locate'] =>
  453. array(
  454.  
  455. ['callback'] =>
  456. array(
  457.  
  458. [0] =>
  459. 'Doctrine\DBAL\Platforms\SqlitePlatform'
  460. [1] =>
  461. 'udfLocate'
  462. )
  463. ['numArgs'] =>
  464. -1
  465. )
  466. )
  467. )
  468. defaultFetchMode =
  469. 2
  470. _isConnected =
  471. TRUE
  472. autoCommit =
  473. TRUE
  474. _transactionNestingLevel =
  475. 0
  476. _transactionIsolationLevel =
  477. 2
  478. _nestTransactionsWithSavepoints =
  479. FALSE
  480. _params =
  481. array(
  482.  
  483. ['adapter'] =>
  484. '\OC\DB\AdapterSqlite'
  485. ['driver'] =>
  486. 'pdo_sqlite'
  487. ['wrapperClass'] =>
  488. 'OC\DB\Connection'
  489. ['user'] =>
  490. ['password'] =>
  491. ['path'] =>
  492. '/var/www/owncloud-8-1-4/data/owncloud.db'
  493. ['tablePrefix'] =>
  494. 'oc_'
  495. ['sqlite.journal_mode'] =>
  496. 'WAL'
  497. ['platform'] =>
  498. OC\DB\OCSqlitePlatform(
  499.  
  500. doctrineTypeMapping =
  501. NULL
  502. doctrineTypeComments =
  503. NULL
  504. _eventManager =
  505. Doctrine\Common\EventManager(
  506.  
  507. _listeners =
  508. array(
  509.  
  510. ['postConnect'] =>
  511. array(
  512.  
  513. ['000000003a9e8bb800007ff3ab676e6e'] =>
  514. OC\DB\SQLiteSessionInit(
  515.  
  516. caseSensitiveLike =
  517. Max Depth (10)
  518. journalMode =
  519. Max Depth (10)
  520. )
  521. )
  522. )
  523. )
  524. _keywords =
  525. NULL
  526. )
  527. )
  528. platform =
  529. OC\DB\OCSqlitePlatform(
  530.  
  531. doctrineTypeMapping =
  532. NULL
  533. doctrineTypeComments =
  534. NULL
  535. _eventManager =
  536. Max Object Depth (5)
  537. _keywords =
  538. NULL
  539. )
  540. _isRollbackOnly =
  541. FALSE
  542. )
  543. userCache =
  544. array(
  545.  
  546. ['vq'] =>
  547. array(
  548.  
  549. ['core'] =>
  550. array(
  551.  
  552. ['lang'] =>
  553. 'vi'
  554. ['timezone'] =>
  555. 'Asia/Jakarta'
  556. )
  557. ['files'] =>
  558. array(
  559.  
  560. ['quota'] =>
  561. '26 MB'
  562. )
  563. ['files_external'] =>
  564. array(
  565.  
  566. ['/1'] =>
  567. 1462928396
  568. ['/123'] =>
  569. 1462928396
  570. ['/OpenStackObjectStorage'] =>
  571. 1462928396
  572. ['/a1_fileVersions'] =>
  573. 1462928396
  574. ['/abc'] =>
  575. 1462928396
  576. ['/fileversions'] =>
  577. 1462928396
  578. ['/owncloud81'] =>
  579. 1462928396
  580. ['/sharetest1'] =>
  581. 1462928396
  582. ['/vanquan'] =>
  583. 1462928396
  584. ['/vanquan223'] =>
  585. 1462928396
  586. ['/vq'] =>
  587. 1462928396
  588. )
  589. ['firstrunwizard'] =>
  590. array(
  591.  
  592. ['show'] =>
  593. 0
  594. )
  595. ['login'] =>
  596. array(
  597.  
  598. ['lastLogin'] =>
  599. 1463037232
  600. )
  601. )
  602. )
  603. )
  604. listeners =
  605. array(
  606.  
  607. ['\OC\User::postDelete'] =>
  608. array(
  609.  
  610. [0] =>
  611. Closure(
  612.  
  613. 0 =
  614. Recursion (Closure)
  615. )
  616. [1] =>
  617. Closure(
  618.  
  619. 0 =
  620. Recursion (Closure)
  621. )
  622. )
  623. ['\OC\User::postLogin'] =>
  624. array(
  625.  
  626. [0] =>
  627. Closure(
  628.  
  629. 0 =
  630. Recursion (Closure)
  631. )
  632. [1] =>
  633. Closure(
  634.  
  635. 0 =
  636. Recursion (Closure)
  637. )
  638. [2] =>
  639. Closure(
  640.  
  641. 0 =
  642. Recursion (Closure)
  643. )
  644. )
  645. ['\OC\User::postRememberedLogin'] =>
  646. array(
  647.  
  648. [0] =>
  649. Closure(
  650.  
  651. 0 =
  652. Recursion (Closure)
  653. )
  654. )
  655. ['\OC\User::preCreateUser'] =>
  656. array(
  657.  
  658. [0] =>
  659. Closure(
  660.  
  661. 0 =
  662. Recursion (Closure)
  663. )
  664. )
  665. ['\OC\User::postCreateUser'] =>
  666. array(
  667.  
  668. [0] =>
  669. Closure(
  670.  
  671. 0 =
  672. Recursion (Closure)
  673. )
  674. )
  675. ['\OC\User::preDelete'] =>
  676. array(
  677.  
  678. [0] =>
  679. Closure(
  680.  
  681. 0 =
  682. Recursion (Closure)
  683. )
  684. )
  685. ['\OC\User::preSetPassword'] =>
  686. array(
  687.  
  688. [0] =>
  689. Closure(
  690.  
  691. 0 =
  692. Recursion (Closure)
  693. )
  694. )
  695. ['\OC\User::postSetPassword'] =>
  696. array(
  697.  
  698. [0] =>
  699. Closure(
  700.  
  701. 0 =
  702. Recursion (Closure)
  703. )
  704. )
  705. ['\OC\User::preLogin'] =>
  706. array(
  707.  
  708. [0] =>
  709. Closure(
  710.  
  711. 0 =
  712. Recursion (Closure)
  713. )
  714. )
  715. ['\OC\User::logout'] =>
  716. array(
  717.  
  718. [0] =>
  719. Closure(
  720.  
  721. 0 =
  722. Recursion (Closure)
  723. )
  724. )
  725. )
  726. )
  727. storage =
  728. OC\Files\Storage\Wrapper\Encryption(
  729.  
  730. mountPoint =
  731. '/vq/files/vq/'
  732. util =
  733. OC\Encryption\Util(
  734.  
  735. headerSize =
  736. 8192
  737. blockSize =
  738. 8192
  739. view =
  740. OC\Files\View(
  741.  
  742. fakeRoot =
  743. updater =
  744. OC\Files\Cache\Updater(
  745.  
  746. enabled =
  747. TRUE
  748. view =
  749. Max Object Depth (5)
  750. propagator =
  751. Max Object Depth (5)
  752. )
  753. lockingProvider =
  754. OC\Lock\NoopLockingProvider(
  755.  
  756. )
  757. lockingEnabled =
  758. FALSE
  759. )
  760. ocHeaderKeys =
  761. array(
  762.  
  763. [0] =>
  764. 'oc_encryption_module'
  765. )
  766. userManager =
  767. OC\User\Manager(
  768.  
  769. backends =
  770. array(
  771.  
  772. [0] =>
  773. OC_User_Database(
  774.  
  775. cache =
  776. array(
  777.  
  778. ['vq'] =>
  779. array(
  780.  
  781. ['uid'] =>
  782. 'vq'
  783. ['displayname'] =>
  784. NULL
  785. )
  786. )
  787. possibleActions =
  788. array(
  789.  
  790. [1] =>
  791. 'createUser'
  792. [16] =>
  793. 'setPassword'
  794. [256] =>
  795. 'checkPassword'
  796. [4096] =>
  797. 'getHome'
  798. [65536] =>
  799. 'getDisplayName'
  800. [1048576] =>
  801. 'setDisplayName'
  802. [16777216] =>
  803. 'canChangeAvatar'
  804. [268435456] =>
  805. 'countUsers'
  806. )
  807. )
  808. )
  809. cachedUsers =
  810. array(
  811.  
  812. ['vq'] =>
  813. OC\User\User(
  814.  
  815. uid =
  816. 'vq'
  817. displayName =
  818. NULL
  819. backend =
  820. OC_User_Database(
  821.  
  822. cache =
  823. array(
  824.  
  825. ['vq'] =>
  826. array(
  827.  
  828. ['uid'] =>
  829. 'vq'
  830. ['displayname'] =>
  831. NULL
  832. )
  833. )
  834. possibleActions =
  835. array(
  836.  
  837. [1] =>
  838. 'createUser'
  839. [16] =>
  840. 'setPassword'
  841. [256] =>
  842. 'checkPassword'
  843. [4096] =>
  844. 'getHome'
  845. [65536] =>
  846. 'getDisplayName'
  847. [1048576] =>
  848. 'setDisplayName'
  849. [16777216] =>
  850. 'canChangeAvatar'
  851. [268435456] =>
  852. 'countUsers'
  853. )
  854. )
  855. enabled =
  856. TRUE
  857. emitter =
  858. Recursion (OC\User\Manager)
  859. home =
  860. '/var/www/owncloud-8-1-4/data/vq'
  861. lastLogin =
  862. 1463037232
  863. config =
  864. OC\AllConfig(
  865.  
  866. systemConfig =
  867. OC\SystemConfig(
  868.  
  869. )
  870. connection =
  871. OC\DB\Connection(
  872.  
  873. tablePrefix =
  874. 'oc_'
  875. adapter =
  876. OC\DB\AdapterSqlite(
  877.  
  878. conn =
  879. Recursion (OC\DB\Connection)
  880. )
  881. _conn =
  882. Doctrine\DBAL\Driver\PDOConnection(
  883.  
  884. )
  885. _config =
  886. Doctrine\DBAL\Configuration(
  887.  
  888. _attributes =
  889. array(
  890.  
  891. ['sqlLogger'] =>
  892. Max Depth (10)
  893. )
  894. )
  895. _eventManager =
  896. Doctrine\Common\EventManager(
  897.  
  898. _listeners =
  899. array(
  900.  
  901. ['postConnect'] =>
  902. Max Depth (10)
  903. )
  904. )
  905. _expr =
  906. Doctrine\DBAL\Query\Expression\ExpressionBuilder(
  907.  
  908. connection =
  909. Recursion (OC\DB\Connection)
  910. )
  911. _schemaManager =
  912. NULL
  913. _driver =
  914. Doctrine\DBAL\Driver\PDOSqlite\Driver(
  915.  
  916. _userDefinedFunctions =
  917. array(
  918.  
  919. ['sqrt'] =>
  920. Max Depth (10)
  921. ['mod'] =>
  922. Max Depth (10)
  923. ['locate'] =>
  924. Max Depth (10)
  925. )
  926. )
  927. defaultFetchMode =
  928. 2
  929. _isConnected =
  930. TRUE
  931. autoCommit =
  932. TRUE
  933. _transactionNestingLevel =
  934. 0
  935. _transactionIsolationLevel =
  936. 2
  937. _nestTransactionsWithSavepoints =
  938. FALSE
  939. _params =
  940. array(
  941.  
  942. ['adapter'] =>
  943. '\OC\DB\AdapterSqlite'
  944. ['driver'] =>
  945. 'pdo_sqlite'
  946. ['wrapperClass'] =>
  947. 'OC\DB\Connection'
  948. ['user'] =>
  949. ['password'] =>
  950. ['path'] =>
  951. '/var/www/owncloud-8-1-4/data/owncloud.db'
  952. ['tablePrefix'] =>
  953. 'oc_'
  954. ['sqlite.journal_mode'] =>
  955. 'WAL'
  956. ['platform'] =>
  957. OC\DB\OCSqlitePlatform(
  958.  
  959. doctrineTypeMapping =
  960. Max Depth (10)
  961. doctrineTypeComments =
  962. Max Depth (10)
  963. _eventManager =
  964. Max Depth (10)
  965. _keywords =
  966. Max Depth (10)
  967. )
  968. )
  969. platform =
  970. OC\DB\OCSqlitePlatform(
  971.  
  972. doctrineTypeMapping =
  973. NULL
  974. doctrineTypeComments =
  975. NULL
  976. _eventManager =
  977. Doctrine\Common\EventManager(
  978.  
  979. _listeners =
  980. Max Depth (10)
  981. )
  982. _keywords =
  983. NULL
  984. )
  985. _isRollbackOnly =
  986. FALSE
  987. )
  988. userCache =
  989. array(
  990.  
  991. ['vq'] =>
  992. array(
  993.  
  994. ['core'] =>
  995. array(
  996.  
  997. ['lang'] =>
  998. Max Depth (10)
  999. ['timezone'] =>
  1000. Max Depth (10)
  1001. )
  1002. ['files'] =>
  1003. array(
  1004.  
  1005. ['quota'] =>
  1006. Max Depth (10)
  1007. )
  1008. ['files_external'] =>
  1009. array(
  1010.  
  1011. ['/1'] =>
  1012. Max Depth (10)
  1013. ['/123'] =>
  1014. Max Depth (10)
  1015. ['/OpenStackObjectStorage'] =>
  1016. Max Depth (10)
  1017. ['/a1_fileVersions'] =>
  1018. Max Depth (10)
  1019. ['/abc'] =>
  1020. Max Depth (10)
  1021. ['/fileversions'] =>
  1022. Max Depth (10)
  1023. ['/owncloud81'] =>
  1024. Max Depth (10)
  1025. ['/sharetest1'] =>
  1026. Max Depth (10)
  1027. ['/vanquan'] =>
  1028. Max Depth (10)
  1029. ['/vanquan223'] =>
  1030. Max Depth (10)
  1031. ['/vq'] =>
  1032. Max Depth (10)
  1033. )
  1034. ['firstrunwizard'] =>
  1035. array(
  1036.  
  1037. ['show'] =>
  1038. Max Depth (10)
  1039. )
  1040. ['login'] =>
  1041. array(
  1042.  
  1043. ['lastLogin'] =>
  1044. Max Depth (10)
  1045. )
  1046. )
  1047. )
  1048. )
  1049. )
  1050. )
  1051. config =
  1052. OC\AllConfig(
  1053.  
  1054. systemConfig =
  1055. Max Object Depth (5)
  1056. connection =
  1057. Max Object Depth (5)
  1058. userCache =
  1059. array(
  1060.  
  1061. ['vq'] =>
  1062. array(
  1063.  
  1064. ['core'] =>
  1065. array(
  1066.  
  1067. ['lang'] =>
  1068. 'vi'
  1069. ['timezone'] =>
  1070. 'Asia/Jakarta'
  1071. )
  1072. ['files'] =>
  1073. array(
  1074.  
  1075. ['quota'] =>
  1076. '26 MB'
  1077. )
  1078. ['files_external'] =>
  1079. array(
  1080.  
  1081. ['/1'] =>
  1082. 1462928396
  1083. ['/123'] =>
  1084. 1462928396
  1085. ['/OpenStackObjectStorage'] =>
  1086. 1462928396
  1087. ['/a1_fileVersions'] =>
  1088. 1462928396
  1089. ['/abc'] =>
  1090. 1462928396
  1091. ['/fileversions'] =>
  1092. 1462928396
  1093. ['/owncloud81'] =>
  1094. 1462928396
  1095. ['/sharetest1'] =>
  1096. 1462928396
  1097. ['/vanquan'] =>
  1098. 1462928396
  1099. ['/vanquan223'] =>
  1100. 1462928396
  1101. ['/vq'] =>
  1102. 1462928396
  1103. )
  1104. ['firstrunwizard'] =>
  1105. array(
  1106.  
  1107. ['show'] =>
  1108. 0
  1109. )
  1110. ['login'] =>
  1111. array(
  1112.  
  1113. ['lastLogin'] =>
  1114. 1463037232
  1115. )
  1116. )
  1117. )
  1118. )
  1119. listeners =
  1120. array(
  1121.  
  1122. ['\OC\User::postDelete'] =>
  1123. array(
  1124.  
  1125. [0] =>
  1126. Closure(
  1127.  
  1128. 0 =
  1129. Recursion (Closure)
  1130. )
  1131. [1] =>
  1132. Closure(
  1133.  
  1134. 0 =
  1135. Recursion (Closure)
  1136. )
  1137. )
  1138. ['\OC\User::postLogin'] =>
  1139. array(
  1140.  
  1141. [0] =>
  1142. Closure(
  1143.  
  1144. 0 =
  1145. Recursion (Closure)
  1146. )
  1147. [1] =>
  1148. Closure(
  1149.  
  1150. 0 =
  1151. Recursion (Closure)
  1152. )
  1153. [2] =>
  1154. Closure(
  1155.  
  1156. 0 =
  1157. Recursion (Closure)
  1158. )
  1159. )
  1160. ['\OC\User::postRememberedLogin'] =>
  1161. array(
  1162.  
  1163. [0] =>
  1164. Closure(
  1165.  
  1166. 0 =
  1167. Recursion (Closure)
  1168. )
  1169. )
  1170. ['\OC\User::preCreateUser'] =>
  1171. array(
  1172.  
  1173. [0] =>
  1174. Closure(
  1175.  
  1176. 0 =
  1177. Recursion (Closure)
  1178. )
  1179. )
  1180. ['\OC\User::postCreateUser'] =>
  1181. array(
  1182.  
  1183. [0] =>
  1184. Closure(
  1185.  
  1186. 0 =
  1187. Recursion (Closure)
  1188. )
  1189. )
  1190. ['\OC\User::preDelete'] =>
  1191. array(
  1192.  
  1193. [0] =>
  1194. Closure(
  1195.  
  1196. 0 =
  1197. Recursion (Closure)
  1198. )
  1199. )
  1200. ['\OC\User::preSetPassword'] =>
  1201. array(
  1202.  
  1203. [0] =>
  1204. Closure(
  1205.  
  1206. 0 =
  1207. Recursion (Closure)
  1208. )
  1209. )
  1210. ['\OC\User::postSetPassword'] =>
  1211. array(
  1212.  
  1213. [0] =>
  1214. Closure(
  1215.  
  1216. 0 =
  1217. Recursion (Closure)
  1218. )
  1219. )
  1220. ['\OC\User::preLogin'] =>
  1221. array(
  1222.  
  1223. [0] =>
  1224. Closure(
  1225.  
  1226. 0 =
  1227. Recursion (Closure)
  1228. )
  1229. )
  1230. ['\OC\User::logout'] =>
  1231. array(
  1232.  
  1233. [0] =>
  1234. Closure(
  1235.  
  1236. 0 =
  1237. Recursion (Closure)
  1238. )
  1239. )
  1240. )
  1241. )
  1242. config =
  1243. OC\AllConfig(
  1244.  
  1245. systemConfig =
  1246. OC\SystemConfig(
  1247.  
  1248. )
  1249. connection =
  1250. OC\DB\Connection(
  1251.  
  1252. tablePrefix =
  1253. 'oc_'
  1254. adapter =
  1255. Max Object Depth (5)
  1256. _conn =
  1257. Max Object Depth (5)
  1258. _config =
  1259. Max Object Depth (5)
  1260. _eventManager =
  1261. Max Object Depth (5)
  1262. _expr =
  1263. Max Object Depth (5)
  1264. _schemaManager =
  1265. NULL
  1266. _driver =
  1267. Max Object Depth (5)
  1268. defaultFetchMode =
  1269. 2
  1270. _isConnected =
  1271. TRUE
  1272. autoCommit =
  1273. TRUE
  1274. _transactionNestingLevel =
  1275. 0
  1276. _transactionIsolationLevel =
  1277. 2
  1278. _nestTransactionsWithSavepoints =
  1279. FALSE
  1280. _params =
  1281. array(
  1282.  
  1283. ['adapter'] =>
  1284. '\OC\DB\AdapterSqlite'
  1285. ['driver'] =>
  1286. 'pdo_sqlite'
  1287. ['wrapperClass'] =>
  1288. 'OC\DB\Connection'
  1289. ['user'] =>
  1290. ['password'] =>
  1291. ['path'] =>
  1292. '/var/www/owncloud-8-1-4/data/owncloud.db'
  1293. ['tablePrefix'] =>
  1294. 'oc_'
  1295. ['sqlite.journal_mode'] =>
  1296. 'WAL'
  1297. ['platform'] =>
  1298. OC\DB\OCSqlitePlatform(
  1299.  
  1300. doctrineTypeMapping =
  1301. NULL
  1302. doctrineTypeComments =
  1303. NULL
  1304. _eventManager =
  1305. Doctrine\Common\EventManager(
  1306.  
  1307. _listeners =
  1308. array(
  1309.  
  1310. ['postConnect'] =>
  1311. array(
  1312.  
  1313. ['000000003a9e8bb800007ff3ab676e6e'] =>
  1314. Max Depth (10)
  1315. )
  1316. )
  1317. )
  1318. _keywords =
  1319. NULL
  1320. )
  1321. )
  1322. platform =
  1323. Max Object Depth (5)
  1324. _isRollbackOnly =
  1325. FALSE
  1326. )
  1327. userCache =
  1328. array(
  1329.  
  1330. ['vq'] =>
  1331. array(
  1332.  
  1333. ['core'] =>
  1334. array(
  1335.  
  1336. ['lang'] =>
  1337. 'vi'
  1338. ['timezone'] =>
  1339. 'Asia/Jakarta'
  1340. )
  1341. ['files'] =>
  1342. array(
  1343.  
  1344. ['quota'] =>
  1345. '26 MB'
  1346. )
  1347. ['files_external'] =>
  1348. array(
  1349.  
  1350. ['/1'] =>
  1351. 1462928396
  1352. ['/123'] =>
  1353. 1462928396
  1354. ['/OpenStackObjectStorage'] =>
  1355. 1462928396
  1356. ['/a1_fileVersions'] =>
  1357. 1462928396
  1358. ['/abc'] =>
  1359. 1462928396
  1360. ['/fileversions'] =>
  1361. 1462928396
  1362. ['/owncloud81'] =>
  1363. 1462928396
  1364. ['/sharetest1'] =>
  1365. 1462928396
  1366. ['/vanquan'] =>
  1367. 1462928396
  1368. ['/vanquan223'] =>
  1369. 1462928396
  1370. ['/vq'] =>
  1371. 1462928396
  1372. )
  1373. ['firstrunwizard'] =>
  1374. array(
  1375.  
  1376. ['show'] =>
  1377. 0
  1378. )
  1379. ['login'] =>
  1380. array(
  1381.  
  1382. ['lastLogin'] =>
  1383. 1463037232
  1384. )
  1385. )
  1386. )
  1387. )
  1388. excludedPaths =
  1389. array(
  1390.  
  1391. [0] =>
  1392. 'files_encryption'
  1393. )
  1394. groupManager =
  1395. OC\Group\Manager(
  1396.  
  1397. backends =
  1398. array(
  1399.  
  1400. [0] =>
  1401. OC_Group_Database(
  1402.  
  1403. possibleActions =
  1404. array(
  1405.  
  1406. [1] =>
  1407. 'createGroup'
  1408. [16] =>
  1409. 'deleteGroup'
  1410. [256] =>
  1411. 'addToGroup'
  1412. [4096] =>
  1413. 'removeFromGroup'
  1414. [1048576] =>
  1415. 'countUsersInGroup'
  1416. )
  1417. )
  1418. )
  1419. userManager =
  1420. OC\User\Manager(
  1421.  
  1422. backends =
  1423. array(
  1424.  
  1425. [0] =>
  1426. OC_User_Database(
  1427.  
  1428. cache =
  1429. array(
  1430.  
  1431. ['vq'] =>
  1432. array(
  1433.  
  1434. ['uid'] =>
  1435. 'vq'
  1436. ['displayname'] =>
  1437. NULL
  1438. )
  1439. )
  1440. possibleActions =
  1441. array(
  1442.  
  1443. [1] =>
  1444. 'createUser'
  1445. [16] =>
  1446. 'setPassword'
  1447. [256] =>
  1448. 'checkPassword'
  1449. [4096] =>
  1450. 'getHome'
  1451. [65536] =>
  1452. 'getDisplayName'
  1453. [1048576] =>
  1454. 'setDisplayName'
  1455. [16777216] =>
  1456. 'canChangeAvatar'
  1457. [268435456] =>
  1458. 'countUsers'
  1459. )
  1460. )
  1461. )
  1462. cachedUsers =
  1463. array(
  1464.  
  1465. ['vq'] =>
  1466. OC\User\User(
  1467.  
  1468. uid =
  1469. 'vq'
  1470. displayName =
  1471. NULL
  1472. backend =
  1473. OC_User_Database(
  1474.  
  1475. cache =
  1476. array(
  1477.  
  1478. ['vq'] =>
  1479. array(
  1480.  
  1481. ['uid'] =>
  1482. Max Depth (10)
  1483. ['displayname'] =>
  1484. Max Depth (10)
  1485. )
  1486. )
  1487. possibleActions =
  1488. array(
  1489.  
  1490. [1] =>
  1491. 'createUser'
  1492. [16] =>
  1493. 'setPassword'
  1494. [256] =>
  1495. 'checkPassword'
  1496. [4096] =>
  1497. 'getHome'
  1498. [65536] =>
  1499. 'getDisplayName'
  1500. [1048576] =>
  1501. 'setDisplayName'
  1502. [16777216] =>
  1503. 'canChangeAvatar'
  1504. [268435456] =>
  1505. 'countUsers'
  1506. )
  1507. )
  1508. enabled =
  1509. TRUE
  1510. emitter =
  1511. Recursion (OC\User\Manager)
  1512. home =
  1513. '/var/www/owncloud-8-1-4/data/vq'
  1514. lastLogin =
  1515. 1463037232
  1516. config =
  1517. OC\AllConfig(
  1518.  
  1519. systemConfig =
  1520. OC\SystemConfig(
  1521.  
  1522. )
  1523. connection =
  1524. OC\DB\Connection(
  1525.  
  1526. tablePrefix =
  1527. 'oc_'
  1528. adapter =
  1529. OC\DB\AdapterSqlite(
  1530.  
  1531. conn =
  1532. Max Depth (10)
  1533. )
  1534. _conn =
  1535. Doctrine\DBAL\Driver\PDOConnection(
  1536.  
  1537. )
  1538. _config =
  1539. Doctrine\DBAL\Configuration(
  1540.  
  1541. _attributes =
  1542. Max Depth (10)
  1543. )
  1544. _eventManager =
  1545. Doctrine\Common\EventManager(
  1546.  
  1547. _listeners =
  1548. Max Depth (10)
  1549. )
  1550. _expr =
  1551. Doctrine\DBAL\Query\Expression\ExpressionBuilder(
  1552.  
  1553. connection =
  1554. Max Depth (10)
  1555. )
  1556. _schemaManager =
  1557. NULL
  1558. _driver =
  1559. Doctrine\DBAL\Driver\PDOSqlite\Driver(
  1560.  
  1561. _userDefinedFunctions =
  1562. Max Depth (10)
  1563. )
  1564. defaultFetchMode =
  1565. 2
  1566. _isConnected =
  1567. TRUE
  1568. autoCommit =
  1569. TRUE
  1570. _transactionNestingLevel =
  1571. 0
  1572. _transactionIsolationLevel =
  1573. 2
  1574. _nestTransactionsWithSavepoints =
  1575. FALSE
  1576. _params =
  1577. array(
  1578.  
  1579. ['adapter'] =>
  1580. Max Depth (10)
  1581. ['driver'] =>
  1582. Max Depth (10)
  1583. ['wrapperClass'] =>
  1584. Max Depth (10)
  1585. ['user'] =>
  1586. Max Depth (10)
  1587. ['password'] =>
  1588. Max Depth (10)
  1589. ['path'] =>
  1590. Max Depth (10)
  1591. ['tablePrefix'] =>
  1592. Max Depth (10)
  1593. ['sqlite.journal_mode'] =>
  1594. Max Depth (10)
  1595. ['platform'] =>
  1596. Max Depth (10)
  1597. )
  1598. platform =
  1599. OC\DB\OCSqlitePlatform(
  1600.  
  1601. doctrineTypeMapping =
  1602. Max Depth (10)
  1603. doctrineTypeComments =
  1604. Max Depth (10)
  1605. _eventManager =
  1606. Max Depth (10)
  1607. _keywords =
  1608. Max Depth (10)
  1609. )
  1610. _isRollbackOnly =
  1611. FALSE
  1612. )
  1613. userCache =
  1614. array(
  1615.  
  1616. ['vq'] =>
  1617. array(
  1618.  
  1619. ['core'] =>
  1620. Max Depth (10)
  1621. ['files'] =>
  1622. Max Depth (10)
  1623. ['files_external'] =>
  1624. Max Depth (10)
  1625. ['firstrunwizard'] =>
  1626. Max Depth (10)
  1627. ['login'] =>
  1628. Max Depth (10)
  1629. )
  1630. )
  1631. )
  1632. )
  1633. )
  1634. config =
  1635. Max Object Depth (5)
  1636. listeners =
  1637. array(
  1638.  
  1639. ['\OC\User::postDelete'] =>
  1640. array(
  1641.  
  1642. [0] =>
  1643. Closure(
  1644.  
  1645. 0 =
  1646. Recursion (Closure)
  1647. )
  1648. [1] =>
  1649. Closure(
  1650.  
  1651. 0 =
  1652. Recursion (Closure)
  1653. )
  1654. )
  1655. ['\OC\User::postLogin'] =>
  1656. array(
  1657.  
  1658. [0] =>
  1659. Closure(
  1660.  
  1661. 0 =
  1662. Recursion (Closure)
  1663. )
  1664. [1] =>
  1665. Closure(
  1666.  
  1667. 0 =
  1668. Recursion (Closure)
  1669. )
  1670. [2] =>
  1671. Closure(
  1672.  
  1673. 0 =
  1674. Recursion (Closure)
  1675. )
  1676. )
  1677. ['\OC\User::postRememberedLogin'] =>
  1678. array(
  1679.  
  1680. [0] =>
  1681. Closure(
  1682.  
  1683. 0 =
  1684. Recursion (Closure)
  1685. )
  1686. )
  1687. ['\OC\User::preCreateUser'] =>
  1688. array(
  1689.  
  1690. [0] =>
  1691. Closure(
  1692.  
  1693. 0 =
  1694. Recursion (Closure)
  1695. )
  1696. )
  1697. ['\OC\User::postCreateUser'] =>
  1698. array(
  1699.  
  1700. [0] =>
  1701. Closure(
  1702.  
  1703. 0 =
  1704. Recursion (Closure)
  1705. )
  1706. )
  1707. ['\OC\User::preDelete'] =>
  1708. array(
  1709.  
  1710. [0] =>
  1711. Closure(
  1712.  
  1713. 0 =
  1714. Recursion (Closure)
  1715. )
  1716. )
  1717. ['\OC\User::preSetPassword'] =>
  1718. array(
  1719.  
  1720. [0] =>
  1721. Closure(
  1722.  
  1723. 0 =
  1724. Recursion (Closure)
  1725. )
  1726. )
  1727. ['\OC\User::postSetPassword'] =>
  1728. array(
  1729.  
  1730. [0] =>
  1731. Closure(
  1732.  
  1733. 0 =
  1734. Recursion (Closure)
  1735. )
  1736. )
  1737. ['\OC\User::preLogin'] =>
  1738. array(
  1739.  
  1740. [0] =>
  1741. Closure(
  1742.  
  1743. 0 =
  1744. Recursion (Closure)
  1745. )
  1746. )
  1747. ['\OC\User::logout'] =>
  1748. array(
  1749.  
  1750. [0] =>
  1751. Closure(
  1752.  
  1753. 0 =
  1754. Recursion (Closure)
  1755. )
  1756. )
  1757. )
  1758. )
  1759. cachedGroups =
  1760. cachedUserGroups =
  1761. array(
  1762.  
  1763. ['vq'] =>
  1764. )
  1765. listeners =
  1766. array(
  1767.  
  1768. ['\OC\Group::postDelete'] =>
  1769. array(
  1770.  
  1771. [0] =>
  1772. Closure(
  1773.  
  1774. 0 =
  1775. Recursion (Closure)
  1776. )
  1777. [1] =>
  1778. Closure(
  1779.  
  1780. 0 =
  1781. Recursion (Closure)
  1782. )
  1783. )
  1784. ['\OC\Group::postAddUser'] =>
  1785. array(
  1786.  
  1787. [0] =>
  1788. Closure(
  1789.  
  1790. 0 =
  1791. Recursion (Closure)
  1792. )
  1793. [1] =>
  1794. Closure(
  1795.  
  1796. 0 =
  1797. Recursion (Closure)
  1798. )
  1799. )
  1800. ['\OC\Group::postRemoveUser'] =>
  1801. array(
  1802.  
  1803. [0] =>
  1804. Closure(
  1805.  
  1806. 0 =
  1807. Recursion (Closure)
  1808. )
  1809. )
  1810. ['\OC\Group::preCreate'] =>
  1811. array(
  1812.  
  1813. [0] =>
  1814. Closure(
  1815.  
  1816. 0 =
  1817. Recursion (Closure)
  1818. )
  1819. )
  1820. ['\OC\Group::postCreate'] =>
  1821. array(
  1822.  
  1823. [0] =>
  1824. Closure(
  1825.  
  1826. 0 =
  1827. Recursion (Closure)
  1828. )
  1829. )
  1830. ['\OC\Group::preDelete'] =>
  1831. array(
  1832.  
  1833. [0] =>
  1834. Closure(
  1835.  
  1836. 0 =
  1837. Recursion (Closure)
  1838. )
  1839. )
  1840. ['\OC\Group::preAddUser'] =>
  1841. array(
  1842.  
  1843. [0] =>
  1844. Closure(
  1845.  
  1846. 0 =
  1847. Recursion (Closure)
  1848. )
  1849. )
  1850. )
  1851. )
  1852. )
  1853. encryptionManager =
  1854. OC\Encryption\Manager(
  1855.  
  1856. encryptionModules =
  1857. config =
  1858. OC\AllConfig(
  1859.  
  1860. systemConfig =
  1861. OC\SystemConfig(
  1862.  
  1863. )
  1864. connection =
  1865. OC\DB\Connection(
  1866.  
  1867. tablePrefix =
  1868. 'oc_'
  1869. adapter =
  1870. Max Object Depth (5)
  1871. _conn =
  1872. Max Object Depth (5)
  1873. _config =
  1874. Max Object Depth (5)
  1875. _eventManager =
  1876. Max Object Depth (5)
  1877. _expr =
  1878. Max Object Depth (5)
  1879. _schemaManager =
  1880. NULL
  1881. _driver =
  1882. Max Object Depth (5)
  1883. defaultFetchMode =
  1884. 2
  1885. _isConnected =
  1886. TRUE
  1887. autoCommit =
  1888. TRUE
  1889. _transactionNestingLevel =
  1890. 0
  1891. _transactionIsolationLevel =
  1892. 2
  1893. _nestTransactionsWithSavepoints =
  1894. FALSE
  1895. _params =
  1896. array(
  1897.  
  1898. ['adapter'] =>
  1899. '\OC\DB\AdapterSqlite'
  1900. ['driver'] =>
  1901. 'pdo_sqlite'
  1902. ['wrapperClass'] =>
  1903. 'OC\DB\Connection'
  1904. ['user'] =>
  1905. ['password'] =>
  1906. ['path'] =>
  1907. '/var/www/owncloud-8-1-4/data/owncloud.db'
  1908. ['tablePrefix'] =>
  1909. 'oc_'
  1910. ['sqlite.journal_mode'] =>
  1911. 'WAL'
  1912. ['platform'] =>
  1913. OC\DB\OCSqlitePlatform(
  1914.  
  1915. doctrineTypeMapping =
  1916. NULL
  1917. doctrineTypeComments =
  1918. NULL
  1919. _eventManager =
  1920. Doctrine\Common\EventManager(
  1921.  
  1922. _listeners =
  1923. array(
  1924.  
  1925. ['postConnect'] =>
  1926. array(
  1927.  
  1928. ['000000003a9e8bb800007ff3ab676e6e'] =>
  1929. Max Depth (10)
  1930. )
  1931. )
  1932. )
  1933. _keywords =
  1934. NULL
  1935. )
  1936. )
  1937. platform =
  1938. Max Object Depth (5)
  1939. _isRollbackOnly =
  1940. FALSE
  1941. )
  1942. userCache =
  1943. array(
  1944.  
  1945. ['vq'] =>
  1946. array(
  1947.  
  1948. ['core'] =>
  1949. array(
  1950.  
  1951. ['lang'] =>
  1952. 'vi'
  1953. ['timezone'] =>
  1954. 'Asia/Jakarta'
  1955. )
  1956. ['files'] =>
  1957. array(
  1958.  
  1959. ['quota'] =>
  1960. '26 MB'
  1961. )
  1962. ['files_external'] =>
  1963. array(
  1964.  
  1965. ['/1'] =>
  1966. 1462928396
  1967. ['/123'] =>
  1968. 1462928396
  1969. ['/OpenStackObjectStorage'] =>
  1970. 1462928396
  1971. ['/a1_fileVersions'] =>
  1972. 1462928396
  1973. ['/abc'] =>
  1974. 1462928396
  1975. ['/fileversions'] =>
  1976. 1462928396
  1977. ['/owncloud81'] =>
  1978. 1462928396
  1979. ['/sharetest1'] =>
  1980. 1462928396
  1981. ['/vanquan'] =>
  1982. 1462928396
  1983. ['/vanquan223'] =>
  1984. 1462928396
  1985. ['/vq'] =>
  1986. 1462928396
  1987. )
  1988. ['firstrunwizard'] =>
  1989. array(
  1990.  
  1991. ['show'] =>
  1992. 0
  1993. )
  1994. ['login'] =>
  1995. array(
  1996.  
  1997. ['lastLogin'] =>
  1998. 1463037232
  1999. )
  2000. )
  2001. )
  2002. )
  2003. logger =
  2004. OC\Log(
  2005.  
  2006. logger =
  2007. 'OC_Log_Owncloud'
  2008. config =
  2009. OC\SystemConfig(
  2010.  
  2011. )
  2012. logConditionSatisfied =
  2013. NULL
  2014. )
  2015. l =
  2016. OC_L10N(
  2017.  
  2018. cache =
  2019. array(
  2020.  
  2021. ['files_external::vi'] =>
  2022. array(
  2023.  
  2024. ['t'] =>
  2025. array(
  2026.  
  2027. ['Fetching request tokens failed. Verify that your Dropbox app key and secret are correct.'] =>
  2028. 'Yêu cầu tokens thất bại. Xác minh key và mã bí mật ứng dụng Dropbox của bạn là chính xác.'
  2029. ['Fetching access tokens failed. Verify that your Dropbox app key and secret are correct.'] =>
  2030. 'Yêu cầu tokens thất bại. Xác minh key và mã bí mật ứng dụng Dropbox của bạn là chính xác.'
  2031. ['Please provide a valid Dropbox app key and secret.'] =>
  2032. 'Xin vui lòng cung cấp một ứng dụng Dropbox hợp lệ và mã bí mật.'
  2033. ['External storage'] =>
  2034. 'Lưu trữ ngoài'
  2035. ['Location'] =>
  2036. 'Vị trí'
  2037. ['Port'] =>
  2038. 'Cổng'
  2039. ['Region'] =>
  2040. 'Vùng/miền'
  2041. ['Host'] =>
  2042. 'Máy chủ'
  2043. ['Username'] =>
  2044. 'Tên đăng nhập'
  2045. ['Password'] =>
  2046. 'Mật khẩu'
  2047. ['Share'] =>
  2048. 'Chia sẻ'
  2049. ['URL'] =>
  2050. 'URL'
  2051. ['Access granted'] =>
  2052. 'Đã cấp quyền truy cập'
  2053. ['Error configuring Dropbox storage'] =>
  2054. 'Lỗi cấu hình lưu trữ Dropbox '
  2055. ['Grant access'] =>
  2056. 'Cấp quyền truy cập'
  2057. ['Error configuring Google Drive storage'] =>
  2058. 'Lỗi cấu hình lưu trữ Google Drive'
  2059. ['Personal'] =>
  2060. 'Cá nhân'
  2061. ['Saved'] =>
  2062. 'Đã lưu'
  2063. ['Name'] =>
  2064. 'Tên'
  2065. ['External Storage'] =>
  2066. 'Lưu trữ ngoài'
  2067. ['Folder name'] =>
  2068. 'Tên thư mục'
  2069. ['Configuration'] =>
  2070. 'Cấu hình'
  2071. ['Add storage'] =>
  2072. 'Thêm bộ nhớ'
  2073. ['Delete'] =>
  2074. 'Xóa'
  2075. ['Enable User External Storage'] =>
  2076. 'Kích hoạt tính năng lưu trữ ngoài'
  2077. )
  2078. )
  2079. )
  2080. availableLanguages =
  2081. language =
  2082. 'vi'
  2083. app =
  2084. 'core'
  2085. lang =
  2086. NULL
  2087. translations =
  2088. pluralFormString =
  2089. 'nplurals=2; plural=(n != 1);'
  2090. pluralFormFunction =
  2091. NULL
  2092. )
  2093. )
  2094. logger =
  2095. OC\Log(
  2096.  
  2097. logger =
  2098. 'OC_Log_Owncloud'
  2099. config =
  2100. OC\SystemConfig(
  2101.  
  2102. )
  2103. logConditionSatisfied =
  2104. NULL
  2105. )
  2106. uid =
  2107. 'vq'
  2108. unencryptedSize =
  2109. fileHelper =
  2110. OC\Encryption\File(
  2111.  
  2112. util =
  2113. OC\Encryption\Util(
  2114.  
  2115. headerSize =
  2116. 8192
  2117. blockSize =
  2118. 8192
  2119. view =
  2120. OC\Files\View(
  2121.  
  2122. fakeRoot =
  2123. updater =
  2124. Max Object Depth (5)
  2125. lockingProvider =
  2126. Max Object Depth (5)
  2127. lockingEnabled =
  2128. FALSE
  2129. )
  2130. ocHeaderKeys =
  2131. array(
  2132.  
  2133. [0] =>
  2134. 'oc_encryption_module'
  2135. )
  2136. userManager =
  2137. OC\User\Manager(
  2138.  
  2139. backends =
  2140. array(
  2141.  
  2142. [0] =>
  2143. OC_User_Database(
  2144.  
  2145. cache =
  2146. array(
  2147.  
  2148. ['vq'] =>
  2149. array(
  2150.  
  2151. ['uid'] =>
  2152. 'vq'
  2153. ['displayname'] =>
  2154. NULL
  2155. )
  2156. )
  2157. possibleActions =
  2158. array(
  2159.  
  2160. [1] =>
  2161. 'createUser'
  2162. [16] =>
  2163. 'setPassword'
  2164. [256] =>
  2165. 'checkPassword'
  2166. [4096] =>
  2167. 'getHome'
  2168. [65536] =>
  2169. 'getDisplayName'
  2170. [1048576] =>
  2171. 'setDisplayName'
  2172. [16777216] =>
  2173. 'canChangeAvatar'
  2174. [268435456] =>
  2175. 'countUsers'
  2176. )
  2177. )
  2178. )
  2179. cachedUsers =
  2180. array(
  2181.  
  2182. ['vq'] =>
  2183. OC\User\User(
  2184.  
  2185. uid =
  2186. 'vq'
  2187. displayName =
  2188. NULL
  2189. backend =
  2190. OC_User_Database(
  2191.  
  2192. cache =
  2193. array(
  2194.  
  2195. ['vq'] =>
  2196. array(
  2197.  
  2198. ['uid'] =>
  2199. Max Depth (10)
  2200. ['displayname'] =>
  2201. Max Depth (10)
  2202. )
  2203. )
  2204. possibleActions =
  2205. array(
  2206.  
  2207. [1] =>
  2208. 'createUser'
  2209. [16] =>
  2210. 'setPassword'
  2211. [256] =>
  2212. 'checkPassword'
  2213. [4096] =>
  2214. 'getHome'
  2215. [65536] =>
  2216. 'getDisplayName'
  2217. [1048576] =>
  2218. 'setDisplayName'
  2219. [16777216] =>
  2220. 'canChangeAvatar'
  2221. [268435456] =>
  2222. 'countUsers'
  2223. )
  2224. )
  2225. enabled =
  2226. TRUE
  2227. emitter =
  2228. Recursion (OC\User\Manager)
  2229. home =
  2230. '/var/www/owncloud-8-1-4/data/vq'
  2231. lastLogin =
  2232. 1463037232
  2233. config =
  2234. OC\AllConfig(
  2235.  
  2236. systemConfig =
  2237. OC\SystemConfig(
  2238.  
  2239. )
  2240. connection =
  2241. OC\DB\Connection(
  2242.  
  2243. tablePrefix =
  2244. 'oc_'
  2245. adapter =
  2246. OC\DB\AdapterSqlite(
  2247.  
  2248. conn =
  2249. Max Depth (10)
  2250. )
  2251. _conn =
  2252. Doctrine\DBAL\Driver\PDOConnection(
  2253.  
  2254. )
  2255. _config =
  2256. Doctrine\DBAL\Configuration(
  2257.  
  2258. _attributes =
  2259. Max Depth (10)
  2260. )
  2261. _eventManager =
  2262. Doctrine\Common\EventManager(
  2263.  
  2264. _listeners =
  2265. Max Depth (10)
  2266. )
  2267. _expr =
  2268. Doctrine\DBAL\Query\Expression\ExpressionBuilder(
  2269.  
  2270. connection =
  2271. Max Depth (10)
  2272. )
  2273. _schemaManager =
  2274. NULL
  2275. _driver =
  2276. Doctrine\DBAL\Driver\PDOSqlite\Driver(
  2277.  
  2278. _userDefinedFunctions =
  2279. Max Depth (10)
  2280. )
  2281. defaultFetchMode =
  2282. 2
  2283. _isConnected =
  2284. TRUE
  2285. autoCommit =
  2286. TRUE
  2287. _transactionNestingLevel =
  2288. 0
  2289. _transactionIsolationLevel =
  2290. 2
  2291. _nestTransactionsWithSavepoints =
  2292. FALSE
  2293. _params =
  2294. array(
  2295.  
  2296. ['adapter'] =>
  2297. Max Depth (10)
  2298. ['driver'] =>
  2299. Max Depth (10)
  2300. ['wrapperClass'] =>
  2301. Max Depth (10)
  2302. ['user'] =>
  2303. Max Depth (10)
  2304. ['password'] =>
  2305. Max Depth (10)
  2306. ['path'] =>
  2307. Max Depth (10)
  2308. ['tablePrefix'] =>
  2309. Max Depth (10)
  2310. ['sqlite.journal_mode'] =>
  2311. Max Depth (10)
  2312. ['platform'] =>
  2313. Max Depth (10)
  2314. )
  2315. platform =
  2316. OC\DB\OCSqlitePlatform(
  2317.  
  2318. doctrineTypeMapping =
  2319. Max Depth (10)
  2320. doctrineTypeComments =
  2321. Max Depth (10)
  2322. _eventManager =
  2323. Max Depth (10)
  2324. _keywords =
  2325. Max Depth (10)
  2326. )
  2327. _isRollbackOnly =
  2328. FALSE
  2329. )
  2330. userCache =
  2331. array(
  2332.  
  2333. ['vq'] =>
  2334. array(
  2335.  
  2336. ['core'] =>
  2337. Max Depth (10)
  2338. ['files'] =>
  2339. Max Depth (10)
  2340. ['files_external'] =>
  2341. Max Depth (10)
  2342. ['firstrunwizard'] =>
  2343. Max Depth (10)
  2344. ['login'] =>
  2345. Max Depth (10)
  2346. )
  2347. )
  2348. )
  2349. )
  2350. )
  2351. config =
  2352. Max Object Depth (5)
  2353. listeners =
  2354. array(
  2355.  
  2356. ['\OC\User::postDelete'] =>
  2357. array(
  2358.  
  2359. [0] =>
  2360. Closure(
  2361.  
  2362. 0 =
  2363. Recursion (Closure)
  2364. )
  2365. [1] =>
  2366. Closure(
  2367.  
  2368. 0 =
  2369. Recursion (Closure)
  2370. )
  2371. )
  2372. ['\OC\User::postLogin'] =>
  2373. array(
  2374.  
  2375. [0] =>
  2376. Closure(
  2377.  
  2378. 0 =
  2379. Recursion (Closure)
  2380. )
  2381. [1] =>
  2382. Closure(
  2383.  
  2384. 0 =
  2385. Recursion (Closure)
  2386. )
  2387. [2] =>
  2388. Closure(
  2389.  
  2390. 0 =
  2391. Recursion (Closure)
  2392. )
  2393. )
  2394. ['\OC\User::postRememberedLogin'] =>
  2395. array(
  2396.  
  2397. [0] =>
  2398. Closure(
  2399.  
  2400. 0 =
  2401. Recursion (Closure)
  2402. )
  2403. )
  2404. ['\OC\User::preCreateUser'] =>
  2405. array(
  2406.  
  2407. [0] =>
  2408. Closure(
  2409.  
  2410. 0 =
  2411. Recursion (Closure)
  2412. )
  2413. )
  2414. ['\OC\User::postCreateUser'] =>
  2415. array(
  2416.  
  2417. [0] =>
  2418. Closure(
  2419.  
  2420. 0 =
  2421. Recursion (Closure)
  2422. )
  2423. )
  2424. ['\OC\User::preDelete'] =>
  2425. array(
  2426.  
  2427. [0] =>
  2428. Closure(
  2429.  
  2430. 0 =
  2431. Recursion (Closure)
  2432. )
  2433. )
  2434. ['\OC\User::preSetPassword'] =>
  2435. array(
  2436.  
  2437. [0] =>
  2438. Closure(
  2439.  
  2440. 0 =
  2441. Recursion (Closure)
  2442. )
  2443. )
  2444. ['\OC\User::postSetPassword'] =>
  2445. array(
  2446.  
  2447. [0] =>
  2448. Closure(
  2449.  
  2450. 0 =
  2451. Recursion (Closure)
  2452. )
  2453. )
  2454. ['\OC\User::preLogin'] =>
  2455. array(
  2456.  
  2457. [0] =>
  2458. Closure(
  2459.  
  2460. 0 =
  2461. Recursion (Closure)
  2462. )
  2463. )
  2464. ['\OC\User::logout'] =>
  2465. array(
  2466.  
  2467. [0] =>
  2468. Closure(
  2469.  
  2470. 0 =
  2471. Recursion (Closure)
  2472. )
  2473. )
  2474. )
  2475. )
  2476. config =
  2477. OC\AllConfig(
  2478.  
  2479. systemConfig =
  2480. Max Object Depth (5)
  2481. connection =
  2482. Max Object Depth (5)
  2483. userCache =
  2484. array(
  2485.  
  2486. ['vq'] =>
  2487. array(
  2488.  
  2489. ['core'] =>
  2490. array(
  2491.  
  2492. ['lang'] =>
  2493. 'vi'
  2494. ['timezone'] =>
  2495. 'Asia/Jakarta'
  2496. )
  2497. ['files'] =>
  2498. array(
  2499.  
  2500. ['quota'] =>
  2501. '26 MB'
  2502. )
  2503. ['files_external'] =>
  2504. array(
  2505.  
  2506. ['/1'] =>
  2507. 1462928396
  2508. ['/123'] =>
  2509. 1462928396
  2510. ['/OpenStackObjectStorage'] =>
  2511. 1462928396
  2512. ['/a1_fileVersions'] =>
  2513. 1462928396
  2514. ['/abc'] =>
  2515. 1462928396
  2516. ['/fileversions'] =>
  2517. 1462928396
  2518. ['/owncloud81'] =>
  2519. 1462928396
  2520. ['/sharetest1'] =>
  2521. 1462928396
  2522. ['/vanquan'] =>
  2523. 1462928396
  2524. ['/vanquan223'] =>
  2525. 1462928396
  2526. ['/vq'] =>
  2527. 1462928396
  2528. )
  2529. ['firstrunwizard'] =>
  2530. array(
  2531.  
  2532. ['show'] =>
  2533. 0
  2534. )
  2535. ['login'] =>
  2536. array(
  2537.  
  2538. ['lastLogin'] =>
  2539. 1463037232
  2540. )
  2541. )
  2542. )
  2543. )
  2544. excludedPaths =
  2545. array(
  2546.  
  2547. [0] =>
  2548. 'files_encryption'
  2549. )
  2550. groupManager =
  2551. OC\Group\Manager(
  2552.  
  2553. backends =
  2554. array(
  2555.  
  2556. [0] =>
  2557. OC_Group_Database(
  2558.  
  2559. possibleActions =
  2560. array(
  2561.  
  2562. [1] =>
  2563. 'createGroup'
  2564. [16] =>
  2565. 'deleteGroup'
  2566. [256] =>
  2567. 'addToGroup'
  2568. [4096] =>
  2569. 'removeFromGroup'
  2570. [1048576] =>
  2571. 'countUsersInGroup'
  2572. )
  2573. )
  2574. )
  2575. userManager =
  2576. Max Object Depth (5)
  2577. cachedGroups =
  2578. cachedUserGroups =
  2579. array(
  2580.  
  2581. ['vq'] =>
  2582. )
  2583. listeners =
  2584. array(
  2585.  
  2586. ['\OC\Group::postDelete'] =>
  2587. array(
  2588.  
  2589. [0] =>
  2590. Closure(
  2591.  
  2592. 0 =
  2593. Recursion (Closure)
  2594. )
  2595. [1] =>
  2596. Closure(
  2597.  
  2598. 0 =
  2599. Recursion (Closure)
  2600. )
  2601. )
  2602. ['\OC\Group::postAddUser'] =>
  2603. array(
  2604.  
  2605. [0] =>
  2606. Closure(
  2607.  
  2608. 0 =
  2609. Recursion (Closure)
  2610. )
  2611. [1] =>
  2612. Closure(
  2613.  
  2614. 0 =
  2615. Recursion (Closure)
  2616. )
  2617. )
  2618. ['\OC\Group::postRemoveUser'] =>
  2619. array(
  2620.  
  2621. [0] =>
  2622. Closure(
  2623.  
  2624. 0 =
  2625. Recursion (Closure)
  2626. )
  2627. )
  2628. ['\OC\Group::preCreate'] =>
  2629. array(
  2630.  
  2631. [0] =>
  2632. Closure(
  2633.  
  2634. 0 =
  2635. Recursion (Closure)
  2636. )
  2637. )
  2638. ['\OC\Group::postCreate'] =>
  2639. array(
  2640.  
  2641. [0] =>
  2642. Closure(
  2643.  
  2644. 0 =
  2645. Recursion (Closure)
  2646. )
  2647. )
  2648. ['\OC\Group::preDelete'] =>
  2649. array(
  2650.  
  2651. [0] =>
  2652. Closure(
  2653.  
  2654. 0 =
  2655. Recursion (Closure)
  2656. )
  2657. )
  2658. ['\OC\Group::preAddUser'] =>
  2659. array(
  2660.  
  2661. [0] =>
  2662. Closure(
  2663.  
  2664. 0 =
  2665. Recursion (Closure)
  2666. )
  2667. )
  2668. )
  2669. )
  2670. )
  2671. )
  2672. mount =
  2673. OC\Files\Mount\MountPoint(
  2674.  
  2675. storage =
  2676. Recursion (OCA\Files_Trashbin\Storage)
  2677. class =
  2678. '\OC\Files\Storage\Swift'
  2679. storageId =
  2680. NULL
  2681. arguments =
  2682. array(
  2683.  
  2684. ['user'] =>
  2685. 'demo'
  2686. ['bucket'] =>
  2687. 'vq'
  2688. ['password'] =>
  2689. 'demo@345qwe'
  2690. ['region'] =>
  2691. 'regionOne'
  2692. ['service_name'] =>
  2693. 'swift'
  2694. ['tenant'] =>
  2695. 'demo'
  2696. ['timeout'] =>
  2697. ['url'] =>
  2698. 'http://controller:5000/v2.0'
  2699. )
  2700. mountPoint =
  2701. '/vq/files/vq/'
  2702. mountOptions =
  2703. loader =
  2704. OC\Files\Storage\StorageFactory(
  2705.  
  2706. storageWrappers =
  2707. array(
  2708.  
  2709. ['mount_options'] =>
  2710. array(
  2711.  
  2712. ['wrapper'] =>
  2713. Closure(
  2714.  
  2715. 0 =
  2716. Recursion (Closure)
  2717. )
  2718. ['priority'] =>
  2719. 50
  2720. )
  2721. ['oc_quota'] =>
  2722. array(
  2723.  
  2724. ['wrapper'] =>
  2725. Closure(
  2726.  
  2727. 0 =
  2728. Recursion (Closure)
  2729. )
  2730. ['priority'] =>
  2731. 50
  2732. )
  2733. ['oc_encryption'] =>
  2734. array(
  2735.  
  2736. ['wrapper'] =>
  2737. array(
  2738.  
  2739. [0] =>
  2740. OC\Encryption\Util(
  2741.  
  2742. headerSize =
  2743. 8192
  2744. blockSize =
  2745. 8192
  2746. view =
  2747. OC\Files\View(
  2748.  
  2749. fakeRoot =
  2750. updater =
  2751. OC\Files\Cache\Updater(
  2752.  
  2753. enabled =
  2754. Max Depth (10)
  2755. view =
  2756. Max Depth (10)
  2757. propagator =
  2758. Max Depth (10)
  2759. )
  2760. lockingProvider =
  2761. OC\Lock\NoopLockingProvider(
  2762.  
  2763. )
  2764. lockingEnabled =
  2765. FALSE
  2766. )
  2767. ocHeaderKeys =
  2768. array(
  2769.  
  2770. [0] =>
  2771. 'oc_encryption_module'
  2772. )
  2773. userManager =
  2774. OC\User\Manager(
  2775.  
  2776. backends =
  2777. array(
  2778.  
  2779. [0] =>
  2780. Max Depth (10)
  2781. )
  2782. cachedUsers =
  2783. array(
  2784.  
  2785. ['vq'] =>
  2786. Max Depth (10)
  2787. )
  2788. config =
  2789. OC\AllConfig(
  2790.  
  2791. systemConfig =
  2792. Max Depth (10)
  2793. connection =
  2794. Max Depth (10)
  2795. userCache =
  2796. Max Depth (10)
  2797. )
  2798. listeners =
  2799. array(
  2800.  
  2801. ['\OC\User::postDelete'] =>
  2802. Max Depth (10)
  2803. ['\OC\User::postLogin'] =>
  2804. Max Depth (10)
  2805. ['\OC\User::postRememberedLogin'] =>
  2806. Max Depth (10)
  2807. ['\OC\User::preCreateUser'] =>
  2808. Max Depth (10)
  2809. ['\OC\User::postCreateUser'] =>
  2810. Max Depth (10)
  2811. ['\OC\User::preDelete'] =>
  2812. Max Depth (10)
  2813. ['\OC\User::preSetPassword'] =>
  2814. Max Depth (10)
  2815. ['\OC\User::postSetPassword'] =>
  2816. Max Depth (10)
  2817. ['\OC\User::preLogin'] =>
  2818. Max Depth (10)
  2819. ['\OC\User::logout'] =>
  2820. Max Depth (10)
  2821. )
  2822. )
  2823. config =
  2824. OC\AllConfig(
  2825.  
  2826. systemConfig =
  2827. OC\SystemConfig(
  2828.  
  2829. )
  2830. connection =
  2831. OC\DB\Connection(
  2832.  
  2833. tablePrefix =
  2834. Max Depth (10)
  2835. adapter =
  2836. Max Depth (10)
  2837. _conn =
  2838. Max Depth (10)
  2839. _config =
  2840. Max Depth (10)
  2841. _eventManager =
  2842. Max Depth (10)
  2843. _expr =
  2844. Max Depth (10)
  2845. _schemaManager =
  2846. Max Depth (10)
  2847. _driver =
  2848. Max Depth (10)
  2849. defaultFetchMode =
  2850. Max Depth (10)
  2851. _isConnected =
  2852. Max Depth (10)
  2853. autoCommit =
  2854. Max Depth (10)
  2855. _transactionNestingLevel =
  2856. Max Depth (10)
  2857. _transactionIsolationLevel =
  2858. Max Depth (10)
  2859. _nestTransactionsWithSavepoints =
  2860. Max Depth (10)
  2861. _params =
  2862. Max Depth (10)
  2863. platform =
  2864. Max Depth (10)
  2865. _isRollbackOnly =
  2866. Max Depth (10)
  2867. )
  2868. userCache =
  2869. array(
  2870.  
  2871. ['vq'] =>
  2872. Max Depth (10)
  2873. )
  2874. )
  2875. excludedPaths =
  2876. array(
  2877.  
  2878. [0] =>
  2879. 'files_encryption'
  2880. )
  2881. groupManager =
  2882. OC\Group\Manager(
  2883.  
  2884. backends =
  2885. array(
  2886.  
  2887. [0] =>
  2888. Max Depth (10)
  2889. )
  2890. userManager =
  2891. OC\User\Manager(
  2892.  
  2893. backends =
  2894. Max Depth (10)
  2895. cachedUsers =
  2896. Max Depth (10)
  2897. config =
  2898. Max Depth (10)
  2899. listeners =
  2900. Max Depth (10)
  2901. )
  2902. cachedGroups =
  2903. cachedUserGroups =
  2904. array(
  2905.  
  2906. ['vq'] =>
  2907. Max Depth (10)
  2908. )
  2909. listeners =
  2910. array(
  2911.  
  2912. ['\OC\Group::postDelete'] =>
  2913. Max Depth (10)
  2914. ['\OC\Group::postAddUser'] =>
  2915. Max Depth (10)
  2916. ['\OC\Group::postRemoveUser'] =>
  2917. Max Depth (10)
  2918. ['\OC\Group::preCreate'] =>
  2919. Max Depth (10)
  2920. ['\OC\Group::postCreate'] =>
  2921. Max Depth (10)
  2922. ['\OC\Group::preDelete'] =>
  2923. Max Depth (10)
  2924. ['\OC\Group::preAddUser'] =>
  2925. Max Depth (10)
  2926. )
  2927. )
  2928. )
  2929. [1] =>
  2930. 'wrapStorage'
  2931. )
  2932. ['priority'] =>
  2933. 2
  2934. )
  2935. ['oc_flock'] =>
  2936. array(
  2937.  
  2938. ['wrapper'] =>
  2939. Closure(
  2940.  
  2941. 0 =
  2942. Recursion (Closure)
  2943. )
  2944. ['priority'] =>
  2945. 50
  2946. )
  2947. ['oc_trashbin'] =>
  2948. array(
  2949.  
  2950. ['wrapper'] =>
  2951. Closure(
  2952.  
  2953. 0 =
  2954. Recursion (Closure)
  2955. )
  2956. ['priority'] =>
  2957. 1
  2958. )
  2959. )
  2960. )
  2961. invalidStorage =
  2962. FALSE
  2963. )
  2964. keyStorage =
  2965. OC\Encryption\Keys\Storage(
  2966.  
  2967. view =
  2968. OC\Files\View(
  2969.  
  2970. fakeRoot =
  2971. updater =
  2972. OC\Files\Cache\Updater(
  2973.  
  2974. enabled =
  2975. TRUE
  2976. view =
  2977. Max Object Depth (5)
  2978. propagator =
  2979. Max Object Depth (5)
  2980. )
  2981. lockingProvider =
  2982. OC\Lock\NoopLockingProvider(
  2983.  
  2984. )
  2985. lockingEnabled =
  2986. FALSE
  2987. )
  2988. util =
  2989. OC\Encryption\Util(
  2990.  
  2991. headerSize =
  2992. 8192
  2993. blockSize =
  2994. 8192
  2995. view =
  2996. OC\Files\View(
  2997.  
  2998. fakeRoot =
  2999. updater =
  3000. Max Object Depth (5)
  3001. lockingProvider =
  3002. Max Object Depth (5)
  3003. lockingEnabled =
  3004. FALSE
  3005. )
  3006. ocHeaderKeys =
  3007. array(
  3008.  
  3009. [0] =>
  3010. 'oc_encryption_module'
  3011. )
  3012. userManager =
  3013. OC\User\Manager(
  3014.  
  3015. backends =
  3016. array(
  3017.  
  3018. [0] =>
  3019. OC_User_Database(
  3020.  
  3021. cache =
  3022. array(
  3023.  
  3024. ['vq'] =>
  3025. array(
  3026.  
  3027. ['uid'] =>
  3028. 'vq'
  3029. ['displayname'] =>
  3030. NULL
  3031. )
  3032. )
  3033. possibleActions =
  3034. array(
  3035.  
  3036. [1] =>
  3037. 'createUser'
  3038. [16] =>
  3039. 'setPassword'
  3040. [256] =>
  3041. 'checkPassword'
  3042. [4096] =>
  3043. 'getHome'
  3044. [65536] =>
  3045. 'getDisplayName'
  3046. [1048576] =>
  3047. 'setDisplayName'
  3048. [16777216] =>
  3049. 'canChangeAvatar'
  3050. [268435456] =>
  3051. 'countUsers'
  3052. )
  3053. )
  3054. )
  3055. cachedUsers =
  3056. array(
  3057.  
  3058. ['vq'] =>
  3059. OC\User\User(
  3060.  
  3061. uid =
  3062. 'vq'
  3063. displayName =
  3064. NULL
  3065. backend =
  3066. OC_User_Database(
  3067.  
  3068. cache =
  3069. array(
  3070.  
  3071. ['vq'] =>
  3072. array(
  3073.  
  3074. ['uid'] =>
  3075. Max Depth (10)
  3076. ['displayname'] =>
  3077. Max Depth (10)
  3078. )
  3079. )
  3080. possibleActions =
  3081. array(
  3082.  
  3083. [1] =>
  3084. 'createUser'
  3085. [16] =>
  3086. 'setPassword'
  3087. [256] =>
  3088. 'checkPassword'
  3089. [4096] =>
  3090. 'getHome'
  3091. [65536] =>
  3092. 'getDisplayName'
  3093. [1048576] =>
  3094. 'setDisplayName'
  3095. [16777216] =>
  3096. 'canChangeAvatar'
  3097. [268435456] =>
  3098. 'countUsers'
  3099. )
  3100. )
  3101. enabled =
  3102. TRUE
  3103. emitter =
  3104. Recursion (OC\User\Manager)
  3105. home =
  3106. '/var/www/owncloud-8-1-4/data/vq'
  3107. lastLogin =
  3108. 1463037232
  3109. config =
  3110. OC\AllConfig(
  3111.  
  3112. systemConfig =
  3113. OC\SystemConfig(
  3114.  
  3115. )
  3116. connection =
  3117. OC\DB\Connection(
  3118.  
  3119. tablePrefix =
  3120. 'oc_'
  3121. adapter =
  3122. OC\DB\AdapterSqlite(
  3123.  
  3124. conn =
  3125. Max Depth (10)
  3126. )
  3127. _conn =
  3128. Doctrine\DBAL\Driver\PDOConnection(
  3129.  
  3130. )
  3131. _config =
  3132. Doctrine\DBAL\Configuration(
  3133.  
  3134. _attributes =
  3135. Max Depth (10)
  3136. )
  3137. _eventManager =
  3138. Doctrine\Common\EventManager(
  3139.  
  3140. _listeners =
  3141. Max Depth (10)
  3142. )
  3143. _expr =
  3144. Doctrine\DBAL\Query\Expression\ExpressionBuilder(
  3145.  
  3146. connection =
  3147. Max Depth (10)
  3148. )
  3149. _schemaManager =
  3150. NULL
  3151. _driver =
  3152. Doctrine\DBAL\Driver\PDOSqlite\Driver(
  3153.  
  3154. _userDefinedFunctions =
  3155. Max Depth (10)
  3156. )
  3157. defaultFetchMode =
  3158. 2
  3159. _isConnected =
  3160. TRUE
  3161. autoCommit =
  3162. TRUE
  3163. _transactionNestingLevel =
  3164. 0
  3165. _transactionIsolationLevel =
  3166. 2
  3167. _nestTransactionsWithSavepoints =
  3168. FALSE
  3169. _params =
  3170. array(
  3171.  
  3172. ['adapter'] =>
  3173. Max Depth (10)
  3174. ['driver'] =>
  3175. Max Depth (10)
  3176. ['wrapperClass'] =>
  3177. Max Depth (10)
  3178. ['user'] =>
  3179. Max Depth (10)
  3180. ['password'] =>
  3181. Max Depth (10)
  3182. ['path'] =>
  3183. Max Depth (10)
  3184. ['tablePrefix'] =>
  3185. Max Depth (10)
  3186. ['sqlite.journal_mode'] =>
  3187. Max Depth (10)
  3188. ['platform'] =>
  3189. Max Depth (10)
  3190. )
  3191. platform =
  3192. OC\DB\OCSqlitePlatform(
  3193.  
  3194. doctrineTypeMapping =
  3195. Max Depth (10)
  3196. doctrineTypeComments =
  3197. Max Depth (10)
  3198. _eventManager =
  3199. Max Depth (10)
  3200. _keywords =
  3201. Max Depth (10)
  3202. )
  3203. _isRollbackOnly =
  3204. FALSE
  3205. )
  3206. userCache =
  3207. array(
  3208.  
  3209. ['vq'] =>
  3210. array(
  3211.  
  3212. ['core'] =>
  3213. Max Depth (10)
  3214. ['files'] =>
  3215. Max Depth (10)
  3216. ['files_external'] =>
  3217. Max Depth (10)
  3218. ['firstrunwizard'] =>
  3219. Max Depth (10)
  3220. ['login'] =>
  3221. Max Depth (10)
  3222. )
  3223. )
  3224. )
  3225. )
  3226. )
  3227. config =
  3228. Max Object Depth (5)
  3229. listeners =
  3230. array(
  3231.  
  3232. ['\OC\User::postDelete'] =>
  3233. array(
  3234.  
  3235. [0] =>
  3236. Closure(
  3237.  
  3238. 0 =
  3239. Recursion (Closure)
  3240. )
  3241. [1] =>
  3242. Closure(
  3243.  
  3244. 0 =
  3245. Recursion (Closure)
  3246. )
  3247. )
  3248. ['\OC\User::postLogin'] =>
  3249. array(
  3250.  
  3251. [0] =>
  3252. Closure(
  3253.  
  3254. 0 =
  3255. Recursion (Closure)
  3256. )
  3257. [1] =>
  3258. Closure(
  3259.  
  3260. 0 =
  3261. Recursion (Closure)
  3262. )
  3263. [2] =>
  3264. Closure(
  3265.  
  3266. 0 =
  3267. Recursion (Closure)
  3268. )
  3269. )
  3270. ['\OC\User::postRememberedLogin'] =>
  3271. array(
  3272.  
  3273. [0] =>
  3274. Closure(
  3275.  
  3276. 0 =
  3277. Recursion (Closure)
  3278. )
  3279. )
  3280. ['\OC\User::preCreateUser'] =>
  3281. array(
  3282.  
  3283. [0] =>
  3284. Closure(
  3285.  
  3286. 0 =
  3287. Recursion (Closure)
  3288. )
  3289. )
  3290. ['\OC\User::postCreateUser'] =>
  3291. array(
  3292.  
  3293. [0] =>
  3294. Closure(
  3295.  
  3296. 0 =
  3297. Recursion (Closure)
  3298. )
  3299. )
  3300. ['\OC\User::preDelete'] =>
  3301. array(
  3302.  
  3303. [0] =>
  3304. Closure(
  3305.  
  3306. 0 =
  3307. Recursion (Closure)
  3308. )
  3309. )
  3310. ['\OC\User::preSetPassword'] =>
  3311. array(
  3312.  
  3313. [0] =>
  3314. Closure(
  3315.  
  3316. 0 =
  3317. Recursion (Closure)
  3318. )
  3319. )
  3320. ['\OC\User::postSetPassword'] =>
  3321. array(
  3322.  
  3323. [0] =>
  3324. Closure(
  3325.  
  3326. 0 =
  3327. Recursion (Closure)
  3328. )
  3329. )
  3330. ['\OC\User::preLogin'] =>
  3331. array(
  3332.  
  3333. [0] =>
  3334. Closure(
  3335.  
  3336. 0 =
  3337. Recursion (Closure)
  3338. )
  3339. )
  3340. ['\OC\User::logout'] =>
  3341. array(
  3342.  
  3343. [0] =>
  3344. Closure(
  3345.  
  3346. 0 =
  3347. Recursion (Closure)
  3348. )
  3349. )
  3350. )
  3351. )
  3352. config =
  3353. OC\AllConfig(
  3354.  
  3355. systemConfig =
  3356. Max Object Depth (5)
  3357. connection =
  3358. Max Object Depth (5)
  3359. userCache =
  3360. array(
  3361.  
  3362. ['vq'] =>
  3363. array(
  3364.  
  3365. ['core'] =>
  3366. array(
  3367.  
  3368. ['lang'] =>
  3369. 'vi'
  3370. ['timezone'] =>
  3371. 'Asia/Jakarta'
  3372. )
  3373. ['files'] =>
  3374. array(
  3375.  
  3376. ['quota'] =>
  3377. '26 MB'
  3378. )
  3379. ['files_external'] =>
  3380. array(
  3381.  
  3382. ['/1'] =>
  3383. 1462928396
  3384. ['/123'] =>
  3385. 1462928396
  3386. ['/OpenStackObjectStorage'] =>
  3387. 1462928396
  3388. ['/a1_fileVersions'] =>
  3389. 1462928396
  3390. ['/abc'] =>
  3391. 1462928396
  3392. ['/fileversions'] =>
  3393. 1462928396
  3394. ['/owncloud81'] =>
  3395. 1462928396
  3396. ['/sharetest1'] =>
  3397. 1462928396
  3398. ['/vanquan'] =>
  3399. 1462928396
  3400. ['/vanquan223'] =>
  3401. 1462928396
  3402. ['/vq'] =>
  3403. 1462928396
  3404. )
  3405. ['firstrunwizard'] =>
  3406. array(
  3407.  
  3408. ['show'] =>
  3409. 0
  3410. )
  3411. ['login'] =>
  3412. array(
  3413.  
  3414. ['lastLogin'] =>
  3415. 1463037232
  3416. )
  3417. )
  3418. )
  3419. )
  3420. excludedPaths =
  3421. array(
  3422.  
  3423. [0] =>
  3424. 'files_encryption'
  3425. )
  3426. groupManager =
  3427. OC\Group\Manager(
  3428.  
  3429. backends =
  3430. array(
  3431.  
  3432. [0] =>
  3433. OC_Group_Database(
  3434.  
  3435. possibleActions =
  3436. array(
  3437.  
  3438. [1] =>
  3439. 'createGroup'
  3440. [16] =>
  3441. 'deleteGroup'
  3442. [256] =>
  3443. 'addToGroup'
  3444. [4096] =>
  3445. 'removeFromGroup'
  3446. [1048576] =>
  3447. 'countUsersInGroup'
  3448. )
  3449. )
  3450. )
  3451. userManager =
  3452. Max Object Depth (5)
  3453. cachedGroups =
  3454. cachedUserGroups =
  3455. array(
  3456.  
  3457. ['vq'] =>
  3458. )
  3459. listeners =
  3460. array(
  3461.  
  3462. ['\OC\Group::postDelete'] =>
  3463. array(
  3464.  
  3465. [0] =>
  3466. Closure(
  3467.  
  3468. 0 =
  3469. Recursion (Closure)
  3470. )
  3471. [1] =>
  3472. Closure(
  3473.  
  3474. 0 =
  3475. Recursion (Closure)
  3476. )
  3477. )
  3478. ['\OC\Group::postAddUser'] =>
  3479. array(
  3480.  
  3481. [0] =>
  3482. Closure(
  3483.  
  3484. 0 =
  3485. Recursion (Closure)
  3486. )
  3487. [1] =>
  3488. Closure(
  3489.  
  3490. 0 =
  3491. Recursion (Closure)
  3492. )
  3493. )
  3494. ['\OC\Group::postRemoveUser'] =>
  3495. array(
  3496.  
  3497. [0] =>
  3498. Closure(
  3499.  
  3500. 0 =
  3501. Recursion (Closure)
  3502. )
  3503. )
  3504. ['\OC\Group::preCreate'] =>
  3505. array(
  3506.  
  3507. [0] =>
  3508. Closure(
  3509.  
  3510. 0 =
  3511. Recursion (Closure)
  3512. )
  3513. )
  3514. ['\OC\Group::postCreate'] =>
  3515. array(
  3516.  
  3517. [0] =>
  3518. Closure(
  3519.  
  3520. 0 =
  3521. Recursion (Closure)
  3522. )
  3523. )
  3524. ['\OC\Group::preDelete'] =>
  3525. array(
  3526.  
  3527. [0] =>
  3528. Closure(
  3529.  
  3530. 0 =
  3531. Recursion (Closure)
  3532. )
  3533. )
  3534. ['\OC\Group::preAddUser'] =>
  3535. array(
  3536.  
  3537. [0] =>
  3538. Closure(
  3539.  
  3540. 0 =
  3541. Recursion (Closure)
  3542. )
  3543. )
  3544. )
  3545. )
  3546. )
  3547. keys_base_dir =
  3548. '/files_encryption/keys'
  3549. encryption_base_dir =
  3550. '/files_encryption'
  3551. keyCache =
  3552. )
  3553. update =
  3554. OC\Encryption\Update(
  3555.  
  3556. view =
  3557. OC\Files\View(
  3558.  
  3559. fakeRoot =
  3560. updater =
  3561. OC\Files\Cache\Updater(
  3562.  
  3563. enabled =
  3564. TRUE
  3565. view =
  3566. Max Object Depth (5)
  3567. propagator =
  3568. Max Object Depth (5)
  3569. )
  3570. lockingProvider =
  3571. OC\Lock\NoopLockingProvider(
  3572.  
  3573. )
  3574. lockingEnabled =
  3575. FALSE
  3576. )
  3577. util =
  3578. OC\Encryption\Util(
  3579.  
  3580. headerSize =
  3581. 8192
  3582. blockSize =
  3583. 8192
  3584. view =
  3585. OC\Files\View(
  3586.  
  3587. fakeRoot =
  3588. updater =
  3589. Max Object Depth (5)
  3590. lockingProvider =
  3591. Max Object Depth (5)
  3592. lockingEnabled =
  3593. FALSE
  3594. )
  3595. ocHeaderKeys =
  3596. array(
  3597.  
  3598. [0] =>
  3599. 'oc_encryption_module'
  3600. )
  3601. userManager =
  3602. OC\User\Manager(
  3603.  
  3604. backends =
  3605. array(
  3606.  
  3607. [0] =>
  3608. OC_User_Database(
  3609.  
  3610. cache =
  3611. array(
  3612.  
  3613. ['vq'] =>
  3614. array(
  3615.  
  3616. ['uid'] =>
  3617. 'vq'
  3618. ['displayname'] =>
  3619. NULL
  3620. )
  3621. )
  3622. possibleActions =
  3623. array(
  3624.  
  3625. [1] =>
  3626. 'createUser'
  3627. [16] =>
  3628. 'setPassword'
  3629. [256] =>
  3630. 'checkPassword'
  3631. [4096] =>
  3632. 'getHome'
  3633. [65536] =>
  3634. 'getDisplayName'
  3635. [1048576] =>
  3636. 'setDisplayName'
  3637. [16777216] =>
  3638. 'canChangeAvatar'
  3639. [268435456] =>
  3640. 'countUsers'
  3641. )
  3642. )
  3643. )
  3644. cachedUsers =
  3645. array(
  3646.  
  3647. ['vq'] =>
  3648. OC\User\User(
  3649.  
  3650. uid =
  3651. 'vq'
  3652. displayName =
  3653. NULL
  3654. backend =
  3655. OC_User_Database(
  3656.  
  3657. cache =
  3658. array(
  3659.  
  3660. ['vq'] =>
  3661. array(
  3662.  
  3663. ['uid'] =>
  3664. Max Depth (10)
  3665. ['displayname'] =>
  3666. Max Depth (10)
  3667. )
  3668. )
  3669. possibleActions =
  3670. array(
  3671.  
  3672. [1] =>
  3673. 'createUser'
  3674. [16] =>
  3675. 'setPassword'
  3676. [256] =>
  3677. 'checkPassword'
  3678. [4096] =>
  3679. 'getHome'
  3680. [65536] =>
  3681. 'getDisplayName'
  3682. [1048576] =>
  3683. 'setDisplayName'
  3684. [16777216] =>
  3685. 'canChangeAvatar'
  3686. [268435456] =>
  3687. 'countUsers'
  3688. )
  3689. )
  3690. enabled =
  3691. TRUE
  3692. emitter =
  3693. Recursion (OC\User\Manager)
  3694. home =
  3695. '/var/www/owncloud-8-1-4/data/vq'
  3696. lastLogin =
  3697. 1463037232
  3698. config =
  3699. OC\AllConfig(
  3700.  
  3701. systemConfig =
  3702. OC\SystemConfig(
  3703.  
  3704. )
  3705. connection =
  3706. OC\DB\Connection(
  3707.  
  3708. tablePrefix =
  3709. 'oc_'
  3710. adapter =
  3711. OC\DB\AdapterSqlite(
  3712.  
  3713. conn =
  3714. Max Depth (10)
  3715. )
  3716. _conn =
  3717. Doctrine\DBAL\Driver\PDOConnection(
  3718.  
  3719. )
  3720. _config =
  3721. Doctrine\DBAL\Configuration(
  3722.  
  3723. _attributes =
  3724. Max Depth (10)
  3725. )
  3726. _eventManager =
  3727. Doctrine\Common\EventManager(
  3728.  
  3729. _listeners =
  3730. Max Depth (10)
  3731. )
  3732. _expr =
  3733. Doctrine\DBAL\Query\Expression\ExpressionBuilder(
  3734.  
  3735. connection =
  3736. Max Depth (10)
  3737. )
  3738. _schemaManager =
  3739. NULL
  3740. _driver =
  3741. Doctrine\DBAL\Driver\PDOSqlite\Driver(
  3742.  
  3743. _userDefinedFunctions =
  3744. Max Depth (10)
  3745. )
  3746. defaultFetchMode =
  3747. 2
  3748. _isConnected =
  3749. TRUE
  3750. autoCommit =
  3751. TRUE
  3752. _transactionNestingLevel =
  3753. 0
  3754. _transactionIsolationLevel =
  3755. 2
  3756. _nestTransactionsWithSavepoints =
  3757. FALSE
  3758. _params =
  3759. array(
  3760.  
  3761. ['adapter'] =>
  3762. Max Depth (10)
  3763. ['driver'] =>
  3764. Max Depth (10)
  3765. ['wrapperClass'] =>
  3766. Max Depth (10)
  3767. ['user'] =>
  3768. Max Depth (10)
  3769. ['password'] =>
  3770. Max Depth (10)
  3771. ['path'] =>
  3772. Max Depth (10)
  3773. ['tablePrefix'] =>
  3774. Max Depth (10)
  3775. ['sqlite.journal_mode'] =>
  3776. Max Depth (10)
  3777. ['platform'] =>
  3778. Max Depth (10)
  3779. )
  3780. platform =
  3781. OC\DB\OCSqlitePlatform(
  3782.  
  3783. doctrineTypeMapping =
  3784. Max Depth (10)
  3785. doctrineTypeComments =
  3786. Max Depth (10)
  3787. _eventManager =
  3788. Max Depth (10)
  3789. _keywords =
  3790. Max Depth (10)
  3791. )
  3792. _isRollbackOnly =
  3793. FALSE
  3794. )
  3795. userCache =
  3796. array(
  3797.  
  3798. ['vq'] =>
  3799. array(
  3800.  
  3801. ['core'] =>
  3802. Max Depth (10)
  3803. ['files'] =>
  3804. Max Depth (10)
  3805. ['files_external'] =>
  3806. Max Depth (10)
  3807. ['firstrunwizard'] =>
  3808. Max Depth (10)
  3809. ['login'] =>
  3810. Max Depth (10)
  3811. )
  3812. )
  3813. )
  3814. )
  3815. )
  3816. config =
  3817. Max Object Depth (5)
  3818. listeners =
  3819. array(
  3820.  
  3821. ['\OC\User::postDelete'] =>
  3822. array(
  3823.  
  3824. [0] =>
  3825. Closure(
  3826.  
  3827. 0 =
  3828. Recursion (Closure)
  3829. )
  3830. [1] =>
  3831. Closure(
  3832.  
  3833. 0 =
  3834. Recursion (Closure)
  3835. )
  3836. )
  3837. ['\OC\User::postLogin'] =>
  3838. array(
  3839.  
  3840. [0] =>
  3841. Closure(
  3842.  
  3843. 0 =
  3844. Recursion (Closure)
  3845. )
  3846. [1] =>
  3847. Closure(
  3848.  
  3849. 0 =
  3850. Recursion (Closure)
  3851. )
  3852. [2] =>
  3853. Closure(
  3854.  
  3855. 0 =
  3856. Recursion (Closure)
  3857. )
  3858. )
  3859. ['\OC\User::postRememberedLogin'] =>
  3860. array(
  3861.  
  3862. [0] =>
  3863. Closure(
  3864.  
  3865. 0 =
  3866. Recursion (Closure)
  3867. )
  3868. )
  3869. ['\OC\User::preCreateUser'] =>
  3870. array(
  3871.  
  3872. [0] =>
  3873. Closure(
  3874.  
  3875. 0 =
  3876. Recursion (Closure)
  3877. )
  3878. )
  3879. ['\OC\User::postCreateUser'] =>
  3880. array(
  3881.  
  3882. [0] =>
  3883. Closure(
  3884.  
  3885. 0 =
  3886. Recursion (Closure)
  3887. )
  3888. )
  3889. ['\OC\User::preDelete'] =>
  3890. array(
  3891.  
  3892. [0] =>
  3893. Closure(
  3894.  
  3895. 0 =
  3896. Recursion (Closure)
  3897. )
  3898. )
  3899. ['\OC\User::preSetPassword'] =>
  3900. array(
  3901.  
  3902. [0] =>
  3903. Closure(
  3904.  
  3905. 0 =
  3906. Recursion (Closure)
  3907. )
  3908. )
  3909. ['\OC\User::postSetPassword'] =>
  3910. array(
  3911.  
  3912. [0] =>
  3913. Closure(
  3914.  
  3915. 0 =
  3916. Recursion (Closure)
  3917. )
  3918. )
  3919. ['\OC\User::preLogin'] =>
  3920. array(
  3921.  
  3922. [0] =>
  3923. Closure(
  3924.  
  3925. 0 =
  3926. Recursion (Closure)
  3927. )
  3928. )
  3929. ['\OC\User::logout'] =>
  3930. array(
  3931.  
  3932. [0] =>
  3933. Closure(
  3934.  
  3935. 0 =
  3936. Recursion (Closure)
  3937. )
  3938. )
  3939. )
  3940. )
  3941. config =
  3942. OC\AllConfig(
  3943.  
  3944. systemConfig =
  3945. Max Object Depth (5)
  3946. connection =
  3947. Max Object Depth (5)
  3948. userCache =
  3949. array(
  3950.  
  3951. ['vq'] =>
  3952. array(
  3953.  
  3954. ['core'] =>
  3955. array(
  3956.  
  3957. ['lang'] =>
  3958. 'vi'
  3959. ['timezone'] =>
  3960. 'Asia/Jakarta'
  3961. )
  3962. ['files'] =>
  3963. array(
  3964.  
  3965. ['quota'] =>
  3966. '26 MB'
  3967. )
  3968. ['files_external'] =>
  3969. array(
  3970.  
  3971. ['/1'] =>
  3972. 1462928396
  3973. ['/123'] =>
  3974. 1462928396
  3975. ['/OpenStackObjectStorage'] =>
  3976. 1462928396
  3977. ['/a1_fileVersions'] =>
  3978. 1462928396
  3979. ['/abc'] =>
  3980. 1462928396
  3981. ['/fileversions'] =>
  3982. 1462928396
  3983. ['/owncloud81'] =>
  3984. 1462928396
  3985. ['/sharetest1'] =>
  3986. 1462928396
  3987. ['/vanquan'] =>
  3988. 1462928396
  3989. ['/vanquan223'] =>
  3990. 1462928396
  3991. ['/vq'] =>
  3992. 1462928396
  3993. )
  3994. ['firstrunwizard'] =>
  3995. array(
  3996.  
  3997. ['show'] =>
  3998. 0
  3999. )
  4000. ['login'] =>
  4001. array(
  4002.  
  4003. ['lastLogin'] =>
  4004. 1463037232
  4005. )
  4006. )
  4007. )
  4008. )
  4009. excludedPaths =
  4010. array(
  4011.  
  4012. [0] =>
  4013. 'files_encryption'
  4014. )
  4015. groupManager =
  4016. OC\Group\Manager(
  4017.  
  4018. backends =
  4019. array(
  4020.  
  4021. [0] =>
  4022. OC_Group_Database(
  4023.  
  4024. possibleActions =
  4025. array(
  4026.  
  4027. [1] =>
  4028. 'createGroup'
  4029. [16] =>
  4030. 'deleteGroup'
  4031. [256] =>
  4032. 'addToGroup'
  4033. [4096] =>
  4034. 'removeFromGroup'
  4035. [1048576] =>
  4036. 'countUsersInGroup'
  4037. )
  4038. )
  4039. )
  4040. userManager =
  4041. Max Object Depth (5)
  4042. cachedGroups =
  4043. cachedUserGroups =
  4044. array(
  4045.  
  4046. ['vq'] =>
  4047. )
  4048. listeners =
  4049. array(
  4050.  
  4051. ['\OC\Group::postDelete'] =>
  4052. array(
  4053.  
  4054. [0] =>
  4055. Closure(
  4056.  
  4057. 0 =
  4058. Recursion (Closure)
  4059. )
  4060. [1] =>
  4061. Closure(
  4062.  
  4063. 0 =
  4064. Recursion (Closure)
  4065. )
  4066. )
  4067. ['\OC\Group::postAddUser'] =>
  4068. array(
  4069.  
  4070. [0] =>
  4071. Closure(
  4072.  
  4073. 0 =
  4074. Recursion (Closure)
  4075. )
  4076. [1] =>
  4077. Closure(
  4078.  
  4079. 0 =
  4080. Recursion (Closure)
  4081. )
  4082. )
  4083. ['\OC\Group::postRemoveUser'] =>
  4084. array(
  4085.  
  4086. [0] =>
  4087. Closure(
  4088.  
  4089. 0 =
  4090. Recursion (Closure)
  4091. )
  4092. )
  4093. ['\OC\Group::preCreate'] =>
  4094. array(
  4095.  
  4096. [0] =>
  4097. Closure(
  4098.  
  4099. 0 =
  4100. Recursion (Closure)
  4101. )
  4102. )
  4103. ['\OC\Group::postCreate'] =>
  4104. array(
  4105.  
  4106. [0] =>
  4107. Closure(
  4108.  
  4109. 0 =
  4110. Recursion (Closure)
  4111. )
  4112. )
  4113. ['\OC\Group::preDelete'] =>
  4114. array(
  4115.  
  4116. [0] =>
  4117. Closure(
  4118.  
  4119. 0 =
  4120. Recursion (Closure)
  4121. )
  4122. )
  4123. ['\OC\Group::preAddUser'] =>
  4124. array(
  4125.  
  4126. [0] =>
  4127. Closure(
  4128.  
  4129. 0 =
  4130. Recursion (Closure)
  4131. )
  4132. )
  4133. )
  4134. )
  4135. )
  4136. mountManager =
  4137. OC\Files\Mount\Manager(
  4138.  
  4139. mounts =
  4140. array(
  4141.  
  4142. ['/'] =>
  4143. OC\Files\Mount\MountPoint(
  4144.  
  4145. storage =
  4146. NULL
  4147. class =
  4148. '\OC\Files\Storage\Local'
  4149. storageId =
  4150. NULL
  4151. arguments =
  4152. array(
  4153.  
  4154. ['datadir'] =>
  4155. '/var/www/owncloud-8-1-4/data'
  4156. )
  4157. mountPoint =
  4158. '/'
  4159. mountOptions =
  4160. loader =
  4161. OC\Files\Storage\StorageFactory(
  4162.  
  4163. storageWrappers =
  4164. array(
  4165.  
  4166. ['mount_options'] =>
  4167. array(
  4168.  
  4169. ['wrapper'] =>
  4170. Closure(
  4171.  
  4172. 0 =
  4173. Max Depth (10)
  4174. )
  4175. ['priority'] =>
  4176. 50
  4177. )
  4178. ['oc_quota'] =>
  4179. array(
  4180.  
  4181. ['wrapper'] =>
  4182. Closure(
  4183.  
  4184. 0 =
  4185. Max Depth (10)
  4186. )
  4187. ['priority'] =>
  4188. 50
  4189. )
  4190. ['oc_encryption'] =>
  4191. array(
  4192.  
  4193. ['wrapper'] =>
  4194. array(
  4195.  
  4196. [0] =>
  4197. Max Depth (10)
  4198. [1] =>
  4199. Max Depth (10)
  4200. )
  4201. ['priority'] =>
  4202. 2
  4203. )
  4204. ['oc_flock'] =>
  4205. array(
  4206.  
  4207. ['wrapper'] =>
  4208. Closure(
  4209.  
  4210. 0 =
  4211. Max Depth (10)
  4212. )
  4213. ['priority'] =>
  4214. 50
  4215. )
  4216. ['oc_trashbin'] =>
  4217. array(
  4218.  
  4219. ['wrapper'] =>
  4220. Closure(
  4221.  
  4222. 0 =
  4223. Max Depth (10)
  4224. )
  4225. ['priority'] =>
  4226. 1
  4227. )
  4228. )
  4229. )
  4230. invalidStorage =
  4231. FALSE
  4232. )
  4233. ['/vq/'] =>
  4234. OC\Files\Mount\MountPoint(
  4235.  
  4236. storage =
  4237. OCA\Files_Trashbin\Storage(
  4238.  
  4239. mountPoint =
  4240. '/vq/'
  4241. deletedFiles =
  4242. disableTrash =
  4243. FALSE
  4244. userManager =
  4245. OC\User\Manager(
  4246.  
  4247. backends =
  4248. array(
  4249.  
  4250. [0] =>
  4251. OC_User_Database(
  4252.  
  4253. cache =
  4254. Max Depth (10)
  4255. possibleActions =
  4256. Max Depth (10)
  4257. )
  4258. )
  4259. cachedUsers =
  4260. array(
  4261.  
  4262. ['vq'] =>
  4263. OC\User\User(
  4264.  
  4265. uid =
  4266. Max Depth (10)
  4267. displayName =
  4268. Max Depth (10)
  4269. backend =
  4270. Max Depth (10)
  4271. enabled =
  4272. Max Depth (10)
  4273. emitter =
  4274. Max Depth (10)
  4275. home =
  4276. Max Depth (10)
  4277. lastLogin =
  4278. Max Depth (10)
  4279. config =
  4280. Max Depth (10)
  4281. )
  4282. )
  4283. config =
  4284. OC\AllConfig(
  4285.  
  4286. systemConfig =
  4287. OC\SystemConfig(
  4288.  
  4289. )
  4290. connection =
  4291. OC\DB\Connection(
  4292.  
  4293. tablePrefix =
  4294. Max Depth (10)
  4295. adapter =
  4296. Max Depth (10)
  4297. _conn =
  4298. Max Depth (10)
  4299. _config =
  4300. Max Depth (10)
  4301. _eventManager =
  4302. Max Depth (10)
  4303. _expr =
  4304. Max Depth (10)
  4305. _schemaManager =
  4306. Max Depth (10)
  4307. _driver =
  4308. Max Depth (10)
  4309. defaultFetchMode =
  4310. Max Depth (10)
  4311. _isConnected =
  4312. Max Depth (10)
  4313. autoCommit =
  4314. Max Depth (10)
  4315. _transactionNestingLevel =
  4316. Max Depth (10)
  4317. _transactionIsolationLevel =
  4318. Max Depth (10)
  4319. _nestTransactionsWithSavepoints =
  4320. Max Depth (10)
  4321. _params =
  4322. Max Depth (10)
  4323. platform =
  4324. Max Depth (10)
  4325. _isRollbackOnly =
  4326. Max Depth (10)
  4327. )
  4328. userCache =
  4329. array(
  4330.  
  4331. ['vq'] =>
  4332. Max Depth (10)
  4333. )
  4334. )
  4335. listeners =
  4336. array(
  4337.  
  4338. ['\OC\User::postDelete'] =>
  4339. array(
  4340.  
  4341. [0] =>
  4342. Max Depth (10)
  4343. [1] =>
  4344. Max Depth (10)
  4345. )
  4346. ['\OC\User::postLogin'] =>
  4347. array(
  4348.  
  4349. [0] =>
  4350. Max Depth (10)
  4351. [1] =>
  4352. Max Depth (10)
  4353. [2] =>
  4354. Max Depth (10)
  4355. )
  4356. ['\OC\User::postRememberedLogin'] =>
  4357. array(
  4358.  
  4359. [0] =>
  4360. Max Depth (10)
  4361. )
  4362. ['\OC\User::preCreateUser'] =>
  4363. array(
  4364.  
  4365. [0] =>
  4366. Max Depth (10)
  4367. )
  4368. ['\OC\User::postCreateUser'] =>
  4369. array(
  4370.  
  4371. [0] =>
  4372. Max Depth (10)
  4373. )
  4374. ['\OC\User::preDelete'] =>
  4375. array(
  4376.  
  4377. [0] =>
  4378. Max Depth (10)
  4379. )
  4380. ['\OC\User::preSetPassword'] =>
  4381. array(
  4382.  
  4383. [0] =>
  4384. Max Depth (10)
  4385. )
  4386. ['\OC\User::postSetPassword'] =>
  4387. array(
  4388.  
  4389. [0] =>
  4390. Max Depth (10)
  4391. )
  4392. ['\OC\User::preLogin'] =>
  4393. array(
  4394.  
  4395. [0] =>
  4396. Max Depth (10)
  4397. )
  4398. ['\OC\User::logout'] =>
  4399. array(
  4400.  
  4401. [0] =>
  4402. Max Depth (10)
  4403. )
  4404. )
  4405. )
  4406. storage =
  4407. OC\Files\Storage\Wrapper\Encryption(
  4408.  
  4409. mountPoint =
  4410. '/vq/'
  4411. util =
  4412. OC\Encryption\Util(
  4413.  
  4414. headerSize =
  4415. 8192
  4416. blockSize =
  4417. 8192
  4418. view =
  4419. OC\Files\View(
  4420.  
  4421. fakeRoot =
  4422. Max Depth (10)
  4423. updater =
  4424. Max Depth (10)
  4425. lockingProvider =
  4426. Max Depth (10)
  4427. lockingEnabled =
  4428. Max Depth (10)
  4429. )
  4430. ocHeaderKeys =
  4431. array(
  4432.  
  4433. [0] =>
  4434. Max Depth (10)
  4435. )
  4436. userManager =
  4437. OC\User\Manager(
  4438.  
  4439. backends =
  4440. Max Depth (10)
  4441. cachedUsers =
  4442. Max Depth (10)
  4443. config =
  4444. Max Depth (10)
  4445. listeners =
  4446. Max Depth (10)
  4447. )
  4448. config =
  4449. OC\AllConfig(
  4450.  
  4451. systemConfig =
  4452. Max Depth (10)
  4453. connection =
  4454. Max Depth (10)
  4455. userCache =
  4456. Max Depth (10)
  4457. )
  4458. excludedPaths =
  4459. array(
  4460.  
  4461. [0] =>
  4462. Max Depth (10)
  4463. )
  4464. groupManager =
  4465. OC\Group\Manager(
  4466.  
  4467. backends =
  4468. Max Depth (10)
  4469. userManager =
  4470. Max Depth (10)
  4471. cachedGroups =
  4472. Max Depth (10)
  4473. cachedUserGroups =
  4474. Max Depth (10)
  4475. listeners =
  4476. Max Depth (10)
  4477. )
  4478. )
  4479. encryptionManager =
  4480. OC\Encryption\Manager(
  4481.  
  4482. encryptionModules =
  4483. config =
  4484. OC\AllConfig(
  4485.  
  4486. systemConfig =
  4487. Max Depth (10)
  4488. connection =
  4489. Max Depth (10)
  4490. userCache =
  4491. Max Depth (10)
  4492. )
  4493. logger =
  4494. OC\Log(
  4495.  
  4496. logger =
  4497. Max Depth (10)
  4498. config =
  4499. Max Depth (10)
  4500. logConditionSatisfied =
  4501. Max Depth (10)
  4502. )
  4503. l =
  4504. OC_L10N(
  4505.  
  4506. cache =
  4507. Max Depth (10)
  4508. availableLanguages =
  4509. Max Depth (10)
  4510. language =
  4511. Max Depth (10)
  4512. app =
  4513. Max Depth (10)
  4514. lang =
  4515. Max Depth (10)
  4516. translations =
  4517. Max Depth (10)
  4518. pluralFormString =
  4519. Max Depth (10)
  4520. pluralFormFunction =
  4521. Max Depth (10)
  4522. )
  4523. )
  4524. logger =
  4525. OC\Log(
  4526.  
  4527. logger =
  4528. 'OC_Log_Owncloud'
  4529. config =
  4530. OC\SystemConfig(
  4531.  
  4532. )
  4533. logConditionSatisfied =
  4534. NULL
  4535. )
  4536. uid =
  4537. 'vq'
  4538. unencryptedSize =
  4539. fileHelper =
  4540. OC\Encryption\File(
  4541.  
  4542. util =
  4543. OC\Encryption\Util(
  4544.  
  4545. headerSize =
  4546. Max Depth (10)
  4547. blockSize =
  4548. Max Depth (10)
  4549. view =
  4550. Max Depth (10)
  4551. ocHeaderKeys =
  4552. Max Depth (10)
  4553. userManager =
  4554. Max Depth (10)
  4555. config =
  4556. Max Depth (10)
  4557. excludedPaths =
  4558. Max Depth (10)
  4559. groupManager =
  4560. Max Depth (10)
  4561. )
  4562. )
  4563. mount =
  4564. Recursion (OC\Files\Mount\MountPoint)
  4565. keyStorage =
  4566. OC\Encryption\Keys\Storage(
  4567.  
  4568. view =
  4569. OC\Files\View(
  4570.  
  4571. fakeRoot =
  4572. Max Depth (10)
  4573. updater =
  4574. Max Depth (10)
  4575. lockingProvider =
  4576. Max Depth (10)
  4577. lockingEnabled =
  4578. Max Depth (10)
  4579. )
  4580. util =
  4581. OC\Encryption\Util(
  4582.  
  4583. headerSize =
  4584. Max Depth (10)
  4585. blockSize =
  4586. Max Depth (10)
  4587. view =
  4588. Max Depth (10)
  4589. ocHeaderKeys =
  4590. Max Depth (10)
  4591. userManager =
  4592. Max Depth (10)
  4593. config =
  4594. Max Depth (10)
  4595. excludedPaths =
  4596. Max Depth (10)
  4597. groupManager =
  4598. Max Depth (10)
  4599. )
  4600. keys_base_dir =
  4601. '/files_encryption/keys'
  4602. encryption_base_dir =
  4603. '/files_encryption'
  4604. keyCache =
  4605. )
  4606. update =
  4607. OC\Encryption\Update(
  4608.  
  4609. view =
  4610. OC\Files\View(
  4611.  
  4612. fakeRoot =
  4613. Max Depth (10)
  4614. updater =
  4615. Max Depth (10)
  4616. lockingProvider =
  4617. Max Depth (10)
  4618. lockingEnabled =
  4619. Max Depth (10)
  4620. )
  4621. util =
  4622. OC\Encryption\Util(
  4623.  
  4624. headerSize =
  4625. Max Depth (10)
  4626. blockSize =
  4627. Max Depth (10)
  4628. view =
  4629. Max Depth (10)
  4630. ocHeaderKeys =
  4631. Max Depth (10)
  4632. userManager =
  4633. Max Depth (10)
  4634. config =
  4635. Max Depth (10)
  4636. excludedPaths =
  4637. Max Depth (10)
  4638. groupManager =
  4639. Max Depth (10)
  4640. )
  4641. mountManager =
  4642. Recursion (OC\Files\Mount\Manager)
  4643. encryptionManager =
  4644. OC\Encryption\Manager(
  4645.  
  4646. encryptionModules =
  4647. Max Depth (10)
  4648. config =
  4649. Max Depth (10)
  4650. logger =
  4651. Max Depth (10)
  4652. l =
  4653. Max Depth (10)
  4654. )
  4655. uid =
  4656. 'vq'
  4657. file =
  4658. OC\Encryption\File(
  4659.  
  4660. util =
  4661. Max Depth (10)
  4662. )
  4663. )
  4664. mountManager =
  4665. Recursion (OC\Files\Mount\Manager)
  4666. storage =
  4667. OCA\Files_Locking\LockingWrapper(
  4668.  
  4669. locks =
  4670. storage =
  4671. OC\Files\Storage\Wrapper\Quota(
  4672.  
  4673. quota =
  4674. Max Depth (10)
  4675. sizeRoot =
  4676. Max Depth (10)
  4677. storage =
  4678. Max Depth (10)
  4679. )
  4680. )
  4681. cachedFiles =
  4682. )
  4683. )
  4684. class =
  4685. '\OC\Files\Storage\Home'
  4686. storageId =
  4687. NULL
  4688. arguments =
  4689. array(
  4690.  
  4691. ['user'] =>
  4692. OC\User\User(
  4693.  
  4694. uid =
  4695. 'vq'
  4696. displayName =
  4697. NULL
  4698. backend =
  4699. OC_User_Database(
  4700.  
  4701. cache =
  4702. array(
  4703.  
  4704. ['vq'] =>
  4705. Max Depth (10)
  4706. )
  4707. possibleActions =
  4708. array(
  4709.  
  4710. [1] =>
  4711. Max Depth (10)
  4712. [16] =>
  4713. Max Depth (10)
  4714. [256] =>
  4715. Max Depth (10)
  4716. [4096] =>
  4717. Max Depth (10)
  4718. [65536] =>
  4719. Max Depth (10)
  4720. [1048576] =>
  4721. Max Depth (10)
  4722. [16777216] =>
  4723. Max Depth (10)
  4724. [268435456] =>
  4725. Max Depth (10)
  4726. )
  4727. )
  4728. enabled =
  4729. TRUE
  4730. emitter =
  4731. OC\User\Manager(
  4732.  
  4733. backends =
  4734. array(
  4735.  
  4736. [0] =>
  4737. Max Depth (10)
  4738. )
  4739. cachedUsers =
  4740. array(
  4741.  
  4742. ['vq'] =>
  4743. Max Depth (10)
  4744. )
  4745. config =
  4746. OC\AllConfig(
  4747.  
  4748. systemConfig =
  4749. Max Depth (10)
  4750. connection =
  4751. Max Depth (10)
  4752. userCache =
  4753. Max Depth (10)
  4754. )
  4755. listeners =
  4756. array(
  4757.  
  4758. ['\OC\User::postDelete'] =>
  4759. Max Depth (10)
  4760. ['\OC\User::postLogin'] =>
  4761. Max Depth (10)
  4762. ['\OC\User::postRememberedLogin'] =>
  4763. Max Depth (10)
  4764. ['\OC\User::preCreateUser'] =>
  4765. Max Depth (10)
  4766. ['\OC\User::postCreateUser'] =>
  4767. Max Depth (10)
  4768. ['\OC\User::preDelete'] =>
  4769. Max Depth (10)
  4770. ['\OC\User::preSetPassword'] =>
  4771. Max Depth (10)
  4772. ['\OC\User::postSetPassword'] =>
  4773. Max Depth (10)
  4774. ['\OC\User::preLogin'] =>
  4775. Max Depth (10)
  4776. ['\OC\User::logout'] =>
  4777. Max Depth (10)
  4778. )
  4779. )
  4780. home =
  4781. '/var/www/owncloud-8-1-4/data/vq'
  4782. lastLogin =
  4783. 1463037232
  4784. config =
  4785. OC\AllConfig(
  4786.  
  4787. systemConfig =
  4788. OC\SystemConfig(
  4789.  
  4790. )
  4791. connection =
  4792. OC\DB\Connection(
  4793.  
  4794. tablePrefix =
  4795. Max Depth (10)
  4796. adapter =
  4797. Max Depth (10)
  4798. _conn =
  4799. Max Depth (10)
  4800. _config =
  4801. Max Depth (10)
  4802. _eventManager =
  4803. Max Depth (10)
  4804. _expr =
  4805. Max Depth (10)
  4806. _schemaManager =
  4807. Max Depth (10)
  4808. _driver =
  4809. Max Depth (10)
  4810. defaultFetchMode =
  4811. Max Depth (10)
  4812. _isConnected =
  4813. Max Depth (10)
  4814. autoCommit =
  4815. Max Depth (10)
  4816. _transactionNestingLevel =
  4817. Max Depth (10)
  4818. _transactionIsolationLevel =
  4819. Max Depth (10)
  4820. _nestTransactionsWithSavepoints =
  4821. Max Depth (10)
  4822. _params =
  4823. Max Depth (10)
  4824. platform =
  4825. Max Depth (10)
  4826. _isRollbackOnly =
  4827. Max Depth (10)
  4828. )
  4829. userCache =
  4830. array(
  4831.  
  4832. ['vq'] =>
  4833. Max Depth (10)
  4834. )
  4835. )
  4836. )
  4837. )
  4838. mountPoint =
  4839. '/vq/'
  4840. mountOptions =
  4841. loader =
  4842. OC\Files\Storage\StorageFactory(
  4843.  
  4844. storageWrappers =
  4845. array(
  4846.  
  4847. ['mount_options'] =>
  4848. array(
  4849.  
  4850. ['wrapper'] =>
  4851. Closure(
  4852.  
  4853. 0 =
  4854. Max Depth (10)
  4855. )
  4856. ['priority'] =>
  4857. 50
  4858. )
  4859. ['oc_quota'] =>
  4860. array(
  4861.  
  4862. ['wrapper'] =>
  4863. Closure(
  4864.  
  4865. 0 =
  4866. Max Depth (10)
  4867. )
  4868. ['priority'] =>
  4869. 50
  4870. )
  4871. ['oc_encryption'] =>
  4872. array(
  4873.  
  4874. ['wrapper'] =>
  4875. array(
  4876.  
  4877. [0] =>
  4878. Max Depth (10)
  4879. [1] =>
  4880. Max Depth (10)
  4881. )
  4882. ['priority'] =>
  4883. 2
  4884. )
  4885. ['oc_flock'] =>
  4886. array(
  4887.  
  4888. ['wrapper'] =>
  4889. Closure(
  4890.  
  4891. 0 =
  4892. Max Depth (10)
  4893. )
  4894. ['priority'] =>
  4895. 50
  4896. )
  4897. ['oc_trashbin'] =>
  4898. array(
  4899.  
  4900. ['wrapper'] =>
  4901. Closure(
  4902.  
  4903. 0 =
  4904. Max Depth (10)
  4905. )
  4906. ['priority'] =>
  4907. 1
  4908. )
  4909. )
  4910. )
  4911. invalidStorage =
  4912. FALSE
  4913. )
  4914. ['/vq/files/vq/'] =>
  4915. OC\Files\Mount\MountPoint(
  4916.  
  4917. storage =
  4918. Recursion (OCA\Files_Trashbin\Storage)
  4919. class =
  4920. '\OC\Files\Storage\Swift'
  4921. storageId =
  4922. NULL
  4923. arguments =
  4924. array(
  4925.  
  4926. ['user'] =>
  4927. 'demo'
  4928. ['bucket'] =>
  4929. 'vq'
  4930. ['password'] =>
  4931. 'demo@345qwe'
  4932. ['region'] =>
  4933. 'regionOne'
  4934. ['service_name'] =>
  4935. 'swift'
  4936. ['tenant'] =>
  4937. 'demo'
  4938. ['timeout'] =>
  4939. ['url'] =>
  4940. 'http://controller:5000/v2.0'
  4941. )
  4942. mountPoint =
  4943. '/vq/files/vq/'
  4944. mountOptions =
  4945. loader =
  4946. OC\Files\Storage\StorageFactory(
  4947.  
  4948. storageWrappers =
  4949. array(
  4950.  
  4951. ['mount_options'] =>
  4952. array(
  4953.  
  4954. ['wrapper'] =>
  4955. Closure(
  4956.  
  4957. 0 =
  4958. Max Depth (10)
  4959. )
  4960. ['priority'] =>
  4961. 50
  4962. )
  4963. ['oc_quota'] =>
  4964. array(
  4965.  
  4966. ['wrapper'] =>
  4967. Closure(
  4968.  
  4969. 0 =
  4970. Max Depth (10)
  4971. )
  4972. ['priority'] =>
  4973. 50
  4974. )
  4975. ['oc_encryption'] =>
  4976. array(
  4977.  
  4978. ['wrapper'] =>
  4979. array(
  4980.  
  4981. [0] =>
  4982. Max Depth (10)
  4983. [1] =>
  4984. Max Depth (10)
  4985. )
  4986. ['priority'] =>
  4987. 2
  4988. )
  4989. ['oc_flock'] =>
  4990. array(
  4991.  
  4992. ['wrapper'] =>
  4993. Closure(
  4994.  
  4995. 0 =
  4996. Max Depth (10)
  4997. )
  4998. ['priority'] =>
  4999. 50
  5000. )
  5001. ['oc_trashbin'] =>
  5002. array(
  5003.  
  5004. ['wrapper'] =>
  5005. Closure(
  5006.  
  5007. 0 =
  5008. Max Depth (10)
  5009. )
  5010. ['priority'] =>
  5011. 1
  5012. )
  5013. )
  5014. )
  5015. invalidStorage =
  5016. FALSE
  5017. )
  5018. )
  5019. )
  5020. encryptionManager =
  5021. OC\Encryption\Manager(
  5022.  
  5023. encryptionModules =
  5024. config =
  5025. OC\AllConfig(
  5026.  
  5027. systemConfig =
  5028. Max Object Depth (5)
  5029. connection =
  5030. Max Object Depth (5)
  5031. userCache =
  5032. array(
  5033.  
  5034. ['vq'] =>
  5035. array(
  5036.  
  5037. ['core'] =>
  5038. array(
  5039.  
  5040. ['lang'] =>
  5041. 'vi'
  5042. ['timezone'] =>
  5043. 'Asia/Jakarta'
  5044. )
  5045. ['files'] =>
  5046. array(
  5047.  
  5048. ['quota'] =>
  5049. '26 MB'
  5050. )
  5051. ['files_external'] =>
  5052. array(
  5053.  
  5054. ['/1'] =>
  5055. 1462928396
  5056. ['/123'] =>
  5057. 1462928396
  5058. ['/OpenStackObjectStorage'] =>
  5059. 1462928396
  5060. ['/a1_fileVersions'] =>
  5061. 1462928396
  5062. ['/abc'] =>
  5063. 1462928396
  5064. ['/fileversions'] =>
  5065. 1462928396
  5066. ['/owncloud81'] =>
  5067. 1462928396
  5068. ['/sharetest1'] =>
  5069. 1462928396
  5070. ['/vanquan'] =>
  5071. 1462928396
  5072. ['/vanquan223'] =>
  5073. 1462928396
  5074. ['/vq'] =>
  5075. 1462928396
  5076. )
  5077. ['firstrunwizard'] =>
  5078. array(
  5079.  
  5080. ['show'] =>
  5081. 0
  5082. )
  5083. ['login'] =>
  5084. array(
  5085.  
  5086. ['lastLogin'] =>
  5087. 1463037232
  5088. )
  5089. )
  5090. )
  5091. )
  5092. logger =
  5093. OC\Log(
  5094.  
  5095. logger =
  5096. 'OC_Log_Owncloud'
  5097. config =
  5098. Max Object Depth (5)
  5099. logConditionSatisfied =
  5100. NULL
  5101. )
  5102. l =
  5103. OC_L10N(
  5104.  
  5105. cache =
  5106. array(
  5107.  
  5108. ['files_external::vi'] =>
  5109. array(
  5110.  
  5111. ['t'] =>
  5112. array(
  5113.  
  5114. ['Fetching request tokens failed. Verify that your Dropbox app key and secret are correct.'] =>
  5115. 'Yêu cầu tokens thất bại. Xác minh key và mã bí mật ứng dụng Dropbox của bạn là chính xác.'
  5116. ['Fetching access tokens failed. Verify that your Dropbox app key and secret are correct.'] =>
  5117. 'Yêu cầu tokens thất bại. Xác minh key và mã bí mật ứng dụng Dropbox của bạn là chính xác.'
  5118. ['Please provide a valid Dropbox app key and secret.'] =>
  5119. 'Xin vui lòng cung cấp một ứng dụng Dropbox hợp lệ và mã bí mật.'
  5120. ['External storage'] =>
  5121. 'Lưu trữ ngoài'
  5122. ['Location'] =>
  5123. 'Vị trí'
  5124. ['Port'] =>
  5125. 'Cổng'
  5126. ['Region'] =>
  5127. 'Vùng/miền'
  5128. ['Host'] =>
  5129. 'Máy chủ'
  5130. ['Username'] =>
  5131. 'Tên đăng nhập'
  5132. ['Password'] =>
  5133. 'Mật khẩu'
  5134. ['Share'] =>
  5135. 'Chia sẻ'
  5136. ['URL'] =>
  5137. 'URL'
  5138. ['Access granted'] =>
  5139. 'Đã cấp quyền truy cập'
  5140. ['Error configuring Dropbox storage'] =>
  5141. 'Lỗi cấu hình lưu trữ Dropbox '
  5142. ['Grant access'] =>
  5143. 'Cấp quyền truy cập'
  5144. ['Error configuring Google Drive storage'] =>
  5145. 'Lỗi cấu hình lưu trữ Google Drive'
  5146. ['Personal'] =>
  5147. 'Cá nhân'
  5148. ['Saved'] =>
  5149. 'Đã lưu'
  5150. ['Name'] =>
  5151. 'Tên'
  5152. ['External Storage'] =>
  5153. 'Lưu trữ ngoài'
  5154. ['Folder name'] =>
  5155. 'Tên thư mục'
  5156. ['Configuration'] =>
  5157. 'Cấu hình'
  5158. ['Add storage'] =>
  5159. 'Thêm bộ nhớ'
  5160. ['Delete'] =>
  5161. 'Xóa'
  5162. ['Enable User External Storage'] =>
  5163. 'Kích hoạt tính năng lưu trữ ngoài'
  5164. )
  5165. )
  5166. )
  5167. availableLanguages =
  5168. language =
  5169. 'vi'
  5170. app =
  5171. 'core'
  5172. lang =
  5173. NULL
  5174. translations =
  5175. pluralFormString =
  5176. 'nplurals=2; plural=(n != 1);'
  5177. pluralFormFunction =
  5178. NULL
  5179. )
  5180. )
  5181. uid =
  5182. 'vq'
  5183. file =
  5184. OC\Encryption\File(
  5185.  
  5186. util =
  5187. OC\Encryption\Util(
  5188.  
  5189. headerSize =
  5190. 8192
  5191. blockSize =
  5192. 8192
  5193. view =
  5194. Max Object Depth (5)
  5195. ocHeaderKeys =
  5196. array(
  5197.  
  5198. [0] =>
  5199. 'oc_encryption_module'
  5200. )
  5201. userManager =
  5202. Max Object Depth (5)
  5203. config =
  5204. Max Object Depth (5)
  5205. excludedPaths =
  5206. array(
  5207.  
  5208. [0] =>
  5209. 'files_encryption'
  5210. )
  5211. groupManager =
  5212. Max Object Depth (5)
  5213. )
  5214. )
  5215. )
  5216. mountManager =
  5217. OC\Files\Mount\Manager(
  5218.  
  5219. mounts =
  5220. array(
  5221.  
  5222. ['/'] =>
  5223. OC\Files\Mount\MountPoint(
  5224.  
  5225. storage =
  5226. NULL
  5227. class =
  5228. '\OC\Files\Storage\Local'
  5229. storageId =
  5230. NULL
  5231. arguments =
  5232. array(
  5233.  
  5234. ['datadir'] =>
  5235. '/var/www/owncloud-8-1-4/data'
  5236. )
  5237. mountPoint =
  5238. '/'
  5239. mountOptions =
  5240. loader =
  5241. OC\Files\Storage\StorageFactory(
  5242.  
  5243. storageWrappers =
  5244. array(
  5245.  
  5246. ['mount_options'] =>
  5247. array(
  5248.  
  5249. ['wrapper'] =>
  5250. Closure(
  5251.  
  5252. 0 =
  5253. Recursion (Closure)
  5254. )
  5255. ['priority'] =>
  5256. 50
  5257. )
  5258. ['oc_quota'] =>
  5259. array(
  5260.  
  5261. ['wrapper'] =>
  5262. Closure(
  5263.  
  5264. 0 =
  5265. Recursion (Closure)
  5266. )
  5267. ['priority'] =>
  5268. 50
  5269. )
  5270. ['oc_encryption'] =>
  5271. array(
  5272.  
  5273. ['wrapper'] =>
  5274. array(
  5275.  
  5276. [0] =>
  5277. OC\Encryption\Util(
  5278.  
  5279. headerSize =
  5280. Max Depth (10)
  5281. blockSize =
  5282. Max Depth (10)
  5283. view =
  5284. Max Depth (10)
  5285. ocHeaderKeys =
  5286. Max Depth (10)
  5287. userManager =
  5288. Max Depth (10)
  5289. config =
  5290. Max Depth (10)
  5291. excludedPaths =
  5292. Max Depth (10)
  5293. groupManager =
  5294. Max Depth (10)
  5295. )
  5296. [1] =>
  5297. 'wrapStorage'
  5298. )
  5299. ['priority'] =>
  5300. 2
  5301. )
  5302. ['oc_flock'] =>
  5303. array(
  5304.  
  5305. ['wrapper'] =>
  5306. Closure(
  5307.  
  5308. 0 =
  5309. Recursion (Closure)
  5310. )
  5311. ['priority'] =>
  5312. 50
  5313. )
  5314. ['oc_trashbin'] =>
  5315. array(
  5316.  
  5317. ['wrapper'] =>
  5318. Closure(
  5319.  
  5320. 0 =
  5321. Recursion (Closure)
  5322. )
  5323. ['priority'] =>
  5324. 1
  5325. )
  5326. )
  5327. )
  5328. invalidStorage =
  5329. FALSE
  5330. )
  5331. ['/vq/'] =>
  5332. OC\Files\Mount\MountPoint(
  5333.  
  5334. storage =
  5335. OCA\Files_Trashbin\Storage(
  5336.  
  5337. mountPoint =
  5338. '/vq/'
  5339. deletedFiles =
  5340. disableTrash =
  5341. FALSE
  5342. userManager =
  5343. OC\User\Manager(
  5344.  
  5345. backends =
  5346. array(
  5347.  
  5348. [0] =>
  5349. OC_User_Database(
  5350.  
  5351. cache =
  5352. array(
  5353.  
  5354. ['vq'] =>
  5355. Max Depth (10)
  5356. )
  5357. possibleActions =
  5358. array(
  5359.  
  5360. [1] =>
  5361. Max Depth (10)
  5362. [16] =>
  5363. Max Depth (10)
  5364. [256] =>
  5365. Max Depth (10)
  5366. [4096] =>
  5367. Max Depth (10)
  5368. [65536] =>
  5369. Max Depth (10)
  5370. [1048576] =>
  5371. Max Depth (10)
  5372. [16777216] =>
  5373. Max Depth (10)
  5374. [268435456] =>
  5375. Max Depth (10)
  5376. )
  5377. )
  5378. )
  5379. cachedUsers =
  5380. array(
  5381.  
  5382. ['vq'] =>
  5383. OC\User\User(
  5384.  
  5385. uid =
  5386. 'vq'
  5387. displayName =
  5388. NULL
  5389. backend =
  5390. OC_User_Database(
  5391.  
  5392. cache =
  5393. Max Depth (10)
  5394. possibleActions =
  5395. Max Depth (10)
  5396. )
  5397. enabled =
  5398. TRUE
  5399. emitter =
  5400. Recursion (OC\User\Manager)
  5401. home =
  5402. '/var/www/owncloud-8-1-4/data/vq'
  5403. lastLogin =
  5404. 1463037232
  5405. config =
  5406. OC\AllConfig(
  5407.  
  5408. systemConfig =
  5409. Max Depth (10)
  5410. connection =
  5411. Max Depth (10)
  5412. userCache =
  5413. Max Depth (10)
  5414. )
  5415. )
  5416. )
  5417. config =
  5418. OC\AllConfig(
  5419.  
  5420. systemConfig =
  5421. OC\SystemConfig(
  5422.  
  5423. )
  5424. connection =
  5425. OC\DB\Connection(
  5426.  
  5427. tablePrefix =
  5428. 'oc_'
  5429. adapter =
  5430. Max Object Depth (5)
  5431. _conn =
  5432. Max Object Depth (5)
  5433. _config =
  5434. Max Object Depth (5)
  5435. _eventManager =
  5436. Max Object Depth (5)
  5437. _expr =
  5438. Max Object Depth (5)
  5439. _schemaManager =
  5440. NULL
  5441. _driver =
  5442. Max Object Depth (5)
  5443. defaultFetchMode =
  5444. 2
  5445. _isConnected =
  5446. TRUE
  5447. autoCommit =
  5448. TRUE
  5449. _transactionNestingLevel =
  5450. 0
  5451. _transactionIsolationLevel =
  5452. 2
  5453. _nestTransactionsWithSavepoints =
  5454. FALSE
  5455. _params =
  5456. array(
  5457.  
  5458. ['adapter'] =>
  5459. Max Depth (10)
  5460. ['driver'] =>
  5461. Max Depth (10)
  5462. ['wrapperClass'] =>
  5463. Max Depth (10)
  5464. ['user'] =>
  5465. Max Depth (10)
  5466. ['password'] =>
  5467. Max Depth (10)
  5468. ['path'] =>
  5469. Max Depth (10)
  5470. ['tablePrefix'] =>
  5471. Max Depth (10)
  5472. ['sqlite.journal_mode'] =>
  5473. Max Depth (10)
  5474. ['platform'] =>
  5475. Max Depth (10)
  5476. )
  5477. platform =
  5478. Max Object Depth (5)
  5479. _isRollbackOnly =
  5480. FALSE
  5481. )
  5482. userCache =
  5483. array(
  5484.  
  5485. ['vq'] =>
  5486. array(
  5487.  
  5488. ['core'] =>
  5489. Max Depth (10)
  5490. ['files'] =>
  5491. Max Depth (10)
  5492. ['files_external'] =>
  5493. Max Depth (10)
  5494. ['firstrunwizard'] =>
  5495. Max Depth (10)
  5496. ['login'] =>
  5497. Max Depth (10)
  5498. )
  5499. )
  5500. )
  5501. listeners =
  5502. array(
  5503.  
  5504. ['\OC\User::postDelete'] =>
  5505. array(
  5506.  
  5507. [0] =>
  5508. Closure(
  5509.  
  5510. 0 =
  5511. Max Depth (10)
  5512. )
  5513. [1] =>
  5514. Closure(
  5515.  
  5516. 0 =
  5517. Max Depth (10)
  5518. )
  5519. )
  5520. ['\OC\User::postLogin'] =>
  5521. array(
  5522.  
  5523. [0] =>
  5524. Closure(
  5525.  
  5526. 0 =
  5527. Max Depth (10)
  5528. )
  5529. [1] =>
  5530. Closure(
  5531.  
  5532. 0 =
  5533. Max Depth (10)
  5534. )
  5535. [2] =>
  5536. Closure(
  5537.  
  5538. 0 =
  5539. Max Depth (10)
  5540. )
  5541. )
  5542. ['\OC\User::postRememberedLogin'] =>
  5543. array(
  5544.  
  5545. [0] =>
  5546. Closure(
  5547.  
  5548. 0 =
  5549. Max Depth (10)
  5550. )
  5551. )
  5552. ['\OC\User::preCreateUser'] =>
  5553. array(
  5554.  
  5555. [0] =>
  5556. Closure(
  5557.  
  5558. 0 =
  5559. Max Depth (10)
  5560. )
  5561. )
  5562. ['\OC\User::postCreateUser'] =>
  5563. array(
  5564.  
  5565. [0] =>
  5566. Closure(
  5567.  
  5568. 0 =
  5569. Max Depth (10)
  5570. )
  5571. )
  5572. ['\OC\User::preDelete'] =>
  5573. array(
  5574.  
  5575. [0] =>
  5576. Closure(
  5577.  
  5578. 0 =
  5579. Max Depth (10)
  5580. )
  5581. )
  5582. ['\OC\User::preSetPassword'] =>
  5583. array(
  5584.  
  5585. [0] =>
  5586. Closure(
  5587.  
  5588. 0 =
  5589. Max Depth (10)
  5590. )
  5591. )
  5592. ['\OC\User::postSetPassword'] =>
  5593. array(
  5594.  
  5595. [0] =>
  5596. Closure(
  5597.  
  5598. 0 =
  5599. Max Depth (10)
  5600. )
  5601. )
  5602. ['\OC\User::preLogin'] =>
  5603. array(
  5604.  
  5605. [0] =>
  5606. Closure(
  5607.  
  5608. 0 =
  5609. Max Depth (10)
  5610. )
  5611. )
  5612. ['\OC\User::logout'] =>
  5613. array(
  5614.  
  5615. [0] =>
  5616. Closure(
  5617.  
  5618. 0 =
  5619. Max Depth (10)
  5620. )
  5621. )
  5622. )
  5623. )
  5624. storage =
  5625. OC\Files\Storage\Wrapper\Encryption(
  5626.  
  5627. mountPoint =
  5628. '/vq/'
  5629. util =
  5630. OC\Encryption\Util(
  5631.  
  5632. headerSize =
  5633. 8192
  5634. blockSize =
  5635. 8192
  5636. view =
  5637. OC\Files\View(
  5638.  
  5639. fakeRoot =
  5640. updater =
  5641. Max Object Depth (5)
  5642. lockingProvider =
  5643. Max Object Depth (5)
  5644. lockingEnabled =
  5645. FALSE
  5646. )
  5647. ocHeaderKeys =
  5648. array(
  5649.  
  5650. [0] =>
  5651. 'oc_encryption_module'
  5652. )
  5653. userManager =
  5654. OC\User\Manager(
  5655.  
  5656. backends =
  5657. array(
  5658.  
  5659. [0] =>
  5660. Max Depth (10)
  5661. )
  5662. cachedUsers =
  5663. array(
  5664.  
  5665. ['vq'] =>
  5666. Max Depth (10)
  5667. )
  5668. config =
  5669. Max Object Depth (5)
  5670. listeners =
  5671. array(
  5672.  
  5673. ['\OC\User::postDelete'] =>
  5674. Max Depth (10)
  5675. ['\OC\User::postLogin'] =>
  5676. Max Depth (10)
  5677. ['\OC\User::postRememberedLogin'] =>
  5678. Max Depth (10)
  5679. ['\OC\User::preCreateUser'] =>
  5680. Max Depth (10)
  5681. ['\OC\User::postCreateUser'] =>
  5682. Max Depth (10)
  5683. ['\OC\User::preDelete'] =>
  5684. Max Depth (10)
  5685. ['\OC\User::preSetPassword'] =>
  5686. Max Depth (10)
  5687. ['\OC\User::postSetPassword'] =>
  5688. Max Depth (10)
  5689. ['\OC\User::preLogin'] =>
  5690. Max Depth (10)
  5691. ['\OC\User::logout'] =>
  5692. Max Depth (10)
  5693. )
  5694. )
  5695. config =
  5696. OC\AllConfig(
  5697.  
  5698. systemConfig =
  5699. Max Object Depth (5)
  5700. connection =
  5701. Max Object Depth (5)
  5702. userCache =
  5703. array(
  5704.  
  5705. ['vq'] =>
  5706. Max Depth (10)
  5707. )
  5708. )
  5709. excludedPaths =
  5710. array(
  5711.  
  5712. [0] =>
  5713. 'files_encryption'
  5714. )
  5715. groupManager =
  5716. OC\Group\Manager(
  5717.  
  5718. backends =
  5719. array(
  5720.  
  5721. [0] =>
  5722. Max Depth (10)
  5723. )
  5724. userManager =
  5725. Max Object Depth (5)
  5726. cachedGroups =
  5727. cachedUserGroups =
  5728. array(
  5729.  
  5730. ['vq'] =>
  5731. Max Depth (10)
  5732. )
  5733. listeners =
  5734. array(
  5735.  
  5736. ['\OC\Group::postDelete'] =>
  5737. Max Depth (10)
  5738. ['\OC\Group::postAddUser'] =>
  5739. Max Depth (10)
  5740. ['\OC\Group::postRemoveUser'] =>
  5741. Max Depth (10)
  5742. ['\OC\Group::preCreate'] =>
  5743. Max Depth (10)
  5744. ['\OC\Group::postCreate'] =>
  5745. Max Depth (10)
  5746. ['\OC\Group::preDelete'] =>
  5747. Max Depth (10)
  5748. ['\OC\Group::preAddUser'] =>
  5749. Max Depth (10)
  5750. )
  5751. )
  5752. )
  5753. encryptionManager =
  5754. OC\Encryption\Manager(
  5755.  
  5756. encryptionModules =
  5757. config =
  5758. OC\AllConfig(
  5759.  
  5760. systemConfig =
  5761. Max Object Depth (5)
  5762. connection =
  5763. Max Object Depth (5)
  5764. userCache =
  5765. array(
  5766.  
  5767. ['vq'] =>
  5768. Max Depth (10)
  5769. )
  5770. )
  5771. logger =
  5772. OC\Log(
  5773.  
  5774. logger =
  5775. 'OC_Log_Owncloud'
  5776. config =
  5777. Max Object Depth (5)
  5778. logConditionSatisfied =
  5779. NULL
  5780. )
  5781. l =
  5782. OC_L10N(
  5783.  
  5784. cache =
  5785. array(
  5786.  
  5787. ['files_external::vi'] =>
  5788. Max Depth (10)
  5789. )
  5790. availableLanguages =
  5791. language =
  5792. 'vi'
  5793. app =
  5794. 'core'
  5795. lang =
  5796. NULL
  5797. translations =
  5798. pluralFormString =
  5799. 'nplurals=2; plural=(n != 1);'
  5800. pluralFormFunction =
  5801. NULL
  5802. )
  5803. )
  5804. logger =
  5805. OC\Log(
  5806.  
  5807. logger =
  5808. 'OC_Log_Owncloud'
  5809. config =
  5810. OC\SystemConfig(
  5811.  
  5812. )
  5813. logConditionSatisfied =
  5814. NULL
  5815. )
  5816. uid =
  5817. 'vq'
  5818. unencryptedSize =
  5819. fileHelper =
  5820. OC\Encryption\File(
  5821.  
  5822. util =
  5823. OC\Encryption\Util(
  5824.  
  5825. headerSize =
  5826. 8192
  5827. blockSize =
  5828. 8192
  5829. view =
  5830. Max Object Depth (5)
  5831. ocHeaderKeys =
  5832. array(
  5833.  
  5834. [0] =>
  5835. Max Depth (10)
  5836. )
  5837. userManager =
  5838. Max Object Depth (5)
  5839. config =
  5840. Max Object Depth (5)
  5841. excludedPaths =
  5842. array(
  5843.  
  5844. [0] =>
  5845. Max Depth (10)
  5846. )
  5847. groupManager =
  5848. Max Object Depth (5)
  5849. )
  5850. )
  5851. mount =
  5852. Recursion (OC\Files\Mount\MountPoint)
  5853. keyStorage =
  5854. OC\Encryption\Keys\Storage(
  5855.  
  5856. view =
  5857. OC\Files\View(
  5858.  
  5859. fakeRoot =
  5860. updater =
  5861. Max Object Depth (5)
  5862. lockingProvider =
  5863. Max Object Depth (5)
  5864. lockingEnabled =
  5865. FALSE
  5866. )
  5867. util =
  5868. OC\Encryption\Util(
  5869.  
  5870. headerSize =
  5871. 8192
  5872. blockSize =
  5873. 8192
  5874. view =
  5875. Max Object Depth (5)
  5876. ocHeaderKeys =
  5877. array(
  5878.  
  5879. [0] =>
  5880. Max Depth (10)
  5881. )
  5882. userManager =
  5883. Max Object Depth (5)
  5884. config =
  5885. Max Object Depth (5)
  5886. excludedPaths =
  5887. array(
  5888.  
  5889. [0] =>
  5890. Max Depth (10)
  5891. )
  5892. groupManager =
  5893. Max Object Depth (5)
  5894. )
  5895. keys_base_dir =
  5896. '/files_encryption/keys'
  5897. encryption_base_dir =
  5898. '/files_encryption'
  5899. keyCache =
  5900. )
  5901. update =
  5902. OC\Encryption\Update(
  5903.  
  5904. view =
  5905. OC\Files\View(
  5906.  
  5907. fakeRoot =
  5908. updater =
  5909. Max Object Depth (5)
  5910. lockingProvider =
  5911. Max Object Depth (5)
  5912. lockingEnabled =
  5913. FALSE
  5914. )
  5915. util =
  5916. OC\Encryption\Util(
  5917.  
  5918. headerSize =
  5919. 8192
  5920. blockSize =
  5921. 8192
  5922. view =
  5923. Max Object Depth (5)
  5924. ocHeaderKeys =
  5925. array(
  5926.  
  5927. [0] =>
  5928. Max Depth (10)
  5929. )
  5930. userManager =
  5931. Max Object Depth (5)
  5932. config =
  5933. Max Object Depth (5)
  5934. excludedPaths =
  5935. array(
  5936.  
  5937. [0] =>
  5938. Max Depth (10)
  5939. )
  5940. groupManager =
  5941. Max Object Depth (5)
  5942. )
  5943. mountManager =
  5944. Recursion (OC\Files\Mount\Manager)
  5945. encryptionManager =
  5946. OC\Encryption\Manager(
  5947.  
  5948. encryptionModules =
  5949. config =
  5950. Max Object Depth (5)
  5951. logger =
  5952. Max Object Depth (5)
  5953. l =
  5954. Max Object Depth (5)
  5955. )
  5956. uid =
  5957. 'vq'
  5958. file =
  5959. OC\Encryption\File(
  5960.  
  5961. util =
  5962. Max Object Depth (5)
  5963. )
  5964. )
  5965. mountManager =
  5966. Recursion (OC\Files\Mount\Manager)
  5967. storage =
  5968. OCA\Files_Locking\LockingWrapper(
  5969.  
  5970. locks =
  5971. storage =
  5972. OC\Files\Storage\Wrapper\Quota(
  5973.  
  5974. quota =
  5975. 27262976
  5976. sizeRoot =
  5977. 'files'
  5978. storage =
  5979. Max Object Depth (5)
  5980. )
  5981. )
  5982. cachedFiles =
  5983. )
  5984. )
  5985. class =
  5986. '\OC\Files\Storage\Home'
  5987. storageId =
  5988. NULL
  5989. arguments =
  5990. array(
  5991.  
  5992. ['user'] =>
  5993. OC\User\User(
  5994.  
  5995. uid =
  5996. 'vq'
  5997. displayName =
  5998. NULL
  5999. backend =
  6000. OC_User_Database(
  6001.  
  6002. cache =
  6003. array(
  6004.  
  6005. ['vq'] =>
  6006. array(
  6007.  
  6008. ['uid'] =>
  6009. Max Depth (10)
  6010. ['displayname'] =>
  6011. Max Depth (10)
  6012. )
  6013. )
  6014. possibleActions =
  6015. array(
  6016.  
  6017. [1] =>
  6018. 'createUser'
  6019. [16] =>
  6020. 'setPassword'
  6021. [256] =>
  6022. 'checkPassword'
  6023. [4096] =>
  6024. 'getHome'
  6025. [65536] =>
  6026. 'getDisplayName'
  6027. [1048576] =>
  6028. 'setDisplayName'
  6029. [16777216] =>
  6030. 'canChangeAvatar'
  6031. [268435456] =>
  6032. 'countUsers'
  6033. )
  6034. )
  6035. enabled =
  6036. TRUE
  6037. emitter =
  6038. OC\User\Manager(
  6039.  
  6040. backends =
  6041. array(
  6042.  
  6043. [0] =>
  6044. OC_User_Database(
  6045.  
  6046. cache =
  6047. Max Depth (10)
  6048. possibleActions =
  6049. Max Depth (10)
  6050. )
  6051. )
  6052. cachedUsers =
  6053. array(
  6054.  
  6055. ['vq'] =>
  6056. Recursion (OC\User\User)
  6057. )
  6058. config =
  6059. OC\AllConfig(
  6060.  
  6061. systemConfig =
  6062. OC\SystemConfig(
  6063.  
  6064. )
  6065. connection =
  6066. OC\DB\Connection(
  6067.  
  6068. tablePrefix =
  6069. Max Depth (10)
  6070. adapter =
  6071. Max Depth (10)
  6072. _conn =
  6073. Max Depth (10)
  6074. _config =
  6075. Max Depth (10)
  6076. _eventManager =
  6077. Max Depth (10)
  6078. _expr =
  6079. Max Depth (10)
  6080. _schemaManager =
  6081. Max Depth (10)
  6082. _driver =
  6083. Max Depth (10)
  6084. defaultFetchMode =
  6085. Max Depth (10)
  6086. _isConnected =
  6087. Max Depth (10)
  6088. autoCommit =
  6089. Max Depth (10)
  6090. _transactionNestingLevel =
  6091. Max Depth (10)
  6092. _transactionIsolationLevel =
  6093. Max Depth (10)
  6094. _nestTransactionsWithSavepoints =
  6095. Max Depth (10)
  6096. _params =
  6097. Max Depth (10)
  6098. platform =
  6099. Max Depth (10)
  6100. _isRollbackOnly =
  6101. Max Depth (10)
  6102. )
  6103. userCache =
  6104. array(
  6105.  
  6106. ['vq'] =>
  6107. Max Depth (10)
  6108. )
  6109. )
  6110. listeners =
  6111. array(
  6112.  
  6113. ['\OC\User::postDelete'] =>
  6114. array(
  6115.  
  6116. [0] =>
  6117. Max Depth (10)
  6118. [1] =>
  6119. Max Depth (10)
  6120. )
  6121. ['\OC\User::postLogin'] =>
  6122. array(
  6123.  
  6124. [0] =>
  6125. Max Depth (10)
  6126. [1] =>
  6127. Max Depth (10)
  6128. [2] =>
  6129. Max Depth (10)
  6130. )
  6131. ['\OC\User::postRememberedLogin'] =>
  6132. array(
  6133.  
  6134. [0] =>
  6135. Max Depth (10)
  6136. )
  6137. ['\OC\User::preCreateUser'] =>
  6138. array(
  6139.  
  6140. [0] =>
  6141. Max Depth (10)
  6142. )
  6143. ['\OC\User::postCreateUser'] =>
  6144. array(
  6145.  
  6146. [0] =>
  6147. Max Depth (10)
  6148. )
  6149. ['\OC\User::preDelete'] =>
  6150. array(
  6151.  
  6152. [0] =>
  6153. Max Depth (10)
  6154. )
  6155. ['\OC\User::preSetPassword'] =>
  6156. array(
  6157.  
  6158. [0] =>
  6159. Max Depth (10)
  6160. )
  6161. ['\OC\User::postSetPassword'] =>
  6162. array(
  6163.  
  6164. [0] =>
  6165. Max Depth (10)
  6166. )
  6167. ['\OC\User::preLogin'] =>
  6168. array(
  6169.  
  6170. [0] =>
  6171. Max Depth (10)
  6172. )
  6173. ['\OC\User::logout'] =>
  6174. array(
  6175.  
  6176. [0] =>
  6177. Max Depth (10)
  6178. )
  6179. )
  6180. )
  6181. home =
  6182. '/var/www/owncloud-8-1-4/data/vq'
  6183. lastLogin =
  6184. 1463037232
  6185. config =
  6186. OC\AllConfig(
  6187.  
  6188. systemConfig =
  6189. OC\SystemConfig(
  6190.  
  6191. )
  6192. connection =
  6193. OC\DB\Connection(
  6194.  
  6195. tablePrefix =
  6196. 'oc_'
  6197. adapter =
  6198. OC\DB\AdapterSqlite(
  6199.  
  6200. conn =
  6201. Max Depth (10)
  6202. )
  6203. _conn =
  6204. Doctrine\DBAL\Driver\PDOConnection(
  6205.  
  6206. )
  6207. _config =
  6208. Doctrine\DBAL\Configuration(
  6209.  
  6210. _attributes =
  6211. Max Depth (10)
  6212. )
  6213. _eventManager =
  6214. Doctrine\Common\EventManager(
  6215.  
  6216. _listeners =
  6217. Max Depth (10)
  6218. )
  6219. _expr =
  6220. Doctrine\DBAL\Query\Expression\ExpressionBuilder(
  6221.  
  6222. connection =
  6223. Max Depth (10)
  6224. )
  6225. _schemaManager =
  6226. NULL
  6227. _driver =
  6228. Doctrine\DBAL\Driver\PDOSqlite\Driver(
  6229.  
  6230. _userDefinedFunctions =
  6231. Max Depth (10)
  6232. )
  6233. defaultFetchMode =
  6234. 2
  6235. _isConnected =
  6236. TRUE
  6237. autoCommit =
  6238. TRUE
  6239. _transactionNestingLevel =
  6240. 0
  6241. _transactionIsolationLevel =
  6242. 2
  6243. _nestTransactionsWithSavepoints =
  6244. FALSE
  6245. _params =
  6246. array(
  6247.  
  6248. ['adapter'] =>
  6249. Max Depth (10)
  6250. ['driver'] =>
  6251. Max Depth (10)
  6252. ['wrapperClass'] =>
  6253. Max Depth (10)
  6254. ['user'] =>
  6255. Max Depth (10)
  6256. ['password'] =>
  6257. Max Depth (10)
  6258. ['path'] =>
  6259. Max Depth (10)
  6260. ['tablePrefix'] =>
  6261. Max Depth (10)
  6262. ['sqlite.journal_mode'] =>
  6263. Max Depth (10)
  6264. ['platform'] =>
  6265. Max Depth (10)
  6266. )
  6267. platform =
  6268. OC\DB\OCSqlitePlatform(
  6269.  
  6270. doctrineTypeMapping =
  6271. Max Depth (10)
  6272. doctrineTypeComments =
  6273. Max Depth (10)
  6274. _eventManager =
  6275. Max Depth (10)
  6276. _keywords =
  6277. Max Depth (10)
  6278. )
  6279. _isRollbackOnly =
  6280. FALSE
  6281. )
  6282. userCache =
  6283. array(
  6284.  
  6285. ['vq'] =>
  6286. array(
  6287.  
  6288. ['core'] =>
  6289. Max Depth (10)
  6290. ['files'] =>
  6291. Max Depth (10)
  6292. ['files_external'] =>
  6293. Max Depth (10)
  6294. ['firstrunwizard'] =>
  6295. Max Depth (10)
  6296. ['login'] =>
  6297. Max Depth (10)
  6298. )
  6299. )
  6300. )
  6301. )
  6302. )
  6303. mountPoint =
  6304. '/vq/'
  6305. mountOptions =
  6306. loader =
  6307. OC\Files\Storage\StorageFactory(
  6308.  
  6309. storageWrappers =
  6310. array(
  6311.  
  6312. ['mount_options'] =>
  6313. array(
  6314.  
  6315. ['wrapper'] =>
  6316. Closure(
  6317.  
  6318. 0 =
  6319. Recursion (Closure)
  6320. )
  6321. ['priority'] =>
  6322. 50
  6323. )
  6324. ['oc_quota'] =>
  6325. array(
  6326.  
  6327. ['wrapper'] =>
  6328. Closure(
  6329.  
  6330. 0 =
  6331. Recursion (Closure)
  6332. )
  6333. ['priority'] =>
  6334. 50
  6335. )
  6336. ['oc_encryption'] =>
  6337. array(
  6338.  
  6339. ['wrapper'] =>
  6340. array(
  6341.  
  6342. [0] =>
  6343. OC\Encryption\Util(
  6344.  
  6345. headerSize =
  6346. Max Depth (10)
  6347. blockSize =
  6348. Max Depth (10)
  6349. view =
  6350. Max Depth (10)
  6351. ocHeaderKeys =
  6352. Max Depth (10)
  6353. userManager =
  6354. Max Depth (10)
  6355. config =
  6356. Max Depth (10)
  6357. excludedPaths =
  6358. Max Depth (10)
  6359. groupManager =
  6360. Max Depth (10)
  6361. )
  6362. [1] =>
  6363. 'wrapStorage'
  6364. )
  6365. ['priority'] =>
  6366. 2
  6367. )
  6368. ['oc_flock'] =>
  6369. array(
  6370.  
  6371. ['wrapper'] =>
  6372. Closure(
  6373.  
  6374. 0 =
  6375. Recursion (Closure)
  6376. )
  6377. ['priority'] =>
  6378. 50
  6379. )
  6380. ['oc_trashbin'] =>
  6381. array(
  6382.  
  6383. ['wrapper'] =>
  6384. Closure(
  6385.  
  6386. 0 =
  6387. Recursion (Closure)
  6388. )
  6389. ['priority'] =>
  6390. 1
  6391. )
  6392. )
  6393. )
  6394. invalidStorage =
  6395. FALSE
  6396. )
  6397. ['/vq/files/vq/'] =>
  6398. OC\Files\Mount\MountPoint(
  6399.  
  6400. storage =
  6401. Recursion (OCA\Files_Trashbin\Storage)
  6402. class =
  6403. '\OC\Files\Storage\Swift'
  6404. storageId =
  6405. NULL
  6406. arguments =
  6407. array(
  6408.  
  6409. ['user'] =>
  6410. 'demo'
  6411. ['bucket'] =>
  6412. 'vq'
  6413. ['password'] =>
  6414. 'demo@345qwe'
  6415. ['region'] =>
  6416. 'regionOne'
  6417. ['service_name'] =>
  6418. 'swift'
  6419. ['tenant'] =>
  6420. 'demo'
  6421. ['timeout'] =>
  6422. ['url'] =>
  6423. 'http://controller:5000/v2.0'
  6424. )
  6425. mountPoint =
  6426. '/vq/files/vq/'
  6427. mountOptions =
  6428. loader =
  6429. OC\Files\Storage\StorageFactory(
  6430.  
  6431. storageWrappers =
  6432. array(
  6433.  
  6434. ['mount_options'] =>
  6435. array(
  6436.  
  6437. ['wrapper'] =>
  6438. Closure(
  6439.  
  6440. 0 =
  6441. Recursion (Closure)
  6442. )
  6443. ['priority'] =>
  6444. 50
  6445. )
  6446. ['oc_quota'] =>
  6447. array(
  6448.  
  6449. ['wrapper'] =>
  6450. Closure(
  6451.  
  6452. 0 =
  6453. Recursion (Closure)
  6454. )
  6455. ['priority'] =>
  6456. 50
  6457. )
  6458. ['oc_encryption'] =>
  6459. array(
  6460.  
  6461. ['wrapper'] =>
  6462. array(
  6463.  
  6464. [0] =>
  6465. OC\Encryption\Util(
  6466.  
  6467. headerSize =
  6468. Max Depth (10)
  6469. blockSize =
  6470. Max Depth (10)
  6471. view =
  6472. Max Depth (10)
  6473. ocHeaderKeys =
  6474. Max Depth (10)
  6475. userManager =
  6476. Max Depth (10)
  6477. config =
  6478. Max Depth (10)
  6479. excludedPaths =
  6480. Max Depth (10)
  6481. groupManager =
  6482. Max Depth (10)
  6483. )
  6484. [1] =>
  6485. 'wrapStorage'
  6486. )
  6487. ['priority'] =>
  6488. 2
  6489. )
  6490. ['oc_flock'] =>
  6491. array(
  6492.  
  6493. ['wrapper'] =>
  6494. Closure(
  6495.  
  6496. 0 =
  6497. Recursion (Closure)
  6498. )
  6499. ['priority'] =>
  6500. 50
  6501. )
  6502. ['oc_trashbin'] =>
  6503. array(
  6504.  
  6505. ['wrapper'] =>
  6506. Closure(
  6507.  
  6508. 0 =
  6509. Recursion (Closure)
  6510. )
  6511. ['priority'] =>
  6512. 1
  6513. )
  6514. )
  6515. )
  6516. invalidStorage =
  6517. FALSE
  6518. )
  6519. )
  6520. )
  6521. storage =
  6522. OC\Files\Storage\Swift(
  6523.  
  6524. connection =
  6525. OpenCloud\ObjectStore\Service(
  6526.  
  6527. cdnService =
  6528. NULL
  6529. regionless =
  6530. FALSE
  6531. client =
  6532. OpenCloud\OpenStack(
  6533.  
  6534. secret =
  6535. array(
  6536.  
  6537. ['username'] =>
  6538. 'demo'
  6539. ['password'] =>
  6540. 'demo@345qwe'
  6541. ['tenantName'] =>
  6542. 'demo'
  6543. )
  6544. token =
  6545. Max Object Depth (5)
  6546. tenant =
  6547. Max Object Depth (5)
  6548. catalog =
  6549. Max Object Depth (5)
  6550. logger =
  6551. Max Object Depth (5)
  6552. authUrl =
  6553. Max Object Depth (5)
  6554. user =
  6555. Max Object Depth (5)
  6556. defaultHeaders =
  6557. Max Object Depth (5)
  6558. userAgent =
  6559. 'OpenCloud/1.9.0 cURL/7.35.0 PHP/5.5.9-1ubuntu4.14'
  6560. requestFactory =
  6561. Max Object Depth (5)
  6562. eventDispatcher =
  6563. Max Object Depth (5)
  6564. config =
  6565. Max Object Depth (5)
  6566. baseUrl =
  6567. Max Object Depth (5)
  6568. curlMulti =
  6569. Max Object Depth (5)
  6570. uriTemplate =
  6571. Max Object Depth (5)
  6572. )
  6573. endpoint =
  6574. OpenCloud\Common\Service\Endpoint(
  6575.  
  6576. publicUrl =
  6577. Max Object Depth (5)
  6578. privateUrl =
  6579. Max Object Depth (5)
  6580. region =
  6581. 'regionOne'
  6582. )
  6583. resources =
  6584. namespaces =
  6585. type =
  6586. 'object-store'
  6587. name =
  6588. 'swift'
  6589. region =
  6590. 'regionOne'
  6591. urlType =
  6592. 'publicURL'
  6593. properties =
  6594. logger =
  6595. NULL
  6596. )
  6597. container =
  6598. OpenCloud\ObjectStore\Resource\Container(
  6599.  
  6600. cdn =
  6601. NULL
  6602. metadataClass =
  6603. 'OpenCloud\ObjectStore\Resource\ContainerMetadata'
  6604. name =
  6605. 'vq'
  6606. metadata =
  6607. OpenCloud\ObjectStore\Resource\ContainerMetadata(
  6608.  
  6609. metadata =
  6610. array(
  6611.  
  6612. ['object-count'] =>
  6613. 2
  6614. ['timestamp'] =>
  6615. 1459326750.29341
  6616. ['read'] =>
  6617. '.r:*'
  6618. ['bytes-used'] =>
  6619. 1182164
  6620. ['trans-id'] =>
  6621. 'txf5194355b420434aa7109-00573440ae'
  6622. )
  6623. properties =
  6624. logger =
  6625. NULL
  6626. )
  6627. service =
  6628. OpenCloud\ObjectStore\Service(
  6629.  
  6630. cdnService =
  6631. NULL
  6632. regionless =
  6633. FALSE
  6634. client =
  6635. Max Object Depth (5)
  6636. endpoint =
  6637. Max Object Depth (5)
  6638. resources =
  6639. namespaces =
  6640. type =
  6641. 'object-store'
  6642. name =
  6643. 'swift'
  6644. region =
  6645. 'regionOne'
  6646. urlType =
  6647. 'publicURL'
  6648. properties =
  6649. logger =
  6650. NULL
  6651. )
  6652. properties =
  6653. logger =
  6654. NULL
  6655. )
  6656. anchor =
  6657. OpenCloud\OpenStack(
  6658.  
  6659. secret =
  6660. array(
  6661.  
  6662. ['username'] =>
  6663. 'demo'
  6664. ['password'] =>
  6665. 'demo@345qwe'
  6666. ['tenantName'] =>
  6667. 'demo'
  6668. )
  6669. token =
  6670. OpenCloud\Identity\Resource\Token(
  6671.  
  6672. id =
  6673. '9ef4ab9c3e1e42e5a9d04e11c70186ab'
  6674. expires =
  6675. '2016-05-12T09:37:02Z'
  6676. url_resource =
  6677. 'tokens'
  6678. metadata =
  6679. Max Object Depth (5)
  6680. service =
  6681. Max Object Depth (5)
  6682. parent =
  6683. NULL
  6684. properties =
  6685. logger =
  6686. Max Object Depth (5)
  6687. )
  6688. tenant =
  6689. OpenCloud\Identity\Resource\Tenant(
  6690.  
  6691. id =
  6692. '751c471132a54a3b9d1730baf6a52cb3'
  6693. name =
  6694. 'demo'
  6695. description =
  6696. 'Demo Tenant'
  6697. enabled =
  6698. TRUE
  6699. url_resource =
  6700. 'tenants'
  6701. json_name =
  6702. 'tenants'
  6703. metadata =
  6704. Max Object Depth (5)
  6705. service =
  6706. Max Object Depth (5)
  6707. parent =
  6708. NULL
  6709. properties =
  6710. logger =
  6711. NULL
  6712. )
  6713. catalog =
  6714. OpenCloud\Common\Service\Catalog(
  6715.  
  6716. items =
  6717. array(
  6718.  
  6719. [0] =>
  6720. OpenCloud\Common\Service\CatalogItem(
  6721.  
  6722. name =
  6723. 'nova'
  6724. type =
  6725. 'compute'
  6726. endpoints =
  6727. array(
  6728.  
  6729. [0] =>
  6730. stdClass(
  6731.  
  6732. adminURL =
  6733. 'http://controller:8774/v2/751c471132a54a3b9d1730baf6a52cb3'
  6734. region =
  6735. 'regionOne'
  6736. internalURL =
  6737. 'http://controller:8774/v2/751c471132a54a3b9d1730baf6a52cb3'
  6738. id =
  6739. '0981b66a139d4f09acb1ea9ef26db588'
  6740. publicURL =
  6741. 'http://controller:8774/v2/751c471132a54a3b9d1730baf6a52cb3'
  6742. )
  6743. )
  6744. )
  6745. [1] =>
  6746. OpenCloud\Common\Service\CatalogItem(
  6747.  
  6748. name =
  6749. 'neutron'
  6750. type =
  6751. 'network'
  6752. endpoints =
  6753. array(
  6754.  
  6755. [0] =>
  6756. stdClass(
  6757.  
  6758. adminURL =
  6759. 'http://controller:9696'
  6760. region =
  6761. 'regionOne'
  6762. internalURL =
  6763. 'http://controller:9696'
  6764. id =
  6765. '09596087989649b1b4c2c14bbd1336da'
  6766. publicURL =
  6767. 'http://controller:9696'
  6768. )
  6769. )
  6770. )
  6771. [2] =>
  6772. OpenCloud\Common\Service\CatalogItem(
  6773.  
  6774. name =
  6775. 'cinderv2'
  6776. type =
  6777. 'volumev2'
  6778. endpoints =
  6779. array(
  6780.  
  6781. [0] =>
  6782. stdClass(
  6783.  
  6784. adminURL =
  6785. 'http://controller:8776/v2/751c471132a54a3b9d1730baf6a52cb3'
  6786. region =
  6787. 'regionOne'
  6788. internalURL =
  6789. 'http://controller:8776/v2/751c471132a54a3b9d1730baf6a52cb3'
  6790. id =
  6791. '3ffdbb9a102c472b83a12879d650be2f'
  6792. publicURL =
  6793. 'http://controller:8776/v2/751c471132a54a3b9d1730baf6a52cb3'
  6794. )
  6795. )
  6796. )
  6797. [3] =>
  6798. OpenCloud\Common\Service\CatalogItem(
  6799.  
  6800. name =
  6801. 'glance'
  6802. type =
  6803. 'image'
  6804. endpoints =
  6805. array(
  6806.  
  6807. [0] =>
  6808. stdClass(
  6809.  
  6810. adminURL =
  6811. 'http://controller:9292'
  6812. region =
  6813. 'regionOne'
  6814. internalURL =
  6815. 'http://controller:9292'
  6816. id =
  6817. '0c2199a8adda47b6a6f331cda9ad8e01'
  6818. publicURL =
  6819. 'http://controller:9292'
  6820. )
  6821. )
  6822. )
  6823. [4] =>
  6824. OpenCloud\Common\Service\CatalogItem(
  6825.  
  6826. name =
  6827. 'ceilometer'
  6828. type =
  6829. 'metering'
  6830. endpoints =
  6831. array(
  6832.  
  6833. [0] =>
  6834. stdClass(
  6835.  
  6836. adminURL =
  6837. 'http://controller:8777'
  6838. region =
  6839. 'regionOne'
  6840. internalURL =
  6841. 'http://controller:8777'
  6842. id =
  6843. '16687040c37e46df9c543a970d26dae0'
  6844. publicURL =
  6845. 'http://controller:8777'
  6846. )
  6847. )
  6848. )
  6849. [5] =>
  6850. OpenCloud\Common\Service\CatalogItem(
  6851.  
  6852. name =
  6853. 'cinder'
  6854. type =
  6855. 'volume'
  6856. endpoints =
  6857. array(
  6858.  
  6859. [0] =>
  6860. stdClass(
  6861.  
  6862. adminURL =
  6863. 'http://controller:8776/v1/751c471132a54a3b9d1730baf6a52cb3'
  6864. region =
  6865. 'regionOne'
  6866. internalURL =
  6867. 'http://controller:8776/v1/751c471132a54a3b9d1730baf6a52cb3'
  6868. id =
  6869. '04fcbe10b8bf49588d469048be1eed97'
  6870. publicURL =
  6871. 'http://controller:8776/v1/751c471132a54a3b9d1730baf6a52cb3'
  6872. )
  6873. )
  6874. )
  6875. [6] =>
  6876. OpenCloud\Common\Service\CatalogItem(
  6877.  
  6878. name =
  6879. 'swift'
  6880. type =
  6881. 'object-store'
  6882. endpoints =
  6883. array(
  6884.  
  6885. [0] =>
  6886. stdClass(
  6887.  
  6888. adminURL =
  6889. 'http://controller:8080'
  6890. region =
  6891. 'regionOne'
  6892. internalURL =
  6893. 'http://controller:8080/v1/AUTH_751c471132a54a3b9d1730baf6a52cb3'
  6894. id =
  6895. '192d41a695e24aa2be065acde54c86da'
  6896. publicURL =
  6897. 'http://controller:8080/v1/AUTH_751c471132a54a3b9d1730baf6a52cb3'
  6898. )
  6899. )
  6900. )
  6901. [7] =>
  6902. OpenCloud\Common\Service\CatalogItem(
  6903.  
  6904. name =
  6905. 'keystone'
  6906. type =
  6907. 'identity'
  6908. endpoints =
  6909. array(
  6910.  
  6911. [0] =>
  6912. stdClass(
  6913.  
  6914. adminURL =
  6915. 'http://controller:35357/v2.0'
  6916. region =
  6917. 'regionOne'
  6918. internalURL =
  6919. 'http://controller:5000/v2.0'
  6920. id =
  6921. '6efd671ecff040bbbeb5d4943630986d'
  6922. publicURL =
  6923. 'http://controller:5000/v2.0'
  6924. )
  6925. )
  6926. )
  6927. )
  6928. )
  6929. logger =
  6930. OpenCloud\Common\Log\Logger(
  6931.  
  6932. enabled =
  6933. FALSE
  6934. urgentLevels =
  6935. array(
  6936.  
  6937. [0] =>
  6938. 'emergency'
  6939. [1] =>
  6940. 'alert'
  6941. [2] =>
  6942. 'critical'
  6943. )
  6944. options =
  6945. array(
  6946.  
  6947. ['outputToFile'] =>
  6948. FALSE
  6949. ['logFile'] =>
  6950. NULL
  6951. ['dateFormat'] =>
  6952. 'd/m/y H:I'
  6953. ['delimeter'] =>
  6954. ' - '
  6955. )
  6956. )
  6957. authUrl =
  6958. Guzzle\Http\Url(
  6959.  
  6960. scheme =
  6961. 'http'
  6962. host =
  6963. 'controller'
  6964. port =
  6965. 5000
  6966. username =
  6967. NULL
  6968. password =
  6969. NULL
  6970. path =
  6971. '/v2.0'
  6972. fragment =
  6973. NULL
  6974. query =
  6975. Max Object Depth (5)
  6976. )
  6977. user =
  6978. OpenCloud\Identity\Resource\User(
  6979.  
  6980. defaultRegion =
  6981. NULL
  6982. domainId =
  6983. NULL
  6984. id =
  6985. '3a32e7d7033c466a898a91da27305de7'
  6986. username =
  6987. 'demo'
  6988. email =
  6989. NULL
  6990. enabled =
  6991. NULL
  6992. password =
  6993. NULL
  6994. createKeys =
  6995. array(
  6996.  
  6997. [0] =>
  6998. 'username'
  6999. [1] =>
  7000. 'email'
  7001. [2] =>
  7002. 'enabled'
  7003. )
  7004. updateKeys =
  7005. array(
  7006.  
  7007. [0] =>
  7008. 'username'
  7009. [1] =>
  7010. 'email'
  7011. [2] =>
  7012. 'enabled'
  7013. [3] =>
  7014. 'RAX-AUTH:defaultRegion'
  7015. [4] =>
  7016. 'RAX-AUTH:domainId'
  7017. [5] =>
  7018. 'id'
  7019. )
  7020. aliases =
  7021. array(
  7022.  
  7023. ['RAX-AUTH:defaultRegion'] =>
  7024. 'defaultRegion'
  7025. ['RAX-AUTH:domainId'] =>
  7026. 'domainId'
  7027. ['OS-KSADM:password'] =>
  7028. 'password'
  7029. )
  7030. url_resource =
  7031. 'users'
  7032. json_name =
  7033. 'user'
  7034. metadata =
  7035. Max Object Depth (5)
  7036. service =
  7037. Max Object Depth (5)
  7038. parent =
  7039. NULL
  7040. properties =
  7041. logger =
  7042. Max Object Depth (5)
  7043. )
  7044. defaultHeaders =
  7045. Guzzle\Common\Collection(
  7046.  
  7047. data =
  7048. )
  7049. userAgent =
  7050. 'OpenCloud/1.9.0 cURL/7.35.0 PHP/5.5.9-1ubuntu4.14'
  7051. requestFactory =
  7052. Guzzle\Http\Message\RequestFactory(
  7053.  
  7054. instance =
  7055. Max Object Depth (5)
  7056. methods =
  7057. array(
  7058.  
  7059. ['getInstance'] =>
  7060. 0
  7061. ['__construct'] =>
  7062. 1
  7063. ['fromMessage'] =>
  7064. 2
  7065. ['fromParts'] =>
  7066. 3
  7067. ['create'] =>
  7068. 4
  7069. ['cloneRequestWithMethod'] =>
  7070. 5
  7071. ['applyOptions'] =>
  7072. 6
  7073. ['visit_headers'] =>
  7074. 7
  7075. ['visit_body'] =>
  7076. 8
  7077. ['visit_allow_redirects'] =>
  7078. 9
  7079. ['visit_auth'] =>
  7080. 10
  7081. ['visit_query'] =>
  7082. 11
  7083. ['visit_cookies'] =>
  7084. 12
  7085. ['visit_events'] =>
  7086. 13
  7087. ['visit_plugins'] =>
  7088. 14
  7089. ['visit_exceptions'] =>
  7090. 15
  7091. ['visit_save_to'] =>
  7092. 16
  7093. ['visit_params'] =>
  7094. 17
  7095. ['visit_timeout'] =>
  7096. 18
  7097. ['visit_connect_timeout'] =>
  7098. 19
  7099. ['visit_debug'] =>
  7100. 20
  7101. ['visit_verify'] =>
  7102. 21
  7103. ['visit_proxy'] =>
  7104. 22
  7105. ['visit_cert'] =>
  7106. 23
  7107. ['visit_ssl_key'] =>
  7108. 24
  7109. )
  7110. requestClass =
  7111. 'Guzzle\Http\Message\Request'
  7112. entityEnclosingRequestClass =
  7113. 'Guzzle\Http\Message\EntityEnclosingRequest'
  7114. )
  7115. eventDispatcher =
  7116. Symfony\Component\EventDispatcher\EventDispatcher(
  7117.  
  7118. listeners =
  7119. array(
  7120.  
  7121. ['request.sent'] =>
  7122. array(
  7123.  
  7124. [100] =>
  7125. array(
  7126.  
  7127. [0] =>
  7128. array(
  7129.  
  7130. [0] =>
  7131. Guzzle\Http\RedirectPlugin(
  7132.  
  7133. defaultMaxRedirects =
  7134. Max Depth (10)
  7135. )
  7136. [1] =>
  7137. 'onRequestSent'
  7138. )
  7139. )
  7140. )
  7141. ['request.clone'] =>
  7142. array(
  7143.  
  7144. [0] =>
  7145. array(
  7146.  
  7147. [0] =>
  7148. array(
  7149.  
  7150. [0] =>
  7151. Guzzle\Http\RedirectPlugin(
  7152.  
  7153. defaultMaxRedirects =
  7154. Max Depth (10)
  7155. )
  7156. [1] =>
  7157. 'cleanupRequest'
  7158. )
  7159. )
  7160. )
  7161. ['request.before_send'] =>
  7162. array(
  7163.  
  7164. [0] =>
  7165. array(
  7166.  
  7167. [0] =>
  7168. array(
  7169.  
  7170. [0] =>
  7171. Guzzle\Http\RedirectPlugin(
  7172.  
  7173. defaultMaxRedirects =
  7174. Max Depth (10)
  7175. )
  7176. [1] =>
  7177. 'cleanupRequest'
  7178. )
  7179. )
  7180. )
  7181. ['curl.callback.progress'] =>
  7182. array(
  7183.  
  7184. [0] =>
  7185. array(
  7186.  
  7187. [0] =>
  7188. array(
  7189.  
  7190. [0] =>
  7191. OpenCloud\Common\Http\Message\RequestSubscriber(
  7192.  
  7193. )
  7194. [1] =>
  7195. 'doCurlProgress'
  7196. )
  7197. )
  7198. )
  7199. )
  7200. sorted =
  7201. )
  7202. config =
  7203. Guzzle\Common\Collection(
  7204.  
  7205. data =
  7206. array(
  7207.  
  7208. ['curl.options'] =>
  7209. array(
  7210.  
  7211. [64] =>
  7212. TRUE
  7213. [81] =>
  7214. 2
  7215. [10065] =>
  7216. '/var/www/owncloud-8-1-4/3rdparty/guzzle/http/Guzzle/Http/Resources/cacert.pem'
  7217. )
  7218. ['request.options'] =>
  7219. array(
  7220.  
  7221. ['headers'] =>
  7222. array(
  7223.  
  7224. ['Accept'] =>
  7225. 'application/json'
  7226. ['X-Auth-Token'] =>
  7227. '9ef4ab9c3e1e42e5a9d04e11c70186ab'
  7228. )
  7229. )
  7230. )
  7231. )
  7232. baseUrl =
  7233. Guzzle\Http\Url(
  7234.  
  7235. scheme =
  7236. 'http'
  7237. host =
  7238. 'controller'
  7239. port =
  7240. 8080
  7241. username =
  7242. NULL
  7243. password =
  7244. NULL
  7245. path =
  7246. '/v1/AUTH_751c471132a54a3b9d1730baf6a52cb3'
  7247. fragment =
  7248. NULL
  7249. query =
  7250. Max Object Depth (5)
  7251. )
  7252. curlMulti =
  7253. Guzzle\Http\Curl\CurlMultiProxy(
  7254.  
  7255. handles =
  7256. array(
  7257.  
  7258. [0] =>
  7259. Guzzle\Http\Curl\CurlMulti(
  7260.  
  7261. multiHandle =
  7262. Resource id #37
  7263. requests =
  7264. handles =
  7265. SplObjectStorage(
  7266.  
  7267. )
  7268. resourceHash =
  7269. exceptions =
  7270. successful =
  7271. multiErrors =
  7272. array(
  7273.  
  7274. [1] =>
  7275. array(
  7276.  
  7277. [0] =>
  7278. 'CURLM_BAD_HANDLE'
  7279. [1] =>
  7280. 'The passed-in handle is not a valid CURLM handle.'
  7281. )
  7282. [2] =>
  7283. array(
  7284.  
  7285. [0] =>
  7286. 'CURLM_BAD_EASY_HANDLE'
  7287. [1] =>
  7288. 'An easy handle was not good/valid. It could mean that it isn't an easy handle at all, or possibly that the handle already is in used by this or another multi handle.'
  7289. )
  7290. [3] =>
  7291. array(
  7292.  
  7293. [0] =>
  7294. 'CURLM_OUT_OF_MEMORY'
  7295. [1] =>
  7296. 'You are doomed.'
  7297. )
  7298. [4] =>
  7299. array(
  7300.  
  7301. [0] =>
  7302. 'CURLM_INTERNAL_ERROR'
  7303. [1] =>
  7304. 'This can only be returned if libcurl bugs. Please report it to us!'
  7305. )
  7306. )
  7307. eventDispatcher =
  7308. Symfony\Component\EventDispatcher\EventDispatcher(
  7309.  
  7310. listeners =
  7311. sorted =
  7312. )
  7313. )
  7314. )
  7315. groups =
  7316. queued =
  7317. maxHandles =
  7318. 3
  7319. eventDispatcher =
  7320. Max Object Depth (5)
  7321. )
  7322. uriTemplate =
  7323. Guzzle\Parser\UriTemplate\UriTemplate(
  7324.  
  7325. template =
  7326. NULL
  7327. variables =
  7328. NULL
  7329. regex =
  7330. '/\{([^\}]+)\}/'
  7331. operatorHash =
  7332. array(
  7333.  
  7334. ['+'] =>
  7335. TRUE
  7336. ['#'] =>
  7337. TRUE
  7338. [.] =>
  7339. TRUE
  7340. ['/'] =>
  7341. TRUE
  7342. [';'] =>
  7343. TRUE
  7344. ['?'] =>
  7345. TRUE
  7346. ['&'] =>
  7347. TRUE
  7348. )
  7349. delims =
  7350. array(
  7351.  
  7352. [0] =>
  7353. ':'
  7354. [1] =>
  7355. '/'
  7356. [2] =>
  7357. '?'
  7358. [3] =>
  7359. '#'
  7360. [4] =>
  7361. '['
  7362. [5] =>
  7363. ']'
  7364. [6] =>
  7365. '@'
  7366. [7] =>
  7367. '!'
  7368. [8] =>
  7369. '$'
  7370. [9] =>
  7371. '&'
  7372. [10] =>
  7373. '''
  7374. [11] =>
  7375. '('
  7376. [12] =>
  7377. ')'
  7378. [13] =>
  7379. '*'
  7380. [14] =>
  7381. '+'
  7382. [15] =>
  7383. ','
  7384. [16] =>
  7385. ';'
  7386. [17] =>
  7387. '='
  7388. )
  7389. delimsPct =
  7390. array(
  7391.  
  7392. [0] =>
  7393. '%3A'
  7394. [1] =>
  7395. '%2F'
  7396. [2] =>
  7397. '%3F'
  7398. [3] =>
  7399. '%23'
  7400. [4] =>
  7401. '%5B'
  7402. [5] =>
  7403. '%5D'
  7404. [6] =>
  7405. '%40'
  7406. [7] =>
  7407. '%21'
  7408. [8] =>
  7409. '%24'
  7410. [9] =>
  7411. '%26'
  7412. [10] =>
  7413. '%27'
  7414. [11] =>
  7415. '%28'
  7416. [12] =>
  7417. '%29'
  7418. [13] =>
  7419. '%2A'
  7420. [14] =>
  7421. '%2B'
  7422. [15] =>
  7423. '%2C'
  7424. [16] =>
  7425. '%3B'
  7426. [17] =>
  7427. '%3D'
  7428. )
  7429. )
  7430. )
  7431. bucket =
  7432. 'vq'
  7433. params =
  7434. array(
  7435.  
  7436. ['user'] =>
  7437. 'demo'
  7438. ['bucket'] =>
  7439. 'vq'
  7440. ['password'] =>
  7441. 'demo@345qwe'
  7442. ['region'] =>
  7443. 'regionOne'
  7444. ['service_name'] =>
  7445. 'swift'
  7446. ['tenant'] =>
  7447. 'demo'
  7448. ['timeout'] =>
  7449. ['url'] =>
  7450. 'http://controller:5000/v2.0'
  7451. )
  7452. tmpFiles =
  7453. cache =
  7454. OC\Files\Cache\Cache(
  7455.  
  7456. partial =
  7457. storageId =
  7458. 'swift::demof6f8ddafeae6f834f2f923985f6975c7'
  7459. storageCache =
  7460. OC\Files\Cache\Storage(
  7461.  
  7462. storageId =
  7463. 'swift::demof6f8ddafeae6f834f2f923985f6975c7'
  7464. numericId =
  7465. 54
  7466. )
  7467. mimetypeIds =
  7468. array(
  7469.  
  7470. ['httpd'] =>
  7471. 1
  7472. ['httpd/unix-directory'] =>
  7473. 2
  7474. ['application'] =>
  7475. 3
  7476. ['application/vnd.oasis.opendocument.text'] =>
  7477. 4
  7478. ['image'] =>
  7479. 5
  7480. ['image/jpeg'] =>
  7481. 6
  7482. ['image/png'] =>
  7483. 7
  7484. ['application/octet-stream'] =>
  7485. 8
  7486. ['application/pdf'] =>
  7487. 9
  7488. ['text'] =>
  7489. 10
  7490. ['text/plain'] =>
  7491. 11
  7492. ['application/rar'] =>
  7493. 12
  7494. ['application/directory'] =>
  7495. 13
  7496. ['image/ipeg'] =>
  7497. 14
  7498. ['application/zip'] =>
  7499. 15
  7500. ['application/x-rar-compressed'] =>
  7501. 16
  7502. ['image/gif'] =>
  7503. 17
  7504. ['application/vnd.openxmlformats-officedocument.wordprocessingml.document'] =>
  7505. 18
  7506. ['application/msword'] =>
  7507. 19
  7508. ['application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'] =>
  7509. 20
  7510. ['application/x-php'] =>
  7511. 21
  7512. ['application/vnd.ms-excel'] =>
  7513. 22
  7514. ['application/vnd.ms-powerpoint'] =>
  7515. 23
  7516. ['application/x-msi'] =>
  7517. 24
  7518. ['application/x-ms-dos-executable'] =>
  7519. 25
  7520. ['image/bmp'] =>
  7521. 26
  7522. ['audio'] =>
  7523. 27
  7524. ['audio/mpeg'] =>
  7525. 28
  7526. ['video'] =>
  7527. 29
  7528. ['video/mp4'] =>
  7529. 30
  7530. ['application/vnd.openxmlformats-officedocument.presentationml.presentation'] =>
  7531. 31
  7532. ['text/x-shellscript'] =>
  7533. 32
  7534. ['video/x-ms-wmv'] =>
  7535. 33
  7536. )
  7537. mimetypes =
  7538. array(
  7539.  
  7540. [1] =>
  7541. 'httpd'
  7542. [2] =>
  7543. 'httpd/unix-directory'
  7544. [3] =>
  7545. 'application'
  7546. [4] =>
  7547. 'application/vnd.oasis.opendocument.text'
  7548. [5] =>
  7549. 'image'
  7550. [6] =>
  7551. 'image/jpeg'
  7552. [7] =>
  7553. 'image/png'
  7554. [8] =>
  7555. 'application/octet-stream'
  7556. [9] =>
  7557. 'application/pdf'
  7558. [10] =>
  7559. 'text'
  7560. [11] =>
  7561. 'text/plain'
  7562. [12] =>
  7563. 'application/rar'
  7564. [13] =>
  7565. 'application/directory'
  7566. [14] =>
  7567. 'image/ipeg'
  7568. [15] =>
  7569. 'application/zip'
  7570. [16] =>
  7571. 'application/x-rar-compressed'
  7572. [17] =>
  7573. 'image/gif'
  7574. [18] =>
  7575. 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
  7576. [19] =>
  7577. 'application/msword'
  7578. [20] =>
  7579. 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
  7580. [21] =>
  7581. 'application/x-php'
  7582. [22] =>
  7583. 'application/vnd.ms-excel'
  7584. [23] =>
  7585. 'application/vnd.ms-powerpoint'
  7586. [24] =>
  7587. 'application/x-msi'
  7588. [25] =>
  7589. 'application/x-ms-dos-executable'
  7590. [26] =>
  7591. 'image/bmp'
  7592. [27] =>
  7593. 'audio'
  7594. [28] =>
  7595. 'audio/mpeg'
  7596. [29] =>
  7597. 'video'
  7598. [30] =>
  7599. 'video/mp4'
  7600. [31] =>
  7601. 'application/vnd.openxmlformats-officedocument.presentationml.presentation'
  7602. [32] =>
  7603. 'text/x-shellscript'
  7604. [33] =>
  7605. 'video/x-ms-wmv'
  7606. )
  7607. )
  7608. scanner =
  7609. OC\Files\Cache\Scanner(
  7610.  
  7611. storage =
  7612. Recursion (OCA\Files_Trashbin\Storage)
  7613. storageId =
  7614. 'swift::demof6f8ddafeae6f834f2f923985f6975c7'
  7615. cache =
  7616. OC\Files\Cache\Cache(
  7617.  
  7618. partial =
  7619. storageId =
  7620. 'swift::demof6f8ddafeae6f834f2f923985f6975c7'
  7621. storageCache =
  7622. Max Object Depth (5)
  7623. mimetypeIds =
  7624. array(
  7625.  
  7626. ['httpd'] =>
  7627. 1
  7628. ['httpd/unix-directory'] =>
  7629. 2
  7630. ['application'] =>
  7631. 3
  7632. ['application/vnd.oasis.opendocument.text'] =>
  7633. 4
  7634. ['image'] =>
  7635. 5
  7636. ['image/jpeg'] =>
  7637. 6
  7638. ['image/png'] =>
  7639. 7
  7640. ['application/octet-stream'] =>
  7641. 8
  7642. ['application/pdf'] =>
  7643. 9
  7644. ['text'] =>
  7645. 10
  7646. ['text/plain'] =>
  7647. 11
  7648. ['application/rar'] =>
  7649. 12
  7650. ['application/directory'] =>
  7651. 13
  7652. ['image/ipeg'] =>
  7653. 14
  7654. ['application/zip'] =>
  7655. 15
  7656. ['application/x-rar-compressed'] =>
  7657. 16
  7658. ['image/gif'] =>
  7659. 17
  7660. ['application/vnd.openxmlformats-officedocument.wordprocessingml.document'] =>
  7661. 18
  7662. ['application/msword'] =>
  7663. 19
  7664. ['application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'] =>
  7665. 20
  7666. ['application/x-php'] =>
  7667. 21
  7668. ['application/vnd.ms-excel'] =>
  7669. 22
  7670. ['application/vnd.ms-powerpoint'] =>
  7671. 23
  7672. ['application/x-msi'] =>
  7673. 24
  7674. ['application/x-ms-dos-executable'] =>
  7675. 25
  7676. ['image/bmp'] =>
  7677. 26
  7678. ['audio'] =>
  7679. 27
  7680. ['audio/mpeg'] =>
  7681. 28
  7682. ['video'] =>
  7683. 29
  7684. ['video/mp4'] =>
  7685. 30
  7686. ['application/vnd.openxmlformats-officedocument.presentationml.presentation'] =>
  7687. 31
  7688. ['text/x-shellscript'] =>
  7689. 32
  7690. ['video/x-ms-wmv'] =>
  7691. 33
  7692. )
  7693. mimetypes =
  7694. array(
  7695.  
  7696. [1] =>
  7697. 'httpd'
  7698. [2] =>
  7699. 'httpd/unix-directory'
  7700. [3] =>
  7701. 'application'
  7702. [4] =>
  7703. 'application/vnd.oasis.opendocument.text'
  7704. [5] =>
  7705. 'image'
  7706. [6] =>
  7707. 'image/jpeg'
  7708. [7] =>
  7709. 'image/png'
  7710. [8] =>
  7711. 'application/octet-stream'
  7712. [9] =>
  7713. 'application/pdf'
  7714. [10] =>
  7715. 'text'
  7716. [11] =>
  7717. 'text/plain'
  7718. [12] =>
  7719. 'application/rar'
  7720. [13] =>
  7721. 'application/directory'
  7722. [14] =>
  7723. 'image/ipeg'
  7724. [15] =>
  7725. 'application/zip'
  7726. [16] =>
  7727. 'application/x-rar-compressed'
  7728. [17] =>
  7729. 'image/gif'
  7730. [18] =>
  7731. 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
  7732. [19] =>
  7733. 'application/msword'
  7734. [20] =>
  7735. 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
  7736. [21] =>
  7737. 'application/x-php'
  7738. [22] =>
  7739. 'application/vnd.ms-excel'
  7740. [23] =>
  7741. 'application/vnd.ms-powerpoint'
  7742. [24] =>
  7743. 'application/x-msi'
  7744. [25] =>
  7745. 'application/x-ms-dos-executable'
  7746. [26] =>
  7747. 'image/bmp'
  7748. [27] =>
  7749. 'audio'
  7750. [28] =>
  7751. 'audio/mpeg'
  7752. [29] =>
  7753. 'video'
  7754. [30] =>
  7755. 'video/mp4'
  7756. [31] =>
  7757. 'application/vnd.openxmlformats-officedocument.presentationml.presentation'
  7758. [32] =>
  7759. 'text/x-shellscript'
  7760. [33] =>
  7761. 'video/x-ms-wmv'
  7762. )
  7763. )
  7764. cacheActive =
  7765. TRUE
  7766. useTransactions =
  7767. TRUE
  7768. lockingProvider =
  7769. OC\Lock\NoopLockingProvider(
  7770.  
  7771. )
  7772. listeners =
  7773. )
  7774. watcher =
  7775. OC\Files\Cache\Watcher(
  7776.  
  7777. watchPolicy =
  7778. 1
  7779. checkedPaths =
  7780. storage =
  7781. Recursion (OCA\Files_Trashbin\Storage)
  7782. cache =
  7783. OC\Files\Cache\Cache(
  7784.  
  7785. partial =
  7786. storageId =
  7787. 'swift::demof6f8ddafeae6f834f2f923985f6975c7'
  7788. storageCache =
  7789. Max Object Depth (5)
  7790. mimetypeIds =
  7791. array(
  7792.  
  7793. ['httpd'] =>
  7794. 1
  7795. ['httpd/unix-directory'] =>
  7796. 2
  7797. ['application'] =>
  7798. 3
  7799. ['application/vnd.oasis.opendocument.text'] =>
  7800. 4
  7801. ['image'] =>
  7802. 5
  7803. ['image/jpeg'] =>
  7804. 6
  7805. ['image/png'] =>
  7806. 7
  7807. ['application/octet-stream'] =>
  7808. 8
  7809. ['application/pdf'] =>
  7810. 9
  7811. ['text'] =>
  7812. 10
  7813. ['text/plain'] =>
  7814. 11
  7815. ['application/rar'] =>
  7816. 12
  7817. ['application/directory'] =>
  7818. 13
  7819. ['image/ipeg'] =>
  7820. 14
  7821. ['application/zip'] =>
  7822. 15
  7823. ['application/x-rar-compressed'] =>
  7824. 16
  7825. ['image/gif'] =>
  7826. 17
  7827. ['application/vnd.openxmlformats-officedocument.wordprocessingml.document'] =>
  7828. 18
  7829. ['application/msword'] =>
  7830. 19
  7831. ['application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'] =>
  7832. 20
  7833. ['application/x-php'] =>
  7834. 21
  7835. ['application/vnd.ms-excel'] =>
  7836. 22
  7837. ['application/vnd.ms-powerpoint'] =>
  7838. 23
  7839. ['application/x-msi'] =>
  7840. 24
  7841. ['application/x-ms-dos-executable'] =>
  7842. 25
  7843. ['image/bmp'] =>
  7844. 26
  7845. ['audio'] =>
  7846. 27
  7847. ['audio/mpeg'] =>
  7848. 28
  7849. ['video'] =>
  7850. 29
  7851. ['video/mp4'] =>
  7852. 30
  7853. ['application/vnd.openxmlformats-officedocument.presentationml.presentation'] =>
  7854. 31
  7855. ['text/x-shellscript'] =>
  7856. 32
  7857. ['video/x-ms-wmv'] =>
  7858. 33
  7859. )
  7860. mimetypes =
  7861. array(
  7862.  
  7863. [1] =>
  7864. 'httpd'
  7865. [2] =>
  7866. 'httpd/unix-directory'
  7867. [3] =>
  7868. 'application'
  7869. [4] =>
  7870. 'application/vnd.oasis.opendocument.text'
  7871. [5] =>
  7872. 'image'
  7873. [6] =>
  7874. 'image/jpeg'
  7875. [7] =>
  7876. 'image/png'
  7877. [8] =>
  7878. 'application/octet-stream'
  7879. [9] =>
  7880. 'application/pdf'
  7881. [10] =>
  7882. 'text'
  7883. [11] =>
  7884. 'text/plain'
  7885. [12] =>
  7886. 'application/rar'
  7887. [13] =>
  7888. 'application/directory'
  7889. [14] =>
  7890. 'image/ipeg'
  7891. [15] =>
  7892. 'application/zip'
  7893. [16] =>
  7894. 'application/x-rar-compressed'
  7895. [17] =>
  7896. 'image/gif'
  7897. [18] =>
  7898. 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
  7899. [19] =>
  7900. 'application/msword'
  7901. [20] =>
  7902. 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
  7903. [21] =>
  7904. 'application/x-php'
  7905. [22] =>
  7906. 'application/vnd.ms-excel'
  7907. [23] =>
  7908. 'application/vnd.ms-powerpoint'
  7909. [24] =>
  7910. 'application/x-msi'
  7911. [25] =>
  7912. 'application/x-ms-dos-executable'
  7913. [26] =>
  7914. 'image/bmp'
  7915. [27] =>
  7916. 'audio'
  7917. [28] =>
  7918. 'audio/mpeg'
  7919. [29] =>
  7920. 'video'
  7921. [30] =>
  7922. 'video/mp4'
  7923. [31] =>
  7924. 'application/vnd.openxmlformats-officedocument.presentationml.presentation'
  7925. [32] =>
  7926. 'text/x-shellscript'
  7927. [33] =>
  7928. 'video/x-ms-wmv'
  7929. )
  7930. )
  7931. scanner =
  7932. OC\Files\Cache\Scanner(
  7933.  
  7934. storage =
  7935. Max Object Depth (5)
  7936. storageId =
  7937. 'swift::demof6f8ddafeae6f834f2f923985f6975c7'
  7938. cache =
  7939. Max Object Depth (5)
  7940. cacheActive =
  7941. TRUE
  7942. useTransactions =
  7943. TRUE
  7944. lockingProvider =
  7945. Max Object Depth (5)
  7946. listeners =
  7947. )
  7948. )
  7949. storageCache =
  7950. NULL
  7951. mountOptions =
  7952. cachedFiles =
  7953. id =
  7954. 'swift::demof6f8ddafeae6f834f2f923985f6975c7'
  7955. )
  7956. cachedFiles =
  7957. )
  7958. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement