Searched refs:settings (Results 101 - 125 of 138) sorted by relevance

123456

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dati_fragment_shader.c852 struct ffp_frag_settings settings; local
857 gen_ffp_frag_op(context, state, &settings, TRUE);
858 desc = (const struct atifs_ffp_desc *)find_ffp_frag_shader(&priv->fragment_shaders, &settings);
869 if (settings.op[i].cop == WINED3D_TOP_DISABLE)
874 new_desc->parent.settings = settings;
875 new_desc->shader = gen_ati_shader(settings.op, gl_info);
881 /* GL_ATI_fragment_shader depends on the GL_TEXTURE_xD enable settings. Update the texture stages
H A Dwined3d_private.h1781 struct ffp_frag_settings settings; member in struct:ffp_frag_desc
1789 struct ffp_frag_settings *settings, BOOL ignore_textype) DECLSPEC_HIDDEN;
1791 const struct ffp_frag_settings *settings) DECLSPEC_HIDDEN;
1839 struct wined3d_ffp_vs_settings settings; member in struct:wined3d_ffp_vs_desc
1843 struct wined3d_ffp_vs_settings *settings) DECLSPEC_HIDDEN;
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp42 #include <VBox/settings.h>
736 * Saves the settings attributes of one snapshot.
738 * @param data Target for saving snapshot settings.
741 HRESULT Snapshot::i_saveSnapshotImplOne(settings::Snapshot &data) const
769 * @param data Target for saving snapshot settings.
772 HRESULT Snapshot::i_saveSnapshotImpl(settings::Snapshot &data) const
778 settings::SnapshotsList &llSettingsChildren = data.llChildSnapshots;
784 // stack footprint, avoiding local settings objects on the stack which
787 llSettingsChildren.push_back(settings::g_SnapshotEmpty);
804 * @param data Target for saving snapshot settings
[all...]
H A DApplianceImplExport.cpp125 // BIOS settings?
1859 settings::MachineConfigFile *pConfig = new settings::MachineConfigFile(NULL);
1868 // Apply export tweaks to machine settings
1873 for (settings::NetworkAdaptersList::iterator it = pConfig->hardwareMachine.llNetworkAdapters.begin();
1877 settings::NetworkAdapter &nic = *it;
1885 settings::MachineConfigFile::BuildMachineXML_WriteVBoxVersionAttribute
1886 /*| settings::MachineConfigFile::BuildMachineXML_SkipRemovableMedia*/
1887 | settings::MachineConfigFile::BuildMachineXML_SuppressSavedState,
H A DHostImpl.cpp165 #include <VBox/settings.h>
1389 // save the global settings; for that we should hold only the VirtualBox lock
1444 // save the global settings; for that we should hold only the VirtualBox lock
1691 HRESULT Host::i_loadSettings(const settings::Host &data)
1701 for (settings::USBDeviceFiltersList::const_iterator it = data.llUSBDeviceFilters.begin();
1705 const settings::USBDeviceFilter &f = *it;
1728 HRESULT Host::i_saveSettings(settings::Host &data)
1744 settings::USBDeviceFilter f;
2227 // save the global settings... yeah, on every single filter property change
H A DApplianceImpl.cpp1655 settings::MachineConfigFile *pConfig = NULL;
1661 pConfig = new settings::MachineConfigFile(NULL);
1678 const settings::MachineConfigFile* VirtualSystemDescription::i_getMachineConfig() const
H A DStorageControllerImpl.cpp29 #include <VBox/settings.h>
H A DPerformanceImpl.cpp42 #include <VBox/settings.h>
/vbox/src/VBox/Devices/EFI/Firmware/
H A Dedksetup.bat19 @REM test and set of environment settings are performed.
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_sma.c28 #include <ipxe/settings.h>
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIPopupCenter.cpp436 .arg(UIHostCombo::toReadableString(vboxGlobal().settings().hostCombo())),
H A DVBoxGlobal.h117 VBoxGlobalSettings &settings() { return gset; } function in class:VBoxGlobal
H A DUIMessageCenter.cpp921 tr("Failed to save the settings."),
931 "usable until you correct their settings by either choosing "
948 "you correct their settings by either choosing a different interface "
1045 "Only certain settings can be changed while a machine is running. "
1054 tr("<p>The machine settings were changed while you were editing them. "
1056 "<p>Would you like to reload the changed settings or to keep your own changes?</p>"),
1058 tr("Reload settings"), tr("Keep changes"));
1209 tr("Failed to save the settings of the virtual machine <b>%1</b> to <b><nobr>%2</nobr></b>.")
1859 "<p>You can either change the machine's network settings or stop the machine.</p>")
1894 .arg(UIHostCombo::toReadableString(vboxGlobal().settings()
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp164 if (vboxGlobal().settings().autoCapture())
183 /* Apply debug settings from the command line. */
998 /* Load settings: */
1310 /* Load extra-data settings: */
1347 const bool fEnabledGlobally = !vboxGlobal().settings().isFeatureActive("noMenuBar");
1361 const bool fEnabledGlobally = !vboxGlobal().settings().isFeatureActive("noStatusBar");
1389 /* Save extra-data settings: */
1502 /* Save settings: */
H A DUIIndicatorsPool.cpp992 connect(&vboxGlobal().settings(), SIGNAL(propertyChanged(const char *, const char *)),
1003 setText(UIHostCombo::toReadableString(vboxGlobal().settings().hostCombo()));
H A DUIKeyboardHandler.cpp754 , m_globalSettings(vboxGlobal().settings())
776 /* Load settings: */
808 /* Global settings: */
811 initMappedX11Keyboard(QX11Info::display(), vboxGlobal().settings().publicProperty("GUI/RemapScancodes"));
814 /* Extra data settings: */
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp498 const char *settings = "/boot/home/config/settings"; local
500 settings = p.Path();
503 "%s/" MOZ_USER_DIR, settings);
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Ddns.c37 #include <ipxe/settings.h>
612 * Apply DNS settings
643 /** DNS settings applicator */
H A Dtftp.c38 #include <ipxe/settings.h>
1218 * Apply TFTP configuration settings
1236 * an unrelated setting and triggered all the settings
1256 /** TFTP settings applicator */
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp1654 Bstr settings("");
1656 settings = a->argv[4];
1657 CHECK_ERROR_BREAK(pEmulatedUSB, WebcamAttach(path.raw(), settings.raw()));
/vbox/src/VBox/Devices/Audio/
H A Daudio_template.h347 hw_as = glue (conf.fixed_, TYPE).settings;
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvberom.asm380 ; other settings
414 ; settings for >= 8bpp
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkReply.cpp122 UIProxyManager proxyManager(vboxGlobal().settings().proxySettings());
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIHostComboEditor.cpp411 initMappedX11Keyboard(QX11Info::display(), vboxGlobal().settings().publicProperty("GUI/RemapScancodes"));
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dniclist.pl547 var firstAvailCol;if(typeof(matrix[rowIndex])=="undefined"){matrix[rowIndex]=[];}for(var k=0;k<matrix[rowIndex].length+1;k++){if(typeof(matrix[rowIndex][k])=="undefined"){firstAvailCol=k;break;}}lookup[cellId]=firstAvailCol;for(var k=rowIndex;k<rowIndex+rowSpan;k++){if(typeof(matrix[k])=="undefined"){matrix[k]=[];}var matrixrow=matrix[k];for(var l=firstAvailCol;l<firstAvailCol+colSpan;l++){matrixrow[l]="x";}}}}return lookup;}function checkCellColSpan(table,rows,row){var arr=[],r=table.tHead.rows,c=r[row].cells;for(var i=0;i<c.length;i++){var cell=c[i];if(cell.colSpan>1){arr=arr.concat(checkCellColSpan(table,headerArr,row++));}else{if(table.tHead.length==1||(cell.rowSpan>1||!r[row+1])){arr.push(cell);}}}return arr;};function checkHeaderMetadata(cell){if(($.metadata)&&($(cell).metadata().sorter===false)){return true;};return false;}function checkHeaderOptions(table,i){if((table.config.headers[i])&&(table.config.headers[i].sorter===false)){return true;};return false;}function checkHeaderOptionsSortingLocked(table,i){if((table.config.headers[i])&&(table.config.headers[i].lockedOrder))return table.config.headers[i].lockedOrder;return false;}function applyWidget(table){var c=table.config.widgets;var l=c.length;for(var i=0;i<l;i++){getWidgetById(c[i]).format(table);}}function getWidgetById(name){var l=widgets.length;for(var i=0;i<l;i++){if(widgets[i].id.toLowerCase()==name.toLowerCase()){return widgets[i];}}};function formatSortingOrder(v){if(typeof(v)!="Number"){return(v.toLowerCase()=="desc")?1:0;}else{return(v==1)?1:0;}}function isValueInArray(v,a){var l=a.length;for(var i=0;i<l;i++){if(a[i][0]==v){return true;}}return false;}function setHeadersCss(table,$headers,list,css){$headers.removeClass(css[0]).removeClass(css[1]);var h=[];$headers.each(function(offset){if(!this.sortDisabled){h[this.column]=$(this);}});var l=list.length;for(var i=0;i<l;i++){h[list[i][0]].addClass(css[list[i][1]]);}}function fixColumnWidth(table,$headers){var c=table.config;if(c.widthFixed){var colgroup=$('<colgroup>');$("tr:first td",table.tBodies[0]).each(function(){colgroup.append($('<col>').css('width',$(this).width()));});$(table).prepend(colgroup);};}function updateHeaderSortCount(table,sortList){var c=table.config,l=sortList.length;for(var i=0;i<l;i++){var s=sortList[i],o=c.headerList[s[0]];o.count=s[1];o.count++;}}function multisort(table,sortList,cache){if(table.config.debug){var sortTime=new Date();}var dynamicExp="var sortWrapper = function(a,b) {",l=sortList.length;for(var i=0;i<l;i++){var c=sortList[i][0];var order=sortList[i][1];var s=(table.config.parsers[c].type=="text")?((order==0)?makeSortFunction("text","asc",c):makeSortFunction("text","desc",c)):((order==0)?makeSortFunction("numeric","asc",c):makeSortFunction("numeric","desc",c));var e="e"+i;dynamicExp+="var "+e+" = "+s;dynamicExp+="if("+e+") { return "+e+"; } ";dynamicExp+="else { ";}var orgOrderCol=cache.normalized[0].length-1;dynamicExp+="return a["+orgOrderCol+"]-b["+orgOrderCol+"];";for(var i=0;i<l;i++){dynamicExp+="}; ";}dynamicExp+="return 0; ";dynamicExp+="}; ";if(table.config.debug){benchmark("Evaling expression:"+dynamicExp,new Date());}eval(dynamicExp);cache.normalized.sort(sortWrapper);if(table.config.debug){benchmark("Sorting on "+sortList.toString()+" and dir "+order+" time:",sortTime);}return cache;};function makeSortFunction(type,direction,index){var a="a["+index+"]",b="b["+index+"]";if(type=='text'&&direction=='asc'){return"("+a+" == "+b+" ? 0 : ("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : ("+a+" < "+b+") ? -1 : 1 )));";}else if(type=='text'&&direction=='desc'){return"("+a+" == "+b+" ? 0 : ("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : ("+b+" < "+a+") ? -1 : 1 )));";}else if(type=='numeric'&&direction=='asc'){return"("+a+" === null && "+b+" === null) ? 0 :("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : "+a+" - "+b+"));";}else if(type=='numeric'&&direction=='desc'){return"("+a+" === null && "+b+" === null) ? 0 :("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : "+b+" - "+a+"));";}};function makeSortText(i){return"((a["+i+"] < b["+i+"]) ? -1 : ((a["+i+"] > b["+i+"]) ? 1 : 0));";};function makeSortTextDesc(i){return"((b["+i+"] < a["+i+"]) ? -1 : ((b["+i+"] > a["+i+"]) ? 1 : 0));";};function makeSortNumeric(i){return"a["+i+"]-b["+i+"];";};function makeSortNumericDesc(i){return"b["+i+"]-a["+i+"];";};function sortText(a,b){if(table.config.sortLocaleCompare)return a.localeCompare(b);return((a<b)?-1:((a>b)?1:0));};function sortTextDesc(a,b){if(table.config.sortLocaleCompare)return b.localeCompare(a);return((b<a)?-1:((b>a)?1:0));};function sortNumeric(a,b){return a-b;};function sortNumericDesc(a,b){return b-a;};function getCachedSortType(parsers,i){return parsers[i].type;};this.construct=function(settings){return this.each(function(){if(!this.tHead||!this.tBodies)return;var $this,$document,$headers,cache,config,shiftDown=0,sortOrder;this.config={};config=$.extend(this.config,$.tablesorter.defaults,settings);$this=$(this);$.data(this,"tablesorter",config);$headers=buildHeaders(this);this.config.parsers=buildParserCache(this,$headers);cache=buildCache(this);var sortCSS=[config.cssDesc,config.cssAsc];fixColumnWidth(this);$headers.click(function(e){var totalRows=($this[0].tBodies[0]&&$this[0].tBodies[0].rows.length)||0;if(!this.sortDisabled&&totalRows>0){$this.trigger("sortStart");var $cell=$(this);var i=this.column;this.order=this.count++%2;if(this.lockedOrder)this.order=this.lockedOrder;if(!e[config.sortMultiSortKey]){config.sortList=[];if(config.sortForce!=null){var a=config.sortForce;for(var j=0;j<a.length;j++){if(a[j][0]!=i){config.sortList.push(a[j]);}}}config.sortList.push([i,this.order]);}else{if(isValueInArray(i,config.sortList)){for(var j=0;j<config.sortList.length;j++){var s=config.sortList[j],o=config.headerList[s[0]];if(s[0]==i){o.count=s[1];o.count++;s[1]=o.count%2;}}}else{config.sortList.push([i,this.order]);}};setTimeout(function(){setHeadersCss($this[0],$headers,config.sortList,sortCSS);appendToTable($this[0],multisort($this[0],config.sortList,cache));},1);return false;}}).mousedown(function(){if(config.cancelSelection){this.onselectstart=function(){return false};return false;}});$this.bind("update",function(){var me=this;setTimeout(function(){me.config.parsers=buildParserCache(me,$headers);cache=buildCache(me);},1);}).bind("updateCell",function(e,cell){var config=this.config;var pos=[(cell.parentNode.rowIndex-1),cell.cellIndex];cache.normalized[pos[0]][pos[1]]=config.parsers[pos[1]].format(getElementText(config,cell),cell);}).bind("sorton",function(e,list){$(this).trigger("sortStart");config.sortList=list;var sortList=config.sortList;updateHeaderSortCount(this,sortList);setHeadersCss(this,$headers,sortList,sortCSS);appendToTable(this,multisort(this,sortList,cache));}).bind("appendCache",function(){appendToTable(this,cache);}).bind("applyWidgetId",function(e,id){getWidgetById(id).format(this);}).bind("applyWidgets",function(){applyWidget(this);});if($.metadata&&($(this).metadata()&&$(this).metadata().sortlist)){config.sortList=$(this).metadata().sortlist;}if(config.sortList.length>0){$this.trigger("sorton",[config.sortList]);}applyWidget(this);});};this.addParser=function(parser){var l=parsers.length,a=true;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==parser.id.toLowerCase()){a=false;}}if(a){parsers.push(parser);};};this.addWidget=function(widget){widgets.push(widget);};this.formatFloat=function(s){var i=parseFloat(s);return(isNaN(i))?0:i;};this.formatInt=function(s){var i=parseInt(s);return(isNaN(i))?0:i;};this.isDigit=function(s,config){return/^[-+]?\d*$/.test($.trim(s.replace(/[,.']/g,'')));};this.clearTableBody=function(table){if($.browser.msie){function empty(){while(this.firstChild)this.removeChild(this.firstChild);}empty.apply(table.tBodies[0]);}else{table.tBodies[0].innerHTML="";}};}});$.fn.extend({tablesorter:$.tablesorter.construct});var ts=$.tablesorter;ts.addParser({id:"text",is:function(s){return true;},format:function(s){return $.trim(s.toLocaleLowerCase());},type:"text"});ts.addParser({id:"digit",is:function(s,table){var c=table.config;return $.tablesorter.isDigit(s,c);},format:function(s){return $.tablesorter.formatFloat(s);},type:"numeric"});ts.addParser({id:"currency",is:function(s){return/^[£$€?.]/.test(s);},format:function(s){return $.tablesorter.formatFloat(s.replace(new RegExp(/[£$€]/g),""));},type:"numeric"});ts.addParser({id:"ipAddress",is:function(s){return/^\d{2,3}[\.]\d{2,3}[\.]\d{2,3}[\.]\d{2,3}$/.test(s);},format:function(s){var a=s.split("."),r="",l=a.length;for(var i=0;i<l;i++){var item=a[i];if(item.length==2){r+="0"+item;}else{r+=item;}}return $.tablesorter.formatFloat(r);},type:"numeric"});ts.addParser({id:"url",is:function(s){return/^(https?|ftp|file):\/\/$/.test(s);},format:function(s){return jQuery.trim(s.replace(new RegExp(/(https?|ftp|file):\/\//),''));},type:"text"});ts.addParser({id:"isoDate",is:function(s){return/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(s);},format:function(s){return $.tablesorter.formatFloat((s!="")?new Date(s.replace(new RegExp(/-/g),"/")).getTime():"0");},type:"numeric"});ts.addParser({id:"percent",is:function(s){return/\%$/.test($.trim(s));},format:function(s){return $.tablesorter.formatFloat(s.replace(new RegExp(/%/g),""));},type:"numeric"});ts.addParser({id:"usLongDate",is:function(s){return s.match(new RegExp(/^[A-Za-z]{3,10}\.? [0-9]{1,2}, ([0-9]{4}|'?[0-9]{2}) (([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(AM|PM)))$/));},format:function(s){return $.tablesorter.formatFloat(new Date(s).getTime());},type:"numeric"});ts.addParser({id:"shortDate",is:function(s){return/\d{1,2}[\/\-]\d{1,2}[\/\-]\d{2,4}/.test(s);},format:function(s,table){var c=table.config;s=s.replace(/\-/g,"/");if(c.dateFormat=="us"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/,"$3/$1/$2");}else if(c.dateFormat=="uk"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/,"$3/$2/$1");}else if(c.dateFormat=="dd/mm/yy"||c.dateFormat=="dd-mm-yy"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{2})/,"$1/$2/$3");}return $.tablesorter.formatFloat(new Date(s).getTime());},type:"numeric"});ts.addParser({id:"time",is:function(s){return/^(([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(am|pm)))$/.test(s);},format:function(s){return $.tablesorter.formatFloat(new Date("2000/01/01 "+s).getTime());},type:"numeric"});ts.addParser({id:"metadata",is:function(s){return false;},format:function(s,table,cell){var c=table.config,p=(!c.parserMetadataName)?'sortValue':c.parserMetadataName;return $(cell).metadata()[p];},type:"numeric"});ts.addWidget({id:"zebra",format:function(table){if(table.config.debug){var time=new Date();}var $tr,row=-1,odd;$("tr:visible",table.tBodies[0]).each(function(i){$tr=$(this);if(!$tr.hasClass(table.config.cssChildRow))row++;odd=(row%2==0);$tr.removeClass(table.config.widgetZebra.css[odd?0:1]).addClass(table.config.widgetZebra.css[odd?1:0])});if(table.config.debug){$.tablesorter.benchmark("Applying Zebra widget",time);}}});})(jQuery);

Completed in 152 milliseconds

123456