Home
last modified time | relevance | path

Searched refs:text_row (Results 1 – 25 of 37) sorted by relevance

12

/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/htdocs/management/
H A Dipblock_list.mhtml74 my @text_row = ();
91 push( @text_row, "");
96 push( @text_row, $dev->fqdn);
99 push( @text_row, "");
112 push( @$page, \@text_row);
126 my @text_row = ();
140 my @text_row = ();
148 push( @text_row, $status );
155 push( @text_row , $title."%" );
172 push( @text_row, "" );
[all …]
/dports/finance/frontaccounting/frontaccounting/admin/
H A Dprinters.php132 text_row(_("Printer Name").':', 'name', null, 20, 20);
133 text_row(_("Printer Description").':', 'descr', null, 40, 60);
134 text_row(_("Host name or IP").':', 'host', null, 30, 40);
135 text_row(_("Port").':', 'port', null, 5, 5);
136 text_row(_("Printer Queue").':', 'queue', null, 20, 20);
137 text_row(_("Timeout").':', 'tout', null, 5, 5);
H A Dgl_setup.php145 text_row(_("Past Due Days Interval:"), 'past_due_days', $_POST['past_due_days'], 6, 6, '', "", _("d…
159 text_row(_("Default Credit Limit:"), 'default_credit_limit', $_POST['default_credit_limit'], 12, 12…
180 text_row(_("Quote Valid Days:"), 'default_quote_valid_days', $_POST['default_quote_valid_days'], 6,…
182 text_row(_("Delivery Required By:"), 'default_delivery_required', $_POST['default_delivery_required…
190 text_row(_("Dimension Required By After:"), 'default_dim_required', $_POST['default_dim_required'],…
227 text_row(_("Work Order Required By After:"), 'default_workorder_required', $_POST['default_workorde…
H A Dsecurity_roles.php195 text_row(_("Role name:"), 'name', null, 20, 22);
196 text_row(_("Role description:"), 'description', null, 50, 52);
H A Dpayment_terms.php174 text_row(_("Terms Description:"), 'terms', null, 40, 40);
H A Dprint_profiles.php136 text_row(_("Printing Profile Name").':', 'name', null, 30, 30);
/dports/security/nmap/nmap-7.91/nselib/
H A Dtab.lua114 local text_row = {}
118 text_row[#text_row + 1] = elem .. string.rep(" ", column_width[x] - #elem)
120 text_row[#text_row + 1] = elem
123 buf = buf .. table.concat(text_row, " ") .. "\n"
/dports/finance/frontaccounting/frontaccounting/purchasing/manage/
H A Dsuppliers.php91 text_row(_("Supplier Name:"), 'supp_name', null, 42, 40);
92 text_row(_("Supplier Short Name:"), 'supp_ref', null, 30, 30);
94 text_row(_("GSTNo:"), 'gst_no', null, 42, 40);
107 text_row(_("Our Customer No:"), 'supp_account_no', null, 42, 40);
110 text_row(_("Bank Name/Account:"), 'bank_account', null, 42, 40);
130 text_row(_("Phone Number:"), 'phone', null, 32, 30);
131 text_row(_("Secondary Phone Number:"), 'phone2', null, 32, 30);
159 text_row(_("Contact Person:"), 'contact', null, 42, 40);
160 text_row(_("Fax Number:"), 'fax', null, 32, 30);
/dports/devel/bashdb/bashdb-5.0-1.1.2/lib/
H A Dcolumnize.sh99 text_row=''
104 text_row+="${text_cell}"
105 ((col != text_size-1)) && text_row+="${colsep}"
107 columnized+=("$text_row")
/dports/finance/frontaccounting/frontaccounting/sales/manage/
H A Dcustomer_branches.php237 text_row(_("Branch Name:"), 'br_name', null, 35, 40);
238 text_row(_("Branch Short Name:"), 'br_ref', null, 30, 30);
259 text_row(_("Contact Person:"), 'contact_name', null, 35, 40);
260 text_row(_("Phone Number:"), 'phone', null, 32, 30);
261 text_row(_("Secondary Phone Number:"), 'phone2', null, 32, 30);
262 text_row(_("Fax Number:"), 'fax', null, 32, 30);
H A Dcustomers.php232 text_row(_("Customer Name:"), 'CustName', $_POST['CustName'], 40, 80);
233 text_row(_("Customer Short Name:"), 'cust_ref', null, 30, 30);
236 text_row(_("GSTNo:"), 'tax_id', null, 40, 40);
256 text_row(_("Phone:"), 'phone', null, 32, 30);
257 text_row(_("Secondary Phone Number:"), 'phone2', null, 32, 30);
258 text_row(_("Fax Number:"), 'fax', null, 32, 30);
/dports/finance/frontaccounting/frontaccounting/includes/ui/
H A Dcontacts_view.inc92 text_row(_("First Name:"), 'name', @$this->data['name'], 35, 40);
93 text_row(_("Last Name:"), 'name2', @$this->data['name2'], 35, 40);
94 text_row(_("Reference:"), 'ref', @$this->data['ref'], 35, 40);
102 text_row(_("Phone:"), 'phone', @$this->data['phone'], 32, 30);
103 text_row(_("Secondary Phone Number:"), 'phone2', @$this->data['phone2'], 32, 30);
104 text_row(_("Fax Number:"), 'fax', @$this->data['fax'], 32, 30);
/dports/finance/frontaccounting/frontaccounting/gl/manage/
H A Dbank_accounts.php163 text_row(_("Bank Account Name:"), 'bank_account_name', null, 50, 100);
189 text_row(_("Bank Name:"), 'bank_name', null, 50, 60);
190 text_row(_("Bank Account Number:"), 'bank_account_number', null, 30, 60);
/dports/finance/frontaccounting/frontaccounting/access/
H A Dpassword_reset.php63 text_row(_("Email"), "email_entry_field", "", 20, 30);
77 text_row(_("Company"), "company_login_nickname", "", 20, 50);
H A Dlogin.php93 text_row(_("User name"), "user_name_entry_field", $value, 20, 30);
114 text_row(_("Company"), "company_login_nickname", "", 20, 50);
/dports/finance/frontaccounting/frontaccounting/inventory/manage/
H A Dsales_kits.php199 text_row(_("Alias/kit code:"), 'kit_code', null, 20, 21);
206 text_row(_("Description:"), 'description', null, 50, 200);
232 text_row(_("Description:"), 'description', null, 50, 200);
H A Ditem_units.php139 text_row(_("Unit Abbreviation:"), 'abbr', null, 20, 20);
140 text_row(_("Descriptive Name:"), 'description', null, 40, 40);
H A Ditem_codes.php178 text_row(_("UPC/EAN code:"), 'item_code', null, 20, 21);
180 text_row(_("Description:"), 'description', null, 50, 200);
H A Dmovement_types.php129 text_row(_("Description:"), 'name', null, 50, 50);
H A Ditems.php263 text_row(_("Item Code:"), 'NewStockID', null, 21, 20);
299 text_row(_("Name:"), 'description', null, 52, 200);
H A Dlocations.php196 text_row(_("Location Code:"), 'loc_code', null, 5, 5);
/dports/finance/frontaccounting/frontaccounting/inventory/
H A Dpurchasing_data.php216 text_row(_("Suppliers Unit of Measure:"), 'suppliers_uom', null, 50, 51);
224 text_row(_("Supplier's Code or Description:"), 'supplier_description', null, 50, 51);
/dports/multimedia/olive/olive-0.1.2/effects/internal/
H A Drichtexteffect.cpp22 EffectRow* text_row = new EffectRow(this, tr("Text")); in RichTextEffect() local
23 text_val = new StringField(text_row, "text"); in RichTextEffect()
/dports/net-mgmt/cacti/cacti-1.2.19/formats/
H A Ddefault.format50 .text_row {
H A Dlotus_notes.format57 .text_row {

12