Searched refs:price (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/examples_java/src/persist/
H A DEventExample.java43 * attributes, such as price, account reps, customer name and quantity.
71 /* This example will add secondary indices on price and accountReps. */
72 private int price; field in class:EventExample.Event
78 Event(int price, argument
81 this.price = price;
93 sb.append(" price=").append(price);
107 return price;
219 * by price
[all...]
H A DEventExampleDPL.java37 * other attributes, such as price, account reps, customer name and
69 private int price; field in class:EventExampleDPL.Event
77 int price,
81 this.price = price;
96 sb.append(" price=").append(price);
116 * as well as by the rep and price fields
176 "price");
224 * Display all events, ordered by a secondary index on price
76 Event(Date time, int price, String customerName) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_c/ex_rep/common/
H A Drep_common.c90 char buf[BUFSIZE], *first, *price; local
110 price = NULL;
111 } else if ((price = strtok(NULL, DELIM)) == NULL) {
179 data.data = price;
180 data.size = (u_int32_t)strlen(price);
/macosx-10.10/BerkeleyDB-21/db/examples_c/getting_started/
H A Dexample_database_read.c194 float price; local
200 price = *((float *)buf);
220 printf("\tPrice: %.2f\n", price);
H A Dexample_database_load.c211 float price; local
231 name, sku, &price, &quantity, category, vendor);
242 memcpy(databuf, &price, dataLen);
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/getting_started/
H A DgettingStartedCommon.hpp9 inline void setPrice(double price) {price_ = price;} argument
161 * first string in the buffer after the price (a double) and the quantity
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ManualBindings/
H A DAppController.py15 self.totalCountField.bind_toObject_withKeyPath_options_(u"value", self.arrayController, u"arrangedObjects.@sum.price", None)
23 # binding options for "price"
27 # binding for selected "price" field
28 self.selectedPriceField.bind_toObject_withKeyPath_options_(u"value", self.arrayController, u"selection.price", bindingOptions)
30 #binding for "price" column
31 tableColumn = self.tableView.tableColumnWithIdentifier_(u'price')
32 tableColumn.bind_toObject_withKeyPath_options_(u"value", self.arrayController, u"arrangedObjects.price", bindingOptions)
64 def price(self): member in class:Item
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ManualBindings/
H A DAppController.py15 self.totalCountField.bind_toObject_withKeyPath_options_(u"value", self.arrayController, u"arrangedObjects.@sum.price", None)
23 # binding options for "price"
27 # binding for selected "price" field
28 self.selectedPriceField.bind_toObject_withKeyPath_options_(u"value", self.arrayController, u"selection.price", bindingOptions)
30 #binding for "price" column
31 tableColumn = self.tableView.tableColumnWithIdentifier_(u'price')
32 tableColumn.bind_toObject_withKeyPath_options_(u"value", self.arrayController, u"arrangedObjects.price", bindingOptions)
64 def price(self): member in class:Item
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/ManualBindings/
H A DAppController.py15 self.totalCountField.bind_toObject_withKeyPath_options_(u"value", self.arrayController, u"arrangedObjects.@sum.price", None)
23 # binding options for "price"
27 # binding for selected "price" field
28 self.selectedPriceField.bind_toObject_withKeyPath_options_(u"value", self.arrayController, u"selection.price", bindingOptions)
30 #binding for "price" column
31 tableColumn = self.tableView.tableColumnWithIdentifier_(u'price')
32 tableColumn.bind_toObject_withKeyPath_options_(u"value", self.arrayController, u"arrangedObjects.price", bindingOptions)
64 def price(self): member in class:Item
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drpc001.tcl293 set price {
305 $txnflag -env $env -dup -dupsort price.db]
317 foreach kd $price {
339 error_check_good pdb:remove [$env dbremove price.db] 0
380 # Start a cursor, (using txn child0 in the fruit and price dbs, if
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp300 // - enter "<stock symbol> <price>" to insert or update a record in the
327 log("Format: <stock> <price>");
347 const char *price = token2.c_str(); local
348 StringDbt data(const_cast<char*>(price));
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_yaml.rb471 'description' => 'Basketball', 'price' => 450.00 },
473 'description' => 'Super Hoop', 'price' => 2392.00 } ],
494 price : 450.00
498 price : 2392.00
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DWatch.pm256 are being performed (however, you pay the price of not knowing about
/macosx-10.10/zlib-55/zlib/contrib/masmx64/
H A Dinffasx64.asm18 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)
H A Dgvmat64.asm52 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm2279 relationships. For example, consider a table that has price and currency
2285 Widget->columns(All => qw/widgetid name price currency_code/);
2288 print $obj->price . " " . $obj->currency_code;
2297 print $obj->price . " " . $obj->currency_code->id;
/macosx-10.10/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm967 (This is the price of keeping comments when re-writing.)
/macosx-10.10/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm969 (This is the price of keeping comments when re-writing.)
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm1283 Logging comes with a price tag. C<Log::Log4perl> has been optimized
1732 This convenience comes at a price, though: Calling time() with every
/macosx-10.10/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm986 class can be mildly irritating, but it is still a very small price to
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1354 \ 'cybermut_creerformulairecm(': 'string url_cm, string version, string tpe, string price, string ref_command, string text_free, string url_return, string url_return_ok, string url_return_err, string language, string code_company, string text_button | string',
1356 \ 'cybermut_testmac(': 'string code_mac, string version, string tpe, string cdate, string price, string ref_command, string text_free, string code_return | bool',

Completed in 301 milliseconds