/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to classes/request.php

  • Committer: Suren A. Chilingaryan
  • Date: 2019-02-22 17:52:45 UTC
  • Revision ID: csa@suren.me-20190222175245-fpp327t7p200dqos
Update cache overview in the administrative interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
 const NEED_ITEMINFO = 0x0010;
373
373
 const NEED_AXISINFO = 0x0020;
374
374
 const ONLY_AXISINFO = 0x0040;
 
375
 const NEED_READERINFO = 0x0080;
375
376
 const LIST_VIRTUAL = 0x0100;           // Include Virtual Groups into the List
376
377
 const LIST_COMPLEX = 0x0200;           // Include Complex Groups into the List
377
378
 const LIST_CUSTOM = 0x0400;            // Include Custom Items into the Full List (always listed if in the mask)