Home
last modified time | relevance | path

Searched refs:sticky (Results 1 - 25 of 33) sorted by relevance

12

/third_party/python/Lib/idlelib/
H A Dhelp_about.py74 header.grid(row=0, column=0, sticky=E, padx=10, pady=10)
82 logo.grid(row=0, column=0, sticky=W, rowspan=2, padx=10, pady=10)
87 byline.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
90 email.grid(row=6, column=0, columnspan=2, sticky=W, padx=10, pady=0)
95 docs.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
99 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
106 vers.grid(row=9, column=0, sticky=W, padx=10, pady=0)
108 py_buttons.grid(row=10, column=0, columnspan=2, sticky=NSEW)
123 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW,
129 idle.grid(row=12, column=0, sticky
[all...]
H A Dsearchbase.py90 self.frame.grid(sticky="nwes")
110 label.grid(row=self.row, column=0, sticky="nw")
112 entry.grid(row=self.row, column=1, sticky="nwe")
128 label.grid(row=self.row, column=0, sticky="nw")
132 frame.grid(row=self.row, column=1, columnspan=1, sticky="nwe")
175 b.grid(pady=1,row=rows,column=0,sticky="ew")
H A Dquery.py97 frame.grid(column=0, row=0, sticky='news')
109 entrylabel.grid(column=0, row=0, columnspan=3, padx=5, sticky=W)
110 self.entry.grid(column=0, row=1, columnspan=3, padx=5, sticky=W+E,
113 sticky=W+E)
275 sticky=W)
276 self.path.grid(column=0, row=11, columnspan=2, padx=5, sticky=W+E,
278 browse.grid(column=2, row=11, padx=5, sticky=W+S)
280 sticky=W+E)
366 restart.grid(column=0, row=10, columnspan=3, padx=5, sticky='w')
368 sticky
[all...]
H A Dconfig_key.py83 self.frame_keyseq_basic.grid(row=0, column=0, sticky='nsew',
96 self.frame_controls_basic.grid(row=1, column=0, sticky='nsew', padx=5)
106 check.grid(row=0, column=column, padx=2, sticky='w')
118 help_basic.grid(row=1, column=0, columnspan=4, padx=2, sticky='w')
125 self.list_keys_final.grid(row=0, column=4, rowspan=4, sticky='ns')
130 scroll_keys_final.grid(row=0, column=5, rowspan=4, sticky='ns')
138 self.frame_keyseq_advanced.grid(row=0, column=0, sticky='nsew',
150 self.frame_help_advanced.grid(row=1, column=0, sticky='nsew', padx=5)
161 help_advanced.grid(row=0, column=0, sticky='nsew')
H A Dhelp.py224 toc.grid(row=0, column=0, sticky='nw')
225 text.grid(row=0, column=1, sticky='nsew')
226 scroll.grid(row=0, column=2, sticky='ns')
244 HelpFrame(self, filename).grid(column=0, row=0, sticky='nsew')
H A Dtextview.py50 text.grid(row=0, column=0, sticky=NSEW)
58 self.yscroll.grid(row=0, column=1, sticky=NS)
66 self.xscroll.grid(row=1, column=0, sticky=EW)
H A Dconfigdialog.py115 self.frame.grid(sticky="nwes")
372 sticky='nsew')
1272 target_title.grid(row=0, column=0, columnspan=2, sticky=W)
1273 self.bindingslist.grid(row=1, column=0, sticky=NSEW)
1274 scroll_target_y.grid(row=1, column=1, sticky=NS)
1275 scroll_target_x.grid(row=2, column=0, sticky=EW)
1277 self.builtin_keyset_on.grid(row=0, column=0, sticky=W+NS)
1278 self.custom_keyset_on.grid(row=1, column=0, sticky=W+NS)
1279 self.builtinlist.grid(row=0, column=1, sticky=NSEW)
1280 self.customlist.grid(row=1, column=1, sticky
[all...]
H A Dcodecontext.py129 context.grid(row=0, column=1, sticky=NSEW)
135 self.cell00.grid(row=0, column=0, sticky=NSEW)
H A Dsidebar.py315 self.sidebar_text.grid(row=1, column=0, sticky=tk.NSEW)
457 self.canvas.grid(row=1, column=0, sticky=tk.NSEW, padx=2, pady=0)
528 text.grid(row=1, column=1, sticky=tk.NSEW)
H A Dtree.py449 self.canvas.grid(row=0, column=0, sticky="nsew")
451 self.vbar.grid(row=0, column=1, sticky="nse")
453 self.hbar.grid(row=1, column=0, sticky="ews")
H A Ddebugger.py525 l.grid(row=row, column=0, sticky="nw")
528 l.grid(row=row, column=1, sticky="nw")
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_fp16_conv.c69 half_rounded(nir_builder *b, nir_ssa_def *value, nir_ssa_def *guard, nir_ssa_def *sticky, in half_rounded() argument
74 return nir_iadd(b, value, nir_iand(b, guard, nir_ior(b, sticky, value))); in half_rounded()
78 nir_ior(b, guard, sticky))); in half_rounded()
82 nir_ior(b, guard, sticky))); in half_rounded()
141 nir_ssa_def *sticky = nir_bcsel(b, nir_ine(b, nir_iand(b, abs, nir_imm_int(b, 0xFFF)), zero), one, zero); in float_to_half_impl() local
142 nir_ssa_def *normal_fp16 = half_rounded(b, value, guard, sticky, sign, mode); in float_to_half_impl()
152 sticky = nir_bcsel(b, nir_ine(b, nir_iand(b, masked, nir_isub(b, nir_ishl(b, one, i), one)), zero), one, zero); in float_to_half_impl()
153 nir_ssa_def *denormal_fp16 = half_rounded(b, value, guard, sticky, sign, mode); in float_to_half_impl()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-flags.h28 V(sticky, Sticky, sticky, 'y', 3)
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c25 * Users who own sticky world-writable directory can't follow symlinks
75 int sticky; member
341 if (bdir->sticky) in create_sub_dir()
357 bdirs[0].sticky = 0; in init_base_dirs()
365 bdirs[dir].sticky = 1; in init_base_dirs()
452 slink_info.in_sticky = bdirs[dir].sticky; in create_check_slinks()
/third_party/python/Lib/turtledemo/
H A D__main__.py168 pane.grid(row=0, columnspan=4, sticky='news')
190 self.output_lbl.grid(row=1, column=0, sticky='news', padx=(0,5))
191 self.start_btn.grid(row=1, column=1, sticky='ew')
192 self.stop_btn.grid(row=1, column=2, sticky='ew')
193 self.clear_btn.grid(row=1, column=3, sticky='ew')
/third_party/typescript/tests/baselines/reference/
H A DdoYouNeedToChangeYourTargetLibraryES2015.js91 const testRegExpSticky = /abc/g.sticky;
189 var testRegExpSticky = /abc/g.sticky;
/third_party/jerryscript/tests/jerry/es2015/
H A Dregexp-construct.js43 assert (r.sticky === true);
H A Dbuiltin-prototypes.js106 RegExp.prototype.sticky;
H A Dregexp-routines.js29 sticky: true,
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1358 const bool sticky = (flags & JSRegExp::kSticky) != 0; in RegExpReplace() local
1368 if (sticky) { in RegExpReplace()
1389 if (sticky) regexp->set_last_index(Smi::zero(), SKIP_WRITE_BARRIER); in RegExpReplace()
1398 if (sticky) { in RegExpReplace()
1510 const bool sticky = (flags & JSRegExp::kSticky) != 0; in RUNTIME_FUNCTION() local
1512 if (sticky) { in RUNTIME_FUNCTION()
1531 if (sticky) regexp->set_last_index(Smi::zero(), SKIP_WRITE_BARRIER); in RUNTIME_FUNCTION()
1541 if (sticky) { in RUNTIME_FUNCTION()
1670 const bool sticky = (String::IndexOf(isolate, flags, y_str, 0) >= 0); in RUNTIME_FUNCTION() local
1673 if (!sticky) { in RUNTIME_FUNCTION()
[all...]
/third_party/python/Lib/tkinter/
H A Dsimpledialog.py292 w.grid(row=0, padx=5, sticky=W)
295 self.entry.grid(row=1, padx=5, sticky=W+E)
/third_party/python/Tools/demo/
H A Dspreadsheet.py571 cell.grid_configure(column=0, row=0, sticky='NSWE')
577 cell.grid_configure(column=x, row=0, sticky='WE')
588 cell.grid_configure(column=0, row=y, sticky='WE')
601 cell.grid_configure(column=x, row=y, sticky='NSWE')
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_geometry_managers.py603 f.grid_configure(sticky='glue')
604 f.grid_configure(sticky='ne')
605 self.assertEqual(f.grid_info()['sticky'], 'ne')
606 f.grid_configure(sticky='n,s,e,w')
607 self.assertEqual(f.grid_info()['sticky'], 'nesw')
721 padx=3, pady=4, sticky='ns')
735 self.assertEqual(info['sticky'], '')
741 padx=3, pady=4, sticky='ns')
755 self.assertEqual(info['sticky'], 'ns')
761 padx=3, pady=4, sticky
[all...]
/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
H A Dstructured-clone-battery-of-tests.js238 assert_equals(actual.sticky, input.sticky, 'sticky');
258 check('RegExp sticky flag', func_RegExp_sticky, compare_RegExp('foo'));
264 check('Array RegExp object, RegExp sticky flag', function() { return [func_RegExp_sticky()]; }, compare_Array(enumerate_props(compare_RegExp('foo'))));
270 check('Object RegExp object, RegExp sticky flag', function() { return {'x':func_RegExp_sticky()}; }, compare_Object(enumerate_props(compare_RegExp('foo'))));
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c2062 bool sticky = false; in ecma_regexp_split_helper() local
2077 sticky = true; in ecma_regexp_split_helper()
2089 if (!sticky) in ecma_regexp_split_helper()
2802 const bool sticky = ecma_op_to_boolean (result); in ecma_regexp_replace_helper()
2805 if (sticky && !global) in ecma_regexp_replace_helper()

Completed in 21 milliseconds

12