Home
last modified time | relevance | path

Searched refs:AUTO_LABEL (Results 1 – 5 of 5) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/codeitnowin/barcode/CodeItNow/BarcodeBundle/Generator/
H A DCINBarcode1D.php23 const AUTO_LABEL = '##!!AUTO_LABEL!!##'; define in CodeItNow\\BarcodeBundle\\Generator\\CINBarcode1D
45 $this->setLabel(self::AUTO_LABEL);
84 if ($this->label === self::AUTO_LABEL) {
H A DCINothercode.php48 if ($this->label === CINBarcode1D::AUTO_LABEL) {
H A DCINgs1128.php251 if($this->customLabelText!==false and CINBarcode1D::AUTO_LABEL!=$this->customLabelText){
/dports/games/burrtools/burrtools-0.6.3/src/flu/
H A DFlu_Tree_Browser.h737 AUTO_LABEL_COLOR = 0x0400, AUTO_COLOR = 0x0800, AUTO_LABEL = 0x1000, enumerator
797 { SET(AUTO_LABEL,b); } in auto_label()
801 { return CHECK(AUTO_LABEL); } in auto_label()
H A DFlu_Tree_Browser.cpp2003 if( CHECK(AUTO_LABEL) ) in draw()