query stringlengths 11 3.13k | ru_query stringlengths 9 3.91k | document stringlengths 18 71k | metadata dict | negatives listlengths 0 100 | negative_scores listlengths 0 100 | document_score stringlengths 5 10 | document_rank stringclasses 2
values |
|---|---|---|---|---|---|---|---|
Change a buffered event file descriptor | Изменить файловый дескриптор буферизованного события | function event_buffer_fd_set($bevent, $fd)
{
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function event_buffer_new($stream, $readcb, $writecb, $errorcb, $arg = NULL)\n{\n}",
"function event_buffer_read($bevent, $data_size)\n{\n}",
"function event_buffer_write($bevent, string $data, int $data_size = -1): void\n{\n error_clear_last();\n $result = \\event_buffer_write($bevent, $data, $data_size... | [
"0.6191642",
"0.59762347",
"0.59657174",
"0.5618302",
"0.5577436",
"0.5514402",
"0.54490757",
"0.5438694",
"0.53918993",
"0.53918993",
"0.53866005",
"0.53834236",
"0.53521717",
"0.52273226",
"0.5136026",
"0.5109019",
"0.5072315",
"0.5046899",
"0.50180817",
"0.50001943",
"0.49... | 0.78722906 | 0 |
Funcio que retornara els tipus de reparacions de la bd | Функция, которая вернет типы ремонтов из базы данных | public function get_tipus_reparacions_bd(){
$query = $this->db->query("SELECT * FROM tipus_reparacio");
return $query->result_array();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function buscaTipos() {\n $sql = \"SELECT nome, id FROM tipo_lancamento WHERE status=1 ORDER BY nome ASC\";\n return Query::sql($sql);\n }",
"function getpobs(){\n\t\t\t\n\t\t\t$sql=\"SELECT * FROM poblaciones\";\n\t\t\t$this->query($sql);\n\t\t\t$this->execute();\n\t\t\t$dades=$this->res... | [
"0.627764",
"0.6270037",
"0.6228018",
"0.61954933",
"0.61767787",
"0.6150376",
"0.6144177",
"0.61040235",
"0.6093312",
"0.60714465",
"0.6070582",
"0.60697675",
"0.6068867",
"0.6009979",
"0.59960526",
"0.59852284",
"0.5974846",
"0.5965725",
"0.59636384",
"0.5946647",
"0.592447... | 0.73883164 | 0 |
Test saveUser() w/ invalid request | Тест saveUser() с недопустимым запросом | public function testSaveUserInvalid() {
$result = $this->User->saveUser(array(
'User' => array(
'username' => 'admin',
'handlename' => 'admin',
'password_again' => 'password',
'password' => 'wrong_password',
),
'UsersLanguage' => array(),
));
$this->assertFalse($result);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function testSave()\n {\n $user = factory(\\App\\User::class)->make();\n\n $this->assertTrue($user->save());\n }",
"public function testInvalidUser()\n {\n $pin = Pin::find(1);\n $this->assertNotEquals($pin, null);\n $pin->collected = true;\n $pin->save()... | [
"0.7477015",
"0.7087296",
"0.7077779",
"0.7030174",
"0.69695944",
"0.6902722",
"0.6881835",
"0.67811424",
"0.67666274",
"0.6750408",
"0.6720263",
"0.66953313",
"0.6686633",
"0.66833955",
"0.6678609",
"0.66588813",
"0.6655813",
"0.6607169",
"0.66063404",
"0.6599197",
"0.659703... | 0.8096392 | 0 |
Build update fields parts | Сборка частей обновления полей | public function buildUpdateFieldsParts()
{
$sqls = array();
if ($this->_set_fields)
{
foreach ($this->_set_fields as $field => $update)
$sqls[] = $this->getField($update['field'])->buildUpdate($this, $update);
}
return $sqls;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function buildFields();",
"public static function build_update($fields)\n\t{\n\t\treturn self::$DB->build_update($fields);\n\t}",
"private function _buildUpdate($dirty_fields)\n\t{\n\t\t$query = array();\n\t\t$query[] = \"UPDATE {$this->_quoteIdentifier($this->_tableName)} SET\";\n\n\t\t$field_list = ar... | [
"0.6845933",
"0.683768",
"0.66557205",
"0.66092104",
"0.6399399",
"0.63005906",
"0.6188954",
"0.6180199",
"0.6167227",
"0.6158562",
"0.61458033",
"0.613598",
"0.61318046",
"0.6121511",
"0.6117584",
"0.6066739",
"0.60326344",
"0.60003006",
"0.59687877",
"0.59558624",
"0.591404... | 0.74889493 | 0 |
Adds 'odd' and 'even' classes to each post | Добавляет классы 'odd' и 'even' к каждому посту | function wpsd_oddeven_post_class ( $classes ) {
global $current_class;
$classes[] = $current_class;
$current_class = ($current_class == 'odd') ? 'even' : 'odd';
return $classes;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function aw_post_class ( $classes ) {\n global $current_class;\n $classes[] = $current_class;\n $current_class = ($current_class == 'odd') ? 'even' : 'odd';\n return $classes;\n}",
"function _rj_post_classes( $classes ) {\n\tglobal $wp_query;\n\tif($wp_query->current_post == 0) {\n\t\t$classes[] = 'first... | [
"0.78217643",
"0.7105897",
"0.66174",
"0.6526878",
"0.651322",
"0.6503971",
"0.6377621",
"0.636321",
"0.6130182",
"0.60867584",
"0.6047029",
"0.5985596",
"0.5854699",
"0.58169895",
"0.5776187",
"0.57662946",
"0.5765643",
"0.57581663",
"0.5711439",
"0.5692426",
"0.567385",
"... | 0.7759393 | 1 |
Show social buttons in checkout page | Показать социальные кнопки на странице оформления заказа | public function social_buttons_in_checkout( $template_name ) {
if ( $template_name == 'checkout/form-login.php' ) {
$this->social_buttons('social-buttons-checkout');
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function checkout_buttons()\n {\n $class = ($this->EE->TMPL->fetch_param('class')) ? ($this->EE->TMPL->fetch_param('class')) : \"checkout\" ;\n $output = ' <div class=\"'.$class.'\">\n <a href=\"'.$this->_secure_url($this->_config[\"store\"][$this->site_id... | [
"0.69766545",
"0.66052824",
"0.6588455",
"0.64801514",
"0.646984",
"0.64249116",
"0.64039224",
"0.6389429",
"0.63316673",
"0.6320789",
"0.6250179",
"0.6204921",
"0.6182778",
"0.61825335",
"0.61515176",
"0.61442804",
"0.613632",
"0.6108623",
"0.61023235",
"0.6065804",
"0.60596... | 0.7486256 | 0 |
Unique access to instance of YITH_WC_Social_Login_Frontend class | Уникальный доступ к экземпляру класса YITH_WC_Social_Login_Frontend | function YITH_WC_Social_Login_Frontend() {
return YITH_WC_Social_Login_Frontend::get_instance();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function Ocean_Popup_Login() {\n\treturn Ocean_Popup_Login::instance();\n}",
"public function _login()\n\t{\n\t\tif ( ! is_object( $this->_login ) )\n\t\t{\n\t\t\trequire_once( IPS_ROOT_PATH . 'sources/handlers/han_login.php' );\n\t \t$this->_login = new han_login( $this->registry );\n\t \t$this->_login->... | [
"0.6412569",
"0.6377742",
"0.63693434",
"0.6354975",
"0.627554",
"0.61361825",
"0.6114552",
"0.60613924",
"0.6053221",
"0.604852",
"0.60399795",
"0.60331553",
"0.6029986",
"0.6020193",
"0.5951414",
"0.59177536",
"0.5902514",
"0.58686197",
"0.58444595",
"0.5844345",
"0.5825671... | 0.8510911 | 0 |
/ ================================================== | Custom Made Function ================================================== / ================================================== | Category Pagination ================================================== use this in a category.php only use this in category.php tested in ... | / ================================================== | Сustom Made Function ================================================== / ================================================== | Категория Pagination ================================================== используйте это только в category.php используйте это только в cat... | function rl_category_pagination() {
foreach(get_categories() as $all_cat) { $cat_ids[] = $all_cat->term_id; }
$this_cat = get_query_var('cat');
$this_cat_position = array_search( $this_cat, $cat_ids ); ?>
<div class="pagination-category row-pagination row">
<?php $prev_cat_position = $this_cat_position -1;
... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function cpt_pagination($pages = '', $range = 4)\n {\n\t $showitems = ($range * 2)+1;\n\t global $paged;\n\t if(empty($paged)) $paged = 1;\n\t if($pages == '')\n\t {\n\t\t global $wp_query;\n\t\t $pages = $wp_query->max_num_pages;\n\t\t if(!$pages)\n\t\t {\n\t\t\t $pages = 1;\n\t\t }\n\t ... | [
"0.6914722",
"0.6887954",
"0.6830176",
"0.67362404",
"0.67166126",
"0.6690289",
"0.66740394",
"0.6648391",
"0.6645439",
"0.6635664",
"0.66313726",
"0.661265",
"0.6608797",
"0.6594089",
"0.65897274",
"0.65832967",
"0.65810454",
"0.6576676",
"0.6572879",
"0.6553183",
"0.6537497... | 0.8470785 | 0 |
[rl_custom_pager paginate links] if reading settings is your latest post, use query var paged in your args set blog pages show at most 1 to remove error page not found(404) in the succeeding pages if set as static pages. pages 1 , 2 ,3 and so on will output same post with page 1 if set as latest post but not set blog p... | [rl_custom_pager paginate links] если чтение настроек установлено как ваш последний пост, используйте переменную запроса paged в своих аргументах, установив blog pages show at most 1, чтобы убрать ошибку страница не найдена (404) на следующих страницах, если настройки установлены как статические страницы. страницы 1, 2... | function rl_custom_pager() {
global $wp_query;
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
echo '<ul class="pager">';
if($paged == 1 && $paged < $wp_query->max_num_pages) {
echo '<li><a href="'. get_pagenum_link($paged+1) .'">Older Posts</a></li>';
}
elseif($paged == $wp_query->max_num_pages... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function _blog_gen_post($perpage, $pagelink, $sql, $args = null){\n\tglobal $ssc_database;\n\t\n\t$args = func_get_args();\n\t$perpage = array_shift($args);\n\t$pagelink = array_shift($args);\n\t\n\tif (array_shift($_GET['param']) == 'page'){\n\t\t$page = array_shift($_GET['param']);\n\t\tif ((int)$page <= 0){\n\t... | [
"0.68882406",
"0.68414974",
"0.6632413",
"0.66283303",
"0.66280836",
"0.6612807",
"0.6611736",
"0.65749544",
"0.6563513",
"0.65610236",
"0.65532887",
"0.6546899",
"0.6527878",
"0.65153325",
"0.651255",
"0.6467623",
"0.6460061",
"0.6441959",
"0.6419005",
"0.63986653",
"0.63936... | 0.7091094 | 0 |
Add any custom Twig functions | Добавьте любые пользовательские функции Twig | private function twigFunctions()
{
/**
* Updates an assets url if using hot module reloading
* @var Twig_Function
*/
$assetHelper = new Twig_Function('assets', function ($path) {
if (file_exists(__DIR__ . '/hot')) {
return 'http://localhost:8080... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private function addTwigFunction()\n {\n foreach ($this->getTwigFunction() as $function) {\n $this->twig->addFunction($function);\n }\n }",
"private function add_to_twig_functions(): void\n {\n add_filter(\n 'timber/twig',\n static function ($twig) {... | [
"0.83123964",
"0.7901912",
"0.7765097",
"0.76998866",
"0.764039",
"0.7581063",
"0.7542029",
"0.7538935",
"0.7456285",
"0.7400055",
"0.7375585",
"0.7353726",
"0.734795",
"0.72783667",
"0.72783667",
"0.72783667",
"0.72783667",
"0.72783667",
"0.7274333",
"0.7211001",
"0.7199812"... | 0.8026241 | 1 |
Figures out the template to use from the url | Определяет шаблон для использования из URL | private function getTemplateFromUrl()
{
$segments = explode('/', $this->page);
$lastSegment = array_pop($segments);
return $lastSegment === '' ? 'index.twig' : $lastSegment . '.twig';
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function getUriTemplate();",
"public static function getURLTemplate() {\n\t\tif (self::$_urlTemplate === null)\n\t\t\tself::loadFromFile();\n\t\treturn self::$_urlTemplate;\n\t}",
"abstract public function getTemplate();",
"protected function getUrlTemplate()\n {\n if (!isset($this->urlTemplate)) {... | [
"0.7260158",
"0.7203072",
"0.69798416",
"0.69573474",
"0.68772984",
"0.6872589",
"0.67887706",
"0.6755805",
"0.67437315",
"0.67437315",
"0.6739651",
"0.669839",
"0.6696877",
"0.6654205",
"0.664862",
"0.6641399",
"0.6611208",
"0.6608996",
"0.6554327",
"0.6545221",
"0.6545221",... | 0.73961824 | 0 |
get settings from the database and put them as associative array | получить настройки из базы данных и разместить их как ассоциативный массив | function get_settings ()
{
global $db;
$s = $db->prepare("SELECT * FROM `tbl_settings`");
if (!$s->execute()) {
return false;
}
$rows = $s->fetchAll();
$data = [];
foreach ($rows as $row) {
$data[$row['setting_name']] = $row['setting_value'];
}
return $data;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function getSettings(){\n\n\t\t$therecord = array();\n\n\t\t$querystatement = \"\n\t\t\tSELECT\n\t\t\t`name`,\n\t\t\t`value`\n\t\t\tFROM\n\t\t\t`settings`\";\n\n\t\t$queryresult = $this->db->query($querystatement);\n\n\t\twhile($setting = $this->db->fetchArray($queryresult))\n\t\t\t$therecord[$setting[\"name\"]] =... | [
"0.81217736",
"0.74125683",
"0.73929065",
"0.7331667",
"0.733112",
"0.72359407",
"0.7218284",
"0.7203064",
"0.70706517",
"0.70442563",
"0.70390934",
"0.70262104",
"0.6964273",
"0.6963564",
"0.6958957",
"0.6936794",
"0.69319665",
"0.69084775",
"0.6904782",
"0.6887159",
"0.6874... | 0.78769094 | 1 |
Set the DoB usingn American m/d/y format | Установите Дату рождения в формате American m/d/y | public function setDobMdy($value)
{
if (preg_match('~\d+/\d+/\d+~', $value))
{
$dt = new DateTime($value);
$this->_dob = $dt->format('Y-m-d');
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function BDDATE($BDDT){\n\t\t$BDDATE = date('d/m/Y',strtotime($BDDT));\n\t\treturn $BDDATE;\n\t}",
"public function setDOB($month, $day, $year) {\n $this->dob = $month . \"/\" . $day . \"/\" . $year;\n }",
"public function calculateDOB()\r\n\t{\r\n\t}",
"public function getDobAttribute($value) { \... | [
"0.6803843",
"0.6703146",
"0.6672415",
"0.6534354",
"0.64908993",
"0.64649856",
"0.64523536",
"0.6399954",
"0.6398534",
"0.6385939",
"0.63643295",
"0.63439345",
"0.62553924",
"0.6250641",
"0.6215984",
"0.61747575",
"0.6153831",
"0.6123878",
"0.6097155",
"0.6097155",
"0.596527... | 0.728683 | 0 |
The student's name ni last, first format | Имя студента в формате last, first | public function getName()
{
$name = '';
$last = $this->lname;
$name .= strlen($last) ? $last : '';
$first = $this->fname;
$name .= strlen($first) ? ', ' . $first : '';
$mid = $this->mname;
$name .= strlen($mid) ? ' ' . $mid : '';
return $name;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function full_name() {\r\n \tif(isset($this->user_id) && \r\n\tisset($this->surname)) \r\n\t{\r\n return $this->user_id. \" \" . $this->surname;\r\n } else {\r\n return \"\";\r\n }\r\n }",
"public function getName() {\n\t\treturn ($this->Surname) ? trim($this->FirstName . ' ' . $this->Sur... | [
"0.73258513",
"0.729619",
"0.72844565",
"0.72790253",
"0.72626156",
"0.72519904",
"0.7251761",
"0.7251395",
"0.7219875",
"0.7194791",
"0.7187152",
"0.71639335",
"0.7158849",
"0.71518004",
"0.71186954",
"0.71166134",
"0.71159303",
"0.71144086",
"0.7098857",
"0.70818824",
"0.70... | 0.7373718 | 0 |
Check if the crc32c extension is available. Protected access for unit testing. | Проверьте, доступен ли расширение crc32c. Защищенный доступ для тестирования на уровне единиц. | protected function crc32cExtensionLoaded()
{
return extension_loaded('crc32c');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected function supportsBuiltinCrc32c()\n {\n return extension_loaded('hash') && in_array('crc32c', hash_algos());\n }",
"public function testGetCrc32()\n {\n $this->assertEquals(\n 6,\n $this->file->getCrc32(),\n 'The CRC32 checksum should be returned.'... | [
"0.80392104",
"0.641949",
"0.61862934",
"0.6089699",
"0.60686314",
"0.60102963",
"0.5926284",
"0.5880152",
"0.5874854",
"0.5872433",
"0.58579004",
"0.5837526",
"0.57748157",
"0.57725155",
"0.57662004",
"0.57577103",
"0.57313037",
"0.5725383",
"0.5711701",
"0.5692042",
"0.5691... | 0.83622664 | 0 |
Check if hash() supports crc32c. | Проверьте, поддерживает ли hash() crc32c. | protected function supportsBuiltinCrc32c()
{
return extension_loaded('hash') && in_array('crc32c', hash_algos());
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected function crc32cExtensionLoaded()\n {\n return extension_loaded('crc32c');\n }",
"public function testGetCrc32()\n {\n $this->assertEquals(\n 6,\n $this->file->getCrc32(),\n 'The CRC32 checksum should be returned.'\n );\n }",
"function ... | [
"0.67233217",
"0.6507498",
"0.64890015",
"0.6355071",
"0.62564933",
"0.61828136",
"0.6170776",
"0.5804149",
"0.5685564",
"0.5573789",
"0.5473371",
"0.5443954",
"0.5412453",
"0.53944427",
"0.5393212",
"0.53126985",
"0.5302377",
"0.52751845",
"0.5176646",
"0.514767",
"0.5100214... | 0.8211739 | 0 |
Adds the retry headers to $args which amends retry hash and attempt count to the required header. | Добавляет заголовки повторной попытки в $args, что корректирует хэш повтора и счетчик попыток в требуемый заголовок. | private function addRetryHeaderLogic(array $args)
{
$invocationId = Uuid::uuid4()->toString();
$args['retryHeaders'] = self::getRetryHeaders($invocationId, 1);
// Adding callback logic to update headers while retrying
$args['restRetryListener'] = function (
\Exception $e... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function cd_sopablackout_add_retry_after( $headers )\n{\n $headers['Retry-After'] = 86400;\n return $headers;\n}",
"protected function set_headers(){\n\t\t\t$this->args = array();\n\t\t}",
"private function prepareRetry()\n {\n $this->retriesLeft--;\n usleep(static::SLEEP_TIME);\n }",... | [
"0.5541537",
"0.548455",
"0.53083473",
"0.51872414",
"0.50304586",
"0.48776105",
"0.48366234",
"0.48225185",
"0.47670072",
"0.47552314",
"0.46941456",
"0.46940064",
"0.4620764",
"0.4593713",
"0.4579028",
"0.4574497",
"0.45508862",
"0.45438686",
"0.45390302",
"0.4532727",
"0.4... | 0.79794395 | 0 |
Format comments to be displayed in Json on buildNews. | Форматировать комментарии для отображения в Json при buildNews. | static public function &formatCommentsForJson(array &$Comment_a ) {
foreach ( $Comment_a as $Comment ) {
$Comment->formatDate();
if ( isset( $Comment->User ) ) {
$Comment->User->build_link = MemberController::getLinkToBuildMember($Comment->User());
}
if ( self::$app->user()->authenticationLevel() == U... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAllComments(){\n $comments = $this->model_blog->get_all_comments('tb_komen','15');\n\n echo json_encode($comments);\n }",
"private static function populate_comments()\n\t{\n\t\t$comment=\\Model_Comment::forge(array(\n\t\t\t'comment' => 'Cras dapibus. Vivamus elementum semper nisi.... | [
"0.70016897",
"0.6640116",
"0.65628207",
"0.6454699",
"0.6372148",
"0.6354655",
"0.6317692",
"0.6293697",
"0.6278968",
"0.6268723",
"0.6268723",
"0.6268723",
"0.6268723",
"0.6226921",
"0.62201184",
"0.6216688",
"0.6211548",
"0.62019604",
"0.62009984",
"0.61878854",
"0.6183611... | 0.71683246 | 0 |
Generates a List (really a table) of products | Генерирует список (на самом деле таблицу) продуктов | public function GenerateProductList($products, NavigationView $navigationView) {
$ret = "
<table>
<thead>
<tr>
<th>Title</th>
<th>Price</th>
</tr>
</thead>
<tbody>";
foreach ($product... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function getProductList() ;",
"public function getProductList() {}",
"public function getProductList() {}",
"public function getProductList() {}",
"public function getProductList() {}",
"public function getProductList() {}",
"public function products();",
"public function List(){\n\n try{\... | [
"0.773556",
"0.7411543",
"0.7411543",
"0.7411543",
"0.7411543",
"0.7411543",
"0.71627414",
"0.714656",
"0.70946705",
"0.7092221",
"0.7084495",
"0.69064486",
"0.6860836",
"0.68288714",
"0.675704",
"0.67232424",
"0.67107475",
"0.67107475",
"0.66675884",
"0.66660714",
"0.6660235... | 0.74158597 | 1 |
Remove URL from comments// | Удалить URL из комментариев// | function wpbeginner_remove_comment_url($arg) {
$arg['url'] = '';
return $arg;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function wpb_disable_comment_url($fields) { \n unset($fields['url']);\n return $fields;\n}",
"function disable_comment_url($fields)\n{ \n unset($fields['url']); \n return $fields;\n}",
"public function removeAllComments() {}",
"function remove_comment_fields($fields) {\n unset($fields['url']);\n ... | [
"0.7358035",
"0.72666246",
"0.7106184",
"0.70466554",
"0.7024186",
"0.6998894",
"0.68885696",
"0.68040615",
"0.6654832",
"0.659677",
"0.65907556",
"0.65130764",
"0.6499738",
"0.6418981",
"0.63687634",
"0.63507473",
"0.63385063",
"0.6295649",
"0.62734365",
"0.62655556",
"0.626... | 0.7611144 | 0 |
Popular Posts Per Category// | Популярные статьи по категориям// | function popular_posts_per_category() {
global $post;
$categories = get_the_category();
foreach($categories as $category) {
$cats[] = $category->cat_ID;
}
$cats_unique = array_unique($cats);
$args = array(
'category__in' => $cats_unique,
'orderby' => 'comment_count',
'order' => 'DESC',
'post_type' => 'p... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function get_popular_posts_by_category(&$pops = false, $cat = 1, $maxcount = 5) {\n\tif ( !$pops or empty($pops) ) {\n\t\t$more = get_posts('posts_per_page=' . $maxcount . '&category=' . $cat);\n\t\tif (count($more) > 0) {\n\t\t\tfor ( $i=0; $i<=$maxcount; $i++) {\n\t\t\t\t$results[$i]->post = $more[$i];\n\t\t\t}\... | [
"0.7106662",
"0.6890036",
"0.6464085",
"0.6454616",
"0.63366777",
"0.6298946",
"0.62892705",
"0.6215802",
"0.61708194",
"0.6164678",
"0.6113928",
"0.6104181",
"0.6103486",
"0.5986594",
"0.5977398",
"0.5968586",
"0.5938078",
"0.59008",
"0.587024",
"0.5863029",
"0.5859714",
"... | 0.7403492 | 0 |
Returns the support categories for albums. | Возвращает категории поддержки для альбомов. | public function getSupportCategoriesForAlbums()
{
return $this->supportCategoriesForAlbums;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSupportedCategories();",
"public function getSupportCategoriesForAvatars()\n {\n return $this->supportCategoriesForAvatars;\n }",
"public function getCategories();",
"public function getCategories();",
"public function getCategories();",
"public function getCategories();",... | [
"0.7072617",
"0.6851103",
"0.6753778",
"0.6753778",
"0.6753778",
"0.6753778",
"0.6753778",
"0.6753778",
"0.6753778",
"0.6652269",
"0.66183716",
"0.6603677",
"0.65918195",
"0.65569097",
"0.6527805",
"0.64967716",
"0.6445279",
"0.6425305",
"0.641754",
"0.6409769",
"0.63985664",... | 0.8777637 | 0 |
Returns the support categories for avatars. | Возвращает категории поддержки для аватаров. | public function getSupportCategoriesForAvatars()
{
return $this->supportCategoriesForAvatars;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSupportedCategories();",
"public function getSupportCategoriesForAlbums()\n {\n return $this->supportCategoriesForAlbums;\n }",
"public function get_categories() {\r\n\t\treturn [ 'elementor-imgtec' ];\r\n\t}",
"public static function get_categories() {\n return array(\... | [
"0.6704457",
"0.6658244",
"0.6506001",
"0.62815225",
"0.6162467",
"0.6162467",
"0.61479914",
"0.6065245",
"0.60261697",
"0.590802",
"0.5888367",
"0.5888367",
"0.5888367",
"0.5876069",
"0.58650404",
"0.58485603",
"0.5844253",
"0.5839681",
"0.58301455",
"0.58115363",
"0.5805532... | 0.8828076 | 0 |
Returns the support sub albums. | Возвращает подальбумы. | public function getSupportSubAlbums()
{
return $this->supportSubAlbums;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSubAlbums()\n {\n if (!$this->_item->getId()) {\n return false;\n }\n\t\t\n\t\t$item = $this->getItemArray();\n\t\t\n\t\t$subalbums = new Mediasharex_Manager_Albums();\n\t\t\n\t\t$subalbums->setParentalbum($item['id']);\n\t\t\n return $subalbums->getAll();\n ... | [
"0.7640352",
"0.6890278",
"0.6887414",
"0.67734176",
"0.66697323",
"0.649956",
"0.64964974",
"0.6483461",
"0.64680374",
"0.64253855",
"0.63372195",
"0.63065755",
"0.6297162",
"0.62811697",
"0.62540483",
"0.6225903",
"0.6206082",
"0.6182593",
"0.6150194",
"0.6072536",
"0.60725... | 0.89680254 | 0 |
Sets the support sub albums. | Устанавливает подальбумы поддержки. | public function setSupportSubAlbums($supportSubAlbums)
{
if (boolval($this->supportSubAlbums) !== boolval($supportSubAlbums)) {
$this->supportSubAlbums = boolval($supportSubAlbums);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSupportSubAlbums()\n {\n return $this->supportSubAlbums;\n }",
"public function setNumberSubAlbums($numberSubAlbums)\n {\n if (intval($this->numberSubAlbums) !== intval($numberSubAlbums)) {\n $this->numberSubAlbums = intval($numberSubAlbums);\n }\n }... | [
"0.72785544",
"0.6149081",
"0.5866318",
"0.5677784",
"0.55992395",
"0.5456056",
"0.54541224",
"0.54307514",
"0.54300916",
"0.5425007",
"0.54233664",
"0.5418087",
"0.5376578",
"0.53729796",
"0.5348122",
"0.5305699",
"0.527598",
"0.52458376",
"0.52337384",
"0.50892675",
"0.5026... | 0.74729085 | 0 |
Returns the user delete pictures. | Возвращает удаленные изображения пользователя. | public function getUserDeletePictures()
{
return $this->userDeletePictures;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function deleteImage()\n {\n if (!$this->user) {\n return response()->json([\"status\" => false], 203);\n }\n if (User::deleteAvatar($this->user))\n return response()->json(['status' => true]);\n return response()->json(['status' => false]);\n }",
"p... | [
"0.6886053",
"0.68384016",
"0.6753981",
"0.66585314",
"0.6491936",
"0.6421455",
"0.6418431",
"0.6387588",
"0.63582563",
"0.63456184",
"0.6345441",
"0.63388866",
"0.63367844",
"0.6335959",
"0.63033026",
"0.62990063",
"0.625726",
"0.62558997",
"0.6246537",
"0.624553",
"0.624403... | 0.8512964 | 0 |
Sets the user delete pictures. | Устанавливает возможность удаления изображений пользователем. | public function setUserDeletePictures($userDeletePictures)
{
if (boolval($this->userDeletePictures) !== boolval($userDeletePictures)) {
$this->userDeletePictures = boolval($userDeletePictures);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getUserDeletePictures()\n {\n return $this->userDeletePictures;\n }",
"function user_photo_delete() {\n\t global $database;\n\t $user_photo = $this->user_photo();\n\t if($user_photo != \"\") {\n\t unlink($user_photo);\n\t $database->database_query(\"UPDATE se_users SET user_... | [
"0.68537426",
"0.68224037",
"0.6742872",
"0.66457856",
"0.65643495",
"0.65237755",
"0.6484308",
"0.6298544",
"0.62255627",
"0.6143059",
"0.6135075",
"0.61141723",
"0.6113831",
"0.6052939",
"0.6046481",
"0.6023391",
"0.5991134",
"0.595779",
"0.5951236",
"0.5940078",
"0.5936013... | 0.713598 | 0 |
Returns the slideshow 1. | Возвращает слайд-шоу 1. | public function getSlideshow1()
{
return $this->slideshow1;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFirstSlideIdFromGallery(){\n\t\treturn $this->get_first_slide_id_from_gallery();\n\t}",
"public function get_start_with_slide_setting(){\n\t\t$slide = $this->get_param(array('general', 'firstSlide', 'alternativeFirstSlide'), 1);\n\t\tif(is_numeric($slide)){\n\t\t\t$slide = (int)$slide - 1;\n\t... | [
"0.6914061",
"0.6690984",
"0.66557163",
"0.65857446",
"0.65277594",
"0.64300627",
"0.63742876",
"0.6163576",
"0.60836405",
"0.59714293",
"0.59714293",
"0.5943634",
"0.59193707",
"0.5918397",
"0.59049696",
"0.58999383",
"0.581381",
"0.580991",
"0.5805944",
"0.5792167",
"0.5781... | 0.8311236 | 0 |
Sets the slideshow 1. | Устанавливает слайд-шоу 1. | public function setSlideshow1($slideshow1)
{
if (boolval($this->slideshow1) !== boolval($slideshow1)) {
$this->slideshow1 = boolval($slideshow1);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSlideshow1()\n {\n return $this->slideshow1;\n }",
"public function htm_fp_slideshow() {\n $name = 'frontpage';\n\n $slideshow = new htm_slider($name);\n $slideshow->add_status($this->get_toggle_status(\"{$name}_slideshow_toggle\"));\n\n switch ($this->... | [
"0.6856946",
"0.60896957",
"0.57553256",
"0.56590754",
"0.5654672",
"0.560955",
"0.55384666",
"0.549828",
"0.53126305",
"0.52063656",
"0.5178024",
"0.5141031",
"0.5118998",
"0.50947136",
"0.50947136",
"0.5086204",
"0.5063659",
"0.5036221",
"0.502855",
"0.50279266",
"0.5021657... | 0.72916436 | 0 |
Returns the use avatars. | Возвращает использование аватаров. | public function getUseAvatars()
{
return $this->useAvatars;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function avatars_available() {\n\t\t$list = array();\n\n\t\t$avatars = $this->avatars;\n\n\t\tforeach($avatars as $avatar) {\n\t\t\tif($this->user->has('avatars', $avatar->id) == false)\n\t\t\t{\n\t\t\t\t$list[] = array(\n\t\t\t\t\t'id' => $avatar->id,\n\t\t\t\t\t'name' => ucfirst($avatar->title)\n\t\t\t\t)... | [
"0.79887336",
"0.79532945",
"0.79334944",
"0.7797596",
"0.7418935",
"0.7384009",
"0.722094",
"0.7094278",
"0.6681977",
"0.65757996",
"0.65178156",
"0.650025",
"0.6481547",
"0.6472452",
"0.64196694",
"0.6358784",
"0.63358223",
"0.6316955",
"0.6270972",
"0.62629086",
"0.6258232... | 0.8966534 | 0 |
Sets the use avatars. | Устанавливает использование аватаров. | public function setUseAvatars($useAvatars)
{
if (boolval($this->useAvatars) !== boolval($useAvatars)) {
$this->useAvatars = boolval($useAvatars);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setAvatars($var)\n {\n GPBUtil::checkString($var, True);\n $this->avatars = $var;\n }",
"public function getUseAvatars()\n {\n return $this->useAvatars;\n }",
"public function testSetAvatar()\n {\n // TODO: implement\n $this->markTestIncomplete(... | [
"0.73936594",
"0.7325859",
"0.69949555",
"0.6779983",
"0.65842634",
"0.64638615",
"0.64395887",
"0.62511253",
"0.623585",
"0.61942244",
"0.60892767",
"0.6081618",
"0.6081095",
"0.606935",
"0.60589564",
"0.59610885",
"0.5931464",
"0.5927837",
"0.5904185",
"0.5896011",
"0.58654... | 0.78942436 | 0 |
Returns the use watermark. | Возвращает использование водяного знака. | public function getUseWatermark()
{
return $this->useWatermark;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected function getWatermark()\n {\n return $this->_watermark;\n }",
"public function image_watermark() {\n\t\tif ($this->image_params['wm_type'] == 'overlay')\n\t\t\treturn $this->image_overlay_watermark();\n\t\telse\n\t\t\treturn $this->image_text_watermark();\n\t}",
"function watermark() \n ... | [
"0.83290094",
"0.786917",
"0.74505484",
"0.7080872",
"0.654864",
"0.6523486",
"0.63397175",
"0.6204796",
"0.6192513",
"0.60566527",
"0.60070974",
"0.5963027",
"0.5919064",
"0.5904254",
"0.5896897",
"0.5887347",
"0.58106506",
"0.5800688",
"0.5749436",
"0.57472754",
"0.5729115"... | 0.8970844 | 0 |
Sets the use watermark. | Устанавливает использование водяного знака. | public function setUseWatermark($useWatermark)
{
if (boolval($this->useWatermark) !== boolval($useWatermark)) {
$this->useWatermark = boolval($useWatermark);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getUseWatermark()\n {\n return $this->useWatermark;\n }",
"public function watermark($watermark, $offset_x=null, $offset_y=null, $opacity=null){ }",
"protected function setWatermark($watermark)\n {\n $this->_watermark = $watermark;\n $this->_getModel()->setWatermar... | [
"0.7388141",
"0.7048951",
"0.68195474",
"0.67709506",
"0.6656167",
"0.65529406",
"0.6401404",
"0.63991237",
"0.6354818",
"0.6289692",
"0.61881346",
"0.6175955",
"0.6049641",
"0.6023105",
"0.59866834",
"0.59727114",
"0.59222746",
"0.5883174",
"0.5870709",
"0.5854284",
"0.58408... | 0.8377007 | 0 |
Returns the use extended features. | Возвращает использование расширенных функций. | public function getUseExtendedFeatures()
{
return $this->useExtendedFeatures;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private static function get_enabled_features()\n {\n }",
"public static function get_available_features()\n {\n }",
"public function getEnabledFeatures()\n {\n return $this->enabled_features;\n }",
"public function getCustomFeatures()\n {\n return $this->cus... | [
"0.7772094",
"0.7480183",
"0.7415035",
"0.71416",
"0.71416",
"0.7094051",
"0.6931458",
"0.68439424",
"0.6843657",
"0.6842508",
"0.67201567",
"0.66873634",
"0.66861767",
"0.66430205",
"0.6630384",
"0.6629456",
"0.66097176",
"0.6572023",
"0.6555229",
"0.6549997",
"0.65453506",
... | 0.8921338 | 0 |
Sets the use extended features. | Устанавливает использование расширенных функций. | public function setUseExtendedFeatures($useExtendedFeatures)
{
if (boolval($this->useExtendedFeatures) !== boolval($useExtendedFeatures)) {
$this->useExtendedFeatures = boolval($useExtendedFeatures);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getUseExtendedFeatures()\n {\n return $this->useExtendedFeatures;\n }",
"public function supportsExtended()\n\t{\n\t\treturn false;\n\t}",
"public function admin_enable_feature( $features ) {\n\t\t$features['symbols_manager'] = true;\n\n\t\treturn $features;\n\t}",
"public functi... | [
"0.7408969",
"0.6378548",
"0.6314251",
"0.6111816",
"0.60340667",
"0.5986837",
"0.59411985",
"0.59035313",
"0.58935124",
"0.5870167",
"0.58311",
"0.58253914",
"0.58244365",
"0.58190167",
"0.5767181",
"0.574331",
"0.5731087",
"0.57215333",
"0.5691645",
"0.56863546",
"0.562542"... | 0.7557902 | 0 |
Returns the album entries per page in backend. | Возвращает альбомные записи на страницу в backend. | public function getAlbumEntriesPerPageInBackend()
{
return $this->albumEntriesPerPageInBackend;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAlbumEntriesPerPage()\n {\n return $this->albumEntriesPerPage;\n }",
"protected function fetchAllAlbums() {\n return $this->makeGetRequest('http://jsonplaceholder.typicode.com/albums');\n }",
"public function index(): AlbumResourceCollection \n {\n return new... | [
"0.7494143",
"0.65269035",
"0.6426158",
"0.64227474",
"0.6411357",
"0.6347395",
"0.6310262",
"0.63034415",
"0.62846935",
"0.6263044",
"0.6246834",
"0.6207008",
"0.620424",
"0.6203069",
"0.6193712",
"0.6181506",
"0.6181506",
"0.61779946",
"0.61477286",
"0.6124759",
"0.6105212"... | 0.7537626 | 0 |
Returns the picture entries per page in backend. | Возвращает количество записей изображений на страницу в backend. | public function getPictureEntriesPerPageInBackend()
{
return $this->pictureEntriesPerPageInBackend;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getPictureEntriesPerPage()\n {\n return $this->pictureEntriesPerPage;\n }",
"public function getAvatarEntriesPerPageInBackend()\n {\n return $this->avatarEntriesPerPageInBackend;\n }",
"function galleryPicsPerPage() : int;",
"public function getAvatarEntriesPerPage()... | [
"0.7714012",
"0.71788204",
"0.7174285",
"0.6816686",
"0.6741873",
"0.66413563",
"0.66040874",
"0.6584608",
"0.65600306",
"0.6551256",
"0.6443542",
"0.63777983",
"0.63777983",
"0.6374334",
"0.6338405",
"0.63276947",
"0.63128066",
"0.63128066",
"0.63084096",
"0.62846345",
"0.62... | 0.7864127 | 0 |
Returns the avatar entries per page in backend. | Возвращает записи аватаров на страницу в backend. | public function getAvatarEntriesPerPageInBackend()
{
return $this->avatarEntriesPerPageInBackend;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAvatarEntriesPerPage()\n {\n return $this->avatarEntriesPerPage;\n }",
"public function getPictureEntriesPerPageInBackend()\n {\n return $this->pictureEntriesPerPageInBackend;\n }",
"public function getPictureEntriesPerPage()\n {\n return $this->pictureEnt... | [
"0.7656631",
"0.6796368",
"0.6641026",
"0.618794",
"0.6139341",
"0.61387473",
"0.6109569",
"0.606475",
"0.606475",
"0.6055977",
"0.6025412",
"0.60022557",
"0.5974121",
"0.59582645",
"0.5931053",
"0.59239703",
"0.5920467",
"0.5916841",
"0.5911301",
"0.5854119",
"0.58133733",
... | 0.7636155 | 1 |
Returns the count image view. | Возвращает изображение с количеством. | public function getCountImageView()
{
return $this->countImageView;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function stemcellcenter_views_slideshow_singleframe_image_count($vss_id, $view, $options) {\n $attributes['class'] = 'views_slideshow_singleframe_image_count views_slideshow_image_count';\n $attributes['id'] = \"views_slideshow_singleframe_image_count_\" . $vss_id;\n $attributes = drupal_attributes($attributes)... | [
"0.7160931",
"0.7054401",
"0.68071413",
"0.6759888",
"0.67493486",
"0.66570485",
"0.6566808",
"0.65524095",
"0.63613147",
"0.6344268",
"0.627002",
"0.62618536",
"0.62448",
"0.6231524",
"0.61952215",
"0.61833984",
"0.6179212",
"0.6106599",
"0.610551",
"0.6098036",
"0.60976785"... | 0.8267683 | 0 |
Sets the count image view. | Устанавливает количество изображений в представлении. | public function setCountImageView($countImageView)
{
if (boolval($this->countImageView) !== boolval($countImageView)) {
$this->countImageView = boolval($countImageView);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getCountImageView()\n {\n return $this->countImageView;\n }",
"private function setCount($count) {\n $this->count = $count;\n }",
"private function setMediaCount(int $count): void\n {\n $this->query->organisation->all_media->attribute('count', $count);\n }",
"pub... | [
"0.675396",
"0.64936334",
"0.6397852",
"0.6344464",
"0.6281993",
"0.6193982",
"0.61682355",
"0.6034672",
"0.60169196",
"0.5981022",
"0.5930647",
"0.59178406",
"0.5877523",
"0.58557665",
"0.5821638",
"0.5749852",
"0.56764024",
"0.5667983",
"0.5658176",
"0.56449956",
"0.5622788... | 0.74671 | 0 |
Returns the group for common albums. | Возвращает группу для общих альбомов. | public function getGroupForCommonAlbums()
{
return $this->groupForCommonAlbums;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setGroupForCommonAlbums($groupForCommonAlbums)\n {\n if ($this->groupForCommonAlbums !== $groupForCommonAlbums) {\n $this->groupForCommonAlbums = isset($groupForCommonAlbums) ? $groupForCommonAlbums : '';\n }\n }",
"function group()\n {\n return Group::get... | [
"0.6215088",
"0.61736774",
"0.6124037",
"0.59941065",
"0.59826946",
"0.5885282",
"0.5885282",
"0.5885282",
"0.5885282",
"0.58077943",
"0.5798508",
"0.579845",
"0.57891226",
"0.57806224",
"0.57679754",
"0.57677114",
"0.57567453",
"0.5741828",
"0.5731604",
"0.57263607",
"0.5717... | 0.8944215 | 0 |
Sets the group for common albums. | Устанавливает группу для общих альбомов. | public function setGroupForCommonAlbums($groupForCommonAlbums)
{
if ($this->groupForCommonAlbums !== $groupForCommonAlbums) {
$this->groupForCommonAlbums = isset($groupForCommonAlbums) ? $groupForCommonAlbums : '';
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getGroupForCommonAlbums()\n {\n return $this->groupForCommonAlbums;\n }",
"public function group($group)\r\n\t{\r\n\t\t$this->_group = $group;\r\n\t}",
"final public function SetGroup($group) {\n\t$this->current_group = $group;\n}",
"public function setChannelGroup($group){\n\t\t... | [
"0.71598953",
"0.6307233",
"0.6111895",
"0.6068093",
"0.6052956",
"0.60268956",
"0.6000052",
"0.5980625",
"0.5945451",
"0.5931246",
"0.59173083",
"0.59016305",
"0.5834745",
"0.5746097",
"0.5722248",
"0.5698676",
"0.56972486",
"0.5669738",
"0.562868",
"0.56259555",
"0.5625753"... | 0.74732506 | 0 |
Returns the kind of show sub albums. | Возвращает тип подальбомов. | public function getKindOfShowSubAlbums()
{
return $this->kindOfShowSubAlbums;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setKindOfShowSubAlbums($kindOfShowSubAlbums)\n {\n if ($this->kindOfShowSubAlbums !== $kindOfShowSubAlbums) {\n $this->kindOfShowSubAlbums = isset($kindOfShowSubAlbums) ? $kindOfShowSubAlbums : '';\n }\n }",
"public function getSubAlbums()\n {\n if (!$this... | [
"0.6584692",
"0.64882904",
"0.6405756",
"0.62293077",
"0.60399",
"0.5986044",
"0.5943393",
"0.58951896",
"0.58688027",
"0.5735801",
"0.57041705",
"0.5638722",
"0.5616482",
"0.55928075",
"0.5580398",
"0.5580398",
"0.5580398",
"0.5580398",
"0.5580398",
"0.5580398",
"0.5580398",... | 0.89242 | 0 |
Sets the kind of show sub albums. | Устанавливает тип отображения подальбумов. | public function setKindOfShowSubAlbums($kindOfShowSubAlbums)
{
if ($this->kindOfShowSubAlbums !== $kindOfShowSubAlbums) {
$this->kindOfShowSubAlbums = isset($kindOfShowSubAlbums) ? $kindOfShowSubAlbums : '';
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getKindOfShowSubAlbums()\n {\n return $this->kindOfShowSubAlbums;\n }",
"public function setNumberSubAlbums($numberSubAlbums)\n {\n if (intval($this->numberSubAlbums) !== intval($numberSubAlbums)) {\n $this->numberSubAlbums = intval($numberSubAlbums);\n }\... | [
"0.74727356",
"0.5468567",
"0.5415995",
"0.5287485",
"0.5269673",
"0.52456486",
"0.52124953",
"0.5206762",
"0.5193827",
"0.51817137",
"0.512464",
"0.50017214",
"0.4983563",
"0.48977333",
"0.4874673",
"0.4805234",
"0.48021048",
"0.4797254",
"0.47630298",
"0.4746155",
"0.474246... | 0.76370955 | 0 |
Returns the ending of url. | Возвращает конец URL. | public function getEndingOfUrl()
{
return $this->endingOfUrl;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function getUrlLastPart($url)\n{\n return end(explode('/', $url));\n}",
"public function getFinalUrlSuffix()\n {\n return isset($this->final_url_suffix) ? $this->final_url_suffix : '';\n }",
"public function getLastUrl()\n\t{\n\t\treturn $this->getPageUrl($this->totalPages);\n\t}",
"public fu... | [
"0.7566691",
"0.74741477",
"0.7299031",
"0.70611084",
"0.69757086",
"0.6883332",
"0.67902935",
"0.6767607",
"0.67344964",
"0.66667706",
"0.66667706",
"0.6602606",
"0.65703857",
"0.654715",
"0.65030146",
"0.648722",
"0.64407563",
"0.6429278",
"0.6375272",
"0.63641584",
"0.6355... | 0.8783643 | 0 |
Sets the ending of url. | Устанавливает конец URL. | public function setEndingOfUrl($endingOfUrl)
{
if ($this->endingOfUrl !== $endingOfUrl) {
$this->endingOfUrl = isset($endingOfUrl) ? $endingOfUrl : '';
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getEndingOfUrl()\n {\n return $this->endingOfUrl;\n }",
"public function setEnd(string $end)\n {\n $this->end = $end;\n\n // return $this;\n }",
"public function setEnd(string $end) : self\n {\n $this->initialized['end'] = true;\n $this->end = $... | [
"0.66694945",
"0.6617745",
"0.6318411",
"0.61561227",
"0.6020242",
"0.5964144",
"0.59153515",
"0.59095305",
"0.5879889",
"0.5868059",
"0.5800667",
"0.5761731",
"0.57418096",
"0.56902856",
"0.56829304",
"0.5554237",
"0.5554237",
"0.5543159",
"0.5538857",
"0.5529807",
"0.552546... | 0.782075 | 0 |
Returns the number parent albums. | Возвращает количество родительских альбомов. | public function getNumberParentAlbums()
{
return $this->numberParentAlbums;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getNumberSubAlbums()\n {\n return $this->numberSubAlbums;\n }",
"public function getNumAlbums()\n {\n // check albums\n if(!isset($this->intAlbums))\n {\n // load albums\n $this->loadAlbums();\n }\n \n // return\n ... | [
"0.7260988",
"0.70860624",
"0.6875857",
"0.68346107",
"0.6739501",
"0.64882714",
"0.6466443",
"0.6432886",
"0.63947624",
"0.6351299",
"0.62451845",
"0.61883557",
"0.61615956",
"0.61126435",
"0.61051875",
"0.6101264",
"0.60424834",
"0.59741086",
"0.5965053",
"0.5929888",
"0.58... | 0.9119728 | 0 |
Sets the number parent albums. | Устанавливает количество родительских альбомов. | public function setNumberParentAlbums($numberParentAlbums)
{
if (intval($this->numberParentAlbums) !== intval($numberParentAlbums)) {
$this->numberParentAlbums = intval($numberParentAlbums);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getNumberParentAlbums()\n {\n return $this->numberParentAlbums;\n }",
"protected function setParent(Album $parent) {\n\t\t$this->_parent = $parent;\n\t}",
"private function set_parent(Album $album, ?Album $parentAlbum): void\n\t{\n\t\tif ($parentAlbum !== null) {\n\t\t\t// Admin ca... | [
"0.7748034",
"0.70575374",
"0.6677886",
"0.61217195",
"0.5957952",
"0.59118783",
"0.5879767",
"0.5879284",
"0.5751259",
"0.57189643",
"0.5675197",
"0.56244755",
"0.5613688",
"0.5565952",
"0.5556306",
"0.5543859",
"0.5534426",
"0.55325663",
"0.5523367",
"0.5517713",
"0.5514185... | 0.7928082 | 0 |
Returns the number sub albums. | Возвращает количество подальбомов. | public function getNumberSubAlbums()
{
return $this->numberSubAlbums;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getNumberParentAlbums()\n {\n return $this->numberParentAlbums;\n }",
"public function getNumAlbums()\n {\n // check albums\n if(!isset($this->intAlbums))\n {\n // load albums\n $this->loadAlbums();\n }\n \n // return... | [
"0.77398133",
"0.7697395",
"0.74104786",
"0.71412754",
"0.704844",
"0.68982106",
"0.6843441",
"0.6715078",
"0.65319973",
"0.64759606",
"0.6453862",
"0.64018404",
"0.636868",
"0.63235843",
"0.6309355",
"0.63082576",
"0.62637866",
"0.6238232",
"0.6196176",
"0.61775947",
"0.6156... | 0.90078604 | 0 |
Sets the number sub albums. | Устанавливает количество подальбомов. | public function setNumberSubAlbums($numberSubAlbums)
{
if (intval($this->numberSubAlbums) !== intval($numberSubAlbums)) {
$this->numberSubAlbums = intval($numberSubAlbums);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getNumberSubAlbums()\n {\n return $this->numberSubAlbums;\n }",
"public function setNumberParentAlbums($numberParentAlbums)\n {\n if (intval($this->numberParentAlbums) !== intval($numberParentAlbums)) {\n $this->numberParentAlbums = intval($numberParentAlbums);\n... | [
"0.761772",
"0.659219",
"0.63295555",
"0.60838836",
"0.55675334",
"0.5530044",
"0.5479448",
"0.542417",
"0.5373245",
"0.5327686",
"0.5292167",
"0.52643836",
"0.5216225",
"0.5203672",
"0.51745373",
"0.5146333",
"0.51365334",
"0.5113562",
"0.5105038",
"0.5088495",
"0.5072353",
... | 0.7795272 | 0 |
Returns the number pictures. | Возвращает количество изображений. | public function getNumberPictures()
{
return $this->numberPictures;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getNumberImages () {}",
"function numPics() \t{\treturn $this->getOne(\"select count(*) RES from wf_images\")['RES'];\t}",
"public function numImages() { return $this->_m_numImages; }",
"public static function getNrPicioare()\n {\n return self::$nrPicioare;\n }",
"function coun... | [
"0.8933088",
"0.8445677",
"0.7988745",
"0.78323925",
"0.7799233",
"0.77964896",
"0.77450603",
"0.7737835",
"0.7716129",
"0.7570174",
"0.75468165",
"0.748204",
"0.74615884",
"0.74434596",
"0.7440385",
"0.7429376",
"0.74230176",
"0.7413748",
"0.72851026",
"0.7245984",
"0.720204... | 0.8888289 | 1 |
Sets the number pictures. | Устанавливает количество картинок. | public function setNumberPictures($numberPictures)
{
if (intval($this->numberPictures) !== intval($numberPictures)) {
$this->numberPictures = intval($numberPictures);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setNumImages(int $num): self\n {\n $this->numImages = $num;\n return $this;\n }",
"public function getNumberPictures()\n {\n return $this->numberPictures;\n }",
"public static function setNrPicioare($nrPicioare)\n {\n self::$nrPicioare = $nrPicioare;\n... | [
"0.72399926",
"0.7169444",
"0.7022228",
"0.6669673",
"0.6269951",
"0.6142442",
"0.61302984",
"0.61163986",
"0.6047827",
"0.5910981",
"0.58913577",
"0.58762425",
"0.5806464",
"0.57708496",
"0.57601106",
"0.5686105",
"0.56666297",
"0.5659652",
"0.5645875",
"0.56450284",
"0.5637... | 0.77821624 | 0 |
Returns the file size for pictures. | Возвращает размер файла для картинок. | public function getFileSizeForPictures()
{
return $this->fileSizeForPictures;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function getFileSize()\n {\n return getimagesize($this->getCurFile());\n }",
"public function getImageSize()\n {\n return @getimagesize($path ?: $this->path);\n }",
"public function getImageSize()\n {\n return $this->image_size;\n }",
"public function getFotoSize()\n {\n ... | [
"0.83026624",
"0.82504773",
"0.7946088",
"0.784611",
"0.7832326",
"0.7817577",
"0.78091425",
"0.775043",
"0.7721941",
"0.77125275",
"0.76980865",
"0.7692884",
"0.76276296",
"0.76180273",
"0.7585138",
"0.75732625",
"0.75349724",
"0.7524042",
"0.75129557",
"0.74923867",
"0.7459... | 0.88206357 | 0 |
Returns the file size for avatars. | Возвращает размер файла для аватаров. | public function getFileSizeForAvatars()
{
return $this->fileSizeForAvatars;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected function getSize()\n {\n return $this->config->get('image.avatar_width');\n }",
"function twentynineteen_get_avatar_size() {\n\treturn 60;\n}",
"function rest_get_avatar_sizes()\n{\n}",
"public function getFotoSize()\n {\n return $this->foto_size;\n }",
"public function getFileS... | [
"0.809006",
"0.7787826",
"0.7568725",
"0.75135696",
"0.75103503",
"0.74176127",
"0.73594946",
"0.73583186",
"0.7342923",
"0.7342361",
"0.73302263",
"0.7318995",
"0.73039985",
"0.72900957",
"0.72474307",
"0.7215098",
"0.71405613",
"0.71100867",
"0.7099797",
"0.7080155",
"0.706... | 0.8685775 | 0 |
Returns the file sizes for zip. | Возвращает размеры файлов для zip. | public function getFileSizesForZip()
{
return $this->fileSizesForZip;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function zip_entry_filesize($zip_entry)\n{\n}",
"function zip_entry_filesize($zip_entry): int\n{\n error_clear_last();\n $safeResult = \\zip_entry_filesize($zip_entry);\n if ($safeResult === false) {\n throw ZipException::createFromPhpError();\n }\n return $safeResult;\n}",
"public functi... | [
"0.77512306",
"0.7009009",
"0.6784838",
"0.67830324",
"0.67656535",
"0.67410725",
"0.67139953",
"0.6704066",
"0.66862804",
"0.66646516",
"0.66566086",
"0.66462547",
"0.6606839",
"0.65668476",
"0.65470755",
"0.65124977",
"0.64674705",
"0.646436",
"0.6460682",
"0.64536",
"0.643... | 0.8821067 | 0 |
Sets the file sizes for zip. | Устанавливает размеры файлов для zip. | public function setFileSizesForZip($fileSizesForZip)
{
if ($this->fileSizesForZip !== $fileSizesForZip) {
$this->fileSizesForZip = isset($fileSizesForZip) ? $fileSizesForZip : '';
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFileSizesForZip()\n {\n return $this->fileSizesForZip;\n }",
"public function setFileSize(?int $fileSize): void\n {\n $this->fileSize = $fileSize;\n }",
"function zip_entry_filesize($zip_entry)\n{\n}",
"function set_size($size)\r\n {\r\n $this->set_defau... | [
"0.6788669",
"0.5831128",
"0.5782939",
"0.5721539",
"0.569819",
"0.56663585",
"0.56633186",
"0.5651192",
"0.56445587",
"0.56445587",
"0.5626022",
"0.5600876",
"0.5588055",
"0.5588055",
"0.556123",
"0.5549169",
"0.5498979",
"0.5489753",
"0.5483826",
"0.5466269",
"0.5460661",
... | 0.7151899 | 0 |
Returns the min width for pictures. | Возвращает минимальную ширину для картинок. | public function getMinWidthForPictures()
{
return $this->minWidthForPictures;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMinWidth();",
"public function getMinWidthForAvatars()\n {\n return $this->minWidthForAvatars;\n }",
"public static function get_minimum_photo_dimension() {\n\t\treturn 2000;\n\t}",
"public function get_min_width()\n {\n return $this->_min_width;\n }",
"public f... | [
"0.79150176",
"0.77928495",
"0.75944686",
"0.75206244",
"0.7345453",
"0.73069525",
"0.727436",
"0.7270967",
"0.7253554",
"0.72425836",
"0.7237886",
"0.7223026",
"0.72189146",
"0.72137773",
"0.72097456",
"0.71886384",
"0.71701086",
"0.7152888",
"0.7151877",
"0.7140303",
"0.713... | 0.88807696 | 0 |
Sets the min width for pictures. | Устанавливает минимальную ширину для изображений. | public function setMinWidthForPictures($minWidthForPictures)
{
if (intval($this->minWidthForPictures) !== intval($minWidthForPictures)) {
$this->minWidthForPictures = intval($minWidthForPictures);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMinWidthForPictures()\n {\n return $this->minWidthForPictures;\n }",
"public function set_min_width($width)\n {\n $this->_min_width = $width;\n }",
"public function setMinWidth($value) {\n $this->settings['min_width'] = (int)$value;\n // Return for cha... | [
"0.7505292",
"0.7307495",
"0.70643145",
"0.6990239",
"0.68072045",
"0.6762198",
"0.6744883",
"0.67094266",
"0.65775067",
"0.65665734",
"0.65188146",
"0.6505335",
"0.6431061",
"0.63103986",
"0.62957674",
"0.62876695",
"0.62137103",
"0.6201088",
"0.6197512",
"0.6197512",
"0.617... | 0.7483459 | 1 |
Returns the max width for pictures. | Возвращает максимальную ширину для картинок. | public function getMaxWidthForPictures()
{
return $this->maxWidthForPictures;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMaxWidthForAvatars()\n {\n return $this->maxWidthForAvatars;\n }",
"public function lvGetListImageMaxWidth() {\n $oConfig = $this->getConfig();\n \n $sSize = $oConfig->getConfigParam( 'sThumbnailsize' );\n $aSize = explode( '*', $sSize );\n \n ... | [
"0.8179515",
"0.8098065",
"0.8091496",
"0.8065741",
"0.79498637",
"0.7894543",
"0.7872788",
"0.7754253",
"0.77033347",
"0.7672696",
"0.75486267",
"0.74150324",
"0.7405877",
"0.7356131",
"0.7257787",
"0.72537535",
"0.7192208",
"0.7173466",
"0.71723247",
"0.7163453",
"0.7148027... | 0.8821852 | 0 |
Returns the max height for pictures. | Возвращает максимальную высоту для картинок. | public function getMaxHeightForPictures()
{
return $this->maxHeightForPictures;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMaxImageHeight()\n {\n return null;\n }",
"public function lvGetListImageMaxHeight() {\n $oConfig = $this->getConfig();\n \n $sSize = $oConfig->getConfigParam( 'sThumbnailsize' );\n $aSize = explode( '*', $sSize );\n \n if ( is_array( $aSi... | [
"0.8332929",
"0.8302909",
"0.8259374",
"0.8245751",
"0.8153898",
"0.8074465",
"0.8048704",
"0.8026289",
"0.8025383",
"0.7934601",
"0.7933335",
"0.79182905",
"0.7893528",
"0.7837346",
"0.7832337",
"0.7763454",
"0.7756296",
"0.7751679",
"0.77162194",
"0.7618971",
"0.7597119",
... | 0.896796 | 0 |
Returns the min width for avatars. | Возвращает минимальную ширину аватаров. | public function getMinWidthForAvatars()
{
return $this->minWidthForAvatars;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAvatarwidth(){\n return $this->avatarwidth;\n }",
"public function getMaxWidthForAvatars()\n {\n return $this->maxWidthForAvatars;\n }",
"public function getMinWidthForPictures()\n {\n return $this->minWidthForPictures;\n }",
"public function getMinWidth... | [
"0.7971958",
"0.7737713",
"0.7558864",
"0.7396818",
"0.7278476",
"0.72059643",
"0.713221",
"0.7028097",
"0.6997713",
"0.6926436",
"0.68114513",
"0.67840725",
"0.67006654",
"0.6591786",
"0.65540284",
"0.6541999",
"0.65375346",
"0.65032226",
"0.6496041",
"0.6472961",
"0.6457556... | 0.89017105 | 0 |
Returns the max width for avatars. | Возвращает максимальную ширину для аватаров. | public function getMaxWidthForAvatars()
{
return $this->maxWidthForAvatars;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAvatarwidth(){\n return $this->avatarwidth;\n }",
"public function getMaxHeightForAvatars()\n {\n return $this->maxHeightForAvatars;\n }",
"public function getMinWidthForAvatars()\n {\n return $this->minWidthForAvatars;\n }",
"protected function getSize(... | [
"0.8115156",
"0.770063",
"0.7686063",
"0.76663",
"0.74100596",
"0.7407953",
"0.7403387",
"0.73923767",
"0.7348449",
"0.7310802",
"0.7248136",
"0.7155519",
"0.7097989",
"0.7093444",
"0.7064013",
"0.69826585",
"0.69710195",
"0.69661427",
"0.6950182",
"0.6928888",
"0.68933314",
... | 0.9001552 | 0 |
Returns the max height for avatars. | Возвращает максимальную высоту аватаров. | public function getMaxHeightForAvatars()
{
return $this->maxHeightForAvatars;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAvatarheight(){\n return $this->avatarheight;\n }",
"public function getMaxHeightForPictures()\n {\n return $this->maxHeightForPictures;\n }",
"public function getMaxHeight();",
"public function getMaxHeight()\n {\n return $this->maxHeight;\n }",
"publ... | [
"0.8033817",
"0.7626642",
"0.75196755",
"0.7352302",
"0.7347015",
"0.72880346",
"0.727666",
"0.72711104",
"0.724591",
"0.7244375",
"0.71959984",
"0.7142254",
"0.7108632",
"0.71080256",
"0.6999501",
"0.69581807",
"0.6937155",
"0.68685496",
"0.68654746",
"0.678209",
"0.677869",... | 0.8924265 | 0 |
Returns the create several pictures. | Возвращает создание нескольких картинок. | public function getCreateSeveralPictures()
{
return $this->createSeveralPictures;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function createResizedImages(){\n\t\t$this->createLarge();\n\t\t$this->createMedium();\n\t\t$this->createSmall();\n\t\t$this->createThumbnail();\n\t\t$this->createSquare();\n\t}",
"protected function generateImages() {\n\t\tforeach ($this->sets as $set) {\t\n\t\t\t$img = new rImage(JPATH_ROOT.$this->files->getIm... | [
"0.6861194",
"0.66781753",
"0.66540956",
"0.6596972",
"0.6588298",
"0.6572009",
"0.64931726",
"0.6481509",
"0.6410631",
"0.6388259",
"0.63640034",
"0.63257784",
"0.632384",
"0.63202924",
"0.6306654",
"0.6304806",
"0.6279063",
"0.62519073",
"0.6240976",
"0.62308973",
"0.622317... | 0.79431677 | 0 |
Returns the first width. | Возвращает первый width. | public function getFirstWidth()
{
return $this->firstWidth;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMinWidth();",
"public function width() { return $this->_m_width; }",
"function get_width() {\n\t\treturn $this->width;\n\t}",
"public function getSecondWidth()\n {\n return $this->secondWidth;\n }",
"public function GetWidth () {\n\t\treturn $this->width;\n\t}",
"public fu... | [
"0.7251158",
"0.7238569",
"0.7187653",
"0.71377534",
"0.7105072",
"0.7089148",
"0.7089148",
"0.7074147",
"0.70493525",
"0.7035253",
"0.7032056",
"0.70211446",
"0.7019326",
"0.7010411",
"0.7009909",
"0.7009623",
"0.69937986",
"0.69889575",
"0.69889575",
"0.6987836",
"0.6978036... | 0.8990263 | 0 |
Sets the first width. | Устанавливает первый ширину. | public function setFirstWidth($firstWidth)
{
if (intval($this->firstWidth) !== intval($firstWidth)) {
$this->firstWidth = intval($firstWidth);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFirstWidth()\n {\n return $this->firstWidth;\n }",
"public function setWidth($width = 0)\n {\n $this->width = $width;\n }",
"public function setWidth(int $width);",
"public function setWidth($width);",
"public function setWidth($width);",
"function se... | [
"0.70083016",
"0.7003349",
"0.68218863",
"0.6675349",
"0.6675349",
"0.66460687",
"0.6631267",
"0.64753485",
"0.6401025",
"0.63784915",
"0.6367287",
"0.6367287",
"0.6362075",
"0.63345724",
"0.63345724",
"0.63345724",
"0.63345724",
"0.6308461",
"0.6301515",
"0.62773764",
"0.625... | 0.80967563 | 0 |
Returns the first height. | Возвращает первый высоту. | public function getFirstHeight()
{
return $this->firstHeight;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSecondHeight()\n {\n return $this->secondHeight;\n }",
"public function getHeight()\n {\n return $this->i->height;\n }",
"public function getHeight(): int;",
"public function getHeight(): int;",
"public function getHeight(): int;",
"public function height() { return $... | [
"0.7315755",
"0.72416323",
"0.7217245",
"0.7217245",
"0.7217245",
"0.7197292",
"0.7156619",
"0.7141556",
"0.71384996",
"0.71384996",
"0.71350706",
"0.71083796",
"0.71083796",
"0.71083796",
"0.71083796",
"0.71083796",
"0.710083",
"0.710083",
"0.70992726",
"0.70965683",
"0.7081... | 0.8947652 | 0 |
Sets the first height. | Устанавливает первый размер высоты. | public function setFirstHeight($firstHeight)
{
if (intval($this->firstHeight) !== intval($firstHeight)) {
$this->firstHeight = intval($firstHeight);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFirstHeight()\n {\n return $this->firstHeight;\n }",
"private function _setHeight()\n {\n $this->height = (count($this->fields) + 1) * $this->heightCell;\n }",
"function setHeight($p) {$this->height = $p; }",
"public function setHeight(int $height);",
"functio... | [
"0.6968814",
"0.6830542",
"0.6812018",
"0.6607901",
"0.65441376",
"0.65295744",
"0.65295744",
"0.65038073",
"0.6297944",
"0.60919565",
"0.60520405",
"0.59635097",
"0.5948336",
"0.59253323",
"0.5917348",
"0.5913419",
"0.59090966",
"0.5892854",
"0.5890774",
"0.58827835",
"0.587... | 0.79657936 | 0 |
Returns the second width. | Возвращает вторую ширину. | public function getSecondWidth()
{
return $this->secondWidth;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function get_width()\n\t{\n\t\treturn 12;\n\t}",
"public function getFirstWidth()\n {\n return $this->firstWidth;\n }",
"public function width();",
"public function width();",
"abstract public function width();",
"public function getSecondHeight()\n {\n return $this->secondHeight;\... | [
"0.6840592",
"0.68279326",
"0.664093",
"0.664093",
"0.64637095",
"0.64549077",
"0.6454163",
"0.64456564",
"0.6414313",
"0.64115566",
"0.64115566",
"0.64115566",
"0.63699514",
"0.63699514",
"0.6365587",
"0.6348301",
"0.63349247",
"0.63349116",
"0.6313822",
"0.6297819",
"0.6294... | 0.8925653 | 0 |
Sets the second width. | Устанавливает второй ширину. | public function setSecondWidth($secondWidth)
{
if (intval($this->secondWidth) !== intval($secondWidth)) {
$this->secondWidth = intval($secondWidth);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSecondWidth()\n {\n return $this->secondWidth;\n }",
"public function setWidth(int $width);",
"public function setWidth($width);",
"public function setWidth($width);",
"function SetWidths($w) \r\n{\r\n $this->widths=$w; \r\n}",
"private function setBlockWidth()\n {\n... | [
"0.7253901",
"0.65507686",
"0.64153695",
"0.64153695",
"0.62812847",
"0.6273063",
"0.62283283",
"0.62283283",
"0.622292",
"0.6202524",
"0.61852074",
"0.6181457",
"0.6181457",
"0.6181457",
"0.6181457",
"0.6124573",
"0.6076734",
"0.60750043",
"0.60750043",
"0.60481817",
"0.6041... | 0.7887349 | 0 |
Returns the second height. | Возвращает вторую высоту. | public function getSecondHeight()
{
return $this->secondHeight;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFirstHeight()\n {\n return $this->firstHeight;\n }",
"public function getHeight(): int;",
"public function getHeight(): int;",
"public function getHeight(): int;",
"public function height();",
"public function height();",
"public function getHeight();",
"public functio... | [
"0.7205577",
"0.69797343",
"0.69797343",
"0.69797343",
"0.6938829",
"0.6938829",
"0.6936878",
"0.6936878",
"0.6936878",
"0.6936878",
"0.6936878",
"0.6903251",
"0.6889129",
"0.6889129",
"0.6853521",
"0.6853521",
"0.68226707",
"0.68042815",
"0.6786212",
"0.6780909",
"0.67716426... | 0.8950159 | 0 |
Sets the second height. | Устанавливает вторую высоту. | public function setSecondHeight($secondHeight)
{
if (intval($this->secondHeight) !== intval($secondHeight)) {
$this->secondHeight = intval($secondHeight);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSecondHeight()\n {\n return $this->secondHeight;\n }",
"public function setHeight($height);",
"public function setHeight($height);",
"public function setHeight(int $height);",
"function setHeight($p) {$this->height = $p; }",
"function set_height($height) {\n\t\t$this->he... | [
"0.7191694",
"0.7116656",
"0.7116656",
"0.7091085",
"0.7090669",
"0.6957818",
"0.6784333",
"0.663684",
"0.6595857",
"0.6482121",
"0.647499",
"0.6389002",
"0.63703364",
"0.63515586",
"0.62762743",
"0.62483424",
"0.6041049",
"0.60215765",
"0.60215765",
"0.60215765",
"0.6013041"... | 0.7614657 | 0 |
Returns the third width. | Возвращает третий размер. | public function getThirdWidth()
{
return $this->thirdWidth;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getDimension3()\r\n {\r\n return $this->dimension3 . self::DIMENSION_UNIT;\r\n }",
"public function getThirdHeight()\n {\n return $this->thirdHeight;\n }",
"function get_width()\n\t{\n\t\treturn 12;\n\t}",
"public function setThirdWidth($thirdWidth)\n {\n i... | [
"0.7056429",
"0.688899",
"0.66892767",
"0.66039276",
"0.6567329",
"0.65380913",
"0.6527208",
"0.6453742",
"0.6453742",
"0.6377535",
"0.6250659",
"0.61896753",
"0.61492884",
"0.6144669",
"0.6135337",
"0.6033265",
"0.59957767",
"0.5995548",
"0.5992332",
"0.59713846",
"0.5966783... | 0.8913097 | 0 |
Sets the third width. | Устанавливает третий ширину. | public function setThirdWidth($thirdWidth)
{
if (intval($this->thirdWidth) !== intval($thirdWidth)) {
$this->thirdWidth = intval($thirdWidth);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getThirdWidth()\n {\n return $this->thirdWidth;\n }",
"public function setWidth(int $width);",
"public function setThirdHeight($thirdHeight)\n {\n if (intval($this->thirdHeight) !== intval($thirdHeight)) {\n $this->thirdHeight = intval($thirdHeight);\n }... | [
"0.75130004",
"0.6278025",
"0.62623036",
"0.6153044",
"0.61514896",
"0.61039543",
"0.61039543",
"0.60588324",
"0.60191786",
"0.5900131",
"0.58696926",
"0.5847038",
"0.5840256",
"0.5807287",
"0.5807287",
"0.5780505",
"0.5757649",
"0.5744782",
"0.57394224",
"0.5736608",
"0.5736... | 0.8146036 | 0 |
Returns the third height. | Возвращает третью высоту. | public function getThirdHeight()
{
return $this->thirdHeight;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getThirdWidth()\n {\n return $this->thirdWidth;\n }",
"public function setThirdHeight($thirdHeight)\n {\n if (intval($this->thirdHeight) !== intval($thirdHeight)) {\n $this->thirdHeight = intval($thirdHeight);\n }\n }",
"function get_height($array)\n ... | [
"0.674719",
"0.6704682",
"0.6585167",
"0.6555714",
"0.6516247",
"0.6516247",
"0.64358103",
"0.6427066",
"0.6427066",
"0.63047403",
"0.6272822",
"0.6253576",
"0.6250101",
"0.62363476",
"0.6225734",
"0.6225734",
"0.6225734",
"0.6163437",
"0.61471236",
"0.6145517",
"0.6138908",
... | 0.89824706 | 0 |
Sets the third height. | Устанавливает третий высоту. | public function setThirdHeight($thirdHeight)
{
if (intval($this->thirdHeight) !== intval($thirdHeight)) {
$this->thirdHeight = intval($thirdHeight);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getThirdHeight()\n {\n return $this->thirdHeight;\n }",
"function setHeight($p) {$this->height = $p; }",
"public function setHeight(int $height);",
"function set_height($height) {\n\t\t$this->height = $height;\n\t}",
"public function setHeight($height);",
"public function s... | [
"0.74655724",
"0.6576335",
"0.6550186",
"0.64039797",
"0.6302612",
"0.6302612",
"0.62106276",
"0.61719173",
"0.61408496",
"0.60114706",
"0.59212285",
"0.59059834",
"0.5863636",
"0.58441436",
"0.58129287",
"0.5811008",
"0.57444423",
"0.5711388",
"0.5708616",
"0.5654863",
"0.55... | 0.8285253 | 0 |
Returns the slide 1 interval. | Возвращает интервал слайда 1. | public function getSlide1Interval()
{
return $this->slide1Interval;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSlideshow1()\n {\n return $this->slideshow1;\n }",
"public function get_start_with_slide_setting(){\n\t\t$slide = $this->get_param(array('general', 'firstSlide', 'alternativeFirstSlide'), 1);\n\t\tif(is_numeric($slide)){\n\t\t\t$slide = (int)$slide - 1;\n\t\t\tif($slide < 0 || $sl... | [
"0.70818436",
"0.6871004",
"0.630667",
"0.6255607",
"0.6255607",
"0.61697805",
"0.61625594",
"0.6075223",
"0.59306335",
"0.58583087",
"0.58249205",
"0.58249205",
"0.58249205",
"0.58249205",
"0.5766218",
"0.56900346",
"0.5675856",
"0.5625128",
"0.5590826",
"0.5563833",
"0.5547... | 0.8633735 | 0 |
Sets the slide 1 interval. | Устанавливает интервал слайда 1. | public function setSlide1Interval($slide1Interval)
{
if (intval($this->slide1Interval) !== intval($slide1Interval)) {
$this->slide1Interval = intval($slide1Interval);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSlide1Interval()\n {\n return $this->slide1Interval;\n }",
"public function setSlideshow1($slideshow1)\n {\n if (boolval($this->slideshow1) !== boolval($slideshow1)) {\n $this->slideshow1 = boolval($slideshow1);\n }\n }",
"public function setSlide1... | [
"0.7563865",
"0.61706686",
"0.6152575",
"0.59302956",
"0.5731158",
"0.55565673",
"0.53744453",
"0.5356397",
"0.5322979",
"0.5318491",
"0.527513",
"0.5186995",
"0.5171219",
"0.5139664",
"0.5111378",
"0.5082337",
"0.5024429",
"0.50212306",
"0.5002337",
"0.49580386",
"0.48628432... | 0.7461138 | 1 |
Returns the slide 1 speed. | Возвращает скорость слайда 1. | public function getSlide1Speed()
{
return $this->slide1Speed;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSlide1Interval()\n {\n return $this->slide1Interval;\n }",
"public function getSlideshowSpeed()\n {\n return Mage::getStoreConfig('homesliders/slider/speed');\n }",
"public function getSlideshow1()\n {\n return $this->slideshow1;\n }",
"public functio... | [
"0.7173306",
"0.70029795",
"0.66177016",
"0.6592497",
"0.6551232",
"0.6545974",
"0.6545974",
"0.6545974",
"0.6539558",
"0.6490532",
"0.63952893",
"0.6305207",
"0.62852746",
"0.62772",
"0.6095147",
"0.60884535",
"0.5995244",
"0.5930678",
"0.5879341",
"0.5872819",
"0.58353287",... | 0.895038 | 0 |
Sets the slide 1 speed. | Устанавливает скорость слайда 1. | public function setSlide1Speed($slide1Speed)
{
if (intval($this->slide1Speed) !== intval($slide1Speed)) {
$this->slide1Speed = intval($slide1Speed);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSlide1Speed()\n {\n return $this->slide1Speed;\n }",
"public function setSlide1Interval($slide1Interval)\n {\n if (intval($this->slide1Interval) !== intval($slide1Interval)) {\n $this->slide1Interval = intval($slide1Interval);\n }\n }",
"public fun... | [
"0.74301845",
"0.62104046",
"0.61301994",
"0.5916692",
"0.59060866",
"0.5786812",
"0.557243",
"0.5539952",
"0.5198434",
"0.51918584",
"0.51884407",
"0.51667196",
"0.5133801",
"0.5099967",
"0.5072408",
"0.5059103",
"0.5018659",
"0.49510935",
"0.49372378",
"0.49355605",
"0.4879... | 0.7844678 | 0 |
Returns the number width and name of avatars. | Возвращает ширину числа и имя аватаров. | public function getNumberWidthAndNameOfAvatars()
{
return $this->numberWidthAndNameOfAvatars;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAvatarwidth(){\n return $this->avatarwidth;\n }",
"function rest_get_avatar_sizes()\n{\n}",
"protected function getSize()\n {\n return $this->config->get('image.avatar_width');\n }",
"function twentynineteen_get_avatar_size() {\n\treturn 60;\n}",
"public function getThumbn... | [
"0.77655",
"0.73293155",
"0.7038316",
"0.69543815",
"0.6925303",
"0.69004375",
"0.68821657",
"0.68296117",
"0.6707425",
"0.6636289",
"0.65946525",
"0.65758944",
"0.65560037",
"0.647995",
"0.64715636",
"0.64154005",
"0.6397495",
"0.6354644",
"0.63412315",
"0.62968695",
"0.6266... | 0.8810598 | 0 |
Returns the bottom of image. | Возвращает нижнюю часть изображения. | public function getBottomOfImage()
{
return $this->bottomOfImage;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getImageBottom()\n {\n return $this->imageBottom;\n }",
"public function getBottom() {\r\n return $this->bottom;\r\n }",
"public function getBottom()\n {\n return $this->bottom;\n }",
"public function getBottom()\n {\n return $this->bottom;\n }... | [
"0.9023823",
"0.77741885",
"0.77723014",
"0.77723014",
"0.76492333",
"0.74195904",
"0.7049946",
"0.69532925",
"0.6900289",
"0.6869775",
"0.6739317",
"0.6733548",
"0.67200774",
"0.6715427",
"0.6662114",
"0.6631111",
"0.66278446",
"0.66263735",
"0.6598553",
"0.6575907",
"0.6555... | 0.8971526 | 1 |
Sets the bottom of image. | Устанавливает нижний край изображения. | public function setBottomOfImage($bottomOfImage)
{
if (intval($this->bottomOfImage) !== intval($bottomOfImage)) {
$this->bottomOfImage = intval($bottomOfImage);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getImageBottom()\n {\n return $this->imageBottom;\n }",
"public function getBottomOfImage()\n {\n return $this->bottomOfImage;\n }",
"public function setImageBottom($imageBottom)\n {\n $this->imageBottom = $imageBottom;\n\n return $this;\n }",
"pu... | [
"0.69752127",
"0.68283796",
"0.67535555",
"0.6695545",
"0.6579964",
"0.65508574",
"0.6350253",
"0.62169504",
"0.61668575",
"0.6100046",
"0.60832447",
"0.601174",
"0.5959739",
"0.5959739",
"0.56926304",
"0.5633077",
"0.55913365",
"0.5571532",
"0.5566894",
"0.55540496",
"0.5519... | 0.7429244 | 0 |
Returns the left side. | Возвращает левую сторону. | public function getLeftSide()
{
return $this->leftSide;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getLeft() {}",
"function getLeft() ;",
"abstract public function getLeft();",
"public function getLeft() {\r\n return $this->left;\r\n }",
"public function getLeft()\n {\n return $this->left;\n }",
"public function getLeft()\n {\n return $this->left;\n ... | [
"0.83444715",
"0.8317477",
"0.8283824",
"0.8226284",
"0.8213372",
"0.8213372",
"0.8213372",
"0.81794345",
"0.78883016",
"0.772658",
"0.77259827",
"0.7713753",
"0.7689811",
"0.7665875",
"0.762517",
"0.7485737",
"0.7442012",
"0.7436116",
"0.7385324",
"0.7268803",
"0.72642004",
... | 0.8951415 | 0 |
Sets the left side. | Устанавливает левую сторону. | public function setLeftSide($leftSide)
{
if (intval($this->leftSide) !== intval($leftSide)) {
$this->leftSide = intval($leftSide);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setLeftAlign() { $this->_isLeft = true; }",
"public function getLeftSide()\n {\n return $this->leftSide;\n }",
"public function setLeft(int $left): void\n {\n $this->left = $left;\n }",
"public function setLeft()\n {\n $this->left = $this->attributes->get('... | [
"0.77037793",
"0.7691851",
"0.74786866",
"0.7353096",
"0.7276851",
"0.7245386",
"0.7202268",
"0.7188033",
"0.70969754",
"0.6982189",
"0.69675237",
"0.6835549",
"0.6809556",
"0.677731",
"0.6747353",
"0.66867083",
"0.6669414",
"0.6669414",
"0.6669414",
"0.66501987",
"0.66479397... | 0.82479954 | 0 |
Returns the right side. | Возвращает правую сторону. | public function getRightSide()
{
return $this->rightSide;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getRight() {}",
"function getRight() ;",
"abstract public function getRight();",
"public function getRight() {\r\n return $this->right;\r\n }",
"public function getRight()\n {\n return $this->right;\n }",
"public function getRight()\n {\n return $this->rig... | [
"0.8816623",
"0.8685837",
"0.85882425",
"0.8401507",
"0.8395928",
"0.8395928",
"0.8395928",
"0.8334673",
"0.8272421",
"0.81239116",
"0.77798426",
"0.77035433",
"0.77005196",
"0.76267946",
"0.7556792",
"0.7511735",
"0.7510159",
"0.75048256",
"0.7335996",
"0.7315377",
"0.717755... | 0.88756883 | 0 |
Sets the right side. | Устанавливает правую часть. | public function setRightSide($rightSide)
{
if (intval($this->rightSide) !== intval($rightSide)) {
$this->rightSide = intval($rightSide);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getRightSide()\n {\n return $this->rightSide;\n }",
"public function setRight()\n {\n $this->right = $this->attributes->get('right', 0);\n\n return $this;\n }",
"public function setRightAlign() { $this->_isLeft = false; }",
"public static function _right()\n\t... | [
"0.76949304",
"0.7418568",
"0.7367776",
"0.7242692",
"0.7210107",
"0.718898",
"0.7001094",
"0.69944704",
"0.6914489",
"0.68677604",
"0.68502325",
"0.6806224",
"0.6806224",
"0.6806224",
"0.6773295",
"0.67457384",
"0.6728772",
"0.6657447",
"0.6585876",
"0.65609705",
"0.6486606"... | 0.8168422 | 0 |
Returns the top of image. | Возвращает верхнюю часть изображения. | public function getTopOfImage()
{
return $this->topOfImage;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getImageTop()\n {\n return $this->imageTop;\n }",
"public function getTop()\n {\n return $this->top;\n }",
"public function getTop()\n {\n return $this->top;\n }",
"function getTop()\r\n\t{\r\n\t\treturn $this->_topHtml;\r\n\t}",
"public function getTo... | [
"0.9070495",
"0.7352123",
"0.7352123",
"0.7261221",
"0.703417",
"0.6983204",
"0.692481",
"0.67598933",
"0.66561055",
"0.6626447",
"0.6502486",
"0.64505357",
"0.6360099",
"0.62829787",
"0.6272607",
"0.62046283",
"0.6199113",
"0.61904806",
"0.6134206",
"0.6113084",
"0.61006343"... | 0.88269967 | 1 |
Sets the top of image. | Устанавливает верх изображения. | public function setTopOfImage($topOfImage)
{
if (intval($this->topOfImage) !== intval($topOfImage)) {
$this->topOfImage = intval($topOfImage);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setImageTop($imageTop)\n {\n $this->imageTop = $imageTop;\n\n return $this;\n }",
"public function getImageTop()\n {\n return $this->imageTop;\n }",
"public function setTop()\n {\n $defaultTop = ($this->origin && $this->origin == 'top') ? 0 : null;\n\n... | [
"0.67458606",
"0.64873075",
"0.6257111",
"0.6099552",
"0.60543233",
"0.599414",
"0.58928955",
"0.58302766",
"0.58261406",
"0.5805822",
"0.57568437",
"0.57488585",
"0.571756",
"0.56664145",
"0.56664145",
"0.56664145",
"0.56664145",
"0.56582147",
"0.5564542",
"0.5550115",
"0.54... | 0.70605475 | 0 |
Returns the album entries per page. | Возвращает альбомные записи на страницу. | public function getAlbumEntriesPerPage()
{
return $this->albumEntriesPerPage;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAlbumEntriesPerPageInBackend()\n {\n return $this->albumEntriesPerPageInBackend;\n }",
"protected function fetchAllAlbums() {\n return $this->makeGetRequest('http://jsonplaceholder.typicode.com/albums');\n }",
"public function getAlbumList()\r\n\t{\r\n\t\t$user=\"defau... | [
"0.688565",
"0.6423666",
"0.63199514",
"0.6281919",
"0.61907434",
"0.61867845",
"0.61754286",
"0.61583775",
"0.61336297",
"0.61220497",
"0.61139435",
"0.60727274",
"0.60514545",
"0.6049774",
"0.6033158",
"0.6027204",
"0.6026071",
"0.5989014",
"0.5979334",
"0.5934788",
"0.5915... | 0.7553174 | 0 |
Sets the album entries per page. | Устанавливает количество записей альбома на странице. | public function setAlbumEntriesPerPage($albumEntriesPerPage)
{
if (intval($this->albumEntriesPerPage) !== intval($albumEntriesPerPage)) {
$this->albumEntriesPerPage = intval($albumEntriesPerPage);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAlbumEntriesPerPage()\n {\n return $this->albumEntriesPerPage;\n }",
"public function updatingPerPage(): void\n {\n $this->resetPage();\n }",
"public function setPerPage(int $perPage): void\n {\n $this->presenter->esQuery->query['body']['size'] = $perPage;... | [
"0.658109",
"0.64766836",
"0.6454308",
"0.6454157",
"0.63135976",
"0.6293457",
"0.6293457",
"0.627811",
"0.62385136",
"0.6227836",
"0.622344",
"0.6082976",
"0.6052737",
"0.6023999",
"0.6022461",
"0.6005524",
"0.5990733",
"0.59834707",
"0.5962604",
"0.59261835",
"0.5884807",
... | 0.71552736 | 0 |
Returns the link own albums on account page. | Возвращает ссылку на свои альбомы на странице профиля. | public function getLinkOwnAlbumsOnAccountPage()
{
return $this->linkOwnAlbumsOnAccountPage;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getLinkOwnAvatarsOnAccountPage()\n {\n return $this->linkOwnAvatarsOnAccountPage;\n }",
"public function getLinkOwnPicturesOnAccountPage()\n {\n return $this->linkOwnPicturesOnAccountPage;\n }",
"function jig_get_fb_albums(){\r\n\t\t\tcheck_ajax_referer('jig_get_fb_alb... | [
"0.7509761",
"0.7092169",
"0.62686336",
"0.5948907",
"0.5936766",
"0.5925087",
"0.59169775",
"0.5912801",
"0.58132917",
"0.58129716",
"0.5792558",
"0.5780685",
"0.576839",
"0.5696624",
"0.56801516",
"0.56528133",
"0.5601425",
"0.5601425",
"0.5545435",
"0.55406564",
"0.5535049... | 0.8935536 | 0 |
Returns the picture entries per page. | Возвращает записи изображений на страницу. | public function getPictureEntriesPerPage()
{
return $this->pictureEntriesPerPage;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function galleryPicsPerPage() : int;",
"public function getPictureEntriesPerPageInBackend()\n {\n return $this->pictureEntriesPerPageInBackend;\n }",
"public function getAvatarEntriesPerPage()\n {\n return $this->avatarEntriesPerPage;\n }",
"public function getAlbumEntriesPerPage()\... | [
"0.714372",
"0.7103587",
"0.69185954",
"0.65531033",
"0.6496659",
"0.64551777",
"0.6449733",
"0.64245474",
"0.631997",
"0.6262131",
"0.6256764",
"0.62048787",
"0.61725664",
"0.6161942",
"0.61458474",
"0.61458474",
"0.6129829",
"0.6087592",
"0.6037402",
"0.6020259",
"0.6008544... | 0.7785284 | 0 |
Sets the picture entries per page. | Устанавливает количество вставок изображений на страницу. | public function setPictureEntriesPerPage($pictureEntriesPerPage)
{
if (intval($this->pictureEntriesPerPage) !== intval($pictureEntriesPerPage)) {
$this->pictureEntriesPerPage = intval($pictureEntriesPerPage);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getPictureEntriesPerPage()\n {\n return $this->pictureEntriesPerPage;\n }",
"public function setAvatarEntriesPerPage($avatarEntriesPerPage)\n {\n if (intval($this->avatarEntriesPerPage) !== intval($avatarEntriesPerPage)) {\n $this->avatarEntriesPerPage = intval($... | [
"0.65632874",
"0.65134025",
"0.6463379",
"0.64013577",
"0.63276947",
"0.63272876",
"0.6219763",
"0.6187812",
"0.6157709",
"0.6134314",
"0.61207944",
"0.6090283",
"0.6084773",
"0.6072871",
"0.60708785",
"0.6060331",
"0.6060331",
"0.6019498",
"0.59996885",
"0.5971162",
"0.59595... | 0.71550083 | 0 |
Returns the link own pictures on account page. | Возвращает ссылку на собственные картинки на странице аккаунта. | public function getLinkOwnPicturesOnAccountPage()
{
return $this->linkOwnPicturesOnAccountPage;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getLinkOwnAvatarsOnAccountPage()\n {\n return $this->linkOwnAvatarsOnAccountPage;\n }",
"public function getLinkOwnAlbumsOnAccountPage()\n {\n return $this->linkOwnAlbumsOnAccountPage;\n }",
"function getPictureLinked( ) {\n\t\t//\treturn \"mvc/templates/theme/image/us... | [
"0.8544233",
"0.74820554",
"0.6893922",
"0.6738166",
"0.6738166",
"0.6703355",
"0.66261584",
"0.64798224",
"0.64649045",
"0.64463705",
"0.64216673",
"0.63999766",
"0.6380514",
"0.6377341",
"0.63739836",
"0.63732123",
"0.6370161",
"0.63502353",
"0.63486964",
"0.6319506",
"0.63... | 0.88134587 | 0 |
Returns the avatar entries per page. | Возвращает записи аватаров на странице. | public function getAvatarEntriesPerPage()
{
return $this->avatarEntriesPerPage;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAvatarEntriesPerPageInBackend()\n {\n return $this->avatarEntriesPerPageInBackend;\n }",
"public function getPictureEntriesPerPage()\n {\n return $this->pictureEntriesPerPage;\n }",
"public function avatars() {\n\t\t$list = array();\n\n\t\t$avatars = $this->user->av... | [
"0.6970412",
"0.66310984",
"0.63629675",
"0.6246161",
"0.61098707",
"0.6080638",
"0.60334605",
"0.59739906",
"0.59464604",
"0.592304",
"0.58768386",
"0.5844859",
"0.58149046",
"0.57912725",
"0.57609004",
"0.57609004",
"0.5735403",
"0.57267696",
"0.5689382",
"0.5687974",
"0.56... | 0.77883714 | 0 |
Sets the avatar entries per page. | Устанавливает количество записей аватаров на странице. | public function setAvatarEntriesPerPage($avatarEntriesPerPage)
{
if (intval($this->avatarEntriesPerPage) !== intval($avatarEntriesPerPage)) {
$this->avatarEntriesPerPage = intval($avatarEntriesPerPage);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAvatarEntriesPerPage()\n {\n return $this->avatarEntriesPerPage;\n }",
"public function setAvatarEntriesPerPageInBackend($avatarEntriesPerPageInBackend)\n {\n if (intval($this->avatarEntriesPerPageInBackend) !== intval($avatarEntriesPerPageInBackend)) {\n $thi... | [
"0.6608372",
"0.6115283",
"0.6098749",
"0.6049065",
"0.5913099",
"0.5908659",
"0.5883372",
"0.56234384",
"0.5615928",
"0.55918163",
"0.5584294",
"0.5573209",
"0.55556554",
"0.55488586",
"0.5503038",
"0.55026007",
"0.549422",
"0.5474944",
"0.5472185",
"0.5472185",
"0.5453297",... | 0.74000126 | 0 |
Returns the link own avatars on account page. | Возвращает ссылку на аватар пользователя на странице аккаунта. | public function getLinkOwnAvatarsOnAccountPage()
{
return $this->linkOwnAvatarsOnAccountPage;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getLinkOwnPicturesOnAccountPage()\n {\n return $this->linkOwnPicturesOnAccountPage;\n }",
"public function getAvatarLink()\n\t{\n\t\treturn Yii::getAlias('@web/images/avatars/');\n\t}",
"public function getLinkOwnAlbumsOnAccountPage()\n {\n return $this->linkOwnAlbumsOnAc... | [
"0.7736492",
"0.7262202",
"0.7239861",
"0.7212612",
"0.6916547",
"0.68862855",
"0.67575455",
"0.67453516",
"0.6702904",
"0.6673113",
"0.6670823",
"0.66596025",
"0.65871614",
"0.6584482",
"0.655117",
"0.65323335",
"0.6516813",
"0.6485953",
"0.6470343",
"0.6454425",
"0.6437609"... | 0.88867563 | 0 |
Returns the show only own entries. | Возвращает отображение только собственных записей. | public function getShowOnlyOwnEntries()
{
return $this->showOnlyOwnEntries;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setShowOnlyOwnEntries($showOnlyOwnEntries)\n {\n if (boolval($this->showOnlyOwnEntries) !== boolval($showOnlyOwnEntries)) {\n $this->showOnlyOwnEntries = boolval($showOnlyOwnEntries);\n }\n }",
"public function listOwnAds()\r\n {/*{{{*/\r\n $content = '';\... | [
"0.6756776",
"0.60828424",
"0.60702753",
"0.5942784",
"0.58401096",
"0.57416433",
"0.57064915",
"0.56975406",
"0.56954235",
"0.56808436",
"0.56508756",
"0.56422836",
"0.56241274",
"0.56012326",
"0.56012195",
"0.5543289",
"0.55148345",
"0.5493885",
"0.54778445",
"0.54672134",
... | 0.85419387 | 0 |
Sets the show only own entries. | Устанавливает отображение только собственных записей. | public function setShowOnlyOwnEntries($showOnlyOwnEntries)
{
if (boolval($this->showOnlyOwnEntries) !== boolval($showOnlyOwnEntries)) {
$this->showOnlyOwnEntries = boolval($showOnlyOwnEntries);
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getShowOnlyOwnEntries()\n {\n return $this->showOnlyOwnEntries;\n }",
"function SetOwnerViewed()\r\n\t{\r\n\t\tglobal $g_oUserSession;\r\n\t\t$userId = $g_oUserSession->GetUserID();\r\n\t\t\r\n\t\t$strSQL = \"SELECT msg_ID FROM $this->table_Name WHERE user_ID = $userId\";\r\n\t\t\r\... | [
"0.76332134",
"0.60920095",
"0.5918646",
"0.5824169",
"0.55239934",
"0.5417372",
"0.54066557",
"0.53296226",
"0.5237146",
"0.5204693",
"0.5174528",
"0.5168503",
"0.5163205",
"0.5143903",
"0.5137902",
"0.51129395",
"0.50807476",
"0.5077323",
"0.5075134",
"0.50728893",
"0.50727... | 0.7742054 | 0 |