PageRenderTime 3311ms queryTime 448ms sortTime 1494ms getByIdsTime 76ms findMatchingLines 35ms

100+ results results for 'select repo:boyter/batf' (3311 ms)

Not the results you expected?
virtio-scsi.c https://github.com/mstsirkin/qemu.git | C | 418 lines
                    
134        .command = 0xa0,
                    
135        .select_report = 0x02, /* REPORT ALL */
                    
136        .alloc_len = data_size,
                    
212
                    
213    if (vdev->scsi_device_selected) {
                    
214        sdev->channel = vdev->selected_scsi_device.channel;
                    
214        sdev->channel = vdev->selected_scsi_device.channel;
                    
215        sdev->target = vdev->selected_scsi_device.target;
                    
216        sdev->lun = vdev->selected_scsi_device.lun;
                    
                
pastehandler_test.html https://github.com/illandril/box2dweb-closure.git | HTML | 414 lines
                    
273function testMiddleClickWithoutFocusTriggersPasteEvent() {
                    
274  // if the textarea is NOT selected, and then we use the middle button,
                    
275  // FF2+linux pastes what was last highlighted, causing a paste action.
                    
                
style.lua https://github.com/AlleyKat/DerpyActionBars.git | Lua | 503 lines
                    
1local C,M,L,V = unpack(select(2,...))
                    
2local _G = _G
                    
21	local hovermacro = V.hovermacro
                    
22	local select = select
                    
23	local teh_new_vertex = teh_new_vertex
                    
24	local getregion = function(self,num)
                    
25		local x = select(num,self:GetRegions())
                    
26		return x
                    
                
in2000.h https://github.com/mstsirkin/linux.git | C Header | 412 lines
                    
166#define WD_CMD_DISCONNECT  0x04
                    
167#define WD_CMD_RESELECT    0x05
                    
168#define WD_CMD_SEL_ATN     0x06
                    
194  /* successful completion interrupts */
                    
195#define CSR_RESELECT    0x10
                    
196#define CSR_SELECT      0x11
                    
286    volatile Scsi_Cmnd *input_Q;       /* commands waiting to be started */
                    
287    volatile Scsi_Cmnd *selecting;     /* trying to select this command */
                    
288    volatile Scsi_Cmnd *connected;     /* currently connected command */
                    
292    uchar            level2;           /* extent to which Level-2 commands are used */
                    
293    uchar            disconnect;       /* disconnect/reselect policy */
                    
294    unsigned int     args;             /* set from command-line argument */
                    
347#define L2_MOST      4  /* resume after anything except a RESELECT int */
                    
348#define L2_RESELECT  5  /* resume after everything, including RESELECT ints */
                    
349#define L2_ALL       6  /* always resume */
                    
                
navigation.css https://gitlab.com/Mirros/cdnjs | CSS | 529 lines
                    
310          transition: none;
                    
311  -webkit-user-select: none !important;
                    
312     -moz-user-select: none !important;
                    
312     -moz-user-select: none !important;
                    
313      -ms-user-select: none !important;
                    
314          user-select: none !important;
                    
339  position: relative;
                    
340  -webkit-user-select: none;
                    
341     -moz-user-select: none;
                    
341     -moz-user-select: none;
                    
342      -ms-user-select: none;
                    
343          user-select: none;
                    
433  position: relative;
                    
434  -webkit-user-select: none;
                    
435     -moz-user-select: none;
                    
                
draggabilly.js https://gitlab.com/Mirros/cdnjs | JavaScript | 522 lines
                    
141  this.handles = this.options.handle ?
                    
142    this.element.querySelectorAll( this.options.handle ) : [ this.element ];
                    
143
                    
171
                    
172  var images = handle.querySelectorAll('img');
                    
173  for ( var i=0, len = images.length; i < len; i++ ) {
                    
345  var container = isElement( containment ) ? containment :
                    
346    // fallback to querySelector if string
                    
347    typeof containment === 'string' ? document.querySelector( containment ) :
                    
                
DataContextExtrasTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 372 lines
                    
40import org.apache.cayenne.query.SQLTemplate;
                    
41import org.apache.cayenne.query.SelectQuery;
                    
42import org.apache.cayenne.unit.CayenneCase;
                    
211    /**
                    
212     * Testing behavior of Cayenne when a database exception is thrown in SELECT query.
                    
213     */
                    
213     */
                    
214    public void testSelectException() {
                    
215        DataContext context = createDataContext();
                    
321
                    
322        SelectQuery query = new SelectQuery(Painting.class);
                    
323        List objects = context.performQuery(query);
                    
350
                    
351        SelectQuery query = new SelectQuery(Painting.class);
                    
352        List objects = context.performQuery(query);
                    
                
input.js https://gitlab.com/pidlisnyi/bio | JavaScript | 425 lines
                    
182    if (containerCtrl.input) {
                    
183      throw new Error("<md-input-container> can only have *one* <input>, <textarea> or <md-select> child element!");
                    
184    }
                    
410    if ( inputContainer.element.find('label').length == 0 ) {
                    
411      if (inputContainer.input && inputContainer.input[0].nodeName != 'MD-SELECT') {
                    
412        var placeholder = '<label ng-click="delegateClick()">' + placeholderText + '</label>';
                    
416      }
                    
417    } else if (element[0].nodeName != 'MD-SELECT') {
                    
418      $log.warn("The placeholder='" + placeholderText + "' will be ignored since this md-input-container has a child label element.");
                    
                
config-unixware-7.1.0.udk.h https://github.com/Bootz/Singularity.git | C Header | 457 lines
                    
135
                    
136/* Optimize ACE_Handle_Set::count_bits for select() operations (common case) */
                    
137#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT 1
                    
166
                    
167/* Platform's select() uses non-const timeval* (only found on Linux right
                    
168   now) */
                    
168   now) */
                    
169#define ACE_HAS_NONCONST_SELECT_TIMEVAL
                    
170
                    
223
                    
224/* Platform has special header for select(). */
                    
225#define ACE_HAS_SELECT_H
                    
447/* Hat nix gebracht
                    
448#define ACE_DEFAULT_SELECT_REACTOR_SIZE 256 // this is like in linux config fileto avoid another error
                    
449*/
                    
                
SFMT.h https://github.com/Bootz/Singularity.git | C Header | 308 lines
                    
52
                    
53// Define constants for the selected Mersenne exponent:
                    
54#if MEXP == 44497
                    
                
ui.accordion.js https://github.com/mvlwn/jquery-validation.git | JavaScript | 477 lines
                    
43		
                    
44		// in lack of child-selectors in CSS we need to mark top-LIs in a UL-accordion for some IE-fix
                    
45		if (this.element[0].nodeName == "UL") {
                    
63		$("<span/>").addClass("ui-icon " + o.icons.header).prependTo(this.headers);
                    
64		this.active.find(".ui-icon").toggleClass(o.icons.header).toggleClass(o.icons.headerSelected);
                    
65
                    
205
                    
206	_findActive: function(selector) {
                    
207		return selector
                    
207		return selector
                    
208			? typeof selector == "number"
                    
209				? this.headers.filter(":eq(" + selector + ")")
                    
209				? this.headers.filter(":eq(" + selector + ")")
                    
210				: this.headers.not(this.headers.not(selector))
                    
211			: selector === false
                    
                
ReplicationRun_Local_StateTest_part2.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 393 lines
                    
237        assertException(
                    
238                _executeQuery(mConn, "select count(*) from SYS.SYSTABLES"), 
                    
239                "08006"); // Thats's just how it is...
                    
240         assertException(
                    
241                _executeQuery(mConn, "select count(*) from SYS.SYSTABLES"), 
                    
242                "08003"); // Thats's just how it is...
                    
247         assertException(
                    
248                _executeQuery(sConn, "select count(*) from SYS.SYSTABLES"), 
                    
249                null); // null: Should be OK
                    
                
MAttributeSet.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 495 lines
                    
117		{
                    
118			String sql = "SELECT mau.M_Attribute_ID "
                    
119				+ "FROM M_AttributeUse mau"
                    
220			ArrayList<X_M_AttributeSetExclude> list = new ArrayList<X_M_AttributeSetExclude>();
                    
221			String sql = "SELECT * FROM M_AttributeSetExclude WHERE IsActive='Y' AND M_AttributeSet_ID=?";
                    
222			PreparedStatement pstmt = null;
                    
276			ArrayList<X_M_LotCtlExclude> list = new ArrayList<X_M_LotCtlExclude>();
                    
277			String sql = "SELECT * FROM M_LotCtlExclude WHERE IsActive='Y' AND M_LotCtl_ID=?";
                    
278			PreparedStatement pstmt = null;
                    
332			ArrayList<X_M_SerNoCtlExclude> list = new ArrayList<X_M_SerNoCtlExclude>();
                    
333			String sql = "SELECT * FROM M_SerNoCtlExclude WHERE IsActive='Y' AND M_SerNoCtl_ID=?";
                    
334			PreparedStatement pstmt = null;
                    
458				+ " AND (IsSerNo='Y' OR IsLot='Y' OR IsGuaranteeDate='Y'"
                    
459					+ " OR EXISTS (SELECT * FROM M_AttributeUse mau"
                    
460						+ " INNER JOIN M_Attribute ma ON (mau.M_Attribute_ID=ma.M_Attribute_ID) "
                    
                
EJBQLTranslationContext.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 446 lines
                    
61    private StringBuilder stackTop;
                    
62    private int subselectCount;
                    
63    private QueryMetadata queryMetadata;
                    
430
                    
431    public void onSubselect() {
                    
432        subselectCount++;
                    
435    public String makeDistinctMarker() {
                    
436        return "DISTINCT_MARKER" + subselectCount;
                    
437    }
                    
439    String makeWhereMarker() {
                    
440        return "WHERE_MARKER" + subselectCount;
                    
441    }
                    
443    String makeEntityQualifierMarker() {
                    
444        return "ENTITY_QUALIIER" + subselectCount;
                    
445    }
                    
                
syscall.h https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | C Header | 370 lines
                    
56int sys_setgroups32(), sys_getgroups32();
                    
57int sys_oldselect(), sys_symlink(), sys_oldlstat(), sys_readlink();
                    
58int sys_uselib(), sys_swapon(), sys_reboot(), sys_readdir();
                    
73int sys_getdents(), sys_flock(), sys_msync();
                    
74int sys_readv(), sys_writev(), sys_select();
                    
75int sys_getsid(), sys_fdatasync(), sys_sysctl();
                    
139int sys_inotify_init1();
                    
140int sys_pselect6();
                    
141int sys_ppoll();
                    
145#ifdef ALPHA
                    
146int sys_osf_select();
                    
147int sys_osf_gettimeofday();
                    
                
get-a-travel-insurance-quote.html https://gitlab.com/mchiareli/plain-html | HTML | 353 lines
                    
98                    
                    
99                        <select name="How many persons?" class="custom-dropdown-select quote-form-element">
                    
100                        
                    
112                        
                    
113                        </select>
                    
114                    
                    
124                        
                    
125                        <select name="How long?" class="custom-dropdown-select quote-form-element">
                    
126
                    
133
                    
134                        </select>
                    
135
                    
                
css_selector.php https://bitbucket.org/laborautonomo/laborautonomo-site.git | PHP | 539 lines
                    
113    $all_nodes = array();
                    
114    foreach ($this->tokenize_selectors($selector) as $selector)
                    
115    {
                    
414
                    
415  protected function matchCustomSelector($nodes, $selector)
                    
416  {
                    
421
                    
422    $selector = $this->tokenize_custom_selector($selector);
                    
423    $matchingNodes = array();
                    
425    {
                    
426      switch ($selector['selector'])
                    
427      {
                    
495        default:
                    
496          throw new Exception(sprintf('Unrecognized selector "%s".', $selector['selector']));
                    
497      }
                    
                
editor_plugin_src.js https://bitbucket.org/lordmuffin/origin.git | JavaScript | 437 lines
                    
102				if ( 'mceFullScreen' == cmd ) {
                    
103					if ( 'mce_fullscreen' != ed.id && DOM.select('a.thickbox').length )
                    
104						ed.settings.theme_advanced_buttons1 += ',|,add_media';
                    
107				if ( 'JustifyLeft' == cmd || 'JustifyRight' == cmd || 'JustifyCenter' == cmd ) {
                    
108					n = ed.selection.getNode();
                    
109
                    
371			var DOM = tinymce.DOM;
                    
372			DOM.hide( DOM.select('#wp_editbtns, #wp_gallerybtns') );
                    
373		},
                    
426
                    
427			// Set active buttons if user selected pagebreak or more break
                    
428			ed.onNodeChange.add(function(ed, cm, n) {
                    
                
Makefile https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | Makefile | 380 lines
                    
57BUILD_CC = gcc
                    
58DEFS = -DLOCALEDIR=\"$(localedir)\" -DROOT_SYSCONFDIR=\"$(root_sysconfdir)\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_DLOPEN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DENABLE_HTREE=1 -DCONFIG_TESTIO_DEBUG=1 -DCONFIG_BUILD_FINDFS=1 -DTLS=__thread -DUSE_UUIDD=1 -DPACKAGE=\"e2fsprogs\" -DVERSION=\"0.14.1\" -DHAVE_LONG_LONG=1 -DHAVE_LONG_DOUBLE=1 -DHAVE_WCHAR_T=1 -DHAVE_WINT_T=1 -DHAVE_INTTYPES_H_WITH_UINTMAX=1 -DHAVE_STDINT_H_WITH_UINTMAX=1 -DHAVE_INTMAX_T=1 -DHAVE_POSIX_PRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DINTDIV0_RAISES_SIGFPE=1 -DHAVE_UNSIGNED_LONG_LONG=1 -DHAVE_UINTMAX_T=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDINT_H=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_ASPRINTF=1 -DHAVE_FWPRINTF=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_SNPRINTF=1 -DHAVE_STPCPY=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_WCSLEN=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE___FSETLOCKING=1 -DHAVE_DECL__SNPRINTF=0 -DHAVE_DECL__SNWPRINTF=0 -DHAVE_DECL_FEOF_UNLOCKED=1 -DHAVE_DECL_FGETS_UNLOCKED=0 -DHAVE_DECL_GETC_UNLOCKED=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_DIRENT_H=1 -DHAVE_ERRNO_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_MNTENT_H=1 -DHAVE_PATHS_H=1 -DHAVE_SEMAPHORE_H=1 -DHAVE_SETJMP_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIME_H=1 -DHAVE_LINUX_FD_H=1 -DHAVE_LINUX_MAJOR_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PRCTL_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCALL_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UN_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_MOUNT_H=1 -DHAVE_NET_IF_H=1 -DHAVE_VPRINTF=1 -DHAVE_RECLEN_DIRENT=1 -DHAVE_TYPE_SSIZE_T=1 -DHAVE_LSEEK64_PROTOTYPE=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_LONG_LONG=8 -DHAVE_INTTYPES_H=1 -DHAVE_INTPTR_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_LLSEEK=1 -DHAVE_LSEEK64=1 -DHAVE_OPEN64=1 -DHAVE_FSTAT64=1 -DHAVE_FTRUNCATE64=1 -DHAVE_STRTOULL=1 -DHAVE_STRCASECMP=1 -DHAVE_SRANDOM=1 -DHAVE_JRAND48=1 -DHAVE_FCHOWN=1 -DHAVE_MALLINFO=1 -DHAVE_FDATASYNC=1 -DHAVE_STRNLEN=1 -DHAVE_STRPTIME=1 -DHAVE_STRDUP=1 -DHAVE_SYSCONF=1 -DHAVE_PATHCONF=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_MEMALIGN=1 -DHAVE_VALLOC=1 -DHAVE___SECURE_GETENV=1 -DHAVE_PRCTL=1 -DHAVE_MMAP=1 -DHAVE_UTIME=1 -DHAVE_SETRESUID=1 -DHAVE_SETRESGID=1 -DHAVE_USLEEP=1 -DHAVE_NANOSLEEP=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETRLIMIT=1 -DHAVE_MBSTOWCS=1 -DHAVE_SEM_INIT=1 -DHAVE_EXT2_IOCTLS=1
                    
59CFLAGS = -g -O2
                    
                
text_layer_builder.js https://gitlab.com/angrydevops/workerpro | JavaScript | 389 lines
                    
42/**
                    
43 * TextLayerBuilder provides text-selection functionality for the PDF.
                    
44 * It does this by creating overlay divs over the PDF text. These divs
                    
268      var prevEnd = null;
                    
269      var isSelectedPage = (this.findController === null ?
                    
270        false : (this.pageIdx === this.findController.selected.pageIdx));
                    
270        false : (this.pageIdx === this.findController.selected.pageIdx));
                    
271      var selectedMatchIdx = (this.findController === null ?
                    
272                              -1 : this.findController.selected.matchIdx);
                    
299
                    
300      var i0 = selectedMatchIdx, i1 = i0 + 1;
                    
301      if (highlightAll) {
                    
312        var end = match.end;
                    
313        var isSelected = (isSelectedPage && i === selectedMatchIdx);
                    
314        var highlightSuffix = (isSelected ? ' selected' : '');
                    
                
MonocleApplication.java https://gitlab.com/hemp85/jBrowserDriver | Java | 433 lines
                    
60  private static final int DEVICE_POINTER = 2;
                    
61  /** Bit to indicate that a device has arrow keys and a select key */
                    
62  private static final int DEVICE_5WAY = 3;
                    
                
ForumPostsRSSFeed.ascx.cs https://bitbucket.org/kudutest/kenticogit.git | C# | 560 lines
                    
266        {
                    
267            return ValidationHelper.GetBoolean(this.GetValue("SelectOnlyApproved"), true);
                    
268        }
                    
270        {
                    
271            this.SetValue("SelectOnlyApproved", value);
                    
272            srcElem.SelectOnlyApproved = value;
                    
330    /// </summary>
                    
331    public int SelectTopN
                    
332    {
                    
334        {
                    
335            return ValidationHelper.GetInteger(this.GetValue("SelectTopN"), 0);
                    
336        }
                    
537            srcElem.SourceFilterName = FilterName;
                    
538            srcElem.SelectOnlyApproved = SelectOnlyApproved;
                    
539            srcElem.CheckPermissions = CheckPermissions;
                    
                
hp-agp.c https://github.com/gby/linux.git | C | 553 lines
                    
133	/*
                    
134	 * Select an IOV page size no larger than system page size.
                    
135	 */
                    
                
Makefile https://bitbucket.org/danhamilt1/linux.git | Makefile | 388 lines
                    
54	read \
                    
55	select \
                    
56	write \
                    
72	VIDIOC_SUBDEV_ENUM_FRAME_INTERVAL \
                    
73	VIDIOC_SUBDEV_G_SELECTION \
                    
74	VIDIOC_SUBDEV_S_SELECTION \
                    
                
adq12b.c https://github.com/dmitriy103/bravo_kernel-2.6.35.git | C | 405 lines
                    
52
                    
53  option 2: unipolar/bipolar ADC selection: 0 -> bipolar, 1 -> unipolar
                    
54
                    
54
                    
55	selection         comedi_config option            JUB
                    
56	 bipolar                0                         2-3 (factory default)
                    
58
                    
59  option 3: single-ended/differential AI selection: 0 -> SE, 1 -> differential
                    
60
                    
60
                    
61	selection         comedi_config option     JCHA    JCHB
                    
62       single-ended             0                  1-2     1-2 (factory default)
                    
                
dspapi-ioctl.h https://github.com/mstsirkin/linux.git | C Header | 467 lines
                    
326		u32 timeout;
                    
327	} args_strm_select;
                    
328
                    
458#define STRM_REGISTERNOTIFY	_IOWR(DB, DB_IOC(DB_STRM, 9), unsigned long)
                    
459#define STRM_SELECT		_IOWR(DB, DB_IOC(DB_STRM, 10), unsigned long)
                    
460
                    
                
index.js https://bitbucket.org/itsTamas/crawler.git | JavaScript | 580 lines
                    
256
                    
257// Inherits a selected set of methods from an object, wrapping functions in asynchronous syntax and catching errors
                    
258
                    
                
Descriptors.c https://bitbucket.org/idnorton/raspberry-pi.git | C | 359 lines
                    
146 *  of the device in one of its supported configurations, including information about any device interfaces
                    
147 *  and endpoints. The descriptor is read out by the USB host during the enumeration process when selecting
                    
148 *  a configuration so that the host may correctly communicate with the USB device.
                    
                
en_US.php https://github.com/wolfv/silverstripe-userforms.git | PHP | 281 lines
                    
121$lang['en_US']['EditableFormField.ss']['WHEN'] = 'When';
                    
122$lang['en_US']['EditableFormHeading']['LEVEL'] = 'Select Heading Level';
                    
123$lang['en_US']['EditableFormHeading']['PLURALNAME'] = array(
                    
198$lang['en_US']['FieldEditor.ss']['ADD'] = 'Add';
                    
199$lang['en_US']['FieldEditor.ss']['SELECTAFIELD'] = 'Select a Field';
                    
200$lang['en_US']['Form']['FIELDISREQUIRED'] = '%s is required';
                    
248$lang['en_US']['UserDefinedForm']['OPTIONS'] = 'Options';
                    
249$lang['en_US']['UserDefinedForm']['ORSELECTAFIELDTOUSEASFROM'] = '.. or Select a Form Field to use as the From Address';
                    
250$lang['en_US']['UserDefinedForm']['ORSELECTAFIELDTOUSEASTO'] = '.. or Select a Field to use as the To Address';
                    
                
drupal.js https://bitbucket.org/IshaDakota/programdb.git | JavaScript | 412 lines
                    
33 * @code
                    
34 *   $(selector).once('behavior-name', function () {
                    
35 *     ...
                    
309/**
                    
310 * Get the text selection in a textarea.
                    
311 */
                    
312Drupal.getSelection = function (element) {
                    
313  if (typeof element.selectionStart != 'number' && document.selection) {
                    
314    // The current selection.
                    
314    // The current selection.
                    
315    var range1 = document.selection.createRange();
                    
316    var range2 = range1.duplicate();
                    
325  }
                    
326  return { 'start': element.selectionStart, 'end': element.selectionEnd };
                    
327};
                    
                
flash.c https://bitbucket.org/accelecon/u-boot.git | C | 529 lines
                    
231
                    
232	/* Write auto select command: read Manufacturer ID */
                    
233	caddr[0x0555] = 0xAA;
                    
                
perf_event.h https://bitbucket.org/accelecon/linux-stable.git | C Header | 550 lines
                    
175 *
                    
176 * The event scheduler may not select the correct counter in the first
                    
177 * cycle because it needs to know which subsequent events will be
                    
179 * overlap flag for such constraints to give the scheduler a hint which
                    
180 * events to select for counter rescheduling.
                    
181 *
                    
                
descent-rgs-stats-demo.cc https://gitlab.com/Gentio/my-pdf | C++ | 403 lines
                    
33    ulong sq = 1;
                    
34    NXARG(sq, "Select stats:\n"
                    
35          "    0 ==> max element\n"
                    
                
gpio.c https://bitbucket.org/accelecon/linux-stable.git | C | 521 lines
                    
60#define JZ_REG_GPIO_FUNC_CLEAR		0x48
                    
61#define JZ_REG_GPIO_SELECT		0x50
                    
62#define JZ_REG_GPIO_SELECT_SET		0x54
                    
62#define JZ_REG_GPIO_SELECT_SET		0x54
                    
63#define JZ_REG_GPIO_SELECT_CLEAR	0x58
                    
64#define JZ_REG_GPIO_DIRECTION		0x60
                    
113		jz_gpio_write_bit(gpio, JZ_REG_GPIO_FUNC_CLEAR);
                    
114		jz_gpio_write_bit(gpio, JZ_REG_GPIO_SELECT_CLEAR);
                    
115		jz_gpio_write_bit(gpio, JZ_REG_GPIO_TRIGGER_CLEAR);
                    
120		case JZ_GPIO_FUNC1:
                    
121			jz_gpio_write_bit(gpio, JZ_REG_GPIO_SELECT_CLEAR);
                    
122			break;
                    
491		gpio_seq_reg(s, chip, "Func", JZ_REG_GPIO_FUNC);
                    
492		gpio_seq_reg(s, chip, "Select", JZ_REG_GPIO_SELECT);
                    
493		gpio_seq_reg(s, chip, "Direction", JZ_REG_GPIO_DIRECTION);
                    
                
Messages_fr_CA.properties https://bitbucket.org/botimer/sakaitrunk.git | Properties File | 266 lines
                    
18label_limitToTheseMimeTypes=Limitez \u00E0 ces types mime
                    
19addItemDef_pleaseSelectaType=Veuillez s\u00E9lectionner un type
                    
20button_update=Mettre \u00E0 jour
                    
24optionInsertImage_alignment_right=Droite
                    
25select_form_text=S\u00E9lectionnez un Formulaire
                    
26legend_layout=Mise en page
                    
45edit=R\u00E9viser
                    
46legend_AllowMultipleSelection=Permettre S\u00E9lections Multiples
                    
47add_page=Ajouter Page
                    
111addPresentation1_globalPublishedTemplate=(Gabarit Global)
                    
112alert_selectTemplate=veuillez d'abord s\u00E9lectionner un gabarit
                    
113table_row_comment=Commentaire\:
                    
115table_action_export=Exporter
                    
116addPresentation1_selectTemplate=Veuillez s\u00E9lectionner un gabarit
                    
117alert_presentationExpired=Alerte\: Ce portfolio est expir\u00E9.
                    
                
flash.h https://bitbucket.org/accelecon/u-boot.git | C Header | 305 lines
                    
89 * byte writing.  Programming and/or erasing individual bytes is done with
                    
90 * selective use of the Write Command.  By not placing the Write Command value
                    
91 * on a particular byte lane, that byte will not be written with the following
                    
100 * aligned on a 32 bit boundary), with each byte lane within the 32 bits (0-3)
                    
101 * going to each of the 4 chips and the word address selecting the bank, even
                    
102 * being the low bank and odd the high bank. For 64bit reads, both banks are
                    
                
cmyth_local.h https://github.com/energy6/xbmc.git | C Header | 445 lines
                    
44#include <sys/socket.h>
                    
45#include <sys/select.h>
                    
46#include <netinet/in.h>
                    
                
ms-shortcuts.directive.js https://gitlab.com/edied/TelevidaWeb | JavaScript | 487 lines
                    
49        vm.temporarilyIgnoreMouseEvents = temporarilyIgnoreMouseEvents;
                    
50        vm.ensureSelectedResultIsVisible = ensureSelectedResultIsVisible;
                    
51        vm.toggleMobileBar = toggleMobileBar;
                    
362                        // Make sure the selected result is in the view
                    
363                        vm.ensureSelectedResultIsVisible();
                    
364                    }
                    
371                    // Increase the selected result index
                    
372                    if ( vm.selectedResultIndex + 1 < vm.results.length )
                    
373                    {
                    
432            var resultsEl = $document.find('#ms-shortcut-add-menu').find('.results'),
                    
433                selectedItemEl = angular.element(resultsEl.find('.result')[vm.selectedResultIndex]);
                    
434
                    
437                var top = selectedItemEl.position().top - 8,
                    
438                    bottom = selectedItemEl.position().top + selectedItemEl.outerHeight() + 8;
                    
439
                    
                
ad_sigma_delta.c https://gitlab.com/envieidoc/sprd_project | C | 558 lines
                    
42	/* Some variants use the lower two bits of the communications register
                    
43	 * to select the channel */
                    
44	sigma_delta->comm = comm & AD_SD_COMM_CHAN_MASK;
                    
478
                    
479	/* select default trigger */
                    
480	indio_dev->trig = sigma_delta->trig;
                    
                
make-dialog.cc https://gitlab.com/envieidoc/advancedtomato2 | C++ | 460 lines
                    
176{
                    
177  QFileDialog * d = new QFileDialog (this, tr ("Select File"));
                    
178  d->setFileMode (QFileDialog::ExistingFile);
                    
179  d->setAttribute (Qt::WA_DeleteOnClose);
                    
180  connect (d, SIGNAL(filesSelected(const QStringList&)),
                    
181           this, SLOT(onFileSelected(const QStringList&)));
                    
184void
                    
185MakeDialog :: onFileSelected (const QStringList& list)
                    
186{
                    
187  if (!list.empty ())
                    
188    onFileSelected (list.front ());
                    
189}
                    
190void
                    
191MakeDialog :: onFileSelected (const QString& filename)
                    
192{
                    
                
jbone.js https://gitlab.com/Mirros/cdnjs | JavaScript | 343 lines
                    
47        } else if (typeof element === "string") {
                    
48            return [].slice.call(document.querySelectorAll(element));
                    
49        }
                    
223        return this.some(function(el) {
                    
224            return el.querySelectorAll(args[0]).length;
                    
225        });
                    
268    };
                    
269    jBone.fn.find = function(selector) {
                    
270        var results = [];
                    
271        this.forEach(function(el) {
                    
272            [].forEach.call(el.querySelectorAll(selector), function(finded) {
                    
273                results.push(finded);
                    
                
ui.multiselect.js https://gitlab.com/Mirros/cdnjs | JavaScript | 341 lines
                    
51		this.availableContainer = $('<div class="available"></div>')[this.options.availableFirst?'prependTo': 'appendTo'](this.container);
                    
52		this.selectedActions = $('<div class="actions ui-widget-header ui-helper-clearfix"><span class="count">0 '+$.ui.multiselect.locale.itemsCount+'</span><a href="#" class="remove-all">'+$.ui.multiselect.locale.removeAll+'</a></div>').appendTo(this.selectedContainer);
                    
53		this.availableActions = $('<div class="actions ui-widget-header ui-helper-clearfix"><input type="text" class="search empty ui-widget-content ui-corner-all"/><a href="#" class="add-all">'+$.ui.multiselect.locale.addAll+'</a></div>').appendTo(this.availableContainer);
                    
53		this.availableActions = $('<div class="actions ui-widget-header ui-helper-clearfix"><input type="text" class="search empty ui-widget-content ui-corner-all"/><a href="#" class="add-all">'+$.ui.multiselect.locale.addAll+'</a></div>').appendTo(this.availableContainer);
                    
54		this.selectedList = $('<ul class="selected connected-list"><li class="ui-helper-hidden-accessible"></li></ul>').bind('selectstart', function(){return false;}).appendTo(this.selectedContainer);
                    
55		this.availableList = $('<ul class="available connected-list"><li class="ui-helper-hidden-accessible"></li></ul>').bind('selectstart', function(){return false;}).appendTo(this.availableContainer);
                    
64		// fix list height to match <option> depending on their individual header's heights
                    
65		this.selectedList.height(Math.max(this.element.height()-this.selectedActions.height(),1));
                    
66		this.availableList.height(Math.max(this.element.height()-this.availableActions.height(),1));
                    
146		var items = $(options.map(function(i) {
                    
147			var isSelected = $(this).is("[selected]"), item = that._getOptionNode(this).appendTo(isSelected ? that.selectedList : that.availableList).show();
                    
148
                    
182			item[this.options.hide](this.options.animated, function() { $(this).remove(); });
                    
183			selectedItem.appendTo(this.selectedList).hide()[this.options.show](this.options.animated);
                    
184			
                    
                
spi-bitbang.c https://gitlab.com/jhalayashraj/nkernel | C | 506 lines
                    
42 *
                    
43 * chipselect() and friends may use use spi_device->controller_data and
                    
44 * controller registers as appropriate.
                    
210
                    
211	/* NOTE we _need_ to call chipselect() early, ideally with adapter
                    
212	 * setup, unless the hardware defaults cooperate to avoid confusion
                    
212	 * setup, unless the hardware defaults cooperate to avoid confusion
                    
213	 * between normal (active low) and inverted chipselects.
                    
214	 */
                    
215
                    
216	/* deselect chip (low or high) */
                    
217	spin_lock_irqsave(&bitbang->lock, flags);
                    
218	if (!bitbang->busy) {
                    
219		bitbang->chipselect(spi, BITBANG_CS_INACTIVE);
                    
220		ndelay(cs->nsecs);
                    
                
My_Folder_Fragment.java https://gitlab.com/gj100596/HelpingHand | Java | 382 lines
                    
47		private EditText name;
                    
48		public static TextView folder_name,selected_folder;
                    
49		private SwipeRefreshLayout refresh;
                    
89					// TODO Auto-generated method stub
                    
90					View selected = content.getChildAt(position-content.getFirstVisiblePosition());
                    
91					folder_name = (TextView) selected.findViewById(R.id.title);
                    
145							case 0:
                    
146								selected_folder=(TextView) clicked.findViewById(R.id.title);
                    
147								Intent share = new Intent(getActivity(),Share.class);
                    
151							case 1:
                    
152								selected_folder=(TextView) clicked.findViewById(R.id.title);
                    
153								name = new EditText(getActivity());
                    
173							case 2:
                    
174								selected_folder=(TextView) clicked.findViewById(R.id.title);
                    
175								new AlertDialog.Builder(getActivity())
                    
                
iron-dropdown.html https://gitlab.com/hemantr/Test04 | HTML | 387 lines
                    
127          dropdown = fixture('TrivialDropdown');
                    
128          content = Polymer.dom(dropdown).querySelector('.dropdown-content');
                    
129        });
                    
166            dropdown = fixture('FocusableContentDropdown');
                    
167            content = Polymer.dom(dropdown).querySelector('.dropdown-content');
                    
168          });
                    
178          test('focuses a configured focus target', function(done) {
                    
179            var focusableChild = Polymer.dom(content).querySelector('div[tabindex]');
                    
180            dropdown.focusTarget = focusableChild;
                    
214          parent = fixture('AlignedDropdown');
                    
215          dropdown = parent.querySelector('iron-dropdown');
                    
216        });
                    
261          var parent = fixture('OffsetDropdownTopLeft');
                    
262          dropdown = parent.querySelector('iron-dropdown');
                    
263        });
                    
                
inv_discrete_quantile.hpp https://gitlab.com/kokeiro001/YamabiYagiNoHoko | C++ Header | 481 lines
                    
278// There is one overload for each policy,
                    
279// each one is responsible for selecting the correct
                    
280// termination condition, and rounding the result
                    
                
GdCFactory.inc.php https://gitlab.com/nacridan/Nacridan | PHP | 276 lines
                    
12        if (is_numeric($name))
                    
13            $dbp = new DBCollection("SELECT id, name FROM Player WHERE id=" . quote_smart($name), $db);
                    
14        else
                    
14        else
                    
15            $dbp = new DBCollection("SELECT id, name FROM Player WHERE name='" . quote_smart($name) . "'", $db);
                    
16        
                    
27        if ($playerSrc->get("id_FighterGroup") != 0) {
                    
28            $dbx = new DBCollection("SELECT id_FighterGroup FROM Player WHERE id=" . $dbp->get("id"), $db);
                    
29            if ($dbx->get("id_FighterGroup") == $playerSrc->get("id_FighterGroup")) {
                    
34        
                    
35        $dbx = new DBCollection("SELECT id FROM FighterGroupAskJoin WHERE id_Player=" . $playerSrc->get('id') . " AND id_Guest=" . $dbp->get('id'), $db);
                    
36        if (! $dbx->eof()) {
                    
124            $dbu = new DBCollection("UPDATE Player SET id_FighterGroup=0 WHERE id=" . $val, $db, 0, 0, false);
                    
125            $dbx = new DBCollection("SELECT name FROM Player WHERE id=" . $val, $db);
                    
126            $dest[$dbx->get("name")] = $dbx->get("name");
                    
                
GuiConstants.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 308 lines
                    
157                                                                  GuiTranslate
                    
158                                                                      .get("gui.border.selected"));
                    
159
                    
                
GuiSelectDumpFrame.ValueReporter.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 263 lines
                    
95<DL>
                    
96<DT><B>Enclosing class:</B><DD><A HREF="../../../../../../org/objectweb/cjdbc/console/gui/frames/GuiSelectDumpFrame.html" title="class in org.objectweb.cjdbc.console.gui.frames">GuiSelectDumpFrame</A></DD>
                    
97</DL>
                    
99<DL>
                    
100<DT>private class <B>GuiSelectDumpFrame.ValueReporter</B><DT>extends java.lang.Object<DT>implements javax.swing.event.ListSelectionListener</DL>
                    
101
                    
122<CODE>private </CODE></FONT></TD>
                    
123<TD><CODE><B><A HREF="../../../../../../org/objectweb/cjdbc/console/gui/frames/GuiSelectDumpFrame.ValueReporter.html#GuiSelectDumpFrame.ValueReporter()">GuiSelectDumpFrame.ValueReporter</A></B>()</CODE>
                    
124
                    
140<CODE>&nbsp;void</CODE></FONT></TD>
                    
141<TD><CODE><B><A HREF="../../../../../../org/objectweb/cjdbc/console/gui/frames/GuiSelectDumpFrame.ValueReporter.html#valueChanged(javax.swing.event.ListSelectionEvent)">valueChanged</A></B>(javax.swing.event.ListSelectionEvent&nbsp;event)</CODE>
                    
142
                    
197<DD><DL>
                    
198<DT><B>See Also:</B><DD><CODE>ListSelectionListener.valueChanged(javax.swing.event.ListSelectionEvent)</CODE></DL>
                    
199</DD>
                    
                
ThreadEventHandler.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 357 lines
                    
36	 * Queue of suspended threads to choose from when needing
                    
37	 * to select a thread when another is resumed. Threads
                    
38	 * are added in the order they suspend.
                    
97            }
                    
98        	fireDeltaUpdatingSelectedFrame(thread, IModelDelta.NO_CHANGE | extras, event);
                    
99        }
                    
113		IThread thread = removeSuspendedThread(event);
                    
114		fireDeltaAndClearTopFrame(thread, IModelDelta.STATE | IModelDelta.CONTENT | IModelDelta.SELECT);
                    
115		thread = getNextSuspendedThread();
                    
116		if (thread != null) {
                    
117			fireDeltaUpdatingSelectedFrame(thread, IModelDelta.NO_CHANGE | IModelDelta.REVEAL, event);
                    
118		}
                    
220			Object frameToSelect = event.getData();
                    
221			if (frameToSelect == null || !(frameToSelect instanceof IStackFrame)) {
                    
222				frame = thread.getTopStackFrame();
                    
                
fas216.h https://gitlab.com/jhalayashraj/nkernel | C Header | 393 lines
                    
51#define CMD_DISABLESEL		0x45
                    
52#define CMD_SELECTATN3		0x46
                    
53#define CMD_RESEL3		0x47
                    
75
                    
76/* bus ID for select / reselect */
                    
77#define REG_SDID		(4)
                    
81#define REG_INST		(5)
                    
82#define INST_SELWOATN		(1 << 0)			/* Select w/o ATN	*/
                    
83#define INST_SELATN		(1 << 1)			/* Select w/ATN		*/
                    
83#define INST_SELATN		(1 << 1)			/* Select w/ATN		*/
                    
84#define INST_RESELECTED		(1 << 2)			/* Reselected		*/
                    
85#define INST_FUNCDONE		(1 << 3)			/* Function done	*/
                    
173	PHASE_IDLE,					/* we're not planning on doing anything	*/
                    
174	PHASE_SELECTION,				/* selecting a device			*/
                    
175	PHASE_SELSTEPS,					/* selection with command steps		*/
                    
                
Observable+Multiple.swift https://gitlab.com/Tj3n123/ios-icndb-app | Swift | 330 lines
                    
24    public func combineLatest<R>(resultSelector: [Generator.Element.E] throws -> R) -> Observable<R> {
                    
25        return CombineLatestCollectionType(sources: self, resultSelector: resultSelector)
                    
26    }
                    
33    /**
                    
34    Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences have produced an element at a corresponding index.
                    
35
                    
37    
                    
38    - parameter resultSelector: Function to invoke for each series of elements at corresponding indexes in the sources.
                    
39    - returns: An observable sequence containing the result of combining elements of the sources using the specified result selector function.
                    
42    public func zip<R>(resultSelector: [Generator.Element.E] throws -> R) -> Observable<R> {
                    
43        return ZipCollectionType(sources: self, resultSelector: resultSelector)
                    
44    }
                    
315    public func withLatestFrom<SecondO: ObservableConvertibleType, ResultType>(second: SecondO, resultSelector: (E, SecondO.E) throws -> ResultType) -> Observable<ResultType> {
                    
316        return WithLatestFrom(first: asObservable(), second: second.asObservable(), resultSelector: resultSelector)
                    
317    }
                    
                
THTimelineDataSource.m https://gitlab.com/Mr.Tomato/Learning-AV-Foundation | Objective C | 248 lines
                    
201
                    
202- (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath {
                    
203	id selectedItem = self.timelineItems[indexPath.section][indexPath.item];
                    
203	id selectedItem = self.timelineItems[indexPath.section][indexPath.item];
                    
204	if ([selectedItem isKindOfClass:[THVideoTransition class]]) {
                    
205		[self configureTransition:selectedItem atIndexPath:indexPath];
                    
220
                    
221- (void)transitionSelected {
                    
222	[self.transitionPopoverController dismissPopoverAnimated:YES];
                    
                
vssapi.def https://gitlab.com/ubuntu-trusty/mingw-w64 | Module-Definition | 160 lines
                    
18??1CVssWriter@@UAE@XZ ; has WINAPI (@0)
                    
19; protected: bool __stdcall CVssJetWriter::AreComponentsSelected(void)const 
                    
20?AreComponentsSelected@CVssJetWriter@@IBG_NXZ ; has WINAPI (@4)
                    
20?AreComponentsSelected@CVssJetWriter@@IBG_NXZ ; has WINAPI (@4)
                    
21; protected: bool __stdcall CVssWriter::AreComponentsSelected(void)const 
                    
22?AreComponentsSelected@CVssWriter@@IBG_NXZ ; has WINAPI (@4)
                    
                
fc0012.c https://github.com/kvaneesh/linux.git | C | 503 lines
                    
127	unsigned short xtal_freq_khz_2, xin, xdiv;
                    
128	bool vco_select = false;
                    
129
                    
149
                    
150	/* select frequency divider and the frequency of VCO */
                    
151	if (freq < 37084) {		/* freq * 96 < 3560000 */
                    
196		reg[6] |= 0x08;
                    
197		vco_select = true;
                    
198	}
                    
281
                    
282	/* vco selection */
                    
283	tmp &= 0x3f;
                    
284
                    
285	if (vco_select) {
                    
286		if (tmp > 0x3c) {
                    
                
mcam-core.h https://github.com/kvaneesh/linux.git | C Header | 378 lines
                    
18 * Create our own symbols for the supported buffer modes, but, for now,
                    
19 * base them entirely on which videobuf2 options have been selected.
                    
20 */
                    
34	!defined(MCAM_MODE_DMA_SG)
                    
35#error One of the videobuf buffer modes must be selected in the config
                    
36#endif
                    
                
TP_Reactor.h https://github.com/Bootz/Singularity.git | C Header | 320 lines
                    
33
                    
34#include "ace/Select_Reactor.h"
                    
35#include "ace/Timer_Queue.h"    /* Simple forward decl won't work... */
                    
92  /// Constructor that will grab the token for us
                    
93  ACE_TP_Token_Guard (ACE_Select_Reactor_Token &token);
                    
94
                    
128
                    
129  /// The Select Reactor token.
                    
130  ACE_Select_Reactor_Token &token_;
                    
142 *
                    
143 * @brief Specialization of ACE_Select_Reactor to support thread-pool
                    
144 * based event dispatching.
                    
145 *
                    
146 * One of the shortcomings of the ACE_Select_Reactor is that it
                    
147 * does not support a thread pool-based event dispatching model,
                    
                
MultiFinderPatternFinder.cs https://bitbucket.org/jrasanen/silverlightzxing.git | C# | 367 lines
                    
103		/// <throws>  ReaderException if 3 such finder patterns do not exist </throws>
                    
104		private FinderPattern[][] selectBestPatterns()
                    
105		{
                    
342			} // for i=iSkip-1 ...
                    
343			FinderPattern[][] patternInfo = selectBestPatterns();
                    
344			System.Collections.ArrayList result = System.Collections.ArrayList.Synchronized(new System.Collections.ArrayList(10));
                    
                
browser_adapter.js https://gitlab.com/remynaps/Vexillarius | JavaScript | 367 lines
                    
89    query(selector) { return document.querySelector(selector); }
                    
90    querySelector(el, selector) { return el.querySelector(selector); }
                    
91    querySelectorAll(el, selector) { return el.querySelectorAll(selector); }
                    
247    setTitle(newTitle) { document.title = newTitle || ''; }
                    
248    elementMatches(n, selector) {
                    
249        var matches = false;
                    
251            if (n.matches) {
                    
252                matches = n.matches(selector);
                    
253            }
                    
254            else if (n.msMatchesSelector) {
                    
255                matches = n.msMatchesSelector(selector);
                    
256            }
                    
257            else if (n.webkitMatchesSelector) {
                    
258                matches = n.webkitMatchesSelector(selector);
                    
259            }
                    
                
myanmar.php https://gitlab.com/0sajib0/NECI | PHP | 484 lines
                    
44	const OT_VPst = 29;
                    
45	const OT_VS = 30; /* Variation selectors */
                    
46
                    
79		't', /* Vowel posT */
                    
80		's', /* variation Selector */
                    
81	);
                    
                
notify.coffee https://gitlab.com/MohammadShakil/POS_Management_System | CoffeeScript | 571 lines
                    
177find = (elem, selector) ->
                    
178  if elem.is(selector) then elem else elem.find selector
                    
179
                    
                
dss.c https://github.com/ssvb/linux-n810.git | C | 641 lines
                    
258
                    
259void dss_select_dispc_clk_source(enum dss_clk_source clk_src)
                    
260{
                    
275
                    
276void dss_select_dsi_clk_source(enum dss_clk_source clk_src)
                    
277{
                    
542
                    
543	/* venc out selection. 0 = comp, 1 = svideo */
                    
544	REG_FLD_MOD(DSS_CONTROL, l, 6, 6);
                    
583
                    
584	/* Select DPLL */
                    
585	REG_FLD_MOD(DSS_CONTROL, 0, 0, 0);
                    
                
cg_sim.c https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | C | 198 lines
                    
32  - simulates a write-allocate cache
                    
33  - (block --> set) hash function uses simple bit selection
                    
34  - handling of references straddling two cache blocks:
                    
                
ElemSort.java https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | Java | 349 lines
                    
33 * <!ATTLIST xsl:sort
                    
34 *   select %expr; "."
                    
35 *   lang %avt; #IMPLIED
                    
50  /**
                    
51   * xsl:sort has a select attribute whose value is an expression.
                    
52   * @serial
                    
53   */
                    
54  private XPath m_selectExpression = null;
                    
55
                    
56  /**
                    
57   * Set the "select" attribute.
                    
58   * xsl:sort has a select attribute whose value is an expression.
                    
63   * by a call to the string function; this string is used as the
                    
64   * sort key for that node. The default value of the select attribute
                    
65   * is ., which will cause the string-value of the current node to
                    
                
HasManyThrough.php https://gitlab.com/judielsm/Handora | PHP | 408 lines
                    
92
                    
93        $query->select(new Expression('count(*)'));
                    
94
                    
320
                    
321        $select = $this->getSelectColumns($columns);
                    
322
                    
322
                    
323        $models = $this->query->addSelect($select)->getModels();
                    
324
                    
359    {
                    
360        $this->query->addSelect($this->getSelectColumns($columns));
                    
361
                    
373    {
                    
374        $this->query->addSelect($this->getSelectColumns($columns));
                    
375
                    
                
dc.h https://bitbucket.org/Tofe/picasso-kernel.git | C Header | 388 lines
                    
73#define DC_CMD_DISPLAY_WINDOW_HEADER		0x042
                    
74#define WINDOW_A_SELECT (1 << 4)
                    
75#define WINDOW_B_SELECT (1 << 5)
                    
75#define WINDOW_B_SELECT (1 << 5)
                    
76#define WINDOW_C_SELECT (1 << 6)
                    
77
                    
88#define DC_COM_PIN_INPUT_DATA(x) (0x312 + (x))
                    
89#define DC_COM_PIN_OUTPUT_SELECT(x) (0x314 + (x))
                    
90
                    
168#define DC_DISP_PP_CONTROL			0x429
                    
169#define DC_DISP_PP_SELECT_A			0x42a
                    
170#define DC_DISP_PP_SELECT_B			0x42b
                    
170#define DC_DISP_PP_SELECT_B			0x42b
                    
171#define DC_DISP_PP_SELECT_C			0x42c
                    
172#define DC_DISP_PP_SELECT_D			0x42d
                    
                
Users.php https://bitbucket.org/ferOnti/processmaker.git | PHP | 383 lines
                    
197
                    
198        $c->clearSelectColumns();
                    
199        $c->addSelectColumn( UsersPeer::USR_UID );
                    
199        $c->addSelectColumn( UsersPeer::USR_UID );
                    
200        $c->addSelectColumn( UsersPeer::USR_USERNAME );
                    
201        $c->addSelectColumn( UsersPeer::USR_STATUS );
                    
209        $c = $this->loadByUsername( $sUsername );
                    
210        $rs = UsersPeer::doSelectRS( $c );
                    
211        $rs->setFetchmode( ResultSet::FETCHMODE_ASSOC );
                    
234            $c->add( IsoCountryPeer::IC_UID, $aFields["USR_COUNTRY"] );
                    
235            $rs = IsoCountryPeer::doSelectRS( $c );
                    
236            $rs->setFetchmode( ResultSet::FETCHMODE_ASSOC );
                    
239
                    
240            $c->clearSelectColumns();
                    
241            $c->add( IsoSubdivisionPeer::IC_UID, $aFields["USR_COUNTRY"] );
                    
                
session.js https://bitbucket.org/whallet/whallet-mobile.git | JavaScript | 343 lines
                    
208        date = new Date();
                    
209        Lungo.Data.Storage.persistent("dateSelected", null);
                    
210        Lungo.Data.Storage.persistent("dateSelected", date);
                    
                
Relationship.pm https://bitbucket.org/mineo/musicbrainz-server.git | Perl | 454 lines
                    
98
                    
99    my $query = "SELECT * FROM l_${type0}_${type1} WHERE id = ?";
                    
100    my $row = $self->sql->select_single_row_hash($query, $id)
                    
134
                    
135        my $select = "l_${type0}_${type1}.* FROM l_${type0}_${type1}
                    
136                      JOIN link l ON link = l.id";
                    
142            $query = "
                    
143            SELECT $select
                    
144              JOIN $target ON $target_id = ${target}.id
                    
152            $query = "
                    
153            SELECT $select
                    
154              JOIN $target ON $target_id = ${target}.id
                    
159
                    
160        $self->sql->select($query, @params);
                    
161        while (1) {
                    
                
DropZone.js https://bitbucket.org/i1598/caiyun_stat.git | JavaScript | 254 lines
                    
8 * by using the event's {@link Ext.EventObject#getTarget getTarget} method to identify a node based on a
                    
9 * {@link Ext.DomQuery} selector.
                    
10 *
                    
25 *             getTargetFromEvent: function(e) {
                    
26 *                 return e.getTarget(myGridPanel.getView().rowSelector);
                    
27 *             },
                    
                
listctrl.h https://gitlab.com/Hexexpeck/dolphin-emulator | C Header | 398 lines
                    
145
                    
146  // Gets the number of selected items in the list control
                    
147  int GetSelectedItemCount() const;
                    
                
form.js https://gitlab.com/crazybutterfly815/magento2 | JavaScript | 378 lines
                    
126                }
                    
127                html+= '</select>';
                    
128                Element.insert(child, {before: html});
                    
153        this.regionTextEl = $(regionTextEl);
                    
154        this.regionSelectEl = $(regionSelectEl);
                    
155        this.zipEl = $(zipEl);
                    
162
                    
163        if (this.regionSelectEl.options.length<=1) {
                    
164            this.update();
                    
240
                    
241            this.regionSelectEl.options.length = 1;
                    
242            for (regionId in this.regions[this.countryEl.value]) {
                    
291                this.regionSelectEl.value = '';
                    
292                this.regionSelectEl.selectedIndex = 0;
                    
293                this.lastCountryId = '';
                    
                
head.S https://bitbucket.org/Tofe/picasso-kernel.git | Assembly | 537 lines
                    
130	 * manner. See arch/arm64/mm/proc.S for details. x23 = base of
                    
131	 * cpu_info structure selected by lookup_processor_type above.
                    
132	 * On return, the CPU will be ready for the MMU to be turned on and
                    
                
api_organisation.py https://gitlab.com/Ashutoshrox/gkcore | Python | 232 lines
                    
35from gkcore.models import gkdb
                    
36from sqlalchemy.sql import select, distinct
                    
37import json
                    
52		try:
                    
53			result = con.execute(select([gkdb.organisation.c.orgname, gkdb.organisation.c.orgtype]).distinct())
                    
54			orgs = []
                    
63		try:
                    
64			result = con.execute(select([gkdb.organisation.c.yearstart, gkdb.organisation.c.yearend,gkdb.organisation.c.orgcode]).where(and_(gkdb.organisation.c.orgname==self.request.matchdict["orgname"], gkdb.organisation.c.orgtype == self.request.matchdict["orgtype"])))
                    
65			years = []
                    
80			if result.rowcount==1:
                    
81				code = con.execute(select([gkdb.organisation.c.orgcode]).where(and_(gkdb.organisation.c.orgname==orgdata["orgname"], gkdb.organisation.c.orgtype==orgdata["orgtype"], gkdb.organisation.c.yearstart==orgdata["yearstart"], gkdb.organisation.c.yearend==orgdata["yearend"])))
                    
82				orgcode = code.fetchone()
                    
86					result = con.execute(gkdb.groupsubgroups.insert(),currentassets)
                    
87					result = con.execute(select([gkdb.groupsubgroups.c.groupcode]).where(and_(gkdb.groupsubgroups.c.groupname=="Current Assets",gkdb.groupsubgroups.c.orgcode==orgcode["orgcode"])))
                    
88					grpcode = result.fetchone()
                    
                
collocations_app.py https://github.com/rplevy/clojure-nltk.git | Python | 339 lines
                    
96        other_corpora = self.model.CORPORA.keys().remove(self.model.DEFAULT_CORPUS)
                    
97        om = OptionMenu(innerframe, self.var, self.model.DEFAULT_CORPUS, command=self.corpus_selected, *self.model.non_default_corpora())
                    
98        om['borderwidth'] = 0
                    
142                    yscrollcommand=vscrollbar.set,
                    
143                    xscrollcommand=hscrollbar.set, wrap='none', width='40', height = '20', exportselection=1)
                    
144        self.results_box.pack(side='left', fill='both', expand=True)
                    
187
                    
188    def corpus_selected(self, *args):
                    
189        new_selection = self.var.get()
                    
189        new_selection = self.var.get()
                    
190        self.load_corpus(new_selection)
                    
191
                    
208    def load_corpus(self, selection):
                    
209        if self.model.selected_corpus != selection:
                    
210            self.status['text'] = 'Loading ' + selection + '...'
                    
                
cleverness-to-do-list-loader.class.php https://github.com/cleverness/cleverness-to-do-list-plugin.git | PHP | 311 lines
                    
203			wp_enqueue_style( 'jquery.ui.theme', CTDL_PLUGIN_URL.'/css/jquery-ui-fresh.css', array(), CTDL_PLUGIN_VERSION );
                    
204			wp_enqueue_style( 'cleverness_todo_select_css', CTDL_PLUGIN_URL.'/css/cleverness-to-do-list-select2.css', array(), CTDL_PLUGIN_VERSION );
                    
205		}
                    
215		wp_register_script( 'cleverness_tablesorter_js', CTDL_PLUGIN_URL.'/js/jquery.tablesorter.min.js', '', CTDL_PLUGIN_VERSION, true );
                    
216		wp_register_script( 'cleverness_todo_select2_js', CTDL_PLUGIN_URL.'/js/select2.min.js', '', CTDL_PLUGIN_VERSION, true );
                    
217		wp_enqueue_script( 'cleverness_todo_js' );
                    
226		wp_enqueue_script( 'jquery-ui-resizable' );
                    
227		wp_enqueue_script( 'cleverness_todo_select2_js' );
                    
228		wp_localize_script( 'cleverness_todo_js', 'ctdl', CTDL_Loader::get_js_vars() );
                    
246			'CONFIRMATION_DEL_TABLES_MSG' => __( "You are about to permanently delete database tables. This cannot be undone. \n 'Cancel' to stop, 'OK' to delete.", 'cleverness-to-do-list' ),
                    
247			'SELECT_USER'                 => __( 'Select a User', 'cleverness-to-do-list' ),
                    
248			'NONCE'                       => wp_create_nonce( 'ctdl-todo' ),
                    
263		wp_register_script( 'cleverness_tablesorter_js', CTDL_PLUGIN_URL . '/js/jquery.tablesorter.min.js', '', CTDL_PLUGIN_VERSION, true );
                    
264		wp_register_script( 'cleverness_todo_select2_js', CTDL_PLUGIN_URL . '/js/select2.min.js', '', CTDL_PLUGIN_VERSION, true );
                    
265		wp_register_script( 'cleverness_todo_frontend_admin_js', CTDL_PLUGIN_URL . '/js/cleverness-to-do-list-frontend-admin.js', array( 'jquery' ), CTDL_PLUGIN_VERSION, true );
                    
                
manifold.rst https://github.com/joshbohde/scikit-learn.git | ReStructuredText | 363 lines
                    
123   :math:`O[N^2(k + \log(N))]`, or the *Floyd-Warshall algorithm*, which
                    
124   is :math:`O[N^3]`.  The algorithm can be selected by the user with
                    
125   the ``path_method`` keyword of ``Isomap``.  If unspecified, the code
                    
                
map.h https://gitlab.com/openbar/rpi-linux | C Header | 486 lines
                    
144#ifndef map_bankwidth
                    
145#warning "No CONFIG_MTD_MAP_BANK_WIDTH_xx selected. No NOR chip support can work"
                    
146static inline int map_bankwidth(void *map)
                    
                
tabview-debug.js https://bitbucket.org/kudutest/moodlegit.git | JavaScript | 418 lines
                    
37        var i = e.index,
                    
38            selection = this.get('selection');
                    
39
                    
39
                    
40        if (!selection) { // select previous item if selection removed
                    
41            selection = this.item(i - 1) || this.item(0);
                    
98            // TODO: why both needed? (via widgetParent/Child)?
                    
99            this.set('selection', selection);
                    
100            selection.set('selected', 1);
                    
242        this.set('content', this.get('content'));
                    
243        this._uiSetSelectedPanel(this.get('selected'));
                    
244    },
                    
246    bindUI: function() {
                    
247       this.after('selectedChange', this._afterTabSelectedChange);
                    
248       this.after('parentChange', this._afterParentChange);
                    
                
Calendar.aspx.cs https://bitbucket.org/kudutest/kenticogit.git | C# | 358 lines
                    
99
                    
100        // Fill in the month selector
                    
101        if (this.drpMonth.Items.Count == 0)
                    
138            
                    
139            // Selected date
                    
140            if (selDate == "")
                    
263    /// <param name="time">Time to set</param>
                    
264    private void SetTime(DateTime time, bool selectCalendar)
                    
265    {
                    
265    {
                    
266        if (selectCalendar)
                    
267        {
                    
268            calDate.VisibleDate = time.Date;
                    
269            calDate.SelectedDate = time.Date;
                    
270        }
                    
                
realview_pb11mp.c https://bitbucket.org/Lloir/lge-kernel-jb.git | C | 390 lines
                    
130	.enable_dma = 0,
                    
131	.num_chipselect = 1,
                    
132};
                    
                
admin_folders.php https://github.com/Doap/pyrocms.git | PHP | 540 lines
                    
63
                    
64		// Array for select
                    
65		$this->data->folders_tree = array();
                    
157
                    
158		// Array for select
                    
159		$this->data->sub_folders = array();
                    
171
                    
172		// Get the selected information.
                    
173		$this->data->folder				= $folder;
                    
173		$this->data->folder				= $folder;
                    
174		$this->data->selected_filter	= $filter;
                    
175
                    
179		$this->db
                    
180			->select('type as letter')
                    
181			->group_by('type');
                    
                
BootManager.cpp https://gitlab.com/WoomyNightClub/dolphin | C++ | 398 lines
                    
80	bool bPAL60;
                    
81	int iSelectedLanguage;
                    
82	int iCPUCore;
                    
111	bPAL60                  = config.bPAL60;
                    
112	iSelectedLanguage       = config.SelectedLanguage;
                    
113	iCPUCore                = config.iCPUCore;
                    
153	config->bPAL60                 = bPAL60;
                    
154	config->SelectedLanguage       = iSelectedLanguage;
                    
155	config->iCPUCore               = iCPUCore;
                    
344		StartUp.iCPUCore                      = g_NetPlaySettings.m_CPUcore;
                    
345		StartUp.SelectedLanguage              = g_NetPlaySettings.m_SelectedLanguage;
                    
346		StartUp.bOverrideGCLanguage           = g_NetPlaySettings.m_OverrideGCLanguage;
                    
365	{
                    
366		StartUp.SelectedLanguage = 0;
                    
367	}
                    
                
adg.c https://github.com/tklauser/linux-nios2.git | C | 616 lines
                    
379
                    
380	dev_dbg(dev, "ADG: %s[%d] selects 0x%x for %d\n",
                    
381		rsnd_mod_name(ssi_mod), rsnd_mod_id(ssi_mod),
                    
                
pinctrl-mxs.c https://github.com/tklauser/linux-nios2.git | C | 554 lines
                    
196
                    
197static int mxs_pinctrl_set_mux(struct pinctrl_dev *pctldev, unsigned selector,
                    
198			       unsigned group)
                    
                
test-cmb-field.php https://gitlab.com/websumon/tosnib | PHP | 369 lines
                    
93		$classes = $this->field->row_classes();
                    
94		$this->assertEquals( 'cmb-type-text cmb2-id-test-test table-layout type name desc before after options_cb options attributes protocols default select_all_button multiple repeatable inline on_front show_names date_format time_format description preview_size render_row_cb label_cb id before_field after_field row_classes _id _name', $classes );
                    
95	}
                    
99		$default = $this->field->args( 'default' );
                    
100		$this->assertEquals( 'type, name, desc, before, after, options_cb, options, attributes, protocols, default, select_all_button, multiple, repeatable, inline, on_front, show_names, date_format, time_format, description, preview_size, render_row_cb, label_cb, id, before_field, after_field, row_classes, _id, _name', $default );
                    
101	}
                    
                
Token.cpp https://github.com/MeaNone/mangos.git | C++ | 545 lines
                    
303    {
                    
304      // This thread was still selected to own the token.
                    
305      if (my_entry.runable_)
                    
449    {
                    
450      // This thread was still selected to own the token.
                    
451      if (my_entry.runable_)
                    
                
subnet.py https://gitlab.com/pgeorgiev_vmw/idem-aws | Python | 320 lines
                    
70            * Value (string) -- The value of the tag. Tag values are case-sensitive and accept a maximum of 255 Unicode characters.
                    
71        availability_zone(Text, optional): The Availability Zone or Local Zone for the subnet. Default: Amazon Web Services selects one for
                    
72            you. If you create more than one subnet in your VPC, we do not necessarily select a different
                    
                
file.rb https://gitlab.com/realsatomic/gitlab | Ruby | 486 lines
                    
117
                    
118        diff_lines.select { |line| line.index <= diff_line_index }.map(&:text).join("\n")
                    
119      end
                    
                
jquery.mobile.custom.structure.scss https://bitbucket.org/jeffpatzer/halifax.git | Sass | 344 lines
                    
105/* accessible content hiding */
                    
106.ui-hide-label label.ui-input-text, .ui-hide-label label.ui-select, .ui-hide-label label.ui-slider, .ui-hide-label label.ui-submit, .ui-hide-label .ui-controlgroup-label,
                    
107.ui-hidden-accessible { position: absolute !important; left: -9999px; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
                    
                
TraceInputStream.html https://bitbucket.org/ianmayo/debrief.git | HTML | 355 lines
                    
54<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
                    
55&nbsp;<A HREF="../../../../org/restlet/engine/io/SelectorFactory.html" title="class in org.restlet.engine.io"><B>PREV CLASS</B></A>&nbsp;
                    
56&nbsp;<A HREF="../../../../org/restlet/engine/io/TraceOutputStream.html" title="class in org.restlet.engine.io"><B>NEXT CLASS</B></A></FONT></TD>
                    
320<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
                    
321&nbsp;<A HREF="../../../../org/restlet/engine/io/SelectorFactory.html" title="class in org.restlet.engine.io"><B>PREV CLASS</B></A>&nbsp;
                    
322&nbsp;<A HREF="../../../../org/restlet/engine/io/TraceOutputStream.html" title="class in org.restlet.engine.io"><B>NEXT CLASS</B></A></FONT></TD>
                    
                
DirectoryItem.html https://bitbucket.org/semo/mailclient.git | HTML | 300 lines
                    
131<CODE>&nbsp;<A HREF="../../navigation/DirectoryItem.html" title="class in navigation">DirectoryItem</A></CODE></FONT></TD>
                    
132<TD><CODE><B>SelectedDirectoryChangedEvent.</B><B><A HREF="../../clientevents/SelectedDirectoryChangedEvent.html#getSelectedDirectory()">getSelectedDirectory</A></B>()</CODE>
                    
133
                    
152<TR BGCOLOR="white" CLASS="TableRowColor">
                    
153<TD><CODE><B><A HREF="../../clientevents/SelectedDirectoryChangedEvent.html#SelectedDirectoryChangedEvent(navigation.DirectoryItem)">SelectedDirectoryChangedEvent</A></B>(<A HREF="../../navigation/DirectoryItem.html" title="class in navigation">DirectoryItem</A>&nbsp;selectedDir)</CODE>
                    
154
                    
185<CODE>&nbsp;void</CODE></FONT></TD>
                    
186<TD><CODE><B>ClientManager.</B><B><A HREF="../../maildiedritte/ClientManager.html#setSelectedDirectory(navigation.DirectoryItem)">setSelectedDirectory</A></B>(<A HREF="../../navigation/DirectoryItem.html" title="class in navigation">DirectoryItem</A>&nbsp;newSelectedDir)</CODE>
                    
187
                    
188<BR>
                    
189&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contains information that a Directory item has been selected, due to a
                    
190 mouse click on a folder.</TD>
                    
                
CrossSectionView.java https://bitbucket.org/ianmayo/debrief.git | Java | 543 lines
                    
54	 */
                    
55	private ISelectionChangedListener _selectionChangeListener;
                    
56	
                    
248						{
                    
249							if (_selectionProvider != null && _selectionChangeListener != null)
                    
250							{
                    
251								_selectionProvider
                    
252									.removeSelectionChangedListener(_selectionChangeListener);
                    
253							}
                    
469		{
                    
470			_viewer.removeSelectionChangedListener(_selectionChangeListener);
                    
471		}
                    
474		{
                    
475			_selectionProvider.removeSelectionChangedListener(_selectionChangeListener);
                    
476			_selectionProvider = null;
                    
                
search.php https://github.com/shafiqissani/ASTRA-College-Website.git | PHP | 425 lines
                    
84		$n=1;
                    
85		$sql = "select group_key from {$CONFIG['DB_PREFIX']}group_user_links where user_key='$current_user_key'";
                    
86		$rs = $CONN->Execute($sql);
                    
124
                    
125		$sql = "SELECT DISTINCT {$CONFIG['DB_PREFIX']}spaces.space_key,name FROM {$CONFIG['DB_PREFIX']}spaces, {$CONFIG['DB_PREFIX']}module_space_links WHERE {$CONFIG['DB_PREFIX']}spaces.module_key={$CONFIG['DB_PREFIX']}module_space_links.module_key AND {$CONFIG['DB_PREFIX']}module_space_links.status_key='1' AND  {$CONFIG['DB_PREFIX']}spaces.type_key!='1' AND MATCH(name,short_name,code,description) AGAINST('$search_terms_raw') ORDER BY {$CONFIG['DB_PREFIX']}spaces.name";  
                    
126		$rs = $CONN->Execute($sql);
                    
161		//$content_search_string = create_content_search_string($search_terms, $rule);
                    
162$sql = "SELECT DISTINCT {$CONFIG['DB_PREFIX']}modules.module_key,{$CONFIG['DB_PREFIX']}module_space_links.group_key,{$CONFIG['DB_PREFIX']}modules.name, {$CONFIG['DB_PREFIX']}modules.type_code, {$CONFIG['DB_PREFIX']}modules.description,{$CONFIG['DB_PREFIX']}module_space_links.space_key,{$CONFIG['DB_PREFIX']}module_space_links.link_key FROM {$CONFIG['DB_PREFIX']}modules, {$CONFIG['DB_PREFIX']}module_space_links,{$CONFIG['DB_PREFIX']}spaces,{$CONFIG['DB_PREFIX']}space_user_links WHERE  {$CONFIG['DB_PREFIX']}module_space_links.space_key={$CONFIG['DB_PREFIX']}space_user_links.space_key AND {$CONFIG['DB_PREFIX']}space_user_links.space_key={$CONFIG['DB_PREFIX']}spaces.space_key AND {$CONFIG['DB_PREFIX']}modules.module_key={$CONFIG['DB_PREFIX']}module_space_links.module_key AND {$CONFIG['DB_PREFIX']}modules.type_code!='space' AND {$CONFIG['DB_PREFIX']}modules.type_code!='heading' AND   {$CONFIG['DB_PREFIX']}spaces.type_key!='1' $content_limit AND MATCH({$CONFIG['DB_PREFIX']}modules.name,{$CONFIG['DB_PREFIX']}modules.description) AGAINST('$search_terms_raw')  AND ({$CONFIG['DB_PREFIX']}module_space_links.status_key!='2') ";
                    
163
                    
221		//$forum_search_string = create_forum_search_string($search_terms, $rule);
                    
222		$sql = "SELECT DISTINCT {$CONFIG['DB_PREFIX']}posts.module_key,{$CONFIG['DB_PREFIX']}module_space_links.group_key,{$CONFIG['DB_PREFIX']}posts.post_key,{$CONFIG['DB_PREFIX']}posts.thread_key,{$CONFIG['DB_PREFIX']}posts.subject,first_name,last_name,{$CONFIG['DB_PREFIX']}posts.date_added,{$CONFIG['DB_PREFIX']}module_space_links.space_key FROM {$CONFIG['DB_PREFIX']}module_space_links, {$CONFIG['DB_PREFIX']}posts,{$CONFIG['DB_PREFIX']}users,{$CONFIG['DB_PREFIX']}spaces,{$CONFIG['DB_PREFIX']}space_user_links, {$CONFIG['DB_PREFIX']}modules WHERE {$CONFIG['DB_PREFIX']}module_space_links.module_key={$CONFIG['DB_PREFIX']}posts.module_key AND {$CONFIG['DB_PREFIX']}posts.added_by_key={$CONFIG['DB_PREFIX']}users.user_key AND  {$CONFIG['DB_PREFIX']}module_space_links.space_key={$CONFIG['DB_PREFIX']}space_user_links.space_key AND {$CONFIG['DB_PREFIX']}space_user_links.space_key={$CONFIG['DB_PREFIX']}spaces.space_key AND {$CONFIG['DB_PREFIX']}module_space_links.module_key={$CONFIG['DB_PREFIX']}modules.module_key AND $postmodules AND ({$CONFIG['DB_PREFIX']}space_user_links.user_key='$current_user_key' OR {$CONFIG['DB_PREFIX']}spaces.access_level_key='1' OR {$CONFIG['DB_PREFIX']}spaces.access_level_key='3') AND ({$CONFIG['DB_PREFIX']}module_space_links.group_key='0' OR {$CONFIG['DB_PREFIX']}module_space_links.group_key in $groups_sql) AND MATCH(subject,body) AGAINST('$search_terms_raw') AND ({$CONFIG['DB_PREFIX']}module_space_links.status_key!='2')";
                    
223
                    
                
sdm845-xiaomi-beryllium.dts https://github.com/tiwai/sound.git | Device Tree | 594 lines
                    
32
                    
33	/* required for bootloader to select correct board */
                    
34	qcom,board-id = <69 0>;
                    
                
core-scheduling.rst https://github.com/tiwai/sound.git | ReStructuredText | 226 lines
                    
98
                    
99The basic idea is that, every schedule event tries to select tasks for all the
                    
100siblings of a core such that all the selected tasks running on a core are
                    
107the sibling has the task enqueued. For rest of the siblings in the core,
                    
108highest priority task with the same cookie is selected if there is one runnable
                    
109in their individual run queues. If a task with same cookie is not available,
                    
109in their individual run queues. If a task with same cookie is not available,
                    
110the idle task is selected.  Idle task is globally trusted.
                    
111
                    
111
                    
112Once a task has been selected for all the siblings in the core, an IPI is sent to
                    
113siblings for whom a new task was selected. Siblings on receiving the IPI will
                    
113siblings for whom a new task was selected. Siblings on receiving the IPI will
                    
114switch to the new task immediately. If an idle task is selected for a sibling,
                    
115then the sibling is considered to be in a `forced idle` state. I.e., it may
                    
                
unistd.h https://bitbucket.org/MikeC84/shooter-ics-crc-3.0.16-3a7b522.git | C Header | 384 lines
                    
79#define __NR_settimeofday		1088
                    
80#define __NR_select			1089
                    
81#define __NR_poll			1090
                    
285#define __NR_faccessat			1293
                    
286#define __NR_pselect6			1294
                    
287#define __NR_ppoll			1295
                    
                
Makefile https://bitbucket.org/MikeC84/shooter-ics-crc-3.0.16-3a7b522.git | Makefile | 309 lines
                    
27# Do not use arch/arm/defconfig - it's always outdated.
                    
28# Select a platform tht is kept up-to-date
                    
29KBUILD_DEFCONFIG := versatile_defconfig
                    
55
                    
56# This selects which instruction set is used.
                    
57# Note that GCC does not numerically define an architecture version
                    
71
                    
72# This selects how we optimise for the processor.
                    
73tune-$(CONFIG_CPU_ARM610)	:=-mtune=arm610
                    
                
pr41928.f90 https://bitbucket.org/pizzafactory/pf-gcc.git | FORTRAN Modern | 264 lines
                    
3MODULE kinds
                    
4  INTEGER, PARAMETER :: dp = SELECTED_REAL_KIND ( 14, 200 )
                    
5  INTEGER, DIMENSION(:), ALLOCATABLE     :: nco,ncoset,nso,nsoset
                    
                
Value.php https://bitbucket.org/jokusafet/magento2.git | PHP | 354 lines
                    
74            //save for store_id = 0
                    
75            $select = $this->_getReadAdapter()->select()
                    
76                ->from($priceTable, 'option_type_id')
                    
179        if (!$object->getData('scope', 'title')) {
                    
180            $select = $this->_getReadAdapter()->select()
                    
181                ->from($titleTable, array('option_type_id'))
                    
301        $readAdapter  = $this->_getReadAdapter();
                    
302        $select       = $readAdapter->select()
                    
303            ->from($this->getMainTable())
                    
331                ->columns($columns);
                    
332            $insertSelect = $writeAdapter->insertFromSelect($select, $priceTable,
                    
333                array('option_type_id', 'store_id', 'price', 'price_type'));
                    
346                ->columns($columns);
                    
347            $insertSelect = $writeAdapter->insertFromSelect($select, $titleTable,
                    
348                array('option_type_id', 'store_id', 'title'));
                    
                
resource.inc.php https://github.com/enigmatic-user/revolution.git | PHP | 160 lines
                    
25$_lang['preview'] = 'Preview';
                    
26$_lang['resource_access_message'] = 'Here you can select which Resource Groups this Resource belongs to.';
                    
27$_lang['resource_add_children_access_denied'] = 'You do not have permission to create a Resource in this location.';
                    
36$_lang['resource_contentdispo'] = 'Content Disposition';
                    
37$_lang['resource_contentdispo_help'] = 'Use the content disposition field to specify how this resource will be handled by the web browser. For file downloads select the Attachment option.';
                    
38$_lang['resource_content_type'] = 'Content Type';
                    
72$_lang['resource_err_save'] = 'An error occurred while trying to save the resource.';
                    
73$_lang['resource_err_select_parent'] = 'Please select a parent resource.';
                    
74$_lang['resource_err_undelete'] = 'An error occurred while trying to undelete the resource.';
                    
99$_lang['resource_parent_help'] = 'The parent resource\'s ID number.';
                    
100$_lang['resource_parent_select_node'] = 'Please select a node in the tree to the left.';
                    
101$_lang['resource_publish'] = 'Publish';
                    
103$_lang['resource_publishdate'] = 'Publish Date';
                    
104$_lang['resource_publishdate_help'] = 'If you set a publish date, the resource will be published as soon as the publish date is reached. Click on the calendar icon to select a date, or leave it blank to set it so the resource is never automatically published.';
                    
105$_lang['resource_published'] = 'Published';
                    
                
rtl819x_HT.h https://github.com/mike0/Iconia_a500_3.2.git | C Header | 530 lines
                    
149	ACT_MIMO_COMPR_STEER		= 8,
                    
150	ACT_ANTENNA_SELECT		= 9,
                    
151} HT_ACTION, *PHT_ACTION;
                    
194
                    
195	//Antenna Selection Capabilities
                    
196	u8	ASCap;
                    
                
0058-OMAP3-PM-CPUidle-Basic-support-for-C1-C2.patch https://bitbucket.org/flozzone/my-arago-da830.git | Patch | 349 lines
                    
103+ * Called from the CPUidle framework to program the device to the
                    
104+ * specified target state selected by the governor.
                    
105+ */
                    
                
cursor.rb https://github.com/ryanfitz/mongo-ruby-driver.git | Ruby | 430 lines
                    
23
                    
24    attr_reader :collection, :selector, :fields,
                    
25      :order, :hint, :snapshot, :timeout,
                    
41
                    
42      @selector   = options[:selector] || {}
                    
43      @fields     = convert_fields_for_query(options[:fields])
                    
296    def query_options_hash
                    
297      { :selector => @selector,
                    
298        :fields   => @fields,
                    
309      "<Mongo::Cursor:0x#{object_id.to_s(16)} namespace='#{@db.name}.#{@collection.name}' " +
                    
310        "@selector=#{@selector.inspect}>"
                    
311    end
                    
398    def construct_query_spec
                    
399      return @selector if @selector.has_key?('$query')
                    
400      spec = BSON::OrderedHash.new
                    
                
resource.inc.php https://github.com/enigmatic-user/revolution.git | PHP | 160 lines
                    
25$_lang['preview'] = 'Преглед';
                    
26$_lang['resource_access_message'] = 'Here you can select which Resource Groups this Resource belongs to.';
                    
27$_lang['resource_add_children_access_denied'] = 'You do not have permission to create a Resource in this location.';
                    
36$_lang['resource_contentdispo'] = 'Content Disposition';
                    
37$_lang['resource_contentdispo_help'] = 'Use the content disposition field to specify how this resource will be handled by the web browser. For file downloads select the Attachment option.';
                    
38$_lang['resource_content_type'] = 'Тип Съдържание';
                    
72$_lang['resource_err_save'] = 'An error occurred while trying to save the resource.';
                    
73$_lang['resource_err_select_parent'] = 'Please select a parent resource.';
                    
74$_lang['resource_err_undelete'] = 'An error occurred while trying to undelete the resource.';
                    
99$_lang['resource_parent_help'] = 'The parent resource\'s ID number.';
                    
100$_lang['resource_parent_select_node'] = 'Please select a node in the tree to the left.';
                    
101$_lang['resource_publish'] = 'Публикувай';
                    
103$_lang['resource_publishdate'] = 'Дата на публикуване';
                    
104$_lang['resource_publishdate_help'] = 'If you set a publish date, the resource will be published as soon as the publish date is reached. Click on the calendar icon to select a date, or leave it blank to set it so the resource is never automatically published.';
                    
105$_lang['resource_published'] = 'Публикуван';
                    
                
mobile-engagement-bridge-webview-native-ios.md https://gitlab.com/yeah568/azure-content | Markdown | 272 lines
                    
20
                    
21> [AZURE.SELECTOR]
                    
22- [Android Bridge](mobile-engagement-bridge-webview-native-android.md)
                    
                
instruction-selector-unittest.h https://gitlab.com/AnneSmile/v8 | C Header | 300 lines
                    
4
                    
5#ifndef V8_UNITTESTS_COMPILER_INSTRUCTION_SELECTOR_UNITTEST_H_
                    
6#define V8_UNITTESTS_COMPILER_INSTRUCTION_SELECTOR_UNITTEST_H_
                    
11#include "src/base/utils/random-number-generator.h"
                    
12#include "src/compiler/instruction-selector.h"
                    
13#include "src/compiler/raw-machine-assembler.h"
                    
20
                    
21class InstructionSelectorTest : public TestWithContext,
                    
22                                public TestWithIsolateAndZone {
                    
23 public:
                    
24  InstructionSelectorTest();
                    
25  ~InstructionSelectorTest() override;
                    
38   public:
                    
39    StreamBuilder(InstructionSelectorTest* test, MachineType return_type)
                    
40        : RawMachineAssembler(test->isolate(),
                    
                
README.md https://gitlab.com/danieldanielecki/ditectrev_v2 | Markdown | 389 lines
                    
35                        page.evaluate(function (selector) {
                    
36                            return document.querySelector(selector).innerText;
                    
37                        }, function (text) {
                    
51// node
                    
52phantom.run("h1", function (selector, resolve) {
                    
53    // this code runs inside PhantomJS
                    
65        var text = page.evaluate(function (selector) {
                    
66            return document.querySelector(selector).innerText;
                    
67        }, selector);
                    
                
sendgrid-settings.php https://github.com/mhoofman/wordpress-heroku.git | PHP | 256 lines
                    
45		self::add_settings_field( 'password', __( 'Your SendGrid Password' ), 'password' );
                    
46		self::add_settings_field( 'api', __( 'Send Emails With' ), 'select', array(
                    
47			'description' => __( 'You shouldn\'t need to change this unless the default doesn\'t work on your server' ),
                    
174
                    
175	public static function show_select_field( $args ) {
                    
176		self::load_field_view( 'select-field.php', $args );
                    
                
template.html https://github.com/esmanhotto/emesene.git | HTML | 366 lines
                    
224			var range = document.createRange();
                    
225			range.selectNode(chat);
                    
226			var documentFragment = range.createContextualFragment(html);
                    
247			range = document.createRange();
                    
248			range.selectNode(insert.parentNode);
                    
249			newNode = range.createContextualFragment(html);
                    
291			var head = document.getElementsByTagName( "head" ).item(0);
                    
292			range.selectNode( head );
                    
293			documentFragment = range.createContextualFragment( code );
                    
                
standard_deviation.html https://github.com/beneater/khan-exercises.git | HTML | 327 lines
                    
174						You have found the following ages (in years) of <var>plural( DATA_POINTS, animal( 1 ) )</var>
                    
175						randomly selected from the <var>plural( POPULATION, animal( 1 ) )</var> at your local zoo:
                    
176					</p>
                    
                
install-1.6.0.0.php https://bitbucket.org/mkrasuski/magento-ce.git | PHP | 287 lines
                    
268    'label'                      => 'Tax Class',
                    
269    'input'                      => 'select',
                    
270    'class'                      => '',
                    
                
DatePicker.java https://bitbucket.org/panemu/tiwulfx.git | Java | 415 lines
                    
71
                    
72        // When the user selects a date in the calendar view, hide it.
                    
73        calendarView.selectedDateProperty().addListener(new InvalidationListener() {
                    
75            public void invalidated(Observable observable) {
                    
76                selectedDate.set(calendarView.selectedDateProperty().get());
                    
77                hidePopup();
                    
147                if (s1.equals("")) {
                    
148                    selectedDate.set(null);
                    
149                    invalid.set(false);
                    
229            parsedDate = dateFormat.parse(dateFormat.format(parsedDate));
                    
230            if (selectedDate.get() == null || selectedDate.get() != null && parsedDate.getTime() != selectedDate.get().getTime()) {
                    
231                selectedDate.set(parsedDate);
                    
251        textSetProgrammatically = true;
                    
252        if (selectedDateProperty().get() != null) {
                    
253            String date = getActualDateFormat().format(selectedDateProperty().get());
                    
                
imx-regs.h https://bitbucket.org/bradfa/u-boot.git | C Header | 536 lines
                    
242#define MXC_CSPICTRL_XCH	(1 << 2)
                    
243#define MXC_CSPICTRL_CHIPSELECT(x)	(((x) & 0x3) << 12)
                    
244#define MXC_CSPICTRL_BITCOUNT(x)	(((x) & 0xfff) << 20)
                    
                
blk-settings.c https://bitbucket.org/mateusz_krawczuk/rockchip2818-kernel.git | C | 414 lines
                    
71 *    driver is for them to be collected into requests on a request
                    
72 *    queue, and then to allow the device driver to select requests
                    
73 *    off that queue when it is ready.  This works well for many block
                    
                
acpuclock-8x50a.c https://github.com/JoeyJiao/android-huawei-kernel-common.git | C | 494 lines
                    
155
                    
156static void select_core_source(unsigned int src)
                    
157{
                    
165
                    
166static void select_clk_source(struct clkctl_acpu_speed *s)
                    
167{
                    
187
                    
188		/* Program clock source selection. */
                    
189		writel(reg_clksel, SPSS_CLK_SEL_ADDR);
                    
290	if (strt_s->pll != ACPU_PLL_3 && tgt_s->pll != ACPU_PLL_3) {
                    
291		select_clk_source(tgt_s);
                    
292		/* Select core source because target may be AXI. */
                    
292		/* Select core source because target may be AXI. */
                    
293		select_core_source(tgt_s->core_src_sel);
                    
294	} else if (strt_s->pll != ACPU_PLL_3 && tgt_s->pll == ACPU_PLL_3) {
                    
                
DisableMgr.cpp https://github.com/DarkmoonCore/DarkmoonCore.git | C++ | 347 lines
                    
46
                    
47    QueryResult result = WorldDatabase.Query("SELECT sourceType, entry, flags, params_0, params_1 FROM disables");
                    
48
                    
                
andes_pcu.h https://bitbucket.org/kasimling/u-boot.git | C Header | 367 lines
                    
52	unsigned int	mfpsr1;		/* 0x34 - Multi-Func Port Setting 1 */
                    
53	unsigned int	dmaes;		/* 0x38 - DMA Engine Selection */
                    
54	unsigned int	rsvd4;		/* 0x3C */
                    
210/*
                    
211 * DMA Engine Selection Register (rw)
                    
212 */
                    
                
UtilEntity.java https://gitlab.com/Meteor-MC/plugins | Java | 295 lines
                    
75        try {
                    
76            Field bField = PathfinderGoalSelector.class.getDeclaredField("b");
                    
77            bField.setAccessible(true);
                    
77            bField.setAccessible(true);
                    
78            Field cField = PathfinderGoalSelector.class.getDeclaredField("c");
                    
79            cField.setAccessible(true);
                    
79            cField.setAccessible(true);
                    
80            bField.set(((EntityInsentient) nmsEntity).goalSelector, Sets.newLinkedHashSet());
                    
81            bField.set(((EntityInsentient) nmsEntity).targetSelector, Sets.newLinkedHashSet());
                    
81            bField.set(((EntityInsentient) nmsEntity).targetSelector, Sets.newLinkedHashSet());
                    
82            cField.set(((EntityInsentient) nmsEntity).goalSelector, Sets.newLinkedHashSet());
                    
83            cField.set(((EntityInsentient) nmsEntity).targetSelector, Sets.newLinkedHashSet());
                    
164        try {
                    
165            Field bField = PathfinderGoalSelector.class.getDeclaredField("b");
                    
166            bField.setAccessible(true);
                    
                
fimg2d.h https://gitlab.com/SerenityS/slteskt_kernel | C Header | 612 lines
                    
291
                    
292	/* user select coefficient manually */
                    
293	BLIT_OP_USER_COEFF,
                    
                
sps_bam.h https://gitlab.com/SerenityS/msm8974_G2_render_kernel | C Header | 570 lines
                    
39enum bam_pipe_irq {
                    
40	/* BAM finishes descriptor which has INT bit selected */
                    
41	BAM_PIPE_IRQ_DESC_INT = 0x00000001,
                    
                
 

Source

Language