16+ results for 'SearchCode' (0 ms)

Not the results you expected?

ScannerKeywordsJumpTableGenerator.pas (https://github.com/Zoxc/JassParser.git) Pascal · 233 lines

10 implementation

11

12 uses Dialogs, Scanner, Tokens, SearchCode, HashExplorer, ComCtrls, Math, GeneratorCommon;

13

14 type

CitationElement.cs (git://github.com/MarkVSullivan/SobekCM-Web-Application.git) C# · 193 lines

42 /// <summary> SobekCM search code, if this element should be clickable

43 /// to initiate a search within SobekCM </summary>

44 [DataMember(Name = "searchCode", EmitDefaultValue = false)]

45 [XmlAttribute("searchCode")]

46 [ProtoMember(3)]

47 public string SearchCode { get; set; }

48

49 /// <summary> Schema.org microdata tag to include for this element </summary>

105 this.MetadataTerm = MetadataTerm;

106 this.DisplayTerm = DisplayTerm;

107 this.SearchCode = SearchCode;

108 this.ItemProp = ItemProp;

109 OverrideDisplayTerm = CitationElement_OverrideDispayTerm_Enum.NONE;

123 this.MetadataTerm = MetadataTerm;

124 this.DisplayTerm = DisplayTerm;

125 this.SearchCode = SearchCode;

126 this.ItemProp = ItemProp;

127 this.OverrideDisplayTerm = OverrideDisplayTerm;

advancedsearch.php (git://github.com/ezsystems/ezpublish.git) PHP · 302 lines ✨ Summary

This PHP code generates an advanced search page for a content management system. It processes user input, retrieves relevant data from the database, and displays the results in a template. The output includes links to related sections, search statistics, and optional log entry if enabled. The code is designed to be flexible and adaptable to different view modes and templates.

44

45 $ini = eZINI::instance();

46 $useSearchCode = $ini->variable( 'SearchSettings', 'SearchViewHandling' ) == 'default';

47 $logSearchStats = $ini->variable( 'SearchSettings', 'LogSearchStats' ) == 'enabled';

48

154 $searchArray = eZSearch::buildSearchArray();

155

156 if ( $useSearchCode )

157 {

158 $searchResult = eZSearch::search( $searchText, array( 'SearchSectionID' => $searchSectionID,

187

188 $tpl->setVariable( "view_parameters", $viewParameters );

189 $tpl->setVariable( 'use_template_search', !$useSearchCode );

190

191 // --- Compatibility code start ---

MyeBayFavoriteSearchType.php (https://github.com/iloveitaly/ebay-php.git) PHP · 825 lines

12 require_once 'PreferredLocationCodeType.php';

13 require_once 'ItemConditionCodeType.php';

14 require_once 'PaymentMethodSearchCodeType.php';

15 require_once 'CurrencyCodeType.php';

16 require_once 'QuantityOperatorCodeType.php';

96 protected $SearchFlag;

97 /**

98 * @var PaymentMethodSearchCodeType

99 */

100 protected $PaymentMethod;

410 }

411 /**

412 * @return PaymentMethodSearchCodeType

413 */

414 function getPaymentMethod()

ElasticsearchTermsAggregation.java (https://github.com/Unimarket/hibernate-search.git) Java · 173 lines

9 import java.util.Map;

10

11 import org.hibernate.search.backend.elasticsearch.search.common.impl.AbstractElasticsearchCodecAwareSearchQueryElementFactory;

12 import org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexScope;

13 import org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexValueFieldContext;

81

82 public static class Factory<F>

83 extends AbstractElasticsearchCodecAwareSearchQueryElementFactory<TermsAggregationBuilder.TypeSelector, F> {

84 public Factory(ElasticsearchFieldCodec<F> codec) {

85 super( codec );

search.vim (https://github.com/wsdjeg/GitHub.vim.git) Vim Script · 192 lines

36 endfunction

37

38 function! github#api#search#SearchCode(q,sort,order) abort

39 let url = 'search/code'

40 let _sort = ['indexed']

GetSearchResultsRequestType.php (https://gitlab.com/endomorphosis/KindSupply) PHP · 1279 lines

10 require_once 'AbstractRequestType.php';

11 require_once 'GroupType.php';

12 require_once 'PaymentMethodSearchCodeType.php';

13 require_once 'ExternalProductIDType.php';

14 require_once 'RequestCategoriesType.php';

75 // @var boolean $IncludeGetItFastItems

76 var $IncludeGetItFastItems;

77 // @var PaymentMethodSearchCodeType $PaymentMethod

78 var $PaymentMethod;

79 // @var GranularityLevelCodeType $GranularityLevel

550 *

551

552 * @return PaymentMethodSearchCodeType

553 */

554 function getPaymentMethod()

makestatic.go (https://github.com/twitchyliquid64/subnet.git) Go · 122 lines

65 "search.html",

66 "search.txt",

67 "searchcode.html",

68 "searchdoc.html",

69 "searchtxt.html",

FragmentPagerAdapterModel.java (https://github.com/k0shk0sh/FastHub.git) Java · 294 lines

60 import com.fastaccess.ui.modules.repos.pull_requests.pull_request.details.files.PullRequestFilesFragment;

61 import com.fastaccess.ui.modules.repos.pull_requests.pull_request.details.timeline.timeline.PullRequestTimelineFragment;

62 import com.fastaccess.ui.modules.search.code.SearchCodeFragment;

63 import com.fastaccess.ui.modules.search.issues.SearchIssuesFragment;

64 import com.fastaccess.ui.modules.search.repos.SearchReposFragment;

119 new FragmentPagerAdapterModel(context.getString(R.string.users), SearchUsersFragment.newInstance()),

120 new FragmentPagerAdapterModel(context.getString(R.string.issues), SearchIssuesFragment.newInstance()),

121 new FragmentPagerAdapterModel(context.getString(R.string.code), SearchCodeFragment.newInstance()))

122 .collect(Collectors.toList());

123 }

SearchCodeGetResponse200Normalizer.php (https://github.com/janephp/janephp.git) PHP · 72 lines

12 use Symfony\Component\Serializer\Normalizer\NormalizerAwareTrait;

13 use Symfony\Component\Serializer\Normalizer\NormalizerInterface;

14 class SearchCodeGetResponse200Normalizer implements DenormalizerInterface, NormalizerInterface, DenormalizerAwareInterface, NormalizerAwareInterface

15 {

16 use DenormalizerAwareTrait;

19 public function supportsDenormalization($data, $type, $format = null)

20 {

21 return $type === 'Github\\Model\\SearchCodeGetResponse200';

22 }

23 public function supportsNormalization($data, $format = null)

24 {

25 return is_object($data) && get_class($data) === 'Github\\Model\\SearchCodeGetResponse200';

26 }

27 public function denormalize($data, $class, $format = null, array $context = array())

PhoneDBService.wsdl (https://github.com/kiouftis/Web-Services-Indexing-In-P2P.git) Web Services Description Language · 206 lines

40 <s:sequence>

41 <s:element minOccurs="1" maxOccurs="1" name="intelligentSearch" type="s:boolean"/>

42 <s:element minOccurs="0" maxOccurs="1" name="intelligentSearchCode" type="s:string"/>

43 <s:element minOccurs="1" maxOccurs="1" name="match" type="s:boolean"/>

44 <s:element minOccurs="1" maxOccurs="1" name="matchMinScore" type="s:int"/>

GetCategoryListingsRequestType.php (https://github.com/iloveitaly/ebay-php.git) PHP · 561 lines

10 require_once 'CurrencyCodeType.php';

11 require_once 'ProximitySearchType.php';

12 require_once 'PaymentMethodSearchCodeType.php';

13 require_once 'GroupType.php';

14 require_once 'AbstractRequestType.php';

15 require_once 'CategoryListingsSearchCodeType.php';

16 require_once 'ItemTypeFilterCodeType.php';

17

58 protected $ItemTypeFilter;

59 /**

60 * @var CategoryListingsSearchCodeType

61 */

62 protected $SearchType;

ElasticsearchGeoPointSpatialWithinCirclePredicate.java (https://github.com/Unimarket/hibernate-search.git) Java · 95 lines

9 import org.hibernate.search.backend.elasticsearch.gson.impl.JsonAccessor;

10 import org.hibernate.search.backend.elasticsearch.gson.impl.JsonObjectAccessor;

11 import org.hibernate.search.backend.elasticsearch.search.common.impl.AbstractElasticsearchCodecAwareSearchQueryElementFactory;

12 import org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexScope;

13 import org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexValueFieldContext;

59 public static class Factory

60 extends

61 AbstractElasticsearchCodecAwareSearchQueryElementFactory<SpatialWithinCirclePredicateBuilder, GeoPoint> {

62 public Factory(ElasticsearchFieldCodec<GeoPoint> codec) {

63 super( codec );

oathServant.js (https://gitlab.com/mario.melo/Servant) JavaScript · 139 lines

115

116 //TODO: transformar o tamanho em constantes.. cada rede tem tamanho proprio

117 //Exe:. https://blog.gisspan.com/2016/05/using-angular-promise-to-wrap-up-oauth.html https://searchcode.com/codesearch/view/84959059/

118 var popup = $window.open(uri, '', "top=100,left=100,width=500,height=500");

119

Hook_KdDebuggerEnabled.h (https://github.com/dazhilang018900/MyVsProjs.git) C Header · 187 lines

39 // ULONG uKeUpdateRunTimeAddr = GetServiceOldAddr(L"KeUpdateRunTime");

40 // char pCode[]={(char)0x74, (char)0x12, (char)0xa1};

41 // ULONG uAddr = SearchCode(uKeUpdateRunTimeAddr,pCode,sizeof(pCode)) - 8;

42 // KdPrint(("KeUpdateRunTime->KdDebuggerEnabled=%x\n",uAddr));

43 // g_uKdDebuggerEnabled = *(PULONG)uAddr;

57 ULONG uKeUpdateRunTimeAddr = GetServiceOldAddr(L"KeUpdateRunTime");

58 char pCode[]={(char)0x74, (char)0x12, (char)0xa1};

59 ULONG uAddr = SearchCode(uKeUpdateRunTimeAddr,pCode,sizeof(pCode)) - 8;

60 KdPrint(("KeUpdateRunTime->KdDebuggerEnabled=%x\n",uAddr));

61 g_uKdDebuggerEnabledHookAddrs[0].uAddr = uAddr;

68 char pCode2 = (char)0xE8;

69 //KdCheckForDebugBreakµÄº¯ÊýµØÖ·

70 uAddr = SearchCode(uAddr,&pCode2,sizeof(pCode2));

71 uAddr = uAddr + (*(PULONG)uAddr) + 4;

72 KdPrint(("KdCheckForDebugBreakº¯ÊýµØÖ·=%x\n",uAddr));

0008_participants.py (https://code.google.com/p/ivecallocation/) Python · 226 lines

50 'storage_temporary': ('django.db.models.fields.CharField', [], {'max_length': '32', 'null': 'True', 'blank': 'True'})

51 },

52 'allocation.fieldofresearchcode': {

53 'Meta': {'object_name': 'FieldOfResearchCode'},