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 |
|---|---|---|---|---|---|---|---|
Unregisters a postfilter function | Отменяет регистрацию функции постфильтра | function UnregisterPostfilter($function)
{
$this->_smarty->unregister_postfilter( $function );
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function UnregisterPrefilter($function)\n {\n $this->_smarty->unregister_prefilter($function);\n }",
"function UnregisterOutputfilter($function)\n {\n $this->_smarty->unregister_outputfilter($function);\n }",
"function remove_filter($hook_name, $callback, $priority = 10)\n {\n }... | [
"0.7373712",
"0.7237464",
"0.7090996",
"0.7086772",
"0.70489526",
"0.6832474",
"0.6512555",
"0.6500213",
"0.6435823",
"0.6412622",
"0.6264999",
"0.626009",
"0.625832",
"0.62490124",
"0.62147146",
"0.6205635",
"0.610849",
"0.61025256",
"0.6054939",
"0.584667",
"0.582096",
"0... | 0.84386104 | 0 |
Registers an output filter function to apply to a template output | Регистрирует функцию фильтра вывода для применения к выводу шаблона | function RegisterOutputfilter($function)
{
$this->_smarty->register_outputfilter($function);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function UnregisterOutputfilter($function)\n {\n $this->_smarty->unregister_outputfilter($function);\n }",
"function output_filter($value, array $params = null) {\n return trigger_hook('output', 'filter', $params, $value);\n}",
"public function register_output_filter($callback_impl, $filter_nam... | [
"0.69695884",
"0.6760678",
"0.6554958",
"0.62653446",
"0.6249732",
"0.62006086",
"0.58895683",
"0.58121794",
"0.570733",
"0.5635212",
"0.56115025",
"0.55993056",
"0.55610776",
"0.55592966",
"0.54478925",
"0.5439415",
"0.54207575",
"0.54160315",
"0.5382728",
"0.5358419",
"0.53... | 0.82037807 | 0 |
Unregisters an outputfilter function | Отписывает функцию фильтра вывода | function UnregisterOutputfilter($function)
{
$this->_smarty->unregister_outputfilter($function);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function UnregisterPostfilter($function)\n {\n $this->_smarty->unregister_postfilter( $function );\n }",
"public static function clearOutput(): void\n {\n rex_extension::register('OUTPUT_FILTER', static function (rex_extension_point $ep) {\n $ep->setSubject(false);\n });\... | [
"0.7259042",
"0.7225813",
"0.71747553",
"0.69519657",
"0.6561708",
"0.6369017",
"0.6265941",
"0.60260963",
"0.59152585",
"0.5888677",
"0.58497226",
"0.57535046",
"0.5722606",
"0.56916356",
"0.56542957",
"0.5641386",
"0.5640007",
"0.5637433",
"0.5625069",
"0.5573695",
"0.55219... | 0.854554 | 0 |
load a filter of specified type and name | загрузить фильтр указанного типа и имени | function LoadFilter($type, $name)
{
$this->_smarty->load_filter($type, $name);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function loadFilter($type, $name)\n {\n $this->sm->loadFilter($type, $name);\n }",
"public function getFilter(string $name);",
"public function filterLoad($asset) {}",
"private function loadFilters()\n {\n require __DIR__.'/filters.php';\n }",
"function xh_fetchFilter($filt... | [
"0.82831115",
"0.66329855",
"0.65270823",
"0.64686245",
"0.63967836",
"0.6263931",
"0.6214276",
"0.61723316",
"0.60469997",
"0.59775513",
"0.5914508",
"0.5875603",
"0.58725786",
"0.58587146",
"0.58570546",
"0.5819037",
"0.58065164",
"0.5792788",
"0.5751806",
"0.5688672",
"0.5... | 0.80405194 | 1 |
return a reference to a registered object | вернуть ссылку на зарегистрированный объект | function &GetRegisteredObject($name) {
return $this->_smarty->get_registered_object($name);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getInstance(): object;",
"public function get_instance() {\r\n\t\treturn $this->obj;\r\n\t}",
"public static function & GetInstance ();",
"public static function getInstance()\r\n\t{\r\n\t\tif ( empty( self::$instance ) )\r\n\t\t{\r\n\t\t\tself::$instance = new Registry();\r\n\t\t\t$object = ... | [
"0.70743287",
"0.6764894",
"0.6725573",
"0.66337436",
"0.6556568",
"0.65293354",
"0.64884645",
"0.6452232",
"0.64272535",
"0.6346797",
"0.63435245",
"0.6305692",
"0.63022596",
"0.62751055",
"0.6258482",
"0.62434673",
"0.62332594",
"0.6184605",
"0.6180519",
"0.6169918",
"0.614... | 0.74176 | 0 |
Test Tests the actionIndex method error resonse. | Тестирование метода actionIndex ошибочного ответа. | public function test_actionIndexError()
{
$expected_output = "HTTP/1.1 424 \n" .
"Content-type: application/json\n" .
'{"errors":{"general":["Not a proper http method type, please send a FILE"]}}';
$this->assertControllerResponse('actionIndex', '/create/', $expected_output)... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function test_IndexError(){\n\t\t$this->validateTestException(\n\t\t\t$this->fullURL,\n\t\t\t'GET',\n\t\t\t$this->data,\n\t\t\t'NotImplementedException',\n\t\t\t'index'\n\t\t);\n\t}",
"public function testIndexActionError() : void\n {\n $res = $this->controller->indexActionPost();\n $this... | [
"0.8301092",
"0.81969786",
"0.7672064",
"0.75928533",
"0.75710267",
"0.74921393",
"0.7352798",
"0.7274661",
"0.7235742",
"0.72279215",
"0.7203987",
"0.7203978",
"0.71928483",
"0.718473",
"0.71792525",
"0.7144754",
"0.71398324",
"0.70941406",
"0.70781696",
"0.70765716",
"0.707... | 0.8300544 | 1 |
Test snake function with dash delimiter. | Тест функции snake с разделителем дефис. | public function testSnakeWithDashes(): void
{
foreach (static::$snakeDashes as $input => $expected) {
self::assertEquals($expected, (new Str())->snake($input, '-'));
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function testSnakeWithUnderscores(): void\n {\n $this->processSimpleTests('snake', static::$snakeUnderscore);\n }",
"public function snake($word);",
"public function testSnakeCase2()\n {\n $this->assertEquals(Str::snakeCase('foo bar'), 'foo_bar');\n }",
"public function testS... | [
"0.68611574",
"0.6761117",
"0.62922984",
"0.62291056",
"0.6168118",
"0.61582583",
"0.6030664",
"0.5918212",
"0.59175646",
"0.5872404",
"0.58319354",
"0.5828152",
"0.5815072",
"0.58124965",
"0.57932174",
"0.57455605",
"0.5731739",
"0.57248795",
"0.5714138",
"0.5685054",
"0.567... | 0.74796385 | 0 |
Test snake function with underscore delimiter. | Тест функции snake с разделителем подчеркивания. | public function testSnakeWithUnderscores(): void
{
$this->processSimpleTests('snake', static::$snakeUnderscore);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static function snake()\n {\n return self::generate('_');\n }",
"function underscore($s, $sep = '_') {\n\n $s = preg_replace('/([a-z0-9])([A-Z])/', '$1_$2', $s);\n $s = preg_replace('/([0-9])([a-z])/', '$1_$2', $s);\n $s = preg_replace('/([a-zA-Z])([0-9])/', '$1_$2', $s);... | [
"0.69975686",
"0.6944281",
"0.68872434",
"0.6786461",
"0.6759755",
"0.6683658",
"0.66639155",
"0.6581483",
"0.6554406",
"0.655261",
"0.6519515",
"0.6476716",
"0.642526",
"0.64116347",
"0.6402788",
"0.6363868",
"0.63379586",
"0.63342345",
"0.62720424",
"0.6247595",
"0.62353957... | 0.7959954 | 0 |
Returns a string that can be used as the ocntent of a popup for the Battleeffect | Возвращает строку, которая может быть использована в качестве содержимого всплывающего окна для эффекта боя | public function getPopup() {
if($this->blocks) {
return $this->desc . "<BR /> <BR />" .
"<b>Blocks" .
($this->charges > 0 ? " " . $this->charges . " more" : "") .
($this->blockActionTypes != "all" ? $this->blockActionTypes : "") . " act... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private function popUpString(Competition $competition)\n {\n $description =\n \"<b>\" . $competition->getName() . \"</b><br>Du \"\n . $this->ds->format($competition->getDateStart(), 'd-m') . \" au \"\n . $this->ds->format($competition->getDateEnd(), 'd-m') .\n ... | [
"0.631923",
"0.6104463",
"0.6072025",
"0.6067265",
"0.60236585",
"0.5861049",
"0.58421755",
"0.57494706",
"0.5739615",
"0.5586914",
"0.5559835",
"0.55369955",
"0.55255014",
"0.54983425",
"0.5479581",
"0.5450379",
"0.5446426",
"0.5441593",
"0.54314023",
"0.5430708",
"0.5406861... | 0.70814496 | 0 |
Returns an array with log details that can be part of a BattleMessage Includes id, name, buff, desc, and popup | Возвращает массив с деталями лога, которые могут быть частью сообщения о бою. Включает id, name, buff, desc и popup | public function getLogDetails() {
return array(
'id' => $this->id,
'name' => $this->name,
'buff' => $this->buff,
'desc' => $this->desc,
'popup' => $this->call("getPopup"),
);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getLogMessages() {\n return $this -> log;\n }",
"public function getStatusLogMessages() {\n foreach($this->statusLogs as $log) {\n $log = explode(\",\", $log);\n $logMessage = &$log[0];\n $logTimestamp = &$log[1];\n $this->statusLogMessages[] = ... | [
"0.5992564",
"0.59583867",
"0.5849614",
"0.5846944",
"0.5765909",
"0.5758528",
"0.57425106",
"0.5703975",
"0.56327254",
"0.56302947",
"0.5580207",
"0.55665827",
"0.5514092",
"0.5499748",
"0.5498985",
"0.5496919",
"0.5432442",
"0.54047894",
"0.5381422",
"0.53557956",
"0.535369... | 0.74417436 | 0 |
Get the cas general. | Получить общий cas. | public function getCasGeneral() {
return $this->casGeneral;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function GetGeneral(){\r\r\n\t\treturn self::$general;\r\r\n\t}",
"public function setCasGeneral($casGeneral) {\n $this->casGeneral = $casGeneral;\n return $this;\n }",
"public function getCasKonec()\n {\n return $this->cas_konec;\n }",
"public function getProdGeneral()\n... | [
"0.633392",
"0.6318595",
"0.5409211",
"0.52573943",
"0.5230733",
"0.5213706",
"0.5152318",
"0.50966704",
"0.503519",
"0.5013966",
"0.4983723",
"0.49139723",
"0.49107486",
"0.49010175",
"0.48332527",
"0.48034492",
"0.4790462",
"0.4786852",
"0.47512",
"0.4750631",
"0.473891",
... | 0.8459706 | 0 |
Get the cas particulier. | Получить частный случай. | public function getCasParticulier() {
return $this->casParticulier;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getCasGeneral() {\n return $this->casGeneral;\n }",
"public function getCompte()\n {\n return $this->compte;\n }",
"public function getCouleur()\n {\n return $this->couleur;\n }",
"public function getCasKonec()\n {\n return $this->cas_konec;\n ... | [
"0.6405096",
"0.59782565",
"0.5962028",
"0.5926583",
"0.5914043",
"0.5906814",
"0.58201253",
"0.58201253",
"0.57620597",
"0.5753108",
"0.5727857",
"0.57263404",
"0.57148445",
"0.5708429",
"0.5708429",
"0.5687175",
"0.56838506",
"0.5646992",
"0.56384844",
"0.56322414",
"0.5566... | 0.7487219 | 0 |
Get the categorie sal. | Получить категорию sal. | public function getCategorieSal() {
return $this->categorieSal;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getCategoria()\n {\n return $this->categoria;\n }",
"public function getCategoria()\n {\n return $this->categoria;\n }",
"public function getCategoria()\n {\n return $this->categoria;\n }",
"public function get_categorie(){\n\t\treturn $t... | [
"0.7529514",
"0.75197506",
"0.75197506",
"0.7384365",
"0.73526245",
"0.7218605",
"0.7062545",
"0.7048052",
"0.701572",
"0.69436413",
"0.69364935",
"0.6917824",
"0.6910216",
"0.6910216",
"0.6868139",
"0.6855592",
"0.6791043",
"0.67451745",
"0.6710636",
"0.6710636",
"0.67004937... | 0.83384925 | 0 |
Get the code etablissement. | Получите код etablissement. | public function getCodeEtablissement() {
return $this->codeEtablissement;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getCode()\n {\n return $this->__get(\"code\");\n }",
"public function get_code() {\n\t\treturn $this->code;\n\t}",
"function getCode()\n {\n return $this->code;\n }",
"public function getCode()\n {\n return $this->getValueObject('code');\n }",
"publi... | [
"0.77920943",
"0.77684504",
"0.77357835",
"0.7726078",
"0.7698331",
"0.769732",
"0.7676686",
"0.7676686",
"0.7676686",
"0.7676686",
"0.7676686",
"0.7676686",
"0.7676686",
"0.7676686",
"0.7676686",
"0.7676686",
"0.7676686",
"0.7676686",
"0.7676686",
"0.7676686",
"0.7676686",
... | 0.7969973 | 1 |
Get the date debut paternite. | Получить дату начала отцовства. | public function getDateDebutPaternite() {
return $this->dateDebutPaternite;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getDateDebut();",
"public function getDateDebut() {\n\t\t\t$d = DateTime::createFromFormat(\"Y-m-d\", $this->attributs['dateDebut']);\n\t\t\tif ($d == false)\n\t\t\t\tdie(\"date de début '\".$this->attributs['dateDebut'].\"' non valide pour être une date\");\n\t\t\treturn $d;\n\t\t}",
"function... | [
"0.7539114",
"0.7094053",
"0.66743064",
"0.65799296",
"0.65707743",
"0.6541628",
"0.6504244",
"0.64483064",
"0.63986385",
"0.63628274",
"0.63628274",
"0.6350492",
"0.63423914",
"0.6299575",
"0.62929595",
"0.62209624",
"0.61026835",
"0.6098385",
"0.6092148",
"0.6084089",
"0.60... | 0.7957948 | 0 |
Get the date naissance employe. | Получить дату рождения сотрудника. | public function getDateNaissanceEmploye() {
return $this->dateNaissanceEmploye;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getDateNaissanceEnfant() {\n return $this->dateNaissanceEnfant;\n }",
"public function getDateNaissance()\n {\n return $this->date_naissance;\n }",
"public function getDateEmprunt()\n {\n return $this->dateEmprunt;\n }",
"public function getDateNaissance() ... | [
"0.7243417",
"0.7177636",
"0.7153885",
"0.71016335",
"0.70923674",
"0.6991168",
"0.68874466",
"0.66628057",
"0.6595865",
"0.64287716",
"0.6417571",
"0.6311442",
"0.62785",
"0.62435293",
"0.62262625",
"0.6182001",
"0.61490434",
"0.61438185",
"0.6134532",
"0.61174935",
"0.61091... | 0.853909 | 0 |
Get the date naissance enfant. | Получить дату рождения ребенка. | public function getDateNaissanceEnfant() {
return $this->dateNaissanceEnfant;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getDateNaiss()\n {\n return $this->dateNaiss;\n }",
"public function getDateNaissance()\n {\n return $this->date_naissance;\n }",
"public function getDateNaissanceEmploye() {\n return $this->dateNaissanceEmploye;\n }",
"public function getDatenaissance()\n {\n ... | [
"0.7512473",
"0.75080717",
"0.7395183",
"0.73594064",
"0.7337562",
"0.7324058",
"0.72760427",
"0.7159078",
"0.7054945",
"0.7036829",
"0.68552494",
"0.68008226",
"0.67763877",
"0.6747776",
"0.6722611",
"0.6709568",
"0.6709434",
"0.66936415",
"0.6635982",
"0.66233915",
"0.66118... | 0.8442179 | 0 |
Get the dern j. | Получить последний j. | public function getDernJ() {
return $this->dernJ;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected function getJour()\n{\nreturn substr($this->getDateSysteme(), 8, 2);\t\n}",
"public function getJadwalDdtk()\n {\n return $this->jadwal_ddtk;\n }",
"public function getDateDernJMens() {\n return $this->dateDernJMens;\n }",
"function JD($year, $month, $day)\n {\n // ref:... | [
"0.69270754",
"0.62822056",
"0.6098791",
"0.60705477",
"0.60369456",
"0.5831282",
"0.5827111",
"0.5782242",
"0.5692093",
"0.5647546",
"0.5601024",
"0.55979085",
"0.5578962",
"0.55594116",
"0.5530348",
"0.55302525",
"0.54943615",
"0.54936814",
"0.5488831",
"0.5473183",
"0.5458... | 0.8037811 | 0 |
Get the dispense travail. | Получите распределение travail. | public function getDispenseTravail() {
return $this->dispenseTravail;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getTravailTemp() {\n return $this->travailTemp;\n }",
"public function setDispenseTravail($dispenseTravail) {\n $this->dispenseTravail = $dispenseTravail;\n return $this;\n }",
"public function getCodeMedecineTravail() {\n return $this->codeMedecineTravail;\n ... | [
"0.6525956",
"0.6442547",
"0.62703556",
"0.6174497",
"0.58505577",
"0.58198637",
"0.5750352",
"0.5749795",
"0.5731538",
"0.5731538",
"0.56425065",
"0.5496034",
"0.5486302",
"0.54676",
"0.54676",
"0.54338205",
"0.5422359",
"0.54079294",
"0.53944284",
"0.5391913",
"0.5383659",
... | 0.8750044 | 0 |
Get the etbl adresse1. | Получить адрес etbl adresse1. | public function getEtblAdresse1() {
return $this->etblAdresse1;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getEtblAdresse2() {\n return $this->etblAdresse2;\n }",
"public function getEtblAdresse2() {\n return $this->etblAdresse2;\n }",
"public function getAddress1()\n {\n return $this->fv_address1;\n }",
"public function getEmpAdresse1() {\n return $this->em... | [
"0.73686236",
"0.73686236",
"0.71714777",
"0.7094793",
"0.7007656",
"0.6930471",
"0.6909322",
"0.6909322",
"0.6900906",
"0.67263323",
"0.66795975",
"0.6645541",
"0.66182274",
"0.66182274",
"0.65734017",
"0.6533087",
"0.6385606",
"0.63059896",
"0.62818587",
"0.6278872",
"0.627... | 0.80821997 | 1 |
Get the etbl adresse2. | Получить адрес etbl adresse2. | public function getEtblAdresse2() {
return $this->etblAdresse2;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAddress2()\n {\n\n return $this->fv_address2;\n }",
"public function getAddress2()\n\t{\n\t\treturn $this->address2;\n\t}",
"public function getEtblAdresse1() {\n return $this->etblAdresse1;\n }",
"public function getEtblAdresse1() {\n return $this->etblAdress... | [
"0.7431549",
"0.73629504",
"0.7295891",
"0.7295891",
"0.723625",
"0.71854764",
"0.71854764",
"0.71854764",
"0.71709996",
"0.7154719",
"0.71006495",
"0.70446587",
"0.69195265",
"0.68635994",
"0.68282074",
"0.6732893",
"0.6732893",
"0.6698613",
"0.655096",
"0.6514884",
"0.64299... | 0.82021344 | 1 |
Get the etbl adresse3. | Получить адрес etbl adresse3. | public function getEtblAdresse3() {
return $this->etblAdresse3;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAddressLine3(): ?string;",
"public function getEtblAdresse2() {\n return $this->etblAdresse2;\n }",
"public function getEtblAdresse2() {\n return $this->etblAdresse2;\n }",
"public function setEtblAdresse3($etblAdresse3) {\n $this->etblAdresse3 = $etblAdresse3;\n... | [
"0.6737898",
"0.6538779",
"0.6538779",
"0.6535877",
"0.651964",
"0.651964",
"0.5945514",
"0.588931",
"0.5858207",
"0.5842814",
"0.57581216",
"0.5730754",
"0.5711425",
"0.5711425",
"0.5709995",
"0.5687225",
"0.56675434",
"0.5667391",
"0.56423074",
"0.5632281",
"0.5622185",
"... | 0.8108999 | 0 |
Get the etbl raison sociale. | Получить etbl raison sociale. | public function getEtblRaisonSociale() {
return $this->etblRaisonSociale;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getRaisonSociale(): ?string {\n return $this->raisonSociale;\n }",
"public function getRELIGION()\r\n {\r\n return $this->RELIGION;\r\n }",
"public function getRoe()\n {\n return $this->roe;\n }",
"public function getLibelleEcr() {\n return $this->li... | [
"0.63757163",
"0.62943554",
"0.6279772",
"0.61899835",
"0.6187282",
"0.61674",
"0.6153965",
"0.6150915",
"0.6102437",
"0.6083804",
"0.6019967",
"0.5985366",
"0.5972386",
"0.5893089",
"0.58350533",
"0.581507",
"0.58088726",
"0.5792924",
"0.57837355",
"0.57773775",
"0.5755186",... | 0.7177869 | 1 |
Get the etbl tel. | Получить etbl tel. | public function getEtblTel() {
return $this->etblTel;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getTel()\n {\n return $this->tel;\n }",
"public function getTel()\n {\n return $this->tel;\n }",
"public function getTel()\n {\n return $this->tel;\n }",
"public function getTel()\n {\n return $this->tel;\n }",
"public function getTel()\n ... | [
"0.7857775",
"0.7857775",
"0.7857775",
"0.7857775",
"0.7819503",
"0.7751758",
"0.7387757",
"0.6645414",
"0.6611341",
"0.6595298",
"0.6595298",
"0.6390126",
"0.6331194",
"0.62941515",
"0.61949635",
"0.6172509",
"0.61381674",
"0.608239",
"0.608111",
"0.60134804",
"0.600996",
... | 0.8216661 | 1 |
Get the intitule compte. | Получить название счета. | public function getIntituleCompte() {
return $this->intituleCompte;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getCompte()\n {\n return $this->compte;\n }",
"public static function getCompteur() {\n return self::$_compteur;\n }",
"public function getComplemento() {\n return $this->sComplemento;\n }",
"public function getComplemento() {\n return $this->sComplemento;\n }",
... | [
"0.7726448",
"0.7607681",
"0.6796081",
"0.67921114",
"0.67636853",
"0.65694416",
"0.6445466",
"0.638061",
"0.6252318",
"0.6220353",
"0.6214302",
"0.6205332",
"0.61990476",
"0.61990476",
"0.6189939",
"0.6110333",
"0.6097744",
"0.6069794",
"0.6063932",
"0.60314196",
"0.60282296... | 0.8354833 | 0 |
Get the montant general. | Получить общий объем. | public function getMontantGeneral() {
return $this->montantGeneral;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMontant()\n {\n return $this->montant;\n }",
"public function getMontant()\n {\n return $this->montant;\n }",
"public function getMontant() {\n return $this->montant;\n }",
"public function getMontantTva() {\n return $this->montantTva;\n }",
"publi... | [
"0.7356934",
"0.7356934",
"0.733964",
"0.69096184",
"0.661266",
"0.6604905",
"0.655474",
"0.63536555",
"0.6299388",
"0.6198498",
"0.6168159",
"0.6161563",
"0.61235964",
"0.6098129",
"0.6092286",
"0.60855985",
"0.60425824",
"0.6024673",
"0.5994141",
"0.5930417",
"0.58527297",
... | 0.8537222 | 0 |
Get the montant particulier. | Получить частную величину. | public function getMontantParticulier() {
return $this->montantParticulier;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMontant()\n {\n return $this->montant;\n }",
"public function getMontant()\n {\n return $this->montant;\n }",
"public function getMontant() {\n return $this->montant;\n }",
"public function getMontant_vente()\n {\n return $this->montant_vente;\n }... | [
"0.7361016",
"0.7361016",
"0.7310926",
"0.6805924",
"0.6554442",
"0.64709204",
"0.6429309",
"0.64190423",
"0.63975674",
"0.62538606",
"0.6220548",
"0.61932486",
"0.6186035",
"0.6182788",
"0.60515356",
"0.6046053",
"0.60227406",
"0.5927286",
"0.5813694",
"0.58095413",
"0.57879... | 0.8145472 | 0 |
Get the mt cg euro ou franc. | Получить mt cg евро или франк. | public function getMtCgEuroOuFranc() {
return $this->mtCgEuroOuFranc;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMtCpEuroOuFranc() {\n return $this->mtCpEuroOuFranc;\n }",
"function getUTM()\r\n\t{\r\n\t\t// get UTM letter\r\n\t\tif ( $this->nLat <= 84.0 && $this->nLat >= 72.0 )\r\n\t\t\t$utmLetter = 'X';\r\n\t\telse if ( $this->nLat < 72.0 && $this->nLat >= 64.0 )\r\n\t\t\t$utmLetter = 'W';\r\... | [
"0.7239235",
"0.6447964",
"0.6013873",
"0.5902233",
"0.58915937",
"0.58721757",
"0.58065593",
"0.5778419",
"0.5713487",
"0.57025003",
"0.5689995",
"0.5686294",
"0.56852114",
"0.56698525",
"0.5660657",
"0.56601804",
"0.5616415",
"0.56086683",
"0.55599755",
"0.55382174",
"0.553... | 0.7987385 | 0 |
Get the mt cp euro ou franc. | Получить mt cp евро ou франк. | public function getMtCpEuroOuFranc() {
return $this->mtCpEuroOuFranc;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMtCgEuroOuFranc() {\n return $this->mtCgEuroOuFranc;\n }",
"function getUTM()\r\n\t{\r\n\t\t// get UTM letter\r\n\t\tif ( $this->nLat <= 84.0 && $this->nLat >= 72.0 )\r\n\t\t\t$utmLetter = 'X';\r\n\t\telse if ( $this->nLat < 72.0 && $this->nLat >= 64.0 )\r\n\t\t\t$utmLetter = 'W';\r\... | [
"0.7303341",
"0.6151648",
"0.59112823",
"0.59112823",
"0.58921427",
"0.5857651",
"0.57863796",
"0.57562053",
"0.5701888",
"0.57016164",
"0.56658584",
"0.56259066",
"0.5622929",
"0.5614875",
"0.5596929",
"0.55920243",
"0.5576041",
"0.55584407",
"0.5552015",
"0.55389225",
"0.55... | 0.77591896 | 0 |
Get the mt sal brut moins150 h. | Получить mt sal brut moins150 h. | public function getMtSalBrutMoins150H() {
return $this->mtSalBrutMoins150H;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMtSalBrutMoins600H() {\n return $this->mtSalBrutMoins600H;\n }",
"public function setMtSalBrutMoins150H($mtSalBrutMoins150H) {\n $this->mtSalBrutMoins150H = $mtSalBrutMoins150H;\n return $this;\n }",
"public function setMtSalBrutMoins600H($mtSalBrutMoins600H) {\n ... | [
"0.81284815",
"0.6787421",
"0.6590257",
"0.6509527",
"0.63265646",
"0.6245734",
"0.61465055",
"0.5902071",
"0.5826885",
"0.5670488",
"0.5658322",
"0.56055933",
"0.5595796",
"0.5577867",
"0.5561614",
"0.5556528",
"0.55257803",
"0.550007",
"0.54830927",
"0.5477087",
"0.5459695"... | 0.85886776 | 0 |
Get the mt sal brut moins600 h. | Получить mt sal brut moins600 h. | public function getMtSalBrutMoins600H() {
return $this->mtSalBrutMoins600H;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMtSalBrutMoins150H() {\n return $this->mtSalBrutMoins150H;\n }",
"public function setMtSalBrutMoins600H($mtSalBrutMoins600H) {\n $this->mtSalBrutMoins600H = $mtSalBrutMoins600H;\n return $this;\n }",
"public function getMontantHt() {\n return $this->montantH... | [
"0.7991754",
"0.69580823",
"0.6549752",
"0.6384018",
"0.63254356",
"0.6122387",
"0.6062434",
"0.5997521",
"0.5906559",
"0.5862553",
"0.58303183",
"0.5773106",
"0.574874",
"0.57377714",
"0.5713431",
"0.56413746",
"0.5610561",
"0.5608987",
"0.5590756",
"0.5586268",
"0.55499065"... | 0.8594104 | 0 |
Get the nb enfants a charge. | Получить количество детей, находящихся на иждивении. | public function getNbEnfantsACharge() {
return $this->nbEnfantsACharge;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function get_nbre_conso(){\n\t\tglobal $bd;\n\t\t$req = $bd->query(\"SELECT SUM(nbre) as nbre FROM consommateur WHERE etat = 'present' \");\n\t\t$data = $req->fetch();\n\t\treturn $data['nbre'];\n\t}",
"public function getNumagence()\n {\n return $this->numagence;\n }",
"public function countAnnon... | [
"0.6371368",
"0.62964106",
"0.6052738",
"0.6006173",
"0.5980947",
"0.596976",
"0.5922395",
"0.59219927",
"0.58677036",
"0.58677036",
"0.58534396",
"0.5843825",
"0.58417386",
"0.5831666",
"0.5829031",
"0.5828441",
"0.5828289",
"0.57886446",
"0.5773589",
"0.57651365",
"0.573983... | 0.7999184 | 0 |
Get the nb h cas part. | Получите часть nb h cas. | public function getNbHCasPart() {
return $this->nbHCasPart;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getNbHComp(): ?float {\n return $this->nbHComp;\n }",
"public function setNbHCasPart($nbHCasPart) {\n $this->nbHCasPart = $nbHCasPart;\n return $this;\n }",
"public function getCasParticulier() {\n return $this->casParticulier;\n }",
"public function getNb... | [
"0.61633533",
"0.60141784",
"0.5965054",
"0.5647783",
"0.56361014",
"0.55697083",
"0.5543079",
"0.5521292",
"0.55143315",
"0.55112565",
"0.54933125",
"0.548911",
"0.54520077",
"0.54520077",
"0.5404517",
"0.53921574",
"0.53872436",
"0.537597",
"0.5368918",
"0.5359181",
"0.5353... | 0.7604777 | 0 |
Get the nb h general. | Получить nb h общий. | public function getNbHGeneral() {
return $this->nbHGeneral;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getNbreH(): ?float {\n return $this->nbreH;\n }",
"public function getNbHn(): ?float {\n return $this->nbHn;\n }",
"public function getNbHCasPart() {\n return $this->nbHCasPart;\n }",
"public function getNbHComp(): ?float {\n return $this->nbHComp;\n }"... | [
"0.691194",
"0.6910423",
"0.652079",
"0.64660776",
"0.64192164",
"0.6399246",
"0.63817656",
"0.62446564",
"0.61819834",
"0.6166987",
"0.6156636",
"0.613332",
"0.60868144",
"0.60518736",
"0.60190845",
"0.5983249",
"0.5969165",
"0.5916694",
"0.5889797",
"0.5873208",
"0.5845351"... | 0.8188359 | 0 |
Get the nom marital. | Получить семейное положение. | public function getNomMarital() {
return $this->nomMarital;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMarName()\n {\n return $this->mar_name;\n }",
"public function getnom() {\n\t\treturn $this->nom;\n\t}",
"public function get_nom()\n {\n return $this->_nom;\n }",
"public function get_nom()\n {\n return $this->_nom;\n }",
"public function getMarca(... | [
"0.75451976",
"0.6856713",
"0.676108",
"0.676108",
"0.6754215",
"0.6754215",
"0.6745942",
"0.6705544",
"0.6705544",
"0.6705544",
"0.66755956",
"0.665765",
"0.6611304",
"0.65778106",
"0.6573724",
"0.65630895",
"0.65630895",
"0.65630895",
"0.65630895",
"0.65630895",
"0.65630895... | 0.85869616 | 0 |
Get the non repris. | Получите не repris. | public function getNonRepris() {
return $this->nonRepris;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getIsNot()\n {\n return $this->is_not;\n }",
"public function get_nonces()\n {\n }",
"public function getNegocio();",
"public function isNot()\n {\n return $this->not;\n }",
"public function isNot()\n {\n return $this->not;\n }",
"publi... | [
"0.713593",
"0.70154023",
"0.69284344",
"0.68762016",
"0.68762016",
"0.67585933",
"0.6708682",
"0.6583878",
"0.65719026",
"0.6499312",
"0.6472972",
"0.6399451",
"0.6399451",
"0.6398196",
"0.63316065",
"0.632114",
"0.6303458",
"0.6248654",
"0.6243233",
"0.62087834",
"0.6201213... | 0.8560331 | 0 |
Get the numero attestation. | Получите номер аттестата. | public function getNumeroAttestation() {
return $this->numeroAttestation;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function getNota_num()\n {\n if (!isset($this->inota_num) && !$this->bLoaded) {\n $this->DBCarregar();\n }\n return $this->inota_num;\n }",
"function getNota_num()\n {\n if (!isset($this->inota_num) && !$this->bLoaded) {\n $this->DBCarregar();\n }... | [
"0.70694256",
"0.70694256",
"0.70440537",
"0.68899566",
"0.67479926",
"0.6712988",
"0.6705838",
"0.66824067",
"0.66637766",
"0.66637766",
"0.65711737",
"0.65208066",
"0.65086573",
"0.64637375",
"0.6457996",
"0.64385617",
"0.64360076",
"0.64172006",
"0.64063877",
"0.6383278",
... | 0.8290196 | 1 |
Get the paiement en euro. | Получить платеж в евро. | public function getPaiementEnEuro() {
return $this->paiementEnEuro;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getPeriodeAu() {\n return $this->periodeAu;\n }",
"public function getageEu()\n {\n return $this->age_eu;\n }",
"public function getEstudiante( ){\n\t\treturn $this->estudiante;\n\t}",
"public function getEmenta()\n {\n return $this->ementa;\n }",
"functi... | [
"0.7227349",
"0.6815541",
"0.6741217",
"0.66662127",
"0.64591545",
"0.64284605",
"0.63840413",
"0.63298404",
"0.63055",
"0.6267195",
"0.625919",
"0.6250906",
"0.6235365",
"0.62303966",
"0.6224446",
"0.6203171",
"0.62030566",
"0.6171438",
"0.61695015",
"0.61690456",
"0.6160544... | 0.82457185 | 0 |
Get the periode au. | Получить период au. | public function getPeriodeAu() {
return $this->periodeAu;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAUMENTOPERDIDA()\r\n {\r\n return $this->AUMENTO_PERDIDA;\r\n }",
"public function getPeriodeAttest() {\n return $this->periodeAttest;\n }",
"public function getPeriodeDu() {\n return $this->periodeDu;\n }",
"public function getPeriodeSubrAu() {\n re... | [
"0.66992366",
"0.6658607",
"0.66465604",
"0.6564719",
"0.6554739",
"0.6524196",
"0.64446896",
"0.62972003",
"0.6227593",
"0.61637557",
"0.6120171",
"0.6086346",
"0.6065454",
"0.6022141",
"0.59956634",
"0.5960413",
"0.5953593",
"0.5953593",
"0.5953593",
"0.59309405",
"0.593094... | 0.7658468 | 0 |
Get the periode du. | Получить период du. | public function getPeriodeDu() {
return $this->periodeDu;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getDpto()\n {\n return $this->dpto;\n }",
"public function getPDif()\n {\n return $this->pDif;\n }",
"public function getPiD() {\n\t\treturn $this->piD;\n\t}",
"public function getDod();",
"public function getD()\n {\n return $this->D;\n }",
"public ... | [
"0.7177669",
"0.6663902",
"0.6643879",
"0.6570871",
"0.65694225",
"0.6430316",
"0.6358724",
"0.63214666",
"0.62310416",
"0.62294626",
"0.6164113",
"0.61403644",
"0.60642564",
"0.6056466",
"0.6056466",
"0.6056466",
"0.60547435",
"0.6024933",
"0.60013753",
"0.5990319",
"0.59542... | 0.8072781 | 0 |
Get the periode subr au. | Получить подр. au. периода | public function getPeriodeSubrAu() {
return $this->periodeSubrAu;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getPeriodeSubrDu() {\n return $this->periodeSubrDu;\n }",
"public function getSubrogationPartielle() {\n return $this->subrogationPartielle;\n }",
"public function getPeriodeAu() {\n return $this->periodeAu;\n }",
"public function getSub()\n {\n return ... | [
"0.76389134",
"0.6540315",
"0.6364979",
"0.63171417",
"0.59253764",
"0.58969265",
"0.58959204",
"0.58488697",
"0.58325076",
"0.5803064",
"0.574627",
"0.5699839",
"0.5680714",
"0.5635693",
"0.5607816",
"0.5586675",
"0.5557904",
"0.55385256",
"0.5529796",
"0.55231565",
"0.55100... | 0.7990897 | 0 |
Get the periode subr du. | Получите подр. периода subr du. | public function getPeriodeSubrDu() {
return $this->periodeSubrDu;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getPeriodeSubrAu() {\n return $this->periodeSubrAu;\n }",
"public function getPeriodeDu() {\n return $this->periodeDu;\n }",
"public function getSubrogationPartielle() {\n return $this->subrogationPartielle;\n }",
"public function getDeptsub()\n\t\t{\n\t\t\tretur... | [
"0.73687637",
"0.66268235",
"0.62896854",
"0.61688894",
"0.5923749",
"0.5922495",
"0.5760629",
"0.57078546",
"0.5621825",
"0.558855",
"0.5555366",
"0.5522058",
"0.5481113",
"0.54485965",
"0.54478776",
"0.54478776",
"0.54478776",
"0.5385438",
"0.5347891",
"0.5306937",
"0.53069... | 0.81561846 | 0 |
Get the prenom employe. | Получить имя сотрудника. | public function getPrenomEmploye() {
return $this->prenomEmploye;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getEmploye()\n {\n return $this->hasOne(Employe::className(), ['id' => 'employe_id']);\n }",
"public function getNomEmploye() {\n return $this->nomEmploye;\n }",
"public function getNomEmploye() {\n return $this->nomEmploye;\n }",
"public function getEmployeRe... | [
"0.6785702",
"0.6683946",
"0.6683946",
"0.667989",
"0.66549647",
"0.66549647",
"0.66549647",
"0.6480769",
"0.6435781",
"0.64179915",
"0.6378953",
"0.6378953",
"0.63715315",
"0.63622564",
"0.6318543",
"0.63136375",
"0.6305812",
"0.6284954",
"0.6284954",
"0.6284954",
"0.6270346... | 0.78539026 | 0 |
Get the reprise motif med. | Получить мотив повторного воспроизведения med. | public function getRepriseMotifMed() {
return $this->repriseMotifMed;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMotifRupture() {\n return $this->motifRupture;\n }",
"public function getMedida() {\n return $this->iMedida;\n }",
"public function getMotif()\n {\n return $this->motif;\n }",
"public function getPrenotazioniMedico() {\n return $this->_prenotazioni;\n }... | [
"0.70896006",
"0.6872117",
"0.6640547",
"0.64759755",
"0.6407346",
"0.632862",
"0.6196713",
"0.6128715",
"0.6104083",
"0.6064797",
"0.5994016",
"0.58943385",
"0.5835735",
"0.58093053",
"0.5795964",
"0.5793903",
"0.5789754",
"0.57828826",
"0.5746337",
"0.5746337",
"0.5736725",... | 0.8177568 | 0 |
Get the reprise raison pers. | Получить reprise raison pers. | public function getRepriseRaisonPers() {
return $this->repriseRaisonPers;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function get_persR()\n {\n return $this->_persR;\n }",
"public function setRepriseRaisonPers($repriseRaisonPers) {\n $this->repriseRaisonPers = $repriseRaisonPers;\n return $this;\n }",
"public function getRisks()\n {\n return isset($this->Risks) ? $this->Risks : ... | [
"0.69906235",
"0.61914563",
"0.58452016",
"0.5788801",
"0.57243705",
"0.57128435",
"0.56435776",
"0.56159204",
"0.56151587",
"0.5611966",
"0.5605238",
"0.55988073",
"0.55771416",
"0.5500865",
"0.5499776",
"0.54973227",
"0.54723924",
"0.54644465",
"0.54556805",
"0.5436903",
"0... | 0.80090326 | 0 |
Get the signature date. | Получить дату подписания. | public function getSignatureDate() {
return $this->signatureDate;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSignature();",
"public function getSignature()\n {\n return $this->signature;\n }",
"public function getSignature()\n {\n return $this->signature;\n }",
"public function getSignature()\n {\n return $this->signature;\n }",
"public function getSignatu... | [
"0.6996184",
"0.6928079",
"0.6928079",
"0.6928079",
"0.6928079",
"0.6928079",
"0.6896828",
"0.68161833",
"0.68161833",
"0.6786824",
"0.67263967",
"0.6546772",
"0.6539167",
"0.64912343",
"0.64847696",
"0.6459992",
"0.6444085",
"0.6397334",
"0.63852197",
"0.6354066",
"0.6353819... | 0.8690396 | 1 |
Get the signature nom. | Получить подпись nom. | public function getSignatureNom() {
return $this->signatureNom;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSignature();",
"public function getSignature(): string\n {\n return $this->getName();\n }",
"public function getSignature(): string\n {\n return $this->signature;\n }",
"public function getSignature(): string\n {\n return $this->signature;\n }",
"pu... | [
"0.77426827",
"0.7658116",
"0.75099325",
"0.75099325",
"0.74627465",
"0.7374278",
"0.7279629",
"0.7189189",
"0.71850806",
"0.71850806",
"0.71850806",
"0.71850806",
"0.71850806",
"0.7058632",
"0.7034025",
"0.69950694",
"0.69841653",
"0.6978668",
"0.6821341",
"0.67729783",
"0.6... | 0.8725653 | 1 |
Get the signature qualite. | Получить подпись качества. | public function getSignatureQualite() {
return $this->signatureQualite;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSignatureQualiteCode() {\n return $this->signatureQualiteCode;\n }",
"public function getSignature();",
"public function getSignature()\n {\n return $this->signature;\n }",
"public function getSignature()\n {\n return $this->signature;\n }",
"public fu... | [
"0.83037734",
"0.69842154",
"0.67814934",
"0.67814934",
"0.67814934",
"0.67814934",
"0.67814934",
"0.6767807",
"0.6767807",
"0.6749297",
"0.67445767",
"0.67262936",
"0.6700249",
"0.6656768",
"0.6656768",
"0.6415006",
"0.63963634",
"0.6290969",
"0.62479544",
"0.6242171",
"0.62... | 0.8800238 | 1 |
Get the signature ville. | Получить подпись ville. | public function getSignatureVille() {
return $this->signatureVille;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSignature();",
"public function getSignature()\n {\n return $this->signature;\n }",
"public function getSignature()\n {\n return $this->signature;\n }",
"public function getSignature()\n {\n return $this->signature;\n }",
"public function getSignatu... | [
"0.72362614",
"0.70100397",
"0.70100397",
"0.70100397",
"0.70100397",
"0.70100397",
"0.698202",
"0.69795424",
"0.69795424",
"0.69611627",
"0.69387734",
"0.691812",
"0.67894834",
"0.67245334",
"0.67245334",
"0.6636831",
"0.6607573",
"0.65785134",
"0.6539263",
"0.6518947",
"0.6... | 0.8623605 | 1 |
Get the subrogation constantes. | Получить константы ретроактивного требования. | public function getSubrogationConstantes() {
return $this->subrogationConstantes;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getConstants()\n\t{\n\t\treturn $this->constants;\n\t}",
"public function getConstants()\n {\n return $this->constants;\n }",
"public function getConstants()\n {\n return $this->constants;\n }",
"static function getConstants()\n {\n $oClass = new Reflection... | [
"0.7020336",
"0.6997876",
"0.6997876",
"0.6848647",
"0.67737705",
"0.67576444",
"0.67530584",
"0.66969633",
"0.6580753",
"0.6437854",
"0.64359224",
"0.6272819",
"0.62182057",
"0.62166536",
"0.6192849",
"0.6086983",
"0.6040359",
"0.6025755",
"0.5961874",
"0.59302354",
"0.59302... | 0.8816917 | 0 |
Get the subrogation montant. | Получить сумму суброгации. | public function getSubrogationMontant() {
return $this->subrogationMontant;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMontant()\n {\n return $this->montant;\n }",
"public function getMontant()\n {\n return $this->montant;\n }",
"public function getMontant() {\n return $this->montant;\n }",
"public function getMontantGeneral() {\n return $this->montantGeneral;\n }",
... | [
"0.67870015",
"0.67870015",
"0.67590207",
"0.656417",
"0.6526523",
"0.63373774",
"0.62547094",
"0.6122955",
"0.58927613",
"0.589082",
"0.58795637",
"0.5839641",
"0.58034325",
"0.578789",
"0.57419914",
"0.5696554",
"0.5691468",
"0.5682332",
"0.5669514",
"0.563903",
"0.55670536... | 0.8196023 | 0 |
Get the subrogation partielle. | Получить частичную ретроцессию. | public function getSubrogationPartielle() {
return $this->subrogationPartielle;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getSub()\n {\n return $this->sub;\n }",
"public function getPeriodeSubrDu() {\n return $this->periodeSubrDu;\n }",
"public function getSubrogationMontant() {\n return $this->subrogationMontant;\n }",
"public function get_superficie(){ return $this->_superficie... | [
"0.710265",
"0.68591785",
"0.68532294",
"0.6537732",
"0.6433126",
"0.64165735",
"0.62268865",
"0.608651",
"0.60478926",
"0.60454476",
"0.60081637",
"0.5997882",
"0.5987769",
"0.5961897",
"0.58940655",
"0.5872393",
"0.5860563",
"0.58438534",
"0.58394283",
"0.5834289",
"0.58316... | 0.87371856 | 0 |
Get the suspension date. | Получить дату приостановки. | public function getSuspensionDate() {
return $this->suspensionDate;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getResumeDate()\n {\n return isset($this->transaction['resumeDate']) ? $this->transaction['resumeDate'] : '';\n }",
"public function setSuspensionDate(DateTime $suspensionDate = null) {\n $this->suspensionDate = $suspensionDate;\n return $this;\n }",
"public functi... | [
"0.6634977",
"0.64603627",
"0.6417197",
"0.6376608",
"0.63691443",
"0.62666166",
"0.6255111",
"0.6137486",
"0.60963744",
"0.60859627",
"0.6065824",
"0.6056718",
"0.60465556",
"0.5945188",
"0.59336877",
"0.5909884",
"0.5894052",
"0.58927625",
"0.5881432",
"0.5875179",
"0.58638... | 0.84831387 | 0 |
Get the suspension motif. | Получить мотив подвески. | public function getSuspensionMotif() {
return $this->suspensionMotif;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setSuspensionMotif($suspensionMotif) {\n $this->suspensionMotif = $suspensionMotif;\n return $this;\n }",
"public function getMotif()\n {\n return $this->motif;\n }",
"private function getPlayback() {\n\t\treturn $this->socketSend('playback');\n\t}",
"public func... | [
"0.6076829",
"0.5718892",
"0.5703779",
"0.5661769",
"0.56431335",
"0.56431335",
"0.5598952",
"0.5459187",
"0.53669477",
"0.53464985",
"0.53318924",
"0.5304171",
"0.51613164",
"0.51145524",
"0.51145524",
"0.5083021",
"0.5077428",
"0.50711846",
"0.50604934",
"0.5057615",
"0.505... | 0.7695198 | 0 |
Get the travail temp. | Получить температуру труда. | public function getTravailTemp() {
return $this->travailTemp;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getTempLink()\n {\n return $this->temp_loc;\n }",
"public function getCodeUniteTempsTravail() {\n return $this->codeUniteTempsTravail;\n }",
"private function getCurrentTemp() {\n $statement = $this->db->prepare('SELECT * FROM \"temperature\" ORDER BY \"created... | [
"0.6748049",
"0.66022974",
"0.6425537",
"0.6398941",
"0.6396713",
"0.6345167",
"0.6250627",
"0.62267524",
"0.6151169",
"0.60739034",
"0.602443",
"0.6012342",
"0.6008299",
"0.5965899",
"0.59576935",
"0.5947864",
"0.59262604",
"0.5858319",
"0.5849059",
"0.5817639",
"0.58110064"... | 0.84011436 | 0 |
Get the type attestation. | Получить аттестацию типа. | public function getTypeAttestation() {
return $this->typeAttestation;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function get_type()\n {\n }",
"public function get_type()\n {\n }",
"public function get_type()\n {\n }",
"public function get_type()\n {\n }",
"public function get_type()\n {\n }",
"function _get_type() {\n\t\treturn $this->typ... | [
"0.7098099",
"0.7097878",
"0.7097821",
"0.7097821",
"0.7097083",
"0.7037731",
"0.6992977",
"0.6922783",
"0.69054574",
"0.68294924",
"0.6812601",
"0.67897886",
"0.6783906",
"0.6773932",
"0.6771674",
"0.6771674",
"0.6771674",
"0.6768191",
"0.6751322",
"0.6732734",
"0.6732734",
... | 0.86887246 | 0 |
Set the dispense travail. | Установите режим дозирования. | public function setDispenseTravail($dispenseTravail) {
$this->dispenseTravail = $dispenseTravail;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getDispenseTravail() {\n return $this->dispenseTravail;\n }",
"public function testSetNumeroCarteTravail() {\n\n $obj = new Employes();\n\n $obj->setNumeroCarteTravail(\"numeroCarteTravail\");\n $this->assertEquals(\"numeroCarteTravail\", $obj->getNumeroCarteTravail... | [
"0.6029165",
"0.5676616",
"0.554448",
"0.54712135",
"0.5416176",
"0.54128075",
"0.53842825",
"0.52919513",
"0.52437794",
"0.51896507",
"0.51812536",
"0.5155434",
"0.5078486",
"0.50613695",
"0.50536484",
"0.50536484",
"0.504719",
"0.50356364",
"0.5023263",
"0.50230664",
"0.500... | 0.708766 | 0 |
Set the etbl adresse1. | Установите адрес etbl adresse1. | public function setEtblAdresse1($etblAdresse1) {
$this->etblAdresse1 = $etblAdresse1;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function setStreet1( &$value )\n {\n $this->Street1 = $value;\n }",
"public function getEtblAdresse1() {\n return $this->etblAdresse1;\n }",
"public function getEtblAdresse1() {\n return $this->etblAdresse1;\n }",
"public function setAddress1($address1)\r\n {\r\n $t... | [
"0.64310783",
"0.6414345",
"0.6414345",
"0.6348597",
"0.6345011",
"0.6345011",
"0.6284593",
"0.6205155",
"0.6126692",
"0.58637524",
"0.5651736",
"0.5651736",
"0.56123877",
"0.55980545",
"0.5577241",
"0.5565588",
"0.5526708",
"0.552035",
"0.5511832",
"0.5448438",
"0.5430502",
... | 0.74971974 | 1 |
Set the etbl adresse2. | Установите адрес etbl adresse2. | public function setEtblAdresse2($etblAdresse2) {
$this->etblAdresse2 = $etblAdresse2;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function setStreet2( &$value )\n {\n $this->Street2 = $value;\n }",
"public function setEtblAdresse1($etblAdresse1) {\n $this->etblAdresse1 = $etblAdresse1;\n return $this;\n }",
"public function setEtblAdresse1($etblAdresse1) {\n $this->etblAdresse1 = $etblAdresse1;\n ... | [
"0.68240243",
"0.66204965",
"0.66204965",
"0.6612199",
"0.6602968",
"0.66026497",
"0.66026497",
"0.644116",
"0.62798226",
"0.61825335",
"0.59780204",
"0.5875645",
"0.5875645",
"0.57634723",
"0.5741063",
"0.5695427",
"0.5545948",
"0.553791",
"0.5530153",
"0.5529806",
"0.551549... | 0.74391973 | 1 |
Set the etbl adresse3. | Установите адрес etbl adresse3. | public function setEtblAdresse3($etblAdresse3) {
$this->etblAdresse3 = $etblAdresse3;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getEtblAdresse3() {\n return $this->etblAdresse3;\n }",
"public function setEtblAdresse1($etblAdresse1) {\n $this->etblAdresse1 = $etblAdresse1;\n return $this;\n }",
"public function setEtblAdresse1($etblAdresse1) {\n $this->etblAdresse1 = $etblAdresse1;\n ... | [
"0.64634407",
"0.5929654",
"0.5929654",
"0.56583685",
"0.56583685",
"0.5626059",
"0.53908724",
"0.5274686",
"0.52228135",
"0.5222413",
"0.5213579",
"0.5201986",
"0.516101",
"0.5155293",
"0.50844854",
"0.5083218",
"0.50007576",
"0.49835464",
"0.49835464",
"0.4975157",
"0.49181... | 0.7314218 | 0 |
Set the etbl tel. | Установите etbl tel. | public function setEtblTel($etblTel) {
$this->etblTel = $etblTel;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setTel($v)\n {\n if ($v !== null) {\n $v = (string) $v;\n }\n\n if ($this->tel !== $v) {\n $this->tel = $v;\n $this->modifiedColumns[] = EventPeer::TEL;\n }\n\n\n return $this;\n }",
"public function set_tel($_tel)\n {\n... | [
"0.68898445",
"0.66195256",
"0.6604832",
"0.6604832",
"0.6494497",
"0.626511",
"0.626511",
"0.626511",
"0.61205685",
"0.6105368",
"0.6092171",
"0.6055104",
"0.6030813",
"0.6030813",
"0.6030813",
"0.6030813",
"0.5964175",
"0.5950645",
"0.5936094",
"0.57648075",
"0.56926656",
... | 0.7437214 | 1 |
Set the montant general. | Установите общий объем. | public function setMontantGeneral($montantGeneral) {
$this->montantGeneral = $montantGeneral;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setGeneral() // Attribuer une valeur générale à un attaquant\n {\n $this->_general = round($this->attaqueCalcul());\n }",
"public function getMontantGeneral() {\n return $this->montantGeneral;\n }",
"abstract public function setMetas();",
"public function setMontantTva($montant... | [
"0.685194",
"0.6477238",
"0.6166996",
"0.5914994",
"0.5870595",
"0.5870595",
"0.5731733",
"0.56869847",
"0.56565326",
"0.56565326",
"0.5487709",
"0.5443953",
"0.5443069",
"0.5423828",
"0.54011595",
"0.5303867",
"0.53034526",
"0.52806675",
"0.52732784",
"0.5203123",
"0.5164673... | 0.70181245 | 0 |
Set the mt sal brut moins150 h. | Установите mt sal brut moins150 h. | public function setMtSalBrutMoins150H($mtSalBrutMoins150H) {
$this->mtSalBrutMoins150H = $mtSalBrutMoins150H;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMtSalBrutMoins150H() {\n return $this->mtSalBrutMoins150H;\n }",
"public function setMtSalBrutMoins600H($mtSalBrutMoins600H) {\n $this->mtSalBrutMoins600H = $mtSalBrutMoins600H;\n return $this;\n }",
"public function getMtSalBrutMoins600H() {\n return $this-... | [
"0.7519646",
"0.7187335",
"0.7039643",
"0.56109107",
"0.5544254",
"0.55417585",
"0.54365575",
"0.54143035",
"0.51407146",
"0.50958455",
"0.5071692",
"0.50693405",
"0.50625235",
"0.5032684",
"0.5008575",
"0.49877858",
"0.49852535",
"0.4948779",
"0.49440333",
"0.4935389",
"0.48... | 0.74409014 | 1 |
Set the mt sal brut moins600 h. | Установите mt sal brut moins600 h. | public function setMtSalBrutMoins600H($mtSalBrutMoins600H) {
$this->mtSalBrutMoins600H = $mtSalBrutMoins600H;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getMtSalBrutMoins600H() {\n return $this->mtSalBrutMoins600H;\n }",
"public function getMtSalBrutMoins150H() {\n return $this->mtSalBrutMoins150H;\n }",
"public function setMtSalBrutMoins150H($mtSalBrutMoins150H) {\n $this->mtSalBrutMoins150H = $mtSalBrutMoins150H;\n ... | [
"0.74902856",
"0.69387895",
"0.6385285",
"0.5665022",
"0.5544806",
"0.536009",
"0.52975214",
"0.52848774",
"0.5239685",
"0.5216829",
"0.5107758",
"0.5077674",
"0.50608146",
"0.50416905",
"0.501744",
"0.5001427",
"0.49728447",
"0.4927287",
"0.48747626",
"0.4868808",
"0.4868528... | 0.7526913 | 0 |
Set the nb h general. | Установите nb h общее. | public function setNbHGeneral($nbHGeneral) {
$this->nbHGeneral = $nbHGeneral;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getNbHGeneral() {\n return $this->nbHGeneral;\n }",
"public function setNumberOfHMetrics($value) {}",
"public function setH($value)\n {\n $this->setParam('h', $value);\n }",
"public function getNbHn(): ?float {\n return $this->nbHn;\n }",
"public function setNbreH(?... | [
"0.68551844",
"0.62782705",
"0.560459",
"0.5466795",
"0.5428369",
"0.5373916",
"0.53461426",
"0.5289319",
"0.5253452",
"0.52494055",
"0.52249455",
"0.51957285",
"0.5159444",
"0.51197094",
"0.510041",
"0.5099026",
"0.5084571",
"0.5079496",
"0.50769275",
"0.50484216",
"0.504834... | 0.703059 | 0 |
Set the non repris. | Установите не_repris. | public function setNonRepris($nonRepris) {
$this->nonRepris = $nonRepris;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getNonRepris() {\n return $this->nonRepris;\n }",
"public function not() {\n\t\t$this->not = '!';\n\t\treturn $this;\n\t}",
"public function setNe($x) { $this->ne = $x; }",
"public function setNoexec($ne)\n {\n $this->noexec = (boolean) $ne;\n }",
"public function set... | [
"0.6789798",
"0.66197675",
"0.6381324",
"0.5944018",
"0.59153557",
"0.5843811",
"0.5836054",
"0.5829398",
"0.58257836",
"0.5818445",
"0.5817638",
"0.5809363",
"0.57627314",
"0.5710994",
"0.5710994",
"0.56978965",
"0.5690516",
"0.5686984",
"0.5660401",
"0.5624591",
"0.5619352"... | 0.71935844 | 0 |
Set the signature date. | Установите дату подписи. | public function setSignatureDate(DateTime $signatureDate = null) {
$this->signatureDate = $signatureDate;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setDate($date);",
"private function _setDate(){\n\t\tif($this->_year>=1970&&$this->_year<=2038){\n\t\t\t$this->_day = date('d', $this->_timestamp);\n\t\t\t$this->_month = date('m', $this->_timestamp);\n\t\t\t$this->_year = date('Y', $this->_timestamp);\n\t\t} else {\n\t\t\t$dateParts = self::_get... | [
"0.6909436",
"0.6663818",
"0.6610339",
"0.65995985",
"0.65995985",
"0.65993595",
"0.65898025",
"0.6589389",
"0.6589389",
"0.6571134",
"0.6508739",
"0.63443655",
"0.6335881",
"0.63342345",
"0.6319506",
"0.63190424",
"0.61906254",
"0.6176249",
"0.6162845",
"0.61507285",
"0.6148... | 0.71012825 | 1 |
Set the signature qualite. | Установите качество подписи. | public function setSignatureQualite($signatureQualite) {
$this->signatureQualite = $signatureQualite;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function setSignature($signature)\n {\n $this->_signature = $signature;\n }",
"public function SetSignatureParameter() {\n $signature_text = $this->signature->build_signature($this->request, $this->consumer, $this->token);\n $this->request->set_parameter('signature', $signature_text);\n ret... | [
"0.68597966",
"0.6698528",
"0.66283333",
"0.66129583",
"0.65129846",
"0.65129846",
"0.64959246",
"0.63993406",
"0.6354599",
"0.6199017",
"0.6166662",
"0.61617255",
"0.61617255",
"0.61406803",
"0.6127692",
"0.6059226",
"0.5842635",
"0.58299285",
"0.5742746",
"0.57163054",
"0.5... | 0.7103444 | 1 |
Set the signature ville. | Установите подпись ville. | public function setSignatureVille($signatureVille) {
$this->signatureVille = $signatureVille;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected function setSignature( $data ){\n $this->signature = $data;\n }",
"function setSignature($signature)\n {\n $this->_signature = $signature;\n }",
"public function SetSignatureParameter() {\n $signature_text = $this->signature->build_signature($this->request, $this->consumer, $this-... | [
"0.6864862",
"0.67513925",
"0.6582091",
"0.65801716",
"0.65205884",
"0.64514726",
"0.64514726",
"0.64172405",
"0.63131857",
"0.62962157",
"0.61627716",
"0.6137811",
"0.6005786",
"0.6005786",
"0.5990562",
"0.58488834",
"0.58160585",
"0.5807098",
"0.5639753",
"0.56099945",
"0.5... | 0.7040498 | 1 |
Set the suspension date. | Установите дату приостановки. | public function setSuspensionDate(DateTime $suspensionDate = null) {
$this->suspensionDate = $suspensionDate;
return $this;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setSuspendDate($v)\n {\n $dt = PropelDateTime::newInstance($v, null, 'DateTime');\n if ($this->suspend_date !== null || $dt !== null) {\n if ($this->suspend_date === null || $dt === null || $dt->format(\"Y-m-d H:i:s.u\") !== $this->suspend_date->format(\"Y-m-d H:i:s.u\")... | [
"0.69102025",
"0.6624781",
"0.64760685",
"0.6456377",
"0.6308923",
"0.63024324",
"0.63024324",
"0.62916654",
"0.62397474",
"0.62283295",
"0.6111231",
"0.5951811",
"0.595108",
"0.5932211",
"0.5932211",
"0.5930407",
"0.5918174",
"0.5811013",
"0.5776216",
"0.57286584",
"0.571954... | 0.71887213 | 0 |
Check is category created in DB or no. | Проверить, создана ли категория в БД или нет. | public function isNewCategory(): bool {
return !$this->category->exists;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function hasCategory(): bool;",
"function categoryExists($cat) { // Return true if the given category exists\n\t$cat = dbEscape($cat);\n\treturn(dbResultExists(\"SELECT * FROM categories WHERE name='$cat'\"));\n}",
"public function cate_exists() {\n\t\t$category_name = trim($this->input->post ( 'categor... | [
"0.7183599",
"0.708187",
"0.691461",
"0.68026745",
"0.6793626",
"0.6748666",
"0.67404103",
"0.67289835",
"0.6707681",
"0.66667247",
"0.6470421",
"0.645172",
"0.6447906",
"0.6439284",
"0.64307773",
"0.6430055",
"0.6418707",
"0.64029104",
"0.6365869",
"0.6353941",
"0.63429016",... | 0.8032583 | 0 |
Get new company account approval mail template | Шаблон письма о подтверждении нового корпоративного аккаунта | public function getCompanyAccountApprovalEmailTemplate()
{
return $this->scopeConfig->getValue(
self::XML_PATH_COMPANY_ACCOUNT_APPROVAL_EMAIL_TEMPLATE,
ScopeInterface::SCOPE_STORE
);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected function getTemplate() {\n\t\treturn new Template('Premanager', 'changeEmail');\n\t}",
"public function emailtemplateAction(){\n\n $this->_helper->layout->setLayout('popup'); \n\n\t $this->view->emailtemplate = $this->ModelObj->fetchemailtemplate(array('notification_id'=>$this->Request['notificatio... | [
"0.6389501",
"0.6315032",
"0.6273595",
"0.6159711",
"0.5981049",
"0.587516",
"0.5874638",
"0.5846519",
"0.5810013",
"0.57817864",
"0.5767022",
"0.57623404",
"0.5728545",
"0.56925935",
"0.5638121",
"0.56215787",
"0.56182826",
"0.55675274",
"0.5564303",
"0.55353737",
"0.5516341... | 0.7334605 | 0 |
Get new company account remove mail template | Получить новый шаблон уведомления о удалении компании | public function getCompanyAccountRemoveEmailTemplate()
{
return $this->scopeConfig->getValue(
self::XML_PATH_COMPANY_ACCOUNT_REMOVE_EMAIL_TEMPLATE,
ScopeInterface::SCOPE_STORE
);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected function getTemplate() {\n\t\treturn new Template('Premanager', 'changeEmail');\n\t}",
"function edd_pup_get_email_templates() {\r\n\r\n\t$templates = edd_get_email_templates();\r\n\t$eddpdfi_email_templates = array(\r\n\t\t'invoice_default',\r\n\t\t'blue_stripe',\r\n\t\t'lines',\r\n\t\t'minimal',\r\n\... | [
"0.5798305",
"0.5718911",
"0.5704611",
"0.5635113",
"0.55667764",
"0.55327725",
"0.55241877",
"0.54675937",
"0.5461174",
"0.54481256",
"0.54228723",
"0.5409092",
"0.534998",
"0.52966416",
"0.5285384",
"0.5279764",
"0.526521",
"0.5264413",
"0.5242728",
"0.5201284",
"0.51923186... | 0.7512935 | 0 |
Get reset subuser reset password email template | Получить шаблон электронной почты для сброса пароля подпользователя | public function getResetSubUserPasswordEmailTemplate()
{
return $this->scopeConfig->getValue(
self::XML_PATH_RESET_SUBUSER_PASSWORD_EMAIL_TEMPLATE,
ScopeInterface::SCOPE_STORE
);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getEmail()\r\n\t{\r\n\t\t$errors = [];\r\n\t\treturn view('core::users.reset-password', compact('errors'));\r\n\t}",
"function forogt_reset($post)\n{\n $data['destination'] = $post['r_email'];\n $data['subject'] = 'Pendaftaran Akun Baru Peserta Didik Portal Akademik ' . profil()->nama_sekol... | [
"0.7059658",
"0.6946295",
"0.6807468",
"0.6792431",
"0.6761867",
"0.6626948",
"0.6621814",
"0.65793663",
"0.6526518",
"0.6525153",
"0.6508268",
"0.650287",
"0.65019256",
"0.64975965",
"0.64916945",
"0.6491627",
"0.64464664",
"0.6438728",
"0.6426141",
"0.63950115",
"0.63802624... | 0.8476593 | 0 |
Get approval emails copy to | Копировать письма о получении одобрения в | public function getCaApprovalCopyToEmails()
{
return $this->scopeConfig->getValue(
self::XML_PATH_APPROVAL_COPY_TO_EMAILS,
ScopeInterface::SCOPE_STORE
);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function email_approver()\n {\n \n $this->db->select('EMAIL');\n $this->db->from('APPROVERS');\n $this->db->where('UNIT',$_SESSION['div']);\n $query = $this->db->get();\n $out = $query->result_array();\n\n if ($out) {\n\n ... | [
"0.6162441",
"0.6011841",
"0.5951873",
"0.57714725",
"0.57586396",
"0.57302314",
"0.56895614",
"0.56131744",
"0.5580726",
"0.5572639",
"0.5560343",
"0.5549953",
"0.55471253",
"0.5484805",
"0.5482486",
"0.5413496",
"0.5413269",
"0.5413269",
"0.5401683",
"0.53975135",
"0.538483... | 0.7495321 | 0 |
Get remove emails copy to | Скопировать удаленные email-адреса | public function getCaRemoveCopyToEmails()
{
return $this->scopeConfig->getValue(
self::XML_PATH_REMOVE_COPY_TO_EMAILS,
ScopeInterface::SCOPE_STORE
);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getEmailCopyTo()\n {\n $data = $this->getConfigValue(self::XML_PATH_EMAIL_COPY_TO, $this->getStore()->getStoreId());\n if (!empty($data)) {\n return array_map('trim', explode(',', $data));\n }\n return false;\n }",
"public function removeAllEmails() {\... | [
"0.6198424",
"0.6091833",
"0.59340054",
"0.59340054",
"0.59258306",
"0.570302",
"0.5543972",
"0.55308",
"0.55225223",
"0.5480271",
"0.5443662",
"0.5438063",
"0.54346883",
"0.54150647",
"0.5394309",
"0.5379831",
"0.53772235",
"0.53754187",
"0.537495",
"0.53720045",
"0.53700393... | 0.7314029 | 0 |
Register the given namespace in the passed XPath context | Зарегистрируйте указанный пространство имен в переданном XPath-контексте | function xpath_register_ns($xpath_context, $prefix, $uri)
{
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function registerNamespace ($prefix, $namespaceURI) {}",
"public function registerNamespace(string $prefix, string $namespaceURI): void {\n $this->_namespaces[$prefix] = $namespaceURI;\n if (NULL !== $this->_xpath && $prefix !== '#default') {\n $this->_xpath->registerNamespace($prefix, $n... | [
"0.7240222",
"0.6948519",
"0.66960627",
"0.6509639",
"0.64782023",
"0.63548946",
"0.63254267",
"0.61182374",
"0.5955406",
"0.5950569",
"0.593465",
"0.5925256",
"0.5837292",
"0.5617457",
"0.5587428",
"0.5489224",
"0.5484517",
"0.5478457",
"0.5468809",
"0.5454311",
"0.54208034"... | 0.84279853 | 0 |
Escapes characters that work as wildcard characters in a LIKE pattern. | Экранирует символы, которые используются как дикторы в шаблоне LIKE. | public function escapeLike($string); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static function escapeLikePattern($text){\r\n\t\t\t$text = str_replace('\\\\', '', $text);//apparently a backslash is ignored when using the LIKE operator\r\n\t\t\t$text = self::escape($text);\r\n\t\t\tif($text !==false){\r\n\t\t\t\t$text = str_replace('%', '\\%', $text);\r\n\t\t\t\t$text = str_replace('_',... | [
"0.7615724",
"0.6679104",
"0.64715123",
"0.6388895",
"0.63864124",
"0.6353176",
"0.6335272",
"0.631977",
"0.6205899",
"0.6171898",
"0.6113325",
"0.60980946",
"0.6023556",
"0.5989543",
"0.5975944",
"0.5967675",
"0.5912313",
"0.58984905",
"0.57821065",
"0.577939",
"0.576991",
... | 0.72575366 | 1 |
Escapes a field name string. Force all field names to be strictly alphanumericplusunderscore. For some database drivers, it may also wrap the field name in databasespecific escape characters. | Экранирует строку имени поля. Принудительно делает все имена полей строго алфаветно-цифровыми с подчеркиванием. Для некоторых драйверов баз данных может также окружать имя поля специальными символами экранирования, специфичными для конкретной базы данных. | public function escapeField($string); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected function escapeField(string $field)\n {\n $field = trim($field);\n\n // do not backtick if a MySQL Function is called\n if (stripos($field, '(') !== false && stripos($field, ')') !== false) {\n return $field;\n }\n\n // do not backtick if a comma ', ' exis... | [
"0.66678315",
"0.63153297",
"0.63135165",
"0.62421423",
"0.62020165",
"0.598713",
"0.59577703",
"0.5862742",
"0.5858427",
"0.58363247",
"0.57445717",
"0.5736223",
"0.56559825",
"0.56531894",
"0.5618645",
"0.56140554",
"0.5601697",
"0.5594234",
"0.5554159",
"0.5548157",
"0.554... | 0.7223695 | 0 |
Orders the result set by a given field. If called multiple times, the query will order by each specified field in the order this method is called. If the query uses DISTINCT or GROUP BY conditions, fields or expressions that are used for the order must be selected to be compatible with some databases like PostgreSQL. T... | Упорядочивает результат по заданному полю. Если метод вызывается несколько раз, запрос будет упорядочен по каждому указанному полю в порядке, в котором этот метод вызывается. Если запрос использует условия DISTINCT или GROUP BY, поля или выражения, используемые для упорядочения, должны быть выбраны так, чтобы быть совм... | public function orderBy($field, $direction = 'ASC'); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function orderBy($field) {\n\t$this->parseQuery->orderBy($field);\n }",
"public function orderBy(string $field, string $direction): self;",
"public function order($field, $order = 'desc');",
"public function orderByAscending($field) {\n\t$this->parseQuery->orderByAscending($field);\n }",
"publ... | [
"0.73414195",
"0.7023737",
"0.68529433",
"0.65752697",
"0.6446628",
"0.641468",
"0.6392131",
"0.6306023",
"0.6282514",
"0.62677413",
"0.61999613",
"0.6189228",
"0.6186102",
"0.60662365",
"0.60408",
"0.6035906",
"0.60312444",
"0.6020376",
"0.6008956",
"0.59658694",
"0.5945983"... | 0.7079249 | 1 |
Add another Select query to UNION to this one. Union queries consist of two or more queries whose results are effectively concatenated together. Queries will be UNIONed in the order they are specified, with this object's query coming first. Duplicate columns will be discarded. All forms of UNION are supported, using th... | Добавьте еще один Select-запрос в UNION к этому. Запросы UNION состоят из двух или более запросов, результаты которых эффективно объединяются. Запросы будут объединяться в порядке их указания, с этим запросом идущим первым. Дублирующиеся столбцы будут удалены. Все виды UNION поддерживаются, используя второй аргумент '$... | public function union(SelectInterface $query, $type = ''); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function addQueryToUnion() {\n if (empty($this->query)) {\n throw new \\Exception('Cannot add an empty query to union', 500);\n }\n\n $this->union[] = $this->query;\n // Reset all vars\n $this->query = '';\n $this->where = '';\n $this->sort = '';\n\n return $this;\n }",
"publ... | [
"0.69111943",
"0.6452777",
"0.6250641",
"0.60823727",
"0.5732522",
"0.56662065",
"0.5457898",
"0.5451955",
"0.5384053",
"0.53327525",
"0.52996564",
"0.52422047",
"0.52264607",
"0.51364875",
"0.50841165",
"0.50020045",
"0.5000878",
"0.49943078",
"0.4994071",
"0.49846807",
"0.4... | 0.7199377 | 0 |
Groups the result set by the specified field. | Группирует результат по указанному полю. | public function groupBy($field); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function groupby($field)\n\t\t{\n\t\t\t$this->groupby[] = $field;\n\t\t\treturn $this;\n\t\t}",
"public function groupBy($field)\n {\n $this->groupBy = $field;\n return $this;\n }",
"public function groupBy($field): QueryBuilderInterface\n\t{\n\t\tif ( ! is_scalar($field))\n\t\t{\n\t\t\t$newGrou... | [
"0.7004244",
"0.65770024",
"0.6551445",
"0.65145576",
"0.6369502",
"0.63546884",
"0.63137305",
"0.6152158",
"0.608925",
"0.59699535",
"0.5914712",
"0.59047854",
"0.58912283",
"0.5886462",
"0.58660424",
"0.5859383",
"0.58371377",
"0.5814556",
"0.5753937",
"0.57474047",
"0.5683... | 0.7834335 | 1 |
Sets a condition in the HAVING clause that the specified field be NULL. | Устанавливает условие в разделе HAVING, что указанное поле равно NULL. | public function havingIsNull($field); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function havingIsNotNull($field);",
"public function havingIsNull(Closure | string $column) : static\n {\n return $this->having($column, 'IS NULL');\n }",
"public function orHavingIsNull(Closure | string $column) : static\n {\n return $this->orHaving($column, 'IS NULL');\n }",
... | [
"0.625018",
"0.59701",
"0.5928521",
"0.5795825",
"0.57617235",
"0.57091147",
"0.56600934",
"0.5634498",
"0.56288326",
"0.56081384",
"0.5589795",
"0.5502315",
"0.5385832",
"0.5377742",
"0.53713465",
"0.53582776",
"0.53570306",
"0.53266454",
"0.5301143",
"0.52739",
"0.5167355",... | 0.7071005 | 0 |
Fetch the correctly formatted internal encryption algorithm method name. | Получите правильно сформированный внутренний метод имени алгоритма шифрования. | abstract protected function fetchAlgorithmMethodName(); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAlgorithm() : string\n {\n return self::ALGORITHM;\n }",
"public function getAlgorithm(): string\n {\n return $this->getHeaderClaim('alg');\n }",
"function mcrypt_enc_get_algorithms_name($td)\n{\n}",
"abstract public function getAlgorithmType(): string;",
"final... | [
"0.7152099",
"0.70413315",
"0.64654076",
"0.62949866",
"0.6262322",
"0.6220159",
"0.61349803",
"0.6116348",
"0.6116348",
"0.60968924",
"0.60564005",
"0.60387033",
"0.6007145",
"0.5967294",
"0.5890867",
"0.5862219",
"0.5857976",
"0.58487624",
"0.58473474",
"0.58312756",
"0.582... | 0.7499706 | 0 |
Internal method for the validation of plain data used at encryption operations. | Внутренний метод для проверки обычных данных, используемых при операциях шифрования. | abstract protected function validatePlainDataForEncryption($plainData); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected function validatePlainData($plainData)\n {\n if (!is_string($plainData)) {\n throw new \\InvalidArgumentException(\"The data for encryption must be a string or a binary string.\");\n } elseif ($this->useChunks === false) {\n $chunkSize = (int)ceil(static::KEY_SIZE /... | [
"0.7045691",
"0.6626759",
"0.6406262",
"0.6373728",
"0.6133701",
"0.60577077",
"0.6043969",
"0.6041955",
"0.6041955",
"0.5992711",
"0.5856533",
"0.58358836",
"0.5796604",
"0.5782164",
"0.5779227",
"0.57707155",
"0.5724287",
"0.5719811",
"0.565119",
"0.56397414",
"0.5616948",
... | 0.8719335 | 0 |
Internal method for the validation of cipher data used at decryption operations. | Внутренний метод для проверки криптографических данных, используемый в операциях дешифрования. | abstract protected function validateCipherDataForDecryption($cipherData); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"abstract protected function validatePlainDataForEncryption($plainData);",
"public function testValidationCaseForNonStringInputDataPassedForDecryption()\n {\n // Backward compatible for different versions of PHPUnit\n if (method_exists($this, 'expectException')) {\n $this->expectExcept... | [
"0.7728111",
"0.662747",
"0.65892667",
"0.6566636",
"0.632465",
"0.6242262",
"0.6176424",
"0.6146964",
"0.6042639",
"0.5946525",
"0.5943229",
"0.59191275",
"0.5764247",
"0.5764247",
"0.57420397",
"0.5724901",
"0.5697322",
"0.56938076",
"0.5684154",
"0.56604636",
"0.565735",
... | 0.8284532 | 0 |
Add item to Compensation_Data value | Добавить элемент в значение Compensation_Data | public function addToCompensation_Data(\WorkdayWsdl\\StructType\Compensation_DataType $item)
{
// validation for constraint: itemType
if (!$item instanceof \WorkdayWsdl\\StructType\Compensation_DataType) {
throw new \InvalidArgumentException(sprintf('The Compensation_Data property can on... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function addToCompensation_Detail_Data(\\WorkdayWsdl\\\\StructType\\Compensation_Detail_DataType $item)\n {\n // validation for constraint: itemType\n if (!$item instanceof \\WorkdayWsdl\\\\StructType\\Compensation_Detail_DataType) {\n throw new \\InvalidArgumentException(sprintf... | [
"0.6699705",
"0.55794066",
"0.5439293",
"0.5117364",
"0.50710636",
"0.50562865",
"0.5034741",
"0.49769795",
"0.4965951",
"0.49514467",
"0.49439436",
"0.49334455",
"0.4895031",
"0.48946083",
"0.4886936",
"0.48747206",
"0.48504317",
"0.4843837",
"0.4838966",
"0.48289162",
"0.48... | 0.7193161 | 0 |
Add item to Compensation_Detail_Data value | Добавить элемент в значение Compensation_Detail_Data | public function addToCompensation_Detail_Data(\WorkdayWsdl\\StructType\Compensation_Detail_DataType $item)
{
// validation for constraint: itemType
if (!$item instanceof \WorkdayWsdl\\StructType\Compensation_Detail_DataType) {
throw new \InvalidArgumentException(sprintf('The Compensation... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function addToCompensation_Data(\\WorkdayWsdl\\\\StructType\\Compensation_DataType $item)\n {\n // validation for constraint: itemType\n if (!$item instanceof \\WorkdayWsdl\\\\StructType\\Compensation_DataType) {\n throw new \\InvalidArgumentException(sprintf('The Compensation_Da... | [
"0.6132607",
"0.5467399",
"0.5360926",
"0.52197987",
"0.5216997",
"0.52087444",
"0.51678056",
"0.51663333",
"0.5139879",
"0.51351756",
"0.51181453",
"0.51178575",
"0.51080304",
"0.5090842",
"0.5080605",
"0.5041717",
"0.5007385",
"0.49704885",
"0.49491113",
"0.49209148",
"0.49... | 0.7190778 | 0 |
Get the value of otp | Получить значение otp | public function getOtp() : string
{
return $this->otp;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function otp()\n {\n return $this->otp;\n }",
"public function getCreatedOTP()\n {\n return $this->getOTPHandler()->getOtp();\n }",
"public function getValidOtp()\n {\n $otp = $this->isOtpValid();\n if(!$otp){\n $otp = random_int(100000, 900000);\n ... | [
"0.80576015",
"0.67913",
"0.6516268",
"0.6425945",
"0.6328358",
"0.6219699",
"0.60361826",
"0.60216004",
"0.5990709",
"0.5983676",
"0.58427536",
"0.5760973",
"0.5749077",
"0.5740738",
"0.5738802",
"0.5720269",
"0.56975245",
"0.5680637",
"0.5669431",
"0.5667203",
"0.56660604",... | 0.7664657 | 1 |
Get the value of createddate | Получить значение createddate | public function getCreateddate()
{
return $this->createddate;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function get_date_created();",
"public function getDateCreated()\n {\n return $this->date_created;\n }",
"public function getDateCreated()\n {\n return $this->date_created;\n }",
"public function getDateCreated() {\r\n return $this->_date_created;\r\n }",
"public ... | [
"0.8287308",
"0.8039385",
"0.8039385",
"0.8028678",
"0.8009091",
"0.79696393",
"0.7950722",
"0.7914252",
"0.78919524",
"0.78919524",
"0.7880056",
"0.78777224",
"0.7831243",
"0.78251636",
"0.7813254",
"0.78037477",
"0.7763138",
"0.7716699",
"0.7708515",
"0.7707672",
"0.7684529... | 0.8082222 | 1 |
See if a Given Session code looks valid | Проверьте, выглядит ли код заданной сессии корректно | function validCode($request_code): bool {
# Test to See Session Code is 32 character hexadecimal
if (preg_match("/^[0-9a-f]{64}$/i",$request_code)) return true;
#error_log("Invalid session code: $request_code");
return false;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static function check($code) {\n\t\t\n\t\t//isset($_SESSION) || session_start();\t\t\n\t\t//Verify code can not be empty\n\t\tif(empty($code) || empty($_SESSION[self::$seKey])) {\n\t\t\treturn false;\n\t\t}\n\t\t//session expired\n\t\tif(time() - $_SESSION[self::$seKey]['time'] > self::$expire) {\n\t\t\tuns... | [
"0.7383039",
"0.63376766",
"0.6312602",
"0.63003135",
"0.6235491",
"0.6204099",
"0.60853755",
"0.60826063",
"0.6047968",
"0.60451895",
"0.6043378",
"0.60299194",
"0.59063065",
"0.5809733",
"0.57624805",
"0.57618713",
"0.5720451",
"0.5712945",
"0.57014513",
"0.567079",
"0.5660... | 0.7858994 | 0 |
function GenArray($mode = NULL, $params = NULL) | function GenArray($mode = NULL, $params = NULL) | function GenArray($params = [])
{
if ($this->templateName == "admin_desktop"){
if (!isset($params[1])){
$mode = "users";
} else {
$mode = $params[1];
}
if ($mode === "qq_categories"){
... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function maker(): array;",
"public function generate(): array;",
"function getArray();",
"abstract public function getArray();",
"public function aArray() {}",
"public function build(): array;",
"public function build(): array;",
"public function getArrayParameters(): array;",
"function Inic... | [
"0.69954973",
"0.67968947",
"0.6660896",
"0.6359964",
"0.63305676",
"0.6174535",
"0.6174535",
"0.6073001",
"0.60497713",
"0.5895262",
"0.5868703",
"0.582139",
"0.57906157",
"0.5784861",
"0.5761005",
"0.5758971",
"0.57567227",
"0.57567203",
"0.5749407",
"0.57469475",
"0.574660... | 0.7248972 | 0 |
Creates a form to delete a role entity. | Создает форму для удаления сущности роли. | private function createDeleteForm(Role $role)
{
return $this->createFormBuilder()
->setAction($this->generateUrl('role_delete', array('id' => $role->getId())))
->setMethod('DELETE')
->getForm();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private function createDeleteForm(Roles $role)\n {\n return $this->createFormBuilder()\n ->setAction($this->generateUrl('back_roles_delete', array('id' => $role->getId())))\n ->setMethod('DELETE')\n ->getForm()\n ;\n }",
"public function deleteRolesAction(){\n... | [
"0.80152273",
"0.69734687",
"0.69086474",
"0.6816056",
"0.6799801",
"0.6702436",
"0.6464739",
"0.64358765",
"0.6387753",
"0.6355804",
"0.63335204",
"0.63201606",
"0.63201606",
"0.63201606",
"0.63067895",
"0.6303177",
"0.62701714",
"0.62513304",
"0.6242807",
"0.62261164",
"0.6... | 0.79986936 | 1 |
Public methods Initializes the server with the given configuration. This method will also spawn any configured FastCGI processes required at startup, and load the configured request handlers. Once initialized, it starts the main server loop. | Публичный метод инициализирует сервер с заданной конфигурацией. Этот метод также запускает любые настроенные процессы FastCGI, необходимые при запуске, и загружает настроенные обработчики запросов. После инициализации он запускает основной цикл сервера. | public static function start($config)
{
// Add the config
if (!is_array($config)) {
trigger_error("Cannot start server, invalid configuration settings", E_USER_ERROR);
}
MHTTPD::addConfig($config);
// Load the mime types info
$mimes = @parse_ini_file(MHTTPD::getExepath().'lib\minihttpd\config\mimes.ini... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function start()\n {\n $this->registerDefaultServices();\n\n $this->handle($this->request->createFromGlobals());\n }",
"private function run()\n {\n error_reporting(E_ALL|E_STRICT);\n $namespace = 'cli';\n if (defined('NAMESPACE')) {\n $namespace = co... | [
"0.6591059",
"0.61278903",
"0.6025732",
"0.5967823",
"0.59510744",
"0.5892644",
"0.58199817",
"0.57597095",
"0.5740682",
"0.5739555",
"0.5731995",
"0.56559885",
"0.56442",
"0.563607",
"0.563023",
"0.56243163",
"0.56119245",
"0.5531699",
"0.5523953",
"0.55203754",
"0.55101335"... | 0.7307075 | 0 |
Returns the configured public docroot path. | Возвращает настроенный публичный путь корня документа. | public static function getDocroot()
{
return MHTTPD::$config['Paths']['docroot'];
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getPublicRoot()\n {\n $this->initializeVendorDir();\n return realpath($this->public_root);\n }",
"function public_path()\n {\n $paths = getPaths();\n\n return $paths['public'];\n }",
"public function rootPath()\n {\n return public_path() . $this... | [
"0.79588366",
"0.7954139",
"0.78660136",
"0.7685791",
"0.76250887",
"0.76140064",
"0.76140064",
"0.7585091",
"0.75733835",
"0.75661373",
"0.7545899",
"0.7538565",
"0.74869585",
"0.7439908",
"0.7412197",
"0.7378347",
"0.73596746",
"0.73179036",
"0.73125345",
"0.7305334",
"0.72... | 0.80986744 | 0 |
Returns the private server docroot path. | Возвращает приватный путь к корню документа сервера. | public static function getServerDocroot()
{
return MHTTPD::$config['Paths']['server_docroot'];
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static function getDocroot() \n\t{\n\t\treturn MHTTPD::$config['Paths']['docroot'];\n\t}",
"public function getRootDir()\n {\n return $this->server['DOCUMENT_ROOT'];\n }",
"function base_path() {\n return (new Server)->get('DOCUMENT_ROOT');\n }",
"public static function ... | [
"0.74405473",
"0.7284044",
"0.7262614",
"0.71985906",
"0.7049879",
"0.6978768",
"0.69082654",
"0.68648136",
"0.6806023",
"0.6805294",
"0.67474943",
"0.6711657",
"0.6694753",
"0.667781",
"0.6663147",
"0.663424",
"0.6625719",
"0.66089225",
"0.66029876",
"0.65919304",
"0.658228"... | 0.8346813 | 0 |
Returns the list of paths from which XSendFile requests may be served. | Возвращает список путей, с которых могут быть обслужены запросы XSendFile. | public static function getSendFilePaths()
{
if (!empty(MHTTPD::$send_file_paths)) {
return MHTTPD::$send_file_paths;
}
// Store the absolute paths
$paths = listToArray(MHTTPD::$config['Paths']['send_file']);
$real_paths = array();
foreach ($paths as $path) {
if (($rpath = realpath(MHTTPD::getInip... | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function get_file_list()\n {\n return array(\n 'sources_custom/hooks/systems/addon_registry/trickstr.php',\n 'sources_custom/programe/.htaccess',\n 'sources_custom/programe/aiml/.htaccess',\n 'sources_custom/programe/aiml/index.html',\n 'sourc... | [
"0.66162944",
"0.6567059",
"0.6561348",
"0.6464385",
"0.6464098",
"0.6408907",
"0.6354905",
"0.6340888",
"0.63334733",
"0.6308133",
"0.6256872",
"0.62493",
"0.62493",
"0.6247828",
"0.6246778",
"0.6213495",
"0.6192444",
"0.61869603",
"0.61307496",
"0.61296743",
"0.61213833",
... | 0.808459 | 0 |
Returns the maximum number of requests allowed for KeepAlive connections. | Возвращает максимальное количество запросов, разрешенных для соединений KeepAlive. | public static function getMaxRequests()
{
return MHTTPD::$config['Server']['keep_alive_max_requests'];
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function max_connections()\n {\n $channel = ChannelRepository::getPublic($this);\n\n return $channel->max_connections;\n }",
"public function getMaxConnections() {\n return @$this->attributes['max_connections'];\n }",
"public function getMaxInstanceRequestConcurrency()\n {\n ... | [
"0.7217943",
"0.6995841",
"0.684907",
"0.68140244",
"0.63810813",
"0.6331577",
"0.62962025",
"0.62707025",
"0.62273926",
"0.6217283",
"0.6155623",
"0.60660195",
"0.60581654",
"0.5992669",
"0.5967646",
"0.59664196",
"0.596065",
"0.59484506",
"0.5941985",
"0.5936001",
"0.587745... | 0.8511005 | 0 |
Returns the configured timeout for KeepAlive connections. | Возвращает настроенный таймаут для подключений KeepAlive. | public static function getAliveTimeout()
{
return MHTTPD::$config['Server']['keep_alive_timeout'];
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getConnectTimeout();",
"public function getConnectionTimeout();",
"public function getHeartbeatTimeout()\n {\n return $this->heartbeatTimeout;\n }",
"public function getConnectTimeout() {\n\t\treturn $this->connectionTimeout;\n\t}",
"public static function getTimeout()\n {\n... | [
"0.7273374",
"0.7048277",
"0.69791263",
"0.6954576",
"0.68341064",
"0.6831145",
"0.67914665",
"0.6779526",
"0.6732166",
"0.6732166",
"0.6732166",
"0.6732166",
"0.6732166",
"0.67231953",
"0.6705623",
"0.6700998",
"0.6695791",
"0.6689187",
"0.6688377",
"0.6670053",
"0.661954",
... | 0.78974396 | 0 |
Returns the list of default directory index files. | Возвращает список файлов индекса директории по умолчанию. | public static function getIndexFiles()
{
if (empty(MHTTPD::$config['Server']['index_files'])) {
return array();
}
return MHTTPD::$config['Server']['index_files'];
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getDefaultIndexDirectoryPath();",
"public function getIndexDirectoryPath();",
"public function hasDefaultIndexDirectoryPath();",
"function index($dir = '.') {\n\t\t$index = array();\n\t\tif ($handle = opendir($dir)) {\n\t\t\twhile (false !== ($file = readdir($handle))) {\n\t\t\t\tif ($file !=... | [
"0.81148845",
"0.687959",
"0.66285294",
"0.65067387",
"0.6299508",
"0.6262346",
"0.6238817",
"0.6220107",
"0.61614054",
"0.61104447",
"0.6050074",
"0.6044287",
"0.5988231",
"0.5980011",
"0.5911843",
"0.5888357",
"0.5887802",
"0.5885508",
"0.58421993",
"0.5833251",
"0.58232915... | 0.7434387 | 1 |