Home
last modified time | relevance | path

Searched refs:modhash (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/p5-Reddit-Client/Reddit-Client-1.374/lib/Reddit/Client/
H A DRequest.pm41 $self->{modhash} = $param{modhash};
80 $post_data->{modhash} = $self->{modhash} if $self->{modhash};
81 $post_data->{uh} = $self->{modhash} if $self->{modhash};
90 $post_data->{modhash} = $self->{modhash} if $self->{modhash};
91 $post_data->{uh} = $self->{modhash} if $self->{modhash};
/dports/www/p5-Reddit/Reddit-0.30.03/lib/
H A DReddit.pm209 $self->modhash ($decoded->{json}{data}{modhash});
254 uh => $self->modhash,
293 uh => $self->modhash,
342 uh => $self->modhash,
393 uh => $self->modhash
/dports/x11/radare-cutter/r2cutter-0.1.1/scripts/
H A Dbreakpad_extract_symbols_appimage.py20 (modos, modarch, modhash, modname) = m.groups()
22 modhash = modhash.decode("utf-8")
23 symdir = os.path.join(syms_dir, modname, modhash)
/dports/devel/p5-PAR-Dist/PAR-Dist-0.51/t/
H A D03merge_meta.t118 my $modhash = $provides->{$module};
121 ok($exphash->{file} eq $modhash->{file});
123 ok($exphash->{version} eq $modhash->{version});
126 ok(!exists($modhash->{version}));
/dports/www/p5-Reddit-Client/Reddit-Client-1.374/t/
H A Dclient.t47 $lwp->mock('request', json_request_mock({ modhash => 'test', cookie => 'test' }));
50 is($reddit->{modhash}, 'test', 'login - modhash');
51 is($reddit->{cookie}, 'test', 'login - modhash');
61 $reddit->{modhash} = 'test';
122 $reddit->{modhash} = 'test';
139 $reddit->{modhash} = 'test';
172 $reddit->{modhash} = 'test';
205 $reddit->{modhash} = 'test';
H A Dhelpers.t64 $reddit->{modhash} = '.', $reddit->{cookie} = '.';
72 ok($session->{modhash} eq '.', 'save_session');
77 $reddit->{modhash} = undef, $reddit->{cookie} = '';
79 ok($session->{modhash} eq '.', 'load_session');
H A Drequest.t17 modhash => 'test',
46 ok($request->content eq 'baz=bat&modhash=test&uh=test', 'build_request');
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/gopls/internal/hooks/
H A Dgen-licenses.sh12 modhash=$(sha256sum ../../go.sum | awk '{print $1}')
43 const licensesGeneratedFrom = "$modhash"
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/gopls/internal/hooks/
H A Dgen-licenses.sh12 modhash=$(sha256sum ../../go.sum | awk '{print $1}')
43 const licensesGeneratedFrom = "$modhash"
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/gopls/internal/hooks/
H A Dgen-licenses.sh12 modhash=$(sha256sum ../../go.sum | awk '{print $1}')
43 const licensesGeneratedFrom = "$modhash"
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/gopls/internal/hooks/
H A Dgen-licenses.sh12 modhash=$(sha256sum ../../go.sum | awk '{print $1}')
43 const licensesGeneratedFrom = "$modhash"
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/golang.org/x/tools/gopls/internal/hooks/
H A Dgen-licenses.sh12 modhash=$(sha256sum ../../go.sum | awk '{print $1}')
43 const licensesGeneratedFrom = "$modhash"
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/tools/gopls/internal/hooks/
H A Dgen-licenses.sh12 modhash=$(sha256sum ../../go.sum | awk '{print $1}')
43 const licensesGeneratedFrom = "$modhash"
/dports/sysutils/terraform/terraform-1.0.11/vendor/golang.org/x/tools/gopls/internal/hooks/
H A Dgen-licenses.sh12 modhash=$(sha256sum ../../go.sum | awk '{print $1}')
43 const licensesGeneratedFrom = "$modhash"
/dports/www/py-ttrv/ttrv-1.27.3/ttrv/packages/praw/
H A Dinternal.py199 if reddit_session.modhash:
200 data.setdefault('uh', reddit_session.modhash)
H A D__init__.py362 self.modhash = None
635 self.modhash = data['data']['modhash']
2331 self.http.headers['x-modhash'] = self.modhash
/dports/www/py-tuir/tuir-1.29.0/tuir/packages/praw/
H A Dinternal.py199 if reddit_session.modhash:
200 data.setdefault('uh', reddit_session.modhash)
/dports/games/springlobby/springlobby-0.180/src/
H A Dibattle.cpp1173 wxString modhash = replayNode->GetString( _T("ModHash") ); in GetBattleFromScript() local
1174 if ( !modhash.IsEmpty() ) modhash = MakeHashUnsigned( modhash ); in GetBattleFromScript()
1175 SetHostMod( modname, modhash ); in GetBattleFromScript()
H A Dibattle.h112 wxString modhash; member
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/battle/
H A Dibattle.cpp1115 std::string modhash = replayNode->GetString( "ModHash" ); in GetBattleFromScript() local
1116 if ( !modhash.empty() ) in GetBattleFromScript()
1117 modhash = Util::MakeHashUnsigned( modhash ); in GetBattleFromScript()
1118 SetHostMod( modname, modhash ); in GetBattleFromScript()
H A Dibattle.h90 std::string modhash; member
/dports/games/springlobby/springlobby-0.180/src/battlelist/
H A Dbattlelisttab.cpp420 wxString modhash = battle.GetHostModHash(); in DoJoin() local
422 ui().Download ( _T("game"), modname, modhash); in DoJoin()
/dports/games/springlobby/springlobby-0.180/src/playback/
H A Dplaybacktab.cpp305 wxString modhash = battle.GetHostModHash(); in OnWatch() local
307 ui().Download (_T("game"), modname, modhash); in OnWatch()
/dports/www/py-tuir/tuir-1.29.0/tests/cassettes/
H A Dtest_page_authenticated.yaml129 body: {string: '{"kind": "Listing", "data": {"modhash": null, "children": [],
/dports/www/p5-Reddit-Client/Reddit-Client-1.374/lib/Reddit/
H A DClient.pm323 modhash => $self->{modhash},
487 return defined $_[0]->{modhash};

12