Searched refs:sep (Results 251 - 275 of 513) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/swat2/style/qooxdoo/widgets/widgets/
H A DQxColorSelector.js2 function QxColorSelector(vTemplateColors,vHistoryColors,vStandalone){this.standaloneMode=typeof vStandalone=="boolean"?vStandalone:false;this.webfixMode=vTemplateColors&&vHistoryColors;if(this.standaloneMode){QxPopup.call(this);this.add=this.addToWindow;this.setBorder(null);this.setPadding(10);this.setHeight(this.webfixMode?335:385);}else {QxWindow.call(this, "Color Selector", "icons/16/colors.png");this.setHeight(this.webfixMode?350:400);};this.classname="QxWindow";this.layoutOffset=this.webfixMode?224:196;this.setShowStatusbar(false);this.setShowMaximize(false);this.setShowMinimize(false);this.setResizeable(false);this.setUsePreferredWidthAsMin(false);this.setUsePreferredHeightAsMin(false);this.getPane().setPadding(8);this.setWidth(this.webfixMode?543:515);if(this.webfixMode){var vField;var vFieldSet;var vBase=QxColorSelector.baseColors;var vBaseLength=vBase.length;vFieldSet=new QxFieldSet(QxColorSelector.textBaseColors);vFieldSet.setTop(-6);vFieldSet.setWidth(216);vFieldSet.setHeight(45);vFieldSet.setMinHeight(45);for(var i=0;i<vBaseLength;i++){vField=new QxWidget;vField.setBackgroundColor(vBase[i]);vField.setBorder(QxBorder.presets.inset);vField.setWidth(14);vField.setHeight(14);vField.setLeft(i*16);vField.setTop(0);vField.addEventListener("click",this._onpaletteclick,this);vFieldSet.add(vField);};this.add(vFieldSet);vFieldSet=new QxFieldSet(QxColorSelector.textTemplateColors);vFieldSet.setTop(41);vFieldSet.setWidth(216);vFieldSet.setHeight(45);vFieldSet.setMinHeight(45);for(var i=0;i<vBaseLength;i++){vField=new QxWidget;vField.setBackgroundColor(vTemplateColors[i]);vField.setBorder(QxBorder.presets.inset);vField.setWidth(14);vField.setHeight(14);vField.setLeft(i*16);vField.setTop(0);vField.addEventListener("click",this._onpaletteclick,this);vFieldSet.add(vField);};this.add(vFieldSet);}else {var vField;var vArr=QxColorSelector.presets;var vArrLength=vArr.length;var vSubArr;var vSubArrLength;for(var i=0;i<vArrLength;i++){vSubArr=vArr[i];vSubArrLength=vSubArr.length;for(var j=0;j<vSubArrLength;j++){vField=new QxWidget;vField.setBorder(QxBorder.presets.inset);vField.setBackgroundColor(vSubArr[j]);vField.setWidth(20);vField.setHeight(16);vField.setLeft(j*24);vField.setTop(i*20);vField.addEventListener("click",this._onpaletteclick,this);this.add(vField);};};};var hueFrame=new QxWidget;hueFrame.setBorder(QxBorder.presets.inset);hueFrame.setLeft(this.webfixMode?228:200);hueFrame.setTop(0);hueFrame.setWidth(258);hueFrame.setHeight(258);var hue=this._hueArea=new QxImage("core/huesaturation.jpg",256,256);hueFrame.add(hue);if(this.getEnableShader()){var hueOpaque=this._hueOpaque=new QxWidget();hueOpaque.setLeft(0);hueOpaque.setTop(0);hueOpaque.setRight(0);hueOpaque.setBottom(0);hueOpaque.setBackgroundColor("black");hueFrame.add(hueOpaque);};var huePos=this._huePos=new QxImage("core/huesaturationhandle.gif",11,11);huePos.setLeft(this.layoutOffset+128);huePos.setTop(-4+128);this.add(hueFrame,huePos);hue.addEventListener("click",this._onhueareaclick);hue.addEventListener("mousedown",this._onhueareamousedown);hue.addEventListener("mouseup",this._onhueareamouseup);hue.addEventListener("mousemove",this._onhueareamousemove);hueOpaque.addEventListener("click",this._onhueareaclick,hue);hueOpaque.addEventListener("mousedown",this._onhueareamousedown,hue);hueOpaque.addEventListener("mouseup",this._onhueareamouseup,hue);hueOpaque.addEventListener("mousemove",this._onhueareamousemove,hue);huePos.addEventListener("click",this._onhueareaclick,hue);huePos.addEventListener("mousedown",this._onhueareamousedown,hue);huePos.addEventListener("mouseup",this._onhueareamouseup,hue);huePos.addEventListener("mousemove",this._onhueareamousemove,hue);var brightFrame=new QxWidget;brightFrame.setBorder(QxBorder.presets.inset);brightFrame.setLeft(this.webfixMode?498:470);brightFrame.setTop(0);brightFrame.setWidth(21);brightFrame.setHeight(258);var bright=this._brightArea=new QxImage("core/brightness.jpg",19,256);brightFrame.add(bright);var brightPos=this._brightPos=new QxImage("core/brightnesshandle.gif",35,11);brightPos.setLeft(this.layoutOffset+267);brightPos.setTop(-4);this.add(brightFrame,brightPos);bright.addEventListener("click",this._onbrightareaclick);bright.addEventListener("mousedown",this._onbrightareamousedown);bright.addEventListener("mouseup",this._onbrightareamouseup);bright.addEventListener("mousemove",this._onbrightareamousemove);brightPos.addEventListener("click",this._onbrightareaclick,bright);brightPos.addEventListener("mousedown",this._onbrightareamousedown,bright);brightPos.addEventListener("mouseup",this._onbrightareamouseup,bright);brightPos.addEventListener("mousemove",this._onbrightareamousemove,bright);var inputArea=new QxWidget;inputArea.setLeft(0);inputArea.setWidth(this.webfixMode?218:190);inputArea.setTop(this.webfixMode?95:135);inputArea.setHeight(90);this.add(inputArea);var r=this._red=new QxSpinner(0,127,255);r.setLeft(this.webfixMode?171:143);r.setWidth(45);r.setTop(0);r.addEventListener("change",this._onchange,this);var rl=new QxAtom(QxColorSelector.textRed);rl.setLeft(this.webfixMode?118:90);rl.setWidth(50);rl.setHorizontalBlockAlign("right");rl.setTop(5);var g=this._green=new QxSpinner(0,255,255);g.setLeft(this.webfixMode?171:143);g.setWidth(45);g.setTop(30);g.addEventListener("change",this._onchange,this);var gl=new QxAtom(QxColorSelector.textGreen);gl.setLeft(this.webfixMode?118:90);gl.setWidth(50);gl.setHorizontalBlockAlign("right");gl.setTop(35);var b=this._blue=new QxSpinner(0,255,255);b.setLeft(this.webfixMode?171:143);b.setWidth(45);b.setTop(60);b.addEventListener("change",this._onchange,this);var bl=new QxAtom(QxColorSelector.textBlue);bl.setLeft(this.webfixMode?118:90);bl.setWidth(50);bl.setHorizontalBlockAlign("right");bl.setTop(65);var h=this._hue=new QxSpinner(0,180,360);h.setLeft(54);h.setWidth(45);h.setTop(0);h.addEventListener("change",this._onchange,this);var hl=new QxAtom(QxColorSelector.textHue);hl.setLeft(0);hl.setWidth(50);hl.setHorizontalBlockAlign("right");hl.setTop(5);var s=this._sat=new QxSpinner(0,50,100);s.setLeft(54);s.setWidth(45);s.setTop(30);s.addEventListener("change",this._onchange,this);var sl=new QxAtom(QxColorSelector.textSaturation);sl.setLeft(0);sl.setWidth(50);sl.setHorizontalBlockAlign("right");sl.setTop(35);var l=this._lum=new QxSpinner(0,100,100);l.setLeft(54);l.setWidth(45);l.setTop(60);l.addEventListener("change",this._onchange,this);var ll=new QxAtom(QxColorSelector.textBrightness);ll.setLeft(0);ll.setWidth(50);ll.setHorizontalBlockAlign("right");ll.setTop(65);inputArea.add(r,rl,g,gl,b,bl,h,hl,s,sl,l,ll);var hexLabel=new QxAtom(QxColorSelector.textHex);hexLabel.setLeft(0);hexLabel.setWidth(this.webfixMode?158:130);hexLabel.setHorizontalBlockAlign("right");hexLabel.setTop(this.webfixMode?192:241);var hex=this._hex=new QxTextField("7FFFFF");hex.setLeft(this.webfixMode?161:133);hex.setTop(this.webfixMode?187:236);hex.setWidth(55);this.add(hexLabel,hex);hex.addEventListener("changeText",this._onchangehex,this);var savedColor=this._savedColor=new QxAtom(QxColorSelector.textSavedColor);if(this.webfixMode){savedColor.setLeft(0);savedColor.setTop(233);savedColor.setWidth(100);}else {savedColor.setTop(270);savedColor.setLeft(200);savedColor.setWidth(125);};savedColor.setHeight(25);savedColor.setHorizontalBlockAlign("center");savedColor.setBorder(QxBorder.presets.inset);var newColor=this._newColor=new QxAtom(QxColorSelector.textNewColor);if(this.webfixMode){newColor.setLeft(116);newColor.setTop(233);newColor.setWidth(100);}else {newColor.setRight(33);newColor.setTop(270);newColor.setWidth(125);};newColor.setHeight(25);newColor.setHorizontalBlockAlign("center");newColor.setBorder(QxBorder.presets.inset);newColor.setBackgroundColor("#7FFFFF");this.add(savedColor,newColor);var sep=new QxWidget;sep.setHeight(2);sep.setBorder(QxBorder.presets.thinInset);sep.setWidth("100%");sep.setLeft(0);sep.setTop(this.webfixMode?275:325);this.add(sep);var btncancel = this._btncancel = new QxButton(QxColorSelector.textCancel, "icons/16/button_cancel.png", 16, 16);var btnok = this._btnok = new QxButton(QxColorSelector.textOk, "icons/16/button_ok.png", 16, 16);btncancel.setRight(0);btncancel.setTop(this.webfixMode?285:335);btncancel.setWidth(85);btncancel.setHorizontalBlockAlign("center");btnok.setRight(95);btnok.setTop(this.webfixMode?285:335);btnok.setWidth(85);btnok.setHorizontalBlockAlign("center");this.add(btncancel,btnok);};QxColorSelector.extend(QxWindow,"QxColorSelector");QxColorSelector.addProperty({name:"currentColor",type:QxColor});QxColorSelector.addProperty({name:"enableShader",type:Boolean,defaultValue:true});QxColorSelector.presets=
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_auth.c575 char *sep, *ptr = strchr(duphdr, ' '); local
594 if ((sep = strchr(ptr, ',')) != NULL)
595 *sep = '\0';
596 if ((sep = strchr(ptr, ' ')) != NULL)
597 *sep = '\0';
1035 * 'sep' is non-NULL and ischall is 1, the separator character is
1036 * written to *sep when a challenge is parsed. */
1037 static int tokenize(char **hdr, char **key, char **value, char *sep, argument
1060 if (sep) *sep
1309 char *pnt, *key, *val, *hdr, sep; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_auth.c575 char *sep, *ptr = strchr(duphdr, ' '); local
594 if ((sep = strchr(ptr, ',')) != NULL)
595 *sep = '\0';
596 if ((sep = strchr(ptr, ' ')) != NULL)
597 *sep = '\0';
1035 * 'sep' is non-NULL and ischall is 1, the separator character is
1036 * written to *sep when a challenge is parsed. */
1037 static int tokenize(char **hdr, char **key, char **value, char *sep, argument
1060 if (sep) *sep
1309 char *pnt, *key, *val, *hdr, sep; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_auth.c575 char *sep, *ptr = strchr(duphdr, ' '); local
594 if ((sep = strchr(ptr, ',')) != NULL)
595 *sep = '\0';
596 if ((sep = strchr(ptr, ' ')) != NULL)
597 *sep = '\0';
1035 * 'sep' is non-NULL and ischall is 1, the separator character is
1036 * written to *sep when a challenge is parsed. */
1037 static int tokenize(char **hdr, char **key, char **value, char *sep, argument
1060 if (sep) *sep
1309 char *pnt, *key, *val, *hdr, sep; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_winamp2/
H A Dconfigure.c80 RS(flac_cfg.title.sep, sizeof(flac_cfg.title.sep), default_sep);
99 WS(flac_cfg.title.sep);
135 SetDlgItemText(hwnd, IDC_SEP, flac_cfg.title.sep);
150 GetDlgItemText(hwnd, IDC_SEP, flac_cfg.title.sep, sizeof(flac_cfg.title.sep));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_winamp2/
H A Dconfigure.c80 RS(flac_cfg.title.sep, sizeof(flac_cfg.title.sep), default_sep);
99 WS(flac_cfg.title.sep);
135 SetDlgItemText(hwnd, IDC_SEP, flac_cfg.title.sep);
150 GetDlgItemText(hwnd, IDC_SEP, flac_cfg.title.sep, sizeof(flac_cfg.title.sep));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_winamp2/
H A Dconfigure.c80 RS(flac_cfg.title.sep, sizeof(flac_cfg.title.sep), default_sep);
99 WS(flac_cfg.title.sep);
135 SetDlgItemText(hwnd, IDC_SEP, flac_cfg.title.sep);
150 GetDlgItemText(hwnd, IDC_SEP, flac_cfg.title.sep, sizeof(flac_cfg.title.sep));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dnsutils.c55 static u8 acpi_ns_valid_path_separator(char sep);
228 static u8 acpi_ns_valid_path_separator(char sep) argument
231 return ((u8) (sep == '.'));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Dnsutils.c55 static u8 acpi_ns_valid_path_separator(char sep);
228 static u8 acpi_ns_valid_path_separator(char sep) argument
231 return ((u8) (sep == '.'));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dat_cmd.c114 static inline char * find_field(const char *buf, const char sep, int num, char *value) argument
119 if (buf == NULL || sep == '\0' || num < 0)
124 while((p2 = strchr(p1, sep)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dat_cmd.c114 static inline char * find_field(const char *buf, const char sep, int num, char *value) argument
119 if (buf == NULL || sep == '\0' || num < 0)
124 while((p2 = strchr(p1, sep)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dat_cmd.c114 static inline char * find_field(const char *buf, const char sep, int num, char *value) argument
119 if (buf == NULL || sep == '\0' || num < 0)
124 while((p2 = strchr(p1, sep)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Ddgst.c77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
546 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, argument
608 else if (sep == 2)
624 if (sep && (i != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/igen/
H A Dtable.c232 char *sep = separators; local
235 if (*chp == *sep)
237 if (*sep == '\0')
239 sep++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/igen/
H A Dtable.c232 char *sep = separators; local
235 if (*chp == *sep)
237 if (*sep == '\0')
239 sep++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Ddgst.c77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
539 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, argument
592 else if (sep == 2) {
607 if (sep && (i != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Ddgst.c77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
539 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, argument
592 else if (sep == 2) {
607 if (sep && (i != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Ddgst.c77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
546 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, argument
608 else if (sep == 2)
624 if (sep && (i != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Ddgst.c77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
539 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, argument
592 else if (sep == 2) {
607 if (sep && (i != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Ddgst.c77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
546 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, argument
608 else if (sep == 2)
624 if (sep && (i != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/igen/
H A Dtable.c232 char *sep = separators; local
235 if (*chp == *sep)
237 if (*sep == '\0')
239 sep++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Dtty.c848 char *sep, *endp = NULL; local
855 sep = strchr(dest, ':');
856 if (sep != NULL)
857 port = strtol(sep+1, &endp, 10);
858 if (port < 0 || endp == sep+1 || sep == dest) {
862 *sep = 0;
868 *sep = ':';
873 *sep = ':';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nsswitch/
H A Dwbinfo.c37 static char sep; local
40 return sep;
56 sep = response.data.info.winbind_separator;
59 if (!sep) {
65 sep = *lp_winbind_separator();
68 return sep;
1521 const char sep = winbind_separator_int(True); local
1522 if ( !sep ) {
1525 d_printf("%c\n", sep);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dtty.c848 char *sep, *endp = NULL; local
855 sep = strchr(dest, ':');
856 if (sep != NULL)
857 port = strtol(sep+1, &endp, 10);
858 if (port < 0 || endp == sep+1 || sep == dest) {
862 *sep = 0;
868 *sep = ':';
873 *sep = ':';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Dtty.c848 char *sep, *endp = NULL; local
855 sep = strchr(dest, ':');
856 if (sep != NULL)
857 port = strtol(sep+1, &endp, 10);
858 if (port < 0 || endp == sep+1 || sep == dest) {
862 *sep = 0;
868 *sep = ':';
873 *sep = ':';

Completed in 211 milliseconds

<<11121314151617181920>>