/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Safebrowsing
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Safebrowsing
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Checksum.php
1081
0644
edit
dl
rm
ClientInfo.php
1398
0644
edit
dl
rm
Constraints.php
2707
0644
edit
dl
rm
FetchThreatListUpdatesRequest.php
1714
0644
edit
dl
rm
FetchThreatListUpdatesResponse.php
1752
0644
edit
dl
rm
FindFullHashesRequest.php
2233
0644
edit
dl
rm
FindFullHashesResponse.php
1940
0644
edit
dl
rm
FindThreatMatchesRequest.php
1551
0644
edit
dl
rm
FindThreatMatchesResponse.php
1257
0644
edit
dl
rm
GoogleProtobufEmpty.php
865
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4Checksum.php
1165
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4ClientInfo.php
1482
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest.php
2033
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest.php
2788
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints.php
2929
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse.php
1979
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse.php
3800
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4FindFullHashesRequest.php
2592
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4FindFullHashesResponse.php
2089
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4FindThreatMatchesRequest.php
1819
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4FindThreatMatchesResponse.php
1406
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4ListThreatListsResponse.php
1463
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4RawHashes.php
1456
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4RawIndices.php
1221
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4RiceDeltaEncoding.php
2058
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4ThreatEntry.php
1635
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4ThreatEntryMetadata.php
1451
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry.php
1457
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4ThreatEntrySet.php
3070
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4ThreatHit.php
3277
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4ThreatHitThreatSource.php
1941
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4ThreatHitUserInfo.php
1468
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4ThreatInfo.php
2329
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4ThreatListDescriptor.php
1830
0644
edit
dl
rm
GoogleSecuritySafebrowsingV4ThreatMatch.php
2992
0644
edit
dl
rm
ListThreatListsResponse.php
1318
0644
edit
dl
rm
ListUpdateRequest.php
2344
0644
edit
dl
rm
ListUpdateResponse.php
3407
0644
edit
dl
rm
MetadataEntry.php
1316
0644
edit
dl
rm
RawHashes.php
1372
0644
edit
dl
rm
RawIndices.php
1137
0644
edit
dl
rm
RiceDeltaEncoding.php
1974
0644
edit
dl
rm
SafebrowsingEmpty.php
859
0644
edit
dl
rm
ThreatEntry.php
1551
0644
edit
dl
rm
ThreatEntryMetadata.php
1245
0644
edit
dl
rm
ThreatEntrySet.php
2626
0644
edit
dl
rm
ThreatHit.php
2790
0644
edit
dl
rm
ThreatInfo.php
2186
0644
edit
dl
rm
ThreatListDescriptor.php
1746
0644
edit
dl
rm
ThreatMatch.php
2761
0644
edit
dl
rm
ThreatSource.php
1830
0644
edit
dl
rm
UserInfo.php
1357
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Safebrowsing/RawHashes.php
(1372B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Safebrowsing; class RawHashes extends \Google\Model { /** * @var int */ public $prefixSize; /** * @var string */ public $rawHashes; /** * @param int */ public function setPrefixSize($prefixSize) { $this->prefixSize = $prefixSize; } /** * @return int */ public function getPrefixSize() { return $this->prefixSize; } /** * @param string */ public function setRawHashes($rawHashes) { $this->rawHashes = $rawHashes; } /** * @return string */ public function getRawHashes() { return $this->rawHashes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RawHashes::class, 'Google_Service_Safebrowsing_RawHashes');
Save
cmd:
run