PageRenderTime 3980ms queryTime 225ms sortTime 928ms getByIdsTime 1791ms findMatchingLines 77ms

18+ results for '/string/' (3980 ms)

Not the results you expected?
nsrepair.c https://github.com/mstsirkin/kvm.git | C | 730 lines
                    
76 *
                    
77 * Required package elements that are NULL replaced by Integer/String/Buffer
                    
78 * Incorrect standalone package wrapped with required outer package
                    
359 *
                    
360 * DESCRIPTION: Attempt to convert a Integer/String/Package object to a Buffer.
                    
361 *
                    
                
exstore.c https://github.com/mstsirkin/kvm.git | C | 502 lines
                    
451		/*
                    
452		 * These target types are all of type Integer/String/Buffer, and
                    
453		 * therefore support implicit conversion before the store.
                    
                
exresop.c https://github.com/mstsirkin/kvm.git | C | 700 lines
                    
419					ACPI_ERROR((AE_INFO,
                    
420						    "Needed [Integer/String/Buffer], found [%s] %p",
                    
421						    acpi_ut_get_object_type_name
                    
445					ACPI_ERROR((AE_INFO,
                    
446						    "Needed [Integer/String/Buffer], found [%s] %p",
                    
447						    acpi_ut_get_object_type_name
                    
472					ACPI_ERROR((AE_INFO,
                    
473						    "Needed [Integer/String/Buffer], found [%s] %p",
                    
474						    acpi_ut_get_object_type_name
                    
501				ACPI_ERROR((AE_INFO,
                    
502					    "Needed [Integer/String/Buffer], found [%s] %p",
                    
503					    acpi_ut_get_object_type_name
                    
538				ACPI_ERROR((AE_INFO,
                    
539					    "Needed [Integer/String/Buffer], found [%s] %p",
                    
540					    acpi_ut_get_object_type_name
                    
                
nsrepair.c https://github.com/dmitriy103/bravo_kernel-2.6.35.git | C | 733 lines
                    
77 * Optional/unnecessary NULL package elements removed
                    
78 * Required package elements that are NULL replaced by Integer/String/Buffer
                    
79 * Incorrect standalone package wrapped with required outer package
                    
360 *
                    
361 * DESCRIPTION: Attempt to convert a Integer/String/Package object to a Buffer.
                    
362 *
                    
                
hash_ext_test.rb https://github.com/ghar/rails.git | Ruby | 1154 lines
                    
3require 'bigdecimal'
                    
4require 'active_support/core_ext/string/access'
                    
5require 'active_support/ordered_hash'
                    
                
multibyte_chars_test.rb https://github.com/ghar/rails.git | Ruby | 703 lines
                    
3require 'multibyte_test_helpers'
                    
4require 'active_support/core_ext/string/multibyte'
                    
5
                    
                
chars.rb https://github.com/ghar/rails.git | Ruby | 476 lines
                    
1# encoding: utf-8
                    
2require 'active_support/core_ext/string/access'
                    
3require 'active_support/core_ext/string/behavior'
                    
                
dependencies.rb https://github.com/ghar/rails.git | Ruby | 682 lines
                    
10require 'active_support/core_ext/name_error'
                    
11require 'active_support/core_ext/string/starts_ends_with'
                    
12require 'active_support/inflector'
                    
                
cache.rb https://github.com/ghar/rails.git | Ruby | 630 lines
                    
10require 'active_support/core_ext/object/to_param'
                    
11require 'active_support/core_ext/string/inflections'
                    
12
                    
                
has_and_belongs_to_many_associations_test.rb https://github.com/ghar/rails.git | Ruby | 824 lines
                    
22require 'models/treaty'
                    
23require 'active_support/core_ext/string/conversions'
                    
24
                    
                
sqlite_adapter.rb https://github.com/ghar/rails.git | Ruby | 544 lines
                    
2require 'active_record/connection_adapters/statement_pool'
                    
3require 'active_support/core_ext/string/encoding'
                    
4
                    
                
base.rb https://github.com/ghar/rails.git | Ruby | 1135 lines
                    
19require 'active_support/core_ext/hash/slice'
                    
20require 'active_support/core_ext/string/behavior'
                    
21require 'active_support/core_ext/kernel/singleton_class'
                    
                
associations.rb https://github.com/ghar/rails.git | Ruby | 1012 lines
                    
4require 'active_support/core_ext/object/blank'
                    
5require 'active_support/core_ext/string/conversions'
                    
6require 'active_support/core_ext/module/remove_method'
                    
                
url_helper.rb https://github.com/ghar/rails.git | Ruby | 681 lines
                    
3require 'active_support/core_ext/hash/keys'
                    
4require 'active_support/core_ext/string/output_safety'
                    
5require 'action_dispatch'
                    
                
text_helper.rb https://github.com/ghar/rails.git | Ruby | 417 lines
                    
1require 'active_support/core_ext/object/blank'
                    
2require 'active_support/core_ext/string/filters'
                    
3require 'action_view/helpers/tag_helper'
                    
                
form_options_helper.rb https://github.com/ghar/rails.git | Ruby | 652 lines
                    
4require 'active_support/core_ext/object/blank'
                    
5require 'active_support/core_ext/string/output_safety'
                    
6
                    
                
form_helper.rb https://github.com/ghar/rails.git | Ruby | 1142 lines
                    
8require 'active_support/core_ext/object/blank'
                    
9require 'active_support/core_ext/string/output_safety'
                    
10require 'active_support/core_ext/array/extract_options'
                    
                
base.rb https://github.com/ghar/rails.git | Ruby | 736 lines
                    
5require 'active_support/core_ext/proc'
                    
6require 'active_support/core_ext/string/inflections'
                    
7require 'active_support/core_ext/hash/except'
                    
                
 

Source

Language