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 |
|---|---|---|---|---|---|---|---|
Retrieve the outlet property | Получить свойство выхода | public function getOutlet()
{
return $this->outlet;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getProperty();",
"public function getProperty();",
"public function getProperty()\r\n {\r\n return $this->property;\r\n }",
"public function getProperty()\r\n {\r\n return $this->property;\r\n }",
"public function outlet()\n {\n return $this->hasOne('App\... | [
"0.62051445",
"0.62051445",
"0.6110939",
"0.6110939",
"0.6069935",
"0.6067211",
"0.6067211",
"0.6067211",
"0.6067211",
"0.6067211",
"0.6067211",
"0.6067211",
"0.6067211",
"0.6067211",
"0.6020938",
"0.5971044",
"0.5971044",
"0.5963922",
"0.5934509",
"0.5761013",
"0.5653004",
... | 0.71175957 | 0 |
Retrieve the outletCount property | Получить свойство outletCount | public function getOutletCount()
{
return $this->outletCount;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function outlet_record_count() {\n\t\treturn $this->db->count_all(\"ss_outlet\");\n\t}",
"public function getNumConnections()\n {\n return $this->getValueByKey($this->response, 'numConnections');\n }",
"public function count() {\n\n return count($this->container);\n }",
"public ... | [
"0.74344903",
"0.6527853",
"0.64587605",
"0.64180005",
"0.6351274",
"0.6327641",
"0.63058686",
"0.6301748",
"0.6295129",
"0.6295129",
"0.6295129",
"0.6289123",
"0.62529314",
"0.62493986",
"0.62449646",
"0.6240339",
"0.6240339",
"0.6234391",
"0.62336147",
"0.62336147",
"0.6233... | 0.83186966 | 0 |
Retrieve the warning property | Получить свойство warning | public function getWarning()
{
return $this->warning;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getWarning();",
"public function getWarningLevel()\n {\n return $this->warningLevel;\n }",
"public function get_warnings() {\n return $this->warnings;\n }",
"public function getWarnings() \n {\n return $this->warnings;\n }",
"public function get_warnings(... | [
"0.7902746",
"0.7436946",
"0.73737377",
"0.7365403",
"0.73165464",
"0.73165464",
"0.7287479",
"0.7265927",
"0.7265927",
"0.71954995",
"0.7172012",
"0.7145112",
"0.712645",
"0.6996261",
"0.6956181",
"0.69283116",
"0.6907508",
"0.68600744",
"0.680144",
"0.6680858",
"0.66700315"... | 0.8458773 | 0 |
Retrieve the age property | Получить свойство возраста | public function getAge()
{
return $this->age;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getAge() {\n return $this->age;\n }",
"public function getAge()\n\t{\n\t\treturn $this->age;\n\t}",
"public function getAge()\n\t{\n\t\treturn $this->age;\n\t}",
"public function getAge() \n {//-------------------->> getAge()\n return $this->_age;\n }",
"public function get... | [
"0.8822221",
"0.8768637",
"0.8768637",
"0.87662905",
"0.87551033",
"0.87514025",
"0.87183714",
"0.8603227",
"0.84053415",
"0.839881",
"0.839881",
"0.83838534",
"0.82597136",
"0.8244924",
"0.8201695",
"0.81127477",
"0.80520165",
"0.7947864",
"0.7913907",
"0.78662145",
"0.78651... | 0.8800108 | 1 |
Get the binding corresponding to the specified selector. Better for use like this : ModuleClass::bind($selector)>getClassName() | Получить связь, соответствующую указанному селектору. Лучше использовать так: ModuleClass::bind($selector)->getClassName() | static public function bind($selector) {
$osel = Selector\Factory::create($selector, 'iface');
$s = $osel->toString(true);
if (!isset(self::$_bindings[$s])) {
self::$_bindings[$s] = new ModuleClassBinding($osel);
}
return self::$_bindings[$s];
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"static public function getBindedService($selector) {\n return self::bind($selector)->getInstance();\n }",
"public function getBindingCallback($key)\n\t{\n\t\tif (isset($this->binders[$key = str_replace('-', '_', $key)])) {\n\t\t\treturn $this->binders[$key];\n\t\t}\n\t}",
"public function getBindingC... | [
"0.6361795",
"0.5833901",
"0.583367",
"0.5698537",
"0.558903",
"0.5559521",
"0.5559521",
"0.5559521",
"0.5559521",
"0.5550392",
"0.5520266",
"0.54906577",
"0.54252934",
"0.5346052",
"0.52961135",
"0.52890867",
"0.52746046",
"0.52582204",
"0.52471954",
"0.5199399",
"0.5186542"... | 0.7737275 | 0 |
Reset the defined bindings (should only use it for unit tests) | Сбросьте определенные привязки (должно использоваться только для тестов) | static public function resetBindings() {
self::$_bindings = array();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function clearBinding() {\n $this->_Parameters=array(); \n }",
"public static function reset_injected_models ()\n {\n self::$_injected_models = array();\n }",
"public static function reset(): void\n {\n self::$typingClosure = null;\n self::$stopTypingClosure = null;\n ... | [
"0.72566235",
"0.67429423",
"0.64358354",
"0.64063656",
"0.6404408",
"0.6391372",
"0.63905853",
"0.6389349",
"0.63809705",
"0.63629913",
"0.632911",
"0.63277745",
"0.6324524",
"0.6317691",
"0.6293696",
"0.62513685",
"0.6246489",
"0.62419605",
"0.62201756",
"0.6220025",
"0.621... | 0.88770795 | 0 |
Assert that the regex getter is correct. | Убедитесь, что получатель регулярного выражения корректен. | public function testRegEx() {
$country = 'FO';
$regEx = ['bar'];
$vat = new Vat($country, $regEx);
$this->assertSame($regEx, $vat->getRegEx());
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private function assertValidRegex()\n {\n if ($this->tested) return;\n\n $regex = $this->getUsableRegex();\n $method = $this->isGlobal ? 'preg_match_all' : 'preg_match';\n\n if (false === $method($regex, '')) {\n throw new RegExpException($this, sprintf('Invalid regex \"%s... | [
"0.7241839",
"0.6925012",
"0.64597803",
"0.6456269",
"0.64054966",
"0.64003634",
"0.6331474",
"0.62924296",
"0.6233312",
"0.6187935",
"0.61695683",
"0.6168433",
"0.6121129",
"0.6114182",
"0.61003125",
"0.6088774",
"0.6062824",
"0.6026603",
"0.60232353",
"0.600546",
"0.5993525... | 0.73256093 | 0 |
Get all active plugins for a slot | Получить все активные плагины для слота | function getActivePluginsForSlot($a_ctype, $a_cname, $a_slot_id)
{
// cache the list of active plugins
if (!isset(self::$active_plugins[$a_ctype][$a_cname][$a_slot_id]))
{
include_once "./Services/Component/classes/class.ilPlugin.php";
self::$active_plugins[$a_ctype][$a_cname][$a_slot_id] =
ilPlugin::getActivePluginsForSlot($a_ctype, $a_cname, $a_slot_id);
}
return self::$active_plugins[$a_ctype][$a_cname][$a_slot_id];
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function get_active_plugins()\n {\n }",
"function getPlugins()\n\t{\n\t\t$plugins = $this->slot->getPluginsInformation();\n//var_dump($plugins);\n\t\t$this->setData($plugins);\n\t}",
"public static function get_active_plugins()\n {\n }",
"public function get_active_plugin_s... | [
"0.71628356",
"0.7158106",
"0.7114077",
"0.68114865",
"0.67093223",
"0.67093223",
"0.6673546",
"0.6666365",
"0.66368324",
"0.66362673",
"0.66136396",
"0.658765",
"0.6584266",
"0.6577176",
"0.656738",
"0.6516325",
"0.6479327",
"0.6432066",
"0.64299583",
"0.64262015",
"0.641165... | 0.72488815 | 0 |
OneToMany (owning side) Get fkComprasSolicitacaoAnulacoes | OneToMany (сторона, владеющая связью) Получить fkComprasSolicitacaoAnulacoes | public function getFkComprasSolicitacaoAnulacoes()
{
return $this->fkComprasSolicitacaoAnulacoes;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFkComprasSolicitacao()\n {\n return $this->fkComprasSolicitacao;\n }",
"public function getFkComprasSolicitacaoHomologadaAnulacao()\n {\n return $this->fkComprasSolicitacaoHomologadaAnulacao;\n }",
"public function getFkComprasSolicitacaoEntrega()\n {\n re... | [
"0.7597281",
"0.74213314",
"0.7320228",
"0.7248398",
"0.71808225",
"0.71808225",
"0.71268415",
"0.7013799",
"0.70076585",
"0.7005354",
"0.6970594",
"0.6915155",
"0.6915155",
"0.6876949",
"0.6842101",
"0.6721486",
"0.6664314",
"0.66602284",
"0.66465",
"0.65845865",
"0.65813565... | 0.7610525 | 0 |
OneToMany (owning side) Get fkComprasSolicitacaoItens | OneToMany (сторона, владеющая связью) Получить fkComprasSolicitacaoItens | public function getFkComprasSolicitacaoItens()
{
return $this->fkComprasSolicitacaoItens;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFkComprasSolicitacao()\n {\n return $this->fkComprasSolicitacao;\n }",
"public function getFkComprasSolicitacaoEntrega()\n {\n return $this->fkComprasSolicitacaoEntrega;\n }",
"public function getFkComprasSolicitacaoConvenio()\n {\n return $this->fkCompras... | [
"0.7776727",
"0.7553484",
"0.7509632",
"0.7316821",
"0.7316821",
"0.7270073",
"0.72246087",
"0.7178499",
"0.71339923",
"0.7113512",
"0.6991003",
"0.6990536",
"0.6930028",
"0.69202745",
"0.69089895",
"0.69089895",
"0.6609854",
"0.6584643",
"0.6584643",
"0.65762734",
"0.644126"... | 0.7805072 | 0 |
ManyToOne (inverse side) Get fkOrcamentoEntidade | ManyToOne (обратная сторона) Получить fkOrcamentoEntidade | public function getFkOrcamentoEntidade()
{
return $this->fkOrcamentoEntidade;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFkOrcamentoOrgao()\n {\n return $this->fkOrcamentoOrgao;\n }",
"public function getFkOrcamentoOrgao()\n {\n return $this->fkOrcamentoOrgao;\n }",
"public function getFkOrcamentoPao()\n {\n return $this->fkOrcamentoPao;\n }",
"public function getFkOrca... | [
"0.7256808",
"0.7256808",
"0.7255451",
"0.7255451",
"0.7145566",
"0.7145566",
"0.7145566",
"0.7145566",
"0.69616747",
"0.68931526",
"0.6642983",
"0.6607413",
"0.6607413",
"0.6607413",
"0.65771",
"0.6498571",
"0.6498571",
"0.6498571",
"0.6498571",
"0.6498571",
"0.648791",
"0... | 0.7981371 | 1 |
ManyToOne (inverse side) Get fkSwCgm | ManyToOne (обратная сторона) Получить fkSwCgm | public function getFkSwCgm()
{
return $this->fkSwCgm;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFkSwCga()\n {\n return $this->fkSwCga;\n }",
"public function getFkSwEmpenho()\n {\n return $this->fkSwEmpenho;\n }",
"public function getFkSwTransacao()\n {\n return $this->fkSwTransacao;\n }",
"public function getFkSwLancamento()\n {\n ret... | [
"0.6751053",
"0.6360635",
"0.6330431",
"0.6320613",
"0.63022643",
"0.6223046",
"0.6168754",
"0.60961676",
"0.60873014",
"0.60596347",
"0.6053019",
"0.59741145",
"0.59741145",
"0.596761",
"0.59465665",
"0.5911814",
"0.5894217",
"0.58730435",
"0.5857656",
"0.5856513",
"0.583362... | 0.716112 | 0 |
ManyToOne (inverse side) Get fkAdministracaoUsuario | ManyToOne (обратная сторона) Получить fkAdministracaoUsuario | public function getFkAdministracaoUsuario()
{
return $this->fkAdministracaoUsuario;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFkAdministracaoRelatorios()\n {\n return $this->fkAdministracaoRelatorios;\n }",
"public function getFkAdministracaoGestao()\n {\n return $this->fkAdministracaoGestao;\n }",
"public function getFkAdministracaoSetor()\n {\n return $this->fkAdministracaoSeto... | [
"0.7185342",
"0.71474856",
"0.6979907",
"0.693064",
"0.693064",
"0.693064",
"0.6737053",
"0.6696982",
"0.66938454",
"0.6649586",
"0.66494083",
"0.66491944",
"0.6611994",
"0.6604385",
"0.6600153",
"0.65930843",
"0.65839344",
"0.65839344",
"0.65159047",
"0.6502362",
"0.65012884... | 0.826412 | 0 |
ManyToOne (inverse side) Get fkComprasObjeto | ManyToOne (обратная сторона) Get fkComprasObjeto | public function getFkComprasObjeto()
{
return $this->fkComprasObjeto;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function get_relation_fk($attr, $tabla){\n $relacion = $tabla->get_relationship($attr);\n if (count($relacion->foreign_key) < 2){\n $fk = null;\n if (count($relacion->foreign_key) > 0)\n $fk = $relacion->foreign_key[0];\n return $fk;\n }else{\n throw new Exception(\"... | [
"0.6869909",
"0.67633975",
"0.67633975",
"0.66815346",
"0.66815346",
"0.66667885",
"0.6647925",
"0.6647925",
"0.6647925",
"0.6647925",
"0.6647925",
"0.6617262",
"0.6525767",
"0.64685756",
"0.63831985",
"0.63831985",
"0.6381881",
"0.6314319",
"0.6313052",
"0.6287425",
"0.62874... | 0.7455896 | 0 |
OneToOne (inverse side) Get fkComprasSolicitacaoHomologada | Один к одному (обратная сторона) Получить fkComprasSolicitacaoHomologada | public function getFkComprasSolicitacaoHomologada()
{
return $this->fkComprasSolicitacaoHomologada;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFkComprasSolicitacao()\n {\n return $this->fkComprasSolicitacao;\n }",
"public function getFkComprasSolicitacaoEntrega()\n {\n return $this->fkComprasSolicitacaoEntrega;\n }",
"public function getFkPessoalContrato()\n {\n return $this->fkPessoalContrato;\n... | [
"0.69163525",
"0.6843058",
"0.67890036",
"0.67890036",
"0.67890036",
"0.67890036",
"0.67890036",
"0.67507",
"0.6674289",
"0.65953827",
"0.65661716",
"0.6523257",
"0.65024704",
"0.6483796",
"0.6448814",
"0.641941",
"0.6407968",
"0.6407968",
"0.63439286",
"0.62965775",
"0.62253... | 0.710857 | 0 |
OneToOne (inverse side) Get fkComprasSolicitacaoEntrega | Один к одному (обратная сторона) Получить fkComprasSolicitacaoEntrega | public function getFkComprasSolicitacaoEntrega()
{
return $this->fkComprasSolicitacaoEntrega;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFkPessoalContrato()\n {\n return $this->fkPessoalContrato;\n }",
"public function getFkPessoalContrato()\n {\n return $this->fkPessoalContrato;\n }",
"public function getFkPessoalContrato()\n {\n return $this->fkPessoalContrato;\n }",
"public function... | [
"0.702712",
"0.702712",
"0.702712",
"0.702712",
"0.702712",
"0.67493415",
"0.6748851",
"0.6643287",
"0.6599567",
"0.65730464",
"0.6552309",
"0.65410495",
"0.6540368",
"0.65101284",
"0.64123213",
"0.64123213",
"0.63824826",
"0.63824826",
"0.63551116",
"0.6351596",
"0.63431865"... | 0.7127748 | 0 |
Set background color Set background color in hex | Установить цвет фона Установить цвет фона в шестнадцатеричном формате | function setBgColor($bgcolor)
{
$this->bgred = hexdec(substr($bgcolor,0,2));
$this->bggreen = hexdec(substr($bgcolor,2,2));
$this->bgblue = hexdec(substr($bgcolor,4,2));
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setBackgroundColor ($background) {}",
"public function setBgColor(\\Andou\\Shelltools\\Shellcolor $color);",
"function setBgColor($color)\n\t{\n\t\t$rgb = hexdec($color);\n\t\t$this->bgColor['r'] = ($rgb & 0xFF0000) >> 16;\n\t\t$this->bgColor['g'] = ($rgb & 0xFF00) >> 8;\n\t\t$this->bgColor['b'... | [
"0.7571571",
"0.7235037",
"0.69805485",
"0.6951559",
"0.674784",
"0.6737116",
"0.6638586",
"0.6473361",
"0.6465309",
"0.6460319",
"0.6438927",
"0.64363253",
"0.6424973",
"0.6422677",
"0.6376923",
"0.63656557",
"0.6363647",
"0.6359934",
"0.6353101",
"0.63517636",
"0.63517636",... | 0.7281641 | 1 |
Save movie Save movie | Сохранить фильм Сохранить фильм | function save($filename)
{
$this->movie->save($filename);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function save($file_name);",
"public function save($filename = null);",
"public function save($pFilename);",
"abstract protected function saveFile();",
"public function save($file=null, $opacity=null, $interlacing=null){ }",
"public function saveFile() {\n // contents to the archive\n ... | [
"0.6509533",
"0.64138585",
"0.63100356",
"0.6156387",
"0.6130538",
"0.6096146",
"0.60864675",
"0.60277146",
"0.59789276",
"0.59626126",
"0.5951989",
"0.5926148",
"0.5921875",
"0.58873844",
"0.58236253",
"0.58209175",
"0.5809172",
"0.57807016",
"0.577412",
"0.5722566",
"0.5714... | 0.7645827 | 0 |
Output movie output movie immediatelly | Output movie output movie immediatelly | function output()
{
header("Content-Type:application/x-shockwave-flash");
$this->movie->output();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function display()\n {\n $this->headers();\n $this->_movie->output();\n }",
"public function output( int $quality = 60, string $filename = null );",
"public function output()\n\t{\n\t\t$method = $this->get_method();\n\t\t$this->$method();\n\n\t\t$this->open_image();\n\t\t$this->write... | [
"0.6726036",
"0.609851",
"0.5987727",
"0.5967988",
"0.5869413",
"0.58661205",
"0.5740338",
"0.57371867",
"0.56641895",
"0.5645044",
"0.5589091",
"0.55192524",
"0.54927",
"0.5490812",
"0.54890615",
"0.54864055",
"0.547467",
"0.54416037",
"0.5437739",
"0.539687",
"0.5380956",
... | 0.7699175 | 0 |
Relationships Get the participants of the conversation | Связи Получите участников разговора | public function participants()
{
return $this->belongsToMany('App\User', 'confer_conversation_participants', 'user_id', 'conversation_id');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function participants()\n {\n return $this->hasMany(Participant::class);\n\n }",
"public function participants() {\n return $this->hasMany('App\\Models\\Participant');\n }",
"public function getParticipants();",
"public function getConversationPersons();",
"public function getCo... | [
"0.7419675",
"0.7399687",
"0.73198795",
"0.7211645",
"0.7208236",
"0.7208108",
"0.7123951",
"0.7115604",
"0.7041143",
"0.6920384",
"0.6920384",
"0.68660474",
"0.68178666",
"0.6803355",
"0.67948246",
"0.67557377",
"0.6752996",
"0.6669934",
"0.66379005",
"0.66354054",
"0.657586... | 0.8124153 | 0 |
Get the users who could be invited into the conversation | Получить пользователей, которые могут быть приглашены в беседу | public function getPotentialInvitees()
{
$current_participants = $this->participants()->lists('id');
return \App\User::whereNotIn('id', $current_participants)->get();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function invitedUsers()\n {\n return\n $this->belongsToMany(\n User::class,\n Constants::TBL_NOTIFICATIONS,\n Constants::FLD_NOTIFICATIONS_RESOURCE_ID,\n Constants::FLD_NOTIFICATIONS_RECEIVER_ID\n )->where(\n ... | [
"0.7060902",
"0.690842",
"0.673036",
"0.6710168",
"0.6599858",
"0.65225136",
"0.6491209",
"0.6463401",
"0.64451957",
"0.6387497",
"0.63775104",
"0.63739085",
"0.6373473",
"0.632169",
"0.63190484",
"0.62970024",
"0.6276617",
"0.6270088",
"0.6264825",
"0.6256736",
"0.62472224",... | 0.73777664 | 0 |
The insert query for the StrategyResults table. | Вставка запроса для таблицы StrategyResults. | function insertQuery()
{
$userValue = Sqlite3::escapeString($this->uservalue);
$query = "insert or replace into 'StrategyResults'
(strategy, date, symbol, probability_win, expectancy, uservalue )
values
('{$this->strategy}','{$this->date}','{$this->symbol}'
,{$this->probability_win},{$this->expectancy}
,'{$userValue}') ";
return $query;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected function insertRunQuery() {\n $fillable = $this->getFillable($this->pendingQuery['inserts']);\n $fields = implode(',', array_keys($fillable));\n $valueMarks = implode(',', array_map(function($value) {\n return '?';\n }, $fillable));\n $values = array_values($... | [
"0.68100685",
"0.5995354",
"0.59827036",
"0.5952827",
"0.5934858",
"0.5934858",
"0.58973485",
"0.58728194",
"0.5863209",
"0.58621335",
"0.5856493",
"0.58487284",
"0.58454716",
"0.5810599",
"0.5774648",
"0.57498604",
"0.5741328",
"0.5729123",
"0.57268435",
"0.5717486",
"0.5713... | 0.73908204 | 0 |
Compares todays date to the last_updated column in TABLE_STATS for $symbol. If the table was last updated today, it will return FALSE. | Сравнивает сегодняшнюю дату с колонкой last_updated в TABLE_STATS для $symbol. Если таблица была последний раз обновлена сегодня, возвращается FALSE. | function shouldUpdate($symbol)
{
$symbol = strtoupper($symbol);
$query = "select last_update from TABLE_STATS where symbol = '{$symbol}'";
$last_update = date('Y m d', $this->_db->querySingle($query));
$today = date('Y m d', time());
// dont update if it was already updated today.
if (strcmp($last_update, $today) == 0) {
return false;
} else {
return true;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function isUpdatedToday() {\n return Geo::wasPoiUpdatedToday($this->getLastUpdatedString());\n }",
"public function recentlyUpdated()\n {\n return $this->updated_at <= Carbon::now() && $this->updated_at >= Carbon::now()->addDays(-2);\n }",
"function isUpdatedToday ($updated) {\n\t... | [
"0.65945596",
"0.64638555",
"0.6414205",
"0.6184188",
"0.611354",
"0.6059336",
"0.597527",
"0.5878656",
"0.5841699",
"0.5841699",
"0.5841699",
"0.58400303",
"0.5800355",
"0.5773183",
"0.5762454",
"0.57594717",
"0.57271165",
"0.56985444",
"0.56809723",
"0.5669194",
"0.56304187... | 0.8182848 | 0 |
Get the state key for caching | Получить ключ состояния для кэширования | public function getStateKey()
{
if ($this->_stateKey === null) {
$this->_stateKey = 'STORE_'.Mage::app()->getStore()->getId()
. '_SPLASH_' . $this->getSplashPage()->getId()
. '_CUSTGROUP_' . Mage::getSingleton('customer/session')->getCustomerGroupId();
}
return $this->_stateKey;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"protected function _getStateKey()\n {\n $key = $this->getConfig('state_key');\n if (!$key) {\n $key = $this->_generateStateKey();\n $this->setConfig('state_key', $key);\n }\n return ($key);\n }",
"public function getStateKey()\n\t{\n\t\tif (empty(self::$_st... | [
"0.80121124",
"0.7900282",
"0.7500998",
"0.7497731",
"0.74573016",
"0.7410317",
"0.7369892",
"0.7356769",
"0.7356769",
"0.7350021",
"0.7245275",
"0.724276",
"0.7216341",
"0.72069323",
"0.71262175",
"0.7080889",
"0.69949186",
"0.69938886",
"0.6967127",
"0.6966274",
"0.69609237... | 0.79286516 | 1 |
Retrieve the product collection for the Splash Page | Получить коллекцию продуктов для страницы Splash | public function getProductCollection()
{
$key = 'splash_' . $this->getSplashPage()->getId();
if (isset($this->_productCollections[$key])) {
$collection = $this->_productCollections[$key];
}
else {
$collection = $this->getSplashPage()->getProductCollection();
$this->prepareProductCollection($collection);
$this->_productCollections[$key] = $collection;
}
return $collection;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getLoadedProductCollection()\n {\n $mode = $this->getRequest()->getActionName();\n $limit = $this->recommnededHelper->getDisplayLimitByMode($mode);\n $productIds = $this->recommnededHelper->getProductPushIds();\n\n $productCollection = $this->productFactory->create()-... | [
"0.7001374",
"0.64548016",
"0.64128655",
"0.6408075",
"0.6408075",
"0.6364518",
"0.63609123",
"0.63050014",
"0.629343",
"0.62615776",
"0.6257561",
"0.62362844",
"0.62219155",
"0.6216843",
"0.6205661",
"0.62024295",
"0.61807126",
"0.6145405",
"0.61351633",
"0.61325824",
"0.613... | 0.8251603 | 0 |
Return minimal accessible hour | Вернуть минимальный доступный час | public function getMinHour(){
if(!$this->getData('max_hour')){
if($this->getProduct()->getAwBookingRangeType() == AW_Booking_Model_Entity_Attribute_Source_Rangetype::TIME){
$minH = @explode(",", $this->getProduct()->getAwBookingTimeFrom());
$minH = @$minH[0];
}else{
$minH = 0;
}
$this->setData('min_hour', $minH);
}
return $this->getData('min_hour');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function one_hour() {}",
"public static function CurrentHour() : int\n {\n\n return (int)\\strftime( '%h' );\n\n }",
"public function getFromHour()\n {\n return $this->scopeConfig->getValue('carriers/express/from_hour', ScopeInterface::SCOPE_STORE);\n }",
"public static function ... | [
"0.7132667",
"0.7097222",
"0.70771736",
"0.6989643",
"0.6945933",
"0.6919959",
"0.69167274",
"0.6904226",
"0.68949175",
"0.6874693",
"0.68564373",
"0.6818068",
"0.67920256",
"0.677743",
"0.67363405",
"0.6679291",
"0.6662919",
"0.6625506",
"0.6607611",
"0.66059977",
"0.6600396... | 0.71752524 | 0 |
Return max accessible hour | Вернуть максимальный доступный час | public function getMaxHour(){
if(!$this->getData('max_hour')){
if($this->getProduct()->getAwBookingRangeType() == AW_Booking_Model_Entity_Attribute_Source_Rangetype::TIME){
$maxH = @explode(",", $this->getProduct()->getAwBookingTimeTo());
$maxH = @$maxH[0];
}else{
$maxH = 23;
}
$this->setData('max_hour', $maxH);
}
return $this->getData('max_hour');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function getLastHour()\r\n{\r\n return strtotime(date('F d Y H:00'));\r\n}",
"public static function maxPerHour(){\n return config('mail.max_per_hour');\n }",
"public function getMaxHourToday()\n {\n //Get Total\n $oSelect = $this->select();\n $oSelect->from($this->_name, array('... | [
"0.6739999",
"0.66000885",
"0.6516069",
"0.643818",
"0.63782847",
"0.6350316",
"0.6342524",
"0.63268805",
"0.6306535",
"0.6302134",
"0.6289023",
"0.6245908",
"0.62093586",
"0.61736554",
"0.6170964",
"0.61537856",
"0.61424404",
"0.6140552",
"0.6082765",
"0.60756606",
"0.605100... | 0.76120514 | 0 |
Return first available day | Вернуть первый доступный день | public function getFirstAvailableDay(){
if(!$this->getData('first_available_day')){
$this->setData('first_available_day', $this->getProduct()->getTypeInstance()->getFirstAvailableDate());
}
return $this->getData('first_available_day');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFirstDay()\r\n\t\t{\r\n\t\t\t\treturn $this->settingSchool['firstDay'];\r\n\t\t}",
"function firstDate()\t{\treturn $this->dates()[0]['wf_days_date'];\t}",
"public function getFirstDay() {\n return Day::where(\"weekid\", $this->id)->get()->sortBy(\"timestamp\")->first();\n }",
"p... | [
"0.7468099",
"0.7213815",
"0.71934754",
"0.66445494",
"0.6614414",
"0.6604541",
"0.65602887",
"0.6507037",
"0.6420661",
"0.63829887",
"0.63810015",
"0.6372081",
"0.63720566",
"0.63521725",
"0.6328877",
"0.6321981",
"0.6298208",
"0.6290052",
"0.6278015",
"0.6268385",
"0.626326... | 0.81485385 | 0 |
Returns price for first available day | Возвращает цену для первого доступного дня | public function getFirstAvailableDayPrice(){
$Date = $this->getFirstAvailableDay();
$From = clone $Date;
$To = clone $Date;
$From->setHour($this->getMinHour())->setMinute(0)->setSecond(0);
$To->setHour($this->getMaxHour())->setMinute(0)->setSecond(0);
$price = $this->getProduct()->getPriceModel()->getBookingPrice($this->getProduct(), $From, $To, null, AW_Core_Model_Abstract::RETURN_ARRAY);
return Zend_Json::encode($price);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getFirstAvailableDay(){\n\t if(!$this->getData('first_available_day')){\n $this->setData('first_available_day', $this->getProduct()->getTypeInstance()->getFirstAvailableDate());\n\t }\n\t return $this->getData('first_available_day');\n\t}",
"public function getPriceFrom($id) {... | [
"0.6929669",
"0.6766166",
"0.6676683",
"0.65757614",
"0.65757614",
"0.65416497",
"0.6528077",
"0.6223658",
"0.6200799",
"0.6200799",
"0.618841",
"0.60855174",
"0.6059601",
"0.6059601",
"0.6059601",
"0.6015397",
"0.5989542",
"0.59835374",
"0.5983513",
"0.596825",
"0.5961446",
... | 0.7612844 | 0 |
Get all the work locations that this manager is managing | Получить все рабочие локации, которые этот менеджер управляет | public function workLocations()
{
return $this->belongsToMany(WorkLocation::class, 'manager_manage_work_location')->withTimestamps();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function workLocations()\n {\n return $this->hasMany(WorkLocation::class);\n }",
"public function getLocations()\n {\n return $this->locations;\n }",
"public function getLocations();",
"public function getLocations()\n {\n if ($this->cache->has('mindbody.locations')... | [
"0.71468985",
"0.69264823",
"0.6915332",
"0.6865707",
"0.68200314",
"0.67841154",
"0.67183036",
"0.6633208",
"0.6578321",
"0.65743935",
"0.6385808",
"0.6381641",
"0.6376598",
"0.6346151",
"0.634557",
"0.6322447",
"0.63121706",
"0.6288264",
"0.62761724",
"0.61979204",
"0.61850... | 0.7048432 | 1 |
getDeclaringClass Gets the declaring class for the reflected property. If the property has been declared into a trait, returns the class that uses this trait. | getDeclaringClass Получает класс, в котором объявлен отражённый свойство. Если свойство объявлено в трейте, возвращает класс, использующий этот трейт. | public function getDeclaringClass()
{
return $this->class;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getDeclaringTrait()\n\t{\n\t\tif (!isset($this->declaring_trait)) {\n\t\t\t$properties = $this->getDeclaringClass()->getProperties();\n\t\t\t$this->declaring_trait = isset($properties[$this->name])\n\t\t\t\t? $this->getDeclaringClass()\n\t\t\t\t: $this->getDeclaringTraitInternal($this->getDeclaring... | [
"0.7893927",
"0.7361728",
"0.7284138",
"0.7254307",
"0.718108",
"0.7005622",
"0.6929027",
"0.68902695",
"0.6647609",
"0.6632828",
"0.6618536",
"0.6618536",
"0.6550088",
"0.6520739",
"0.6410336",
"0.6402576",
"0.6326243",
"0.6268782",
"0.6261989",
"0.6173648",
"0.6161041",
"... | 0.7448292 | 1 |
getDeclaringClassName Gets the declaring class name for the reflected property. If the property has been declared into a trait, returns the name of the class using the trait. | getDeclaringClassName Получает имя класса, объявляющего отражаемое свойство. Если свойство объявлено в трейте, возвращает имя класса, использующего этот трейт. | public function getDeclaringClassName()
{
return $this->class->name;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getDeclaringClass()\r\n {\r\n return $this->declaringClassName;\r\n }",
"public function getDeclaringTraitName()\n\t{\n\t\treturn $this->getDeclaringTrait()->getName();\n\t}",
"public function getDeclaringClass(): ?string\n {\n return $this->class;\n }",
"public func... | [
"0.7284167",
"0.69304305",
"0.6826517",
"0.6809868",
"0.6673853",
"0.6623184",
"0.6579249",
"0.6363534",
"0.6296573",
"0.6259402",
"0.6215194",
"0.61942244",
"0.61589205",
"0.61589205",
"0.6142401",
"0.61021096",
"0.60685676",
"0.605846",
"0.60507345",
"0.59752864",
"0.597415... | 0.7653134 | 0 |
getDeclaringTrait Gets the declaring trait for the reflected property If the property has been declared into a class, this returns this class | getDeclaringTrait Получает объявляющий трейт для отражённого свойства. Если свойство было объявлено в классе, возвращается этот класс. | public function getDeclaringTrait()
{
if (!isset($this->declaring_trait)) {
$properties = $this->getDeclaringClass()->getProperties();
$this->declaring_trait = isset($properties[$this->name])
? $this->getDeclaringClass()
: $this->getDeclaringTraitInternal($this->getDeclaringClass());
}
return $this->declaring_trait;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getDeclaringClass()\r\n {\r\n \tif ($this->declaringClass) {\r\n \t\treturn $this->declaringClass;\r\n \t}\r\n \t \n \t$methodFile = $this->getFileName();\n \t$methodStartLine = $this->getStartLine();\n \t$methodEndLine = $this->getEndLine();\n \t\r\n \t$oldDeclaringCl... | [
"0.7432685",
"0.7032007",
"0.66919416",
"0.66850203",
"0.66604036",
"0.6531717",
"0.64868075",
"0.633921",
"0.62706125",
"0.62087953",
"0.61038023",
"0.60895646",
"0.6006943",
"0.59974134",
"0.59944326",
"0.5982017",
"0.5982017",
"0.5917665",
"0.58138186",
"0.57849556",
"0.57... | 0.8460645 | 0 |
getDeclaringTraitName Gets the declaring trait name for the reflected property If the property has been declared into a class, this returns this class name | getDeclaringTraitName Получает имя объявляющего трейта для отраженного свойства Если свойство было объявлено в классе, возвращается имя этого класса | public function getDeclaringTraitName()
{
return $this->getDeclaringTrait()->getName();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getDeclaringTrait()\n\t{\n\t\tif (!isset($this->declaring_trait)) {\n\t\t\t$properties = $this->getDeclaringClass()->getProperties();\n\t\t\t$this->declaring_trait = isset($properties[$this->name])\n\t\t\t\t? $this->getDeclaringClass()\n\t\t\t\t: $this->getDeclaringTraitInternal($this->getDeclaring... | [
"0.76391166",
"0.6496388",
"0.6321106",
"0.60520947",
"0.60219336",
"0.5841142",
"0.57055515",
"0.5687284",
"0.56640077",
"0.5592309",
"0.55721724",
"0.5541259",
"0.5434154",
"0.5276201",
"0.52316153",
"0.52091235",
"0.5197178",
"0.51791024",
"0.51791024",
"0.51315135",
"0.50... | 0.7958067 | 0 |
getFinalClass Gets the final class where the property came from with a call to getProperties() | getFinalClass Получает окончательный класс, из которого свойство пришло, вызывая getProperties() | public function getFinalClass()
{
return $this->final_class;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getPropClass(){\r\n return get_class_vars(__CLASS__);\r\n }",
"public function getFinalClassName()\n\t{\n\t\treturn $this->final_class->name;\n\t}",
"function publisher_get_prop_class() {\n\n\t\tglobal $publisher_theme_core_props_cache;\n\n\t\tif ( isset( $publisher_theme_core_props_c... | [
"0.7056689",
"0.6841251",
"0.65581936",
"0.64722973",
"0.61605054",
"0.61605054",
"0.60380775",
"0.59422183",
"0.5825619",
"0.58233833",
"0.58091944",
"0.57841426",
"0.5775043",
"0.5731076",
"0.57276803",
"0.5722908",
"0.56966376",
"0.56707466",
"0.56613964",
"0.5653925",
"0.... | 0.79175967 | 0 |
getFinalClassName Gets final class name : the one where the property came from with a call to getProperties() | getFinalClassName Получает окончательное название класса: тот, от которого пришло свойство с вызовом getProperties() | public function getFinalClassName()
{
return $this->final_class->name;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getClassName() {}",
"public function getClassName() {}",
"public function getClassName() {}",
"public function getClassName() {\n\t\t$this->checkDisposed();\n\t\t\t\n\t\tif ($this->_className === null)\n\t\t\t$this->load();\n\t\treturn $this->_className;\t\n\t}",
"public function getClassNa... | [
"0.70970094",
"0.70970094",
"0.70970094",
"0.7021307",
"0.70207447",
"0.70029783",
"0.6992127",
"0.6991712",
"0.6983348",
"0.69789743",
"0.695708",
"0.69542587",
"0.69439715",
"0.6924809",
"0.6887637",
"0.68811363",
"0.68585694",
"0.68585694",
"0.68585694",
"0.68585694",
"0.6... | 0.83236533 | 0 |
regex Gets the preg expression to find a property in PHP source If no property name is given, the preg expression to find all properties in source is returned Preg matching records will be : 0 : the full property prototype 1 : indent characters (including '\n') 2 : the last phpdocumentor documentation before the function keyword 3 : 'private', 'protected', 'public' or empty 4 : 'static' or empty 5 : the name of the property | regex Получает preg выражение для поиска свойства в исходном коде PHP. Если не указано имя свойства, возвращается preg выражение для поиска всех свойств в коде. Результаты preg совпадений будут: 0: полный прототип свойства 1: отступы (включая '\n') 2: последняя документация phpdocumentor перед ключевым словом функции 3: 'private', 'protected', 'public' или пустая строка 4: 'static' или пустая строка 5: имя свойства | public static function regex($property_name = null)
{
$name = isset($property_name) ? $property_name : '\w+';
return '%'
. '(\n\s*?)' // 1 : indent
. '(?:(/\*\*\n(?:\s*\*.*\n)*\s*\*/)\n\s*)?' // 2 : documentation
. '(?:\/\*.*\*/\n\s*)?' // ignored one-line documentation
. '(private|protected|public|var)\s+' // 3 : visibility
. '(?:(static)\s+)?' // 4 : static
. '\$(' . $name . ')\s*' // 5 : name
// . '(?:\=\s*((?:.*?\n?)*?)\s*)?' // 6 : default : crashes with Macros;;$macros
// . ';\s*\n'
. '%';
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"private function isProperty($line){\n\t\treturn preg_match('~\\S\\s\\S~', $line);\n\t}",
"protected function parsePhpDocProperties($string, $index, \\ReflectionProperty $property = null) {\n if (preg_match($this->_docPropertyRegex, $string, $matches)) {\n if (empty($matches['name']) && $propert... | [
"0.5556184",
"0.54953253",
"0.54467255",
"0.54160774",
"0.53633815",
"0.53633815",
"0.5357681",
"0.5346703",
"0.5303897",
"0.52500814",
"0.5223941",
"0.5193272",
"0.5166696",
"0.5146248",
"0.51348877",
"0.5129815",
"0.50531757",
"0.50296706",
"0.50213104",
"0.5015971",
"0.501... | 0.7478905 | 0 |
Take value and turn it into a string suitable for inclusion in the path, by urlencoding. | Взять значение и преобразовать его в строку, подходящую для включения в путь, используя URL-кодирование. | public static function toPathValue($value)
{
return rawurlencode(self::toString($value));
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function encode($value) {\n return str_replace($this->path_lookup, $this->path_replace, $value);\n }",
"public function encodeURLPath($value){\n\t\t$length = mb_strlen($value);\n\t\tif ($length == 0) {\n\t\t\treturn $value;\n\t\t}\n\t\t$output = '';\n\t\tfor ($i = 0; $i < $length; $i++) {\n\t\t\t$char = m... | [
"0.8085346",
"0.7992912",
"0.76194143",
"0.71330607",
"0.6850877",
"0.6786509",
"0.667964",
"0.665679",
"0.6593403",
"0.6585021",
"0.6547126",
"0.652053",
"0.6520031",
"0.6491739",
"0.6436597",
"0.6370171",
"0.6360027",
"0.6318148",
"0.6309499",
"0.6295791",
"0.6262146",
"0... | 0.8215553 | 0 |
Take value and turn it into a string suitable for inclusion in the parameter. If it's a string, pass through unchanged If it's a datetime object, format it in ISO8601 If it's a boolean, convert it to "true" or "false". | Взять значение и привести его к строке, подходящей для включения в параметр. Если это строка, оставить без изменений. Если это объект datetime, сформировать его в формате ISO8601. Если это логический тип, преобразовать его в "true" или "false". | public static function toString($value)
{
if ($value instanceof \DateTime) { // datetime in ISO8601 format
return $value->format(\DateTime::ATOM);
} else if (is_bool($value)) {
return $value ? 'true' : 'false';
} else {
return $value;
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function stringify($value) {\n switch ($this->datatype) {\n case 'boolean':\n if ($value === null) {\n return '?';\n }\n\n return $value ? 'Yes' : 'No';\n case 'date':\n return $value ? $value->to_s()... | [
"0.7054251",
"0.70299745",
"0.69793534",
"0.6798198",
"0.67579895",
"0.6727191",
"0.66959053",
"0.66733027",
"0.6644907",
"0.6603341",
"0.6543334",
"0.64967173",
"0.6493228",
"0.64736205",
"0.63816744",
"0.6358206",
"0.6251966",
"0.6231902",
"0.62143713",
"0.6180187",
"0.6171... | 0.71964693 | 0 |
total expenditure must not exceed total income | Общие расходы не должны превышать общие доходы | public function expenditureNotExceedIncome() {
Applicants::expenditureExceedsIncome(static::expensesToLoad($this->applicant), ApplicantsSiblingEducationExpenses::expensesForApplicant($this->applicant), ApplicantsSiblingEducationExpenses::expenseToLoad(empty($_POST['ApplicantsSiblingEducationExpenses']['id']) ? '' : $_POST['ApplicantsSiblingEducationExpenses']['id'], $this->applicant, null, null)) ? $this->addError('amount', 'Your total family expenditure must not exceed income') : '';
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function testLegalCashInFeeCalculation()\n {\n $transaction = new Transaction(['2017-02-07',1,'legal','cash_in',1000.00,'EUR']);\n Aggregator::register($transaction);\n $this->assertEquals(1000 * 0.03 / 100, $transaction->getFee());\n\n # check for maximum 5 EUR\n $tran... | [
"0.6207297",
"0.6122257",
"0.6061354",
"0.5984523",
"0.5882938",
"0.5823252",
"0.582191",
"0.57526046",
"0.5721899",
"0.57170266",
"0.56981295",
"0.5676684",
"0.56745464",
"0.5672187",
"0.5618442",
"0.5600185",
"0.55924195",
"0.5591793",
"0.5587918",
"0.5556896",
"0.55447394"... | 0.7837859 | 0 |
Format extension without first dot. | Расширение формата без первого точки. | public static function formatExtension($extension)
{
return FileHelper::formatExtension($extension);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function ju_strip_ext(string $s):string {return preg_replace('#\\.[^.]*$#', '', $s);}",
"public function getExtension()\n {\n return strtolower(str_replace('.', '', strrchr($this->name, '.')));\n }",
"function extension($file) {\n\treturn preg_replace('/^.*\\.(.*)$/', '$1', $file);\n}",
"functio... | [
"0.75435984",
"0.7408342",
"0.7380982",
"0.7332808",
"0.7323769",
"0.7214319",
"0.7186833",
"0.716153",
"0.7152389",
"0.7082251",
"0.7075342",
"0.7061556",
"0.7058586",
"0.7020645",
"0.7010761",
"0.6997541",
"0.69949394",
"0.69939685",
"0.698999",
"0.6982526",
"0.6979352",
... | 0.74965286 | 1 |
Adds 'small' tag button to the toolbar of heading blocks. | Добавляет кнопку с меткой 'small' в панель инструментов блоков заголовков. | function add_small_button_to_heading( ?string $url_to = null ): void {
$url_to = untrailingslashit( $url_to ?? \wpinc\get_file_uri( __DIR__ ) );
add_action(
'enqueue_block_editor_assets',
function () use ( $url_to ) {
wp_enqueue_script(
'wpinc-blok-small-tag',
\wpinc\abs_url( $url_to, './assets/js/small-tag.min.js' ),
array( 'wp-compose', 'wp-element', 'wp-data', 'wp-element', 'wp-block-editor' ),
'1.0',
true
);
wp_set_script_translations( 'wpinc-blok-small-tag', 'wpinc', __DIR__ . '\languages' );
}
);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function small_button( $atts, $content ) {\n return '<div class=\"small_button '.$atts['class'].'\">' . $content . '</div>';\n}",
"public function initPageHeaderToolbar()\n {\n if (empty($this->display)) {\n $this->page_header_toolbar_btn['new_crud_label'] = array(\n 'href' =>... | [
"0.58773875",
"0.5791719",
"0.5784464",
"0.57144094",
"0.56747806",
"0.56464195",
"0.5645836",
"0.53962386",
"0.5387047",
"0.53813565",
"0.537313",
"0.5346675",
"0.5345635",
"0.5343102",
"0.53176636",
"0.5316659",
"0.5312342",
"0.530591",
"0.5300755",
"0.5290145",
"0.5284263"... | 0.74829274 | 0 |
Get the last patch batch. | Получить последний пакет патчей. | public function getLast()
{
return $this->table()
->where('batch', $this->getLastBatchNumber())
->orderBy('patch', 'desc')
->get()
->all();
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getLastBatch() {\n return $this->_lastBatch;\n }",
"public function getLastBatch () {\n\t}",
"public function getLastBatchNumber()\n {\n return $this->table()->max('batch');\n }",
"public function getLastBatchId()\n {\n return $this->db_last_id;\n }",
"pu... | [
"0.81551766",
"0.75620085",
"0.7409542",
"0.71111065",
"0.69022775",
"0.6891876",
"0.67637014",
"0.67509615",
"0.67281497",
"0.66858655",
"0.6671626",
"0.66496015",
"0.66082233",
"0.657002",
"0.64847165",
"0.645971",
"0.6420465",
"0.6376612",
"0.63158727",
"0.6299937",
"0.629... | 0.8472452 | 0 |
Get the next patch batch number. | Получить следующий номер патча. | public function getNextBatchNumber()
{
return $this->getLastBatchNumber() + 1;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function nextBatchID()\n {\n // ISNULL/IFNULL aren't standards, COALESCE is\n // GREATEST isn't a standard\n $sql = \"SELECT GREATEST(COALESCE(MAX(batch.batchID),0),COALESCE(MAX(batches.batchID),0))+1 AS nextBatchID FROM batch, batches\";\n \n $nextBatchID = $this->db->... | [
"0.6972526",
"0.66595465",
"0.66110533",
"0.6479502",
"0.6112027",
"0.60753244",
"0.60753244",
"0.606999",
"0.60545474",
"0.6033162",
"0.5999538",
"0.5999049",
"0.5968631",
"0.59628296",
"0.59497845",
"0.5933337",
"0.5918985",
"0.5905649",
"0.58998805",
"0.587336",
"0.5860038... | 0.7904413 | 0 |
Get the last patch batch number. | Получить последний номер патча. | public function getLastBatchNumber()
{
return $this->table()->max('batch');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getLastBatch() {\n return $this->_lastBatch;\n }",
"public function getLastBatch(): int\n {\n return (int) $this->db->table($this->table)->max('batch');\n }",
"public function findLastBatchId()\n {\n $qb = $this->createQueryBuilder('i')\n ->select('i,... | [
"0.77802336",
"0.7675898",
"0.761278",
"0.7545005",
"0.7358143",
"0.724982",
"0.7027647",
"0.693404",
"0.69314504",
"0.6746094",
"0.663884",
"0.66289085",
"0.6623292",
"0.6623292",
"0.66030675",
"0.65867156",
"0.65855116",
"0.6525165",
"0.6499074",
"0.64614034",
"0.639817",
... | 0.81017244 | 0 |
Create the patch repository data store. | Создайте хранилище данных репозитория патчей. | public function createRepository()
{
$schema = $this->getConnection()->getSchemaBuilder();
$schema->create($this->table, function ($table) {
// The patches table is responsible for keeping track of which of the
// patches have actually run for the application. We'll create the
// table to hold the migration file's path as well as the batch ID.
$table->increments('id');
$table->string('patch');
$table->integer('batch');
});
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function create_store();",
"public function createRepository()\n {\n $schema = $this->getConnection()->getSchemaBuilder();\n\n $schema->create(static::$table, function ($table) {\n $table->increments('id');\n $table->string('seeder');\n $table->string('env... | [
"0.5958024",
"0.5736975",
"0.5657152",
"0.5439044",
"0.53303313",
"0.5329912",
"0.53280956",
"0.5308109",
"0.526241",
"0.522211",
"0.5192919",
"0.51739615",
"0.51271",
"0.5101535",
"0.50898564",
"0.508078",
"0.5072612",
"0.50697577",
"0.50688577",
"0.50668037",
"0.50464684",
... | 0.7142744 | 0 |
Get the connection resolver instance. | Получить экземпляр разрешателя соединений. | public function getConnectionResolver(): ConnectionResolverInterface
{
return $this->resolver;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public static function getConnectionResolver()\n {\n return static::$resolver;\n }",
"public function getConnectionResolver()\n {\n return $this->resolver;\n }",
"protected function getConnectionResolver(): ConnectionResolverInterface\n {\n return $this->container->make('db'... | [
"0.8491219",
"0.8298586",
"0.7693081",
"0.7177691",
"0.7175622",
"0.6998052",
"0.68242645",
"0.6790713",
"0.6777952",
"0.67401206",
"0.67334443",
"0.66958344",
"0.6630868",
"0.6541672",
"0.6430755",
"0.63688976",
"0.63423926",
"0.6322173",
"0.6251082",
"0.6251082",
"0.6215035... | 0.8383061 | 1 |
Returns the name of the given error code. src: (20190123) | Возвращает имя заданного кода ошибки. src: (20190123) | public static function getErrorName($errorCode)
{
switch ($errorCode) {
case \E_ERROR:
return "E_ERROR";
case \E_WARNING:
return "E_WARNING";
case \E_PARSE:
return "E_PARSE";
case \E_NOTICE:
return "E_NOTICE";
case \E_CORE_ERROR:
return "E_CORE_ERROR";
case \E_CORE_WARNING:
return "E_CORE_WARNING";
case \E_COMPILE_ERROR:
return "E_COMPILE_ERROR";
case \E_COMPILE_WARNING:
return "E_COMPILE_WARNING";
case \E_USER_ERROR:
return "E_USER_ERROR";
case \E_USER_WARNING:
return "E_USER_WARNING";
case \E_USER_NOTICE:
return "E_USER_NOTICE";
case \E_STRICT:
return "E_STRICT";
case \E_RECOVERABLE_ERROR:
return "E_RECOVERABLE_ERROR";
case \E_DEPRECATED:
return "E_DEPRECATED";
case \E_USER_DEPRECATED:
return "E_USER_DEPRECATED";
case \E_ALL:
return "E_ALL";
default:
return "E_UNKNOWN";
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getErrorConstantName(){\n\t\treturn isset(self::$errors_constants[$this->code])\n\t\t\t? self::$errors_constants[$this->code]\n\t\t\t: \"UNKNOWN [{$this->code}]\";\n\t}",
"public function get_error_code() {\n\t\t$codes = $this->get_error_codes();\n\n\t\tif ( empty( $codes ) ) {\n\t\t\treturn '';\... | [
"0.77274895",
"0.7271853",
"0.7271065",
"0.72547185",
"0.72302645",
"0.7228117",
"0.72084683",
"0.717803",
"0.71530944",
"0.71427023",
"0.70745957",
"0.7064941",
"0.70254546",
"0.69857746",
"0.69857746",
"0.6983983",
"0.69347745",
"0.6922687",
"0.6866864",
"0.68418306",
"0.68... | 0.7847261 | 0 |
Import single row from the CSV. Typically, this would involve calling wp_insert_post(). Throwing an exception from this method will not abort the whole process, but will show a warning to the user. | Импорт одной строки из CSV. Обычно это включает вызов wp_insert_post(). Вызов исключения из этого метода не прервет весь процесс, но покажет пользователю предупреждение. | public function import_row( $row ) {
// Call wp_insert_post() or whatever you need to do with $row
return true;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function import_from_csv( $args, $assoc_args ) {\n\t\tdefine( 'WP_IMPORTING', true );\n\n\t\tif ( empty( $assoc_args['csv'] ) || ! file_exists( $assoc_args['csv'] ) ) {\n\t\t\tWP_CLI::error( \"Invalid 'csv' file\" );\n\t\t}\n\n\t\tglobal $wpdb;\n\t\tif ( ( $handle = fopen( $assoc_args['csv'], \"r\" ) ) !== FALSE )... | [
"0.6907656",
"0.68444526",
"0.65765953",
"0.6542529",
"0.63338983",
"0.6256799",
"0.6254495",
"0.62509704",
"0.62332845",
"0.6125346",
"0.6124874",
"0.6117194",
"0.6100996",
"0.6064787",
"0.6062865",
"0.5911286",
"0.5900892",
"0.5879182",
"0.58755744",
"0.586401",
"0.5817154"... | 0.70414007 | 0 |
use to provider template to fineuploader | используйте шаблон провайдера для fineuploader | public function renderFineUploaderTemplateAction()
{
return $this->render($this->getParameter('donjohn.media.fine_uploader.template'));
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function esig_templateupload() {\n\n if (!function_exists('WP_E_Sig'))\n return;\n\n $temp_obj = new esig_templates();\n\n $documents = $temp_obj->get_template_list('esig_template');\n\n $html = '';\n $html .='<option value=\"sel_temp_nam... | [
"0.64656425",
"0.6392769",
"0.63737214",
"0.6247337",
"0.6245597",
"0.6245597",
"0.6229552",
"0.6214919",
"0.6187236",
"0.61783075",
"0.61564964",
"0.6115564",
"0.6110467",
"0.60683316",
"0.6043937",
"0.6041968",
"0.60293925",
"0.6022378",
"0.60096216",
"0.60045534",
"0.59948... | 0.715063 | 0 |
Get the [idtype] column value. | Получите значение столбца [idtype]. | public function getIdtype()
{
return $this->idtype;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getId_type()\n {\n return $this->id_type;\n }",
"public function getType_id()\n {\n return $this->type_id;\n }",
"public function getType_id()\n {\n return $this->type_id;\n }",
"public function getType_id()\n {\n return $this->type_id;\n }"... | [
"0.800979",
"0.7474496",
"0.7474496",
"0.7474496",
"0.7438518",
"0.7413232",
"0.7413232",
"0.7413232",
"0.7413232",
"0.7409642",
"0.72950107",
"0.7267802",
"0.7166814",
"0.7105132",
"0.7105132",
"0.7105132",
"0.7064054",
"0.70371914",
"0.6981351",
"0.6910277",
"0.68485063",
... | 0.80627435 | 0 |
Get the [kategori_error] column value. | Получите значение столбца [kategori_error]. | public function getKategoriError()
{
return $this->kategori_error;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function get_error_value(){\n \t\treturn $this->error_value;\n \t}",
"public function getError() {\n return $this->get(self::ERROR);\n }",
"final public static function errorGetLastCategory()\n\t{\n\t\treturn self::$__error_last_category;\n\t}",
"public function getErrorMessage()\n ... | [
"0.6439826",
"0.59671724",
"0.59508264",
"0.59332585",
"0.59253263",
"0.59130466",
"0.5894414",
"0.5882373",
"0.5866469",
"0.5847847",
"0.58473647",
"0.58442885",
"0.5818654",
"0.58127475",
"0.5812602",
"0.5809993",
"0.57801396",
"0.57620686",
"0.576156",
"0.5758563",
"0.5749... | 0.81647825 | 0 |
Get the [keterangan] column value. | Получите значение столбца [keterangan]. | public function getKeterangan()
{
return $this->keterangan;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function lapangan(){\n\t\t\treturn $this->db->get('lapangan')->result();\n\t\t}",
"public function getJenisKelamin(){\n return self::jenis_kelamin;\n }",
"public function namaDenganJabatan() {\n if ($this->isDosen()) {\n return TkDosen::find($this->kodeDosen)\n ->dose... | [
"0.6616352",
"0.65443665",
"0.6430787",
"0.6415196",
"0.63466835",
"0.6256864",
"0.6245073",
"0.61482924",
"0.61472356",
"0.6056304",
"0.605081",
"0.6047802",
"0.59845704",
"0.59839517",
"0.5980536",
"0.5960963",
"0.59130716",
"0.5906846",
"0.58857274",
"0.5794837",
"0.578554... | 0.82452774 | 0 |
Generic method to set the primary key (idtype column). | Общий метод установки первичного ключа (столбец idtype). | public function setPrimaryKey($key)
{
$this->setIdtype($key);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function setPK($pk, $pkType) {\r\n\t\t$this->pk = $pk;\r\n\t\t$this->pkType = $pkType;\r\n\t}",
"public function setPrimaryKeyId($keyid)\n\t{\n\t\t$this->primaryKey = $keyid;\n\t}",
"public function setPrimaryKey($key)\n {\n $this->setId($key);\n }",
"public function setPrimaryKey($key)\n\t{\n\t\t$this-... | [
"0.68588746",
"0.67388606",
"0.6642589",
"0.6621228",
"0.6621228",
"0.6621228",
"0.6621228",
"0.6621228",
"0.6621228",
"0.6621228",
"0.6621228",
"0.6621228",
"0.6621228",
"0.6605514",
"0.65940225",
"0.6515334",
"0.6515334",
"0.6515334",
"0.651518",
"0.64988554",
"0.64988554",... | 0.74032265 | 0 |
Initializes the collVldAktPds collection. By default this just sets the collVldAktPds collection to an empty array (like clearcollVldAktPds()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldAktPds. По умолчанию это просто устанавливает коллекцию collVldAktPds в пустой массив (как clearcollVldAktPds()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать подходящие значения для вашего приложения, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldAktPds($overrideExisting = true)
{
if (null !== $this->collVldAktPds && !$overrideExisting) {
return;
}
$this->collVldAktPds = new PropelObjectCollection();
$this->collVldAktPds->setModel('VldAktPd');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function setVldAktPds(PropelCollection $vldAktPds, PropelPDO $con = null)\n {\n $vldAktPdsToDelete = $this->getVldAktPds(new Criteria(), $con)->diff($vldAktPds);\n\n $this->vldAktPdsScheduledForDeletion = unserialize(serialize($vldAktPdsToDelete));\n\n foreach ($vldAktPdsToDelete as ... | [
"0.7123367",
"0.6899429",
"0.66409314",
"0.6547415",
"0.6164967",
"0.59662426",
"0.59662426",
"0.57732457",
"0.5760093",
"0.5687017",
"0.5671636",
"0.53926265",
"0.53465956",
"0.5315549",
"0.53141165",
"0.52548754",
"0.5211571",
"0.5156251",
"0.5080585",
"0.5059924",
"0.50214... | 0.7438549 | 0 |
Initializes the collVldAlats collection. By default this just sets the collVldAlats collection to an empty array (like clearcollVldAlats()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldAlats. По умолчанию это просто устанавливает коллекцию collVldAlats в пустой массив (как clearcollVldAlats()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать соответствующие значения для вашего приложения, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldAlats($overrideExisting = true)
{
if (null !== $this->collVldAlats && !$overrideExisting) {
return;
}
$this->collVldAlats = new PropelObjectCollection();
$this->collVldAlats->setModel('VldAlat');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldAnaks($overrideExisting = true)\n {\n if (null !== $this->collVldAnaks && !$overrideExisting) {\n return;\n }\n $this->collVldAnaks = new PropelObjectCollection();\n $this->collVldAnaks->setModel('VldAnak');\n }",
"public function initVldAktPds(... | [
"0.6581403",
"0.6106118",
"0.6106118",
"0.5666347",
"0.5586881",
"0.55804574",
"0.5476828",
"0.53552705",
"0.53440285",
"0.5335464",
"0.532125",
"0.5296499",
"0.5274402",
"0.5224048",
"0.52182406",
"0.5215958",
"0.5213378",
"0.51724297",
"0.5162106",
"0.51461923",
"0.51370645... | 0.7571457 | 0 |
Initializes the collVldAnaks collection. By default this just sets the collVldAnaks collection to an empty array (like clearcollVldAnaks()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldAnaks. По умолчанию это просто устанавливает коллекцию collVldAnaks в пустой массив (как clearcollVldAnaks()); однако вы можете переопределить этот метод в своей класс-оболочке, чтобы задать соответствующие значения для вашего приложения, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldAnaks($overrideExisting = true)
{
if (null !== $this->collVldAnaks && !$overrideExisting) {
return;
}
$this->collVldAnaks = new PropelObjectCollection();
$this->collVldAnaks->setModel('VldAnak');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldAlats($overrideExisting = true)\n {\n if (null !== $this->collVldAlats && !$overrideExisting) {\n return;\n }\n $this->collVldAlats = new PropelObjectCollection();\n $this->collVldAlats->setModel('VldAlat');\n }",
"public function initVldYayasan... | [
"0.6501969",
"0.6091537",
"0.6029194",
"0.6029194",
"0.5741455",
"0.5691742",
"0.5619205",
"0.55631834",
"0.5550503",
"0.55033207",
"0.54041386",
"0.5402659",
"0.53622955",
"0.53340274",
"0.52565473",
"0.52273023",
"0.5222226",
"0.5214185",
"0.5156824",
"0.51103723",
"0.49558... | 0.7760588 | 0 |
Initializes the collVldAngkutans collection. By default this just sets the collVldAngkutans collection to an empty array (like clearcollVldAngkutans()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldAngkutans. По умолчанию это просто устанавливает коллекцию collVldAngkutans в пустой массив (как clearcollVldAngkutans()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать подходящие значения для вашего приложения, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldAngkutans($overrideExisting = true)
{
if (null !== $this->collVldAngkutans && !$overrideExisting) {
return;
}
$this->collVldAngkutans = new PropelObjectCollection();
$this->collVldAngkutans->setModel('VldAngkutan');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldRwyKepangkatans($overrideExisting = true)\n {\n if (null !== $this->collVldRwyKepangkatans && !$overrideExisting) {\n return;\n }\n $this->collVldRwyKepangkatans = new PropelObjectCollection();\n $this->collVldRwyKepangkatans->setModel('VldRwyKepangk... | [
"0.6515607",
"0.6393978",
"0.63196224",
"0.63092107",
"0.6119558",
"0.61166394",
"0.5999521",
"0.59709567",
"0.593438",
"0.58749104",
"0.58749104",
"0.58491737",
"0.574397",
"0.5733001",
"0.55963683",
"0.5509512",
"0.55055135",
"0.5477609",
"0.5428622",
"0.5405789",
"0.539589... | 0.77349466 | 0 |
Initializes the collVldBangunans collection. By default this just sets the collVldBangunans collection to an empty array (like clearcollVldBangunans()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldBangunans. По умолчанию это просто устанавливает коллекцию collVldBangunans в пустой массив (также как clearcollVldBangunans()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать подходящее значение для вашего приложения, например, установить начальный массив значениями, хранящимися в базе данных. | public function initVldBangunans($overrideExisting = true)
{
if (null !== $this->collVldBangunans && !$overrideExisting) {
return;
}
$this->collVldBangunans = new PropelObjectCollection();
$this->collVldBangunans->setModel('VldBangunan');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldAngkutans($overrideExisting = true)\n {\n if (null !== $this->collVldAngkutans && !$overrideExisting) {\n return;\n }\n $this->collVldAngkutans = new PropelObjectCollection();\n $this->collVldAngkutans->setModel('VldAngkutan');\n }",
"public fun... | [
"0.6227372",
"0.6144875",
"0.61261076",
"0.5868771",
"0.58679307",
"0.5798942",
"0.56820077",
"0.5653234",
"0.5597099",
"0.5437937",
"0.54284996",
"0.5416797",
"0.5370794",
"0.5339135",
"0.5280384",
"0.5265182",
"0.52150583",
"0.5189396",
"0.5144932",
"0.5133294",
"0.5123724"... | 0.73529387 | 0 |
Initializes the collVldBeaPds collection. By default this just sets the collVldBeaPds collection to an empty array (like clearcollVldBeaPds()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldBeaPds. По умолчанию это просто устанавливает коллекцию collVldBeaPds в пустой массив (как clearcollVldBeaPds()); однако вы можете переопределить этот метод в своей класс-заглушке, чтобы задать соответствующие значения для вашей приложения, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldBeaPds($overrideExisting = true)
{
if (null !== $this->collVldBeaPds && !$overrideExisting) {
return;
}
$this->collVldBeaPds = new PropelObjectCollection();
$this->collVldBeaPds->setModel('VldBeaPd');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldBeaPtks($overrideExisting = true)\n {\n if (null !== $this->collVldBeaPtks && !$overrideExisting) {\n return;\n }\n $this->collVldBeaPtks = new PropelObjectCollection();\n $this->collVldBeaPtks->setModel('VldBeaPtk');\n }",
"public function init... | [
"0.6122185",
"0.6024891",
"0.5916922",
"0.5665438",
"0.5665438",
"0.55943155",
"0.55939746",
"0.55276054",
"0.55018497",
"0.52423203",
"0.5165895",
"0.5144351",
"0.512988",
"0.50864965",
"0.503575",
"0.5024888",
"0.5005329",
"0.49862725",
"0.4948534",
"0.4935011",
"0.49336302... | 0.75086564 | 0 |
Initializes the collVldDemografis collection. By default this just sets the collVldDemografis collection to an empty array (like clearcollVldDemografis()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldDemografis. По умолчанию это просто устанавливает коллекцию collVldDemografis в пустой массив (как clearcollVldDemografis()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы установить значения, соответствующие вашему приложению, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldDemografis($overrideExisting = true)
{
if (null !== $this->collVldDemografis && !$overrideExisting) {
return;
}
$this->collVldDemografis = new PropelObjectCollection();
$this->collVldDemografis->setModel('VldDemografi');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldDudis($overrideExisting = true)\n {\n if (null !== $this->collVldDudis && !$overrideExisting) {\n return;\n }\n $this->collVldDudis = new PropelObjectCollection();\n $this->collVldDudis->setModel('VldDudi');\n }",
"public function initVldAktPds(... | [
"0.6279062",
"0.5308524",
"0.5308524",
"0.51431173",
"0.5131925",
"0.50815064",
"0.5062199",
"0.50603384",
"0.50532305",
"0.50411516",
"0.4999585",
"0.49823877",
"0.4972896",
"0.4964765",
"0.49592814",
"0.4950661",
"0.49238038",
"0.49204916",
"0.4896998",
"0.48934174",
"0.487... | 0.7013385 | 0 |
Initializes the collVldDudis collection. By default this just sets the collVldDudis collection to an empty array (like clearcollVldDudis()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldDudis. По умолчанию это просто устанавливает коллекцию collVldDudis в пустой массив (как clearcollVldDudis()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы установить значения, соответствующие вашему приложению, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldDudis($overrideExisting = true)
{
if (null !== $this->collVldDudis && !$overrideExisting) {
return;
}
$this->collVldDudis = new PropelObjectCollection();
$this->collVldDudis->setModel('VldDudi');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldDemografis($overrideExisting = true)\n {\n if (null !== $this->collVldDemografis && !$overrideExisting) {\n return;\n }\n $this->collVldDemografis = new PropelObjectCollection();\n $this->collVldDemografis->setModel('VldDemografi');\n }",
"publi... | [
"0.6250755",
"0.56819934",
"0.56819934",
"0.5546266",
"0.54610616",
"0.5429683",
"0.5404138",
"0.5350826",
"0.5314413",
"0.52247125",
"0.52150536",
"0.5206387",
"0.51725817",
"0.5151924",
"0.5094533",
"0.5063404",
"0.5050017",
"0.5048681",
"0.5032294",
"0.50315386",
"0.498380... | 0.7465282 | 0 |
Initializes the collVldInpassings collection. By default this just sets the collVldInpassings collection to an empty array (like clearcollVldInpassings()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldInpassings. По умолчанию это просто устанавливает коллекцию collVldInpassings в пустой массив (как clearcollVldInpassings()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать подходящие значения для вашей приложения, например, установить начальный массив значениями, хранящимися в базе данных. | public function initVldInpassings($overrideExisting = true)
{
if (null !== $this->collVldInpassings && !$overrideExisting) {
return;
}
$this->collVldInpassings = new PropelObjectCollection();
$this->collVldInpassings->setModel('VldInpassing');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldAktPds($overrideExisting = true)\n {\n if (null !== $this->collVldAktPds && !$overrideExisting) {\n return;\n }\n $this->collVldAktPds = new PropelObjectCollection();\n $this->collVldAktPds->setModel('VldAktPd');\n }",
"public function initVldAk... | [
"0.5860101",
"0.5860101",
"0.58373886",
"0.5774542",
"0.56159145",
"0.5512772",
"0.5495035",
"0.544316",
"0.5412819",
"0.5296252",
"0.52725416",
"0.52692246",
"0.5255153",
"0.5147266",
"0.5137721",
"0.51173794",
"0.50206095",
"0.50155616",
"0.4984432",
"0.4982128",
"0.4973702... | 0.7831024 | 0 |
Initializes the collVldJurusanSps collection. By default this just sets the collVldJurusanSps collection to an empty array (like clearcollVldJurusanSps()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldJurusanSps. По умолчанию это просто устанавливает коллекцию collVldJurusanSps в пустой массив (как clearcollVldJurusanSps()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы установить значения, соответствующие вашему приложению, например, инициализировать массив значениями, хранящимися в базе данных. | public function initVldJurusanSps($overrideExisting = true)
{
if (null !== $this->collVldJurusanSps && !$overrideExisting) {
return;
}
$this->collVldJurusanSps = new PropelObjectCollection();
$this->collVldJurusanSps->setModel('VldJurusanSp');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function resetPartialVldJurusanSps($v = true)\n {\n $this->collVldJurusanSpsPartial = $v;\n }",
"public function initViajes()\n {\n $collectionClassName = ViajesTableMap::getTableMap()->getCollectionClassName();\n\n $this->collViajes = new $collectionClassName;\n $this... | [
"0.5981905",
"0.56187135",
"0.559798",
"0.55791116",
"0.55281556",
"0.53474265",
"0.5226437",
"0.5210915",
"0.5200576",
"0.5192792",
"0.5174657",
"0.50587016",
"0.50094175",
"0.5008236",
"0.49072468",
"0.49025416",
"0.4875467",
"0.4871582",
"0.48515198",
"0.4832251",
"0.47861... | 0.7547229 | 0 |
Initializes the collVldKaryaTuliss collection. By default this just sets the collVldKaryaTuliss collection to an empty array (like clearcollVldKaryaTuliss()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldKaryaTuliss. По умолчанию это просто устанавливает коллекцию collVldKaryaTuliss в пустой массив (как clearcollVldKaryaTuliss()); однако вы можете переопределить этот метод в своей классе-шаблоне, чтобы задать соответствующие значения для вашей приложения, например, установить начальный массив в значения, сохраненные в базе данных. | public function initVldKaryaTuliss($overrideExisting = true)
{
if (null !== $this->collVldKaryaTuliss && !$overrideExisting) {
return;
}
$this->collVldKaryaTuliss = new PropelObjectCollection();
$this->collVldKaryaTuliss->setModel('VldKaryaTulis');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldKesejahteraans($overrideExisting = true)\n {\n if (null !== $this->collVldKesejahteraans && !$overrideExisting) {\n return;\n }\n $this->collVldKesejahteraans = new PropelObjectCollection();\n $this->collVldKesejahteraans->setModel('VldKesejahteraan'... | [
"0.6086993",
"0.58584505",
"0.5839092",
"0.57112336",
"0.56213176",
"0.5572876",
"0.5502742",
"0.54839224",
"0.54728127",
"0.5412587",
"0.5394938",
"0.5387276",
"0.5292431",
"0.52710474",
"0.5252439",
"0.5206658",
"0.5189659",
"0.5142409",
"0.5139436",
"0.5138185",
"0.5136112... | 0.7286824 | 0 |
Initializes the collVldKesejahteraans collection. By default this just sets the collVldKesejahteraans collection to an empty array (like clearcollVldKesejahteraans()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldKesejahteraans. По умолчанию это просто устанавливает коллекцию collVldKesejahteraans в пустой массив (как clearcollVldKesejahteraans()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать подходящие значения для вашего приложения, например, установить начальный массив в значения, сохраненные в базе данных. | public function initVldKesejahteraans($overrideExisting = true)
{
if (null !== $this->collVldKesejahteraans && !$overrideExisting) {
return;
}
$this->collVldKesejahteraans = new PropelObjectCollection();
$this->collVldKesejahteraans->setModel('VldKesejahteraan');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initViajes()\n {\n $collectionClassName = ViajesTableMap::getTableMap()->getCollectionClassName();\n\n $this->collViajes = new $collectionClassName;\n $this->collViajesPartial = true;\n $this->collViajes->setModel('\\Viaje');\n }",
"public function initViajes()\n... | [
"0.6494632",
"0.6470047",
"0.6464131",
"0.5927024",
"0.5772208",
"0.5733058",
"0.5707005",
"0.5698131",
"0.56450987",
"0.55454075",
"0.55285925",
"0.5523003",
"0.54435486",
"0.5409264",
"0.53926027",
"0.53714716",
"0.5356912",
"0.5306809",
"0.53056735",
"0.52248114",
"0.52162... | 0.7393209 | 0 |
Initializes the collVldMous collection. By default this just sets the collVldMous collection to an empty array (like clearcollVldMous()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldMous. По умолчанию это просто устанавливает коллекцию collVldMous в пустой массив (так же, как clearcollVldMous()); однако вы можете переопределить этот метод в своей класс-оболочке, чтобы задать подходящие значения для вашего приложения, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldMous($overrideExisting = true)
{
if (null !== $this->collVldMous && !$overrideExisting) {
return;
}
$this->collVldMous = new PropelObjectCollection();
$this->collVldMous->setModel('VldMou');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldRombels($overrideExisting = true)\n {\n if (null !== $this->collVldRombels && !$overrideExisting) {\n return;\n }\n $this->collVldRombels = new PropelObjectCollection();\n $this->collVldRombels->setModel('VldRombel');\n }",
"public function init... | [
"0.5861617",
"0.5339856",
"0.52608854",
"0.52426416",
"0.5172514",
"0.5133578",
"0.5131139",
"0.5072651",
"0.5025417",
"0.50121385",
"0.5003812",
"0.4998189",
"0.49728224",
"0.49139377",
"0.49075937",
"0.4893529",
"0.48793948",
"0.48694286",
"0.48546088",
"0.48405266",
"0.483... | 0.70850146 | 0 |
Initializes the collVldNilaiRapors collection. By default this just sets the collVldNilaiRapors collection to an empty array (like clearcollVldNilaiRapors()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldNilaiRapors. По умолчанию это просто устанавливает коллекцию collVldNilaiRapors в пустой массив (как clearcollVldNilaiRapors()); однако вы можете переопределить этот метод в своей заглушке, чтобы установить значения, подходящие для вашего приложения, например, инициализировать массив значениями, хранящимися в базе данных. | public function initVldNilaiRapors($overrideExisting = true)
{
if (null !== $this->collVldNilaiRapors && !$overrideExisting) {
return;
}
$this->collVldNilaiRapors = new PropelObjectCollection();
$this->collVldNilaiRapors->setModel('VldNilaiRapor');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldNilaiTests($overrideExisting = true)\n {\n if (null !== $this->collVldNilaiTests && !$overrideExisting) {\n return;\n }\n $this->collVldNilaiTests = new PropelObjectCollection();\n $this->collVldNilaiTests->setModel('VldNilaiTest');\n }",
"publi... | [
"0.61269003",
"0.57412547",
"0.5722075",
"0.56925166",
"0.5678696",
"0.54019713",
"0.5389572",
"0.53791684",
"0.53447264",
"0.53354776",
"0.5100049",
"0.5053462",
"0.5030099",
"0.49579814",
"0.49481297",
"0.49462724",
"0.48918962",
"0.4863845",
"0.48576102",
"0.4854528",
"0.4... | 0.7532234 | 0 |
Initializes the collVldNilaiTests collection. By default this just sets the collVldNilaiTests collection to an empty array (like clearcollVldNilaiTests()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldNilaiTests. По умолчанию это просто устанавливает коллекцию collVldNilaiTests в пустой массив (как clearcollVldNilaiTests()); однако вы можете переопределить этот метод в своей классе-заглушке, чтобы задать соответствующие значения для вашего приложения, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldNilaiTests($overrideExisting = true)
{
if (null !== $this->collVldNilaiTests && !$overrideExisting) {
return;
}
$this->collVldNilaiTests = new PropelObjectCollection();
$this->collVldNilaiTests->setModel('VldNilaiTest');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldNilaiRapors($overrideExisting = true)\n {\n if (null !== $this->collVldNilaiRapors && !$overrideExisting) {\n return;\n }\n $this->collVldNilaiRapors = new PropelObjectCollection();\n $this->collVldNilaiRapors->setModel('VldNilaiRapor');\n }",
"... | [
"0.57410717",
"0.5723915",
"0.5710825",
"0.56557125",
"0.54957634",
"0.54778606",
"0.5435681",
"0.534357",
"0.5158627",
"0.5106395",
"0.5092143",
"0.5060029",
"0.50502235",
"0.504959",
"0.5046906",
"0.501537",
"0.50101453",
"0.49957138",
"0.4979906",
"0.4945607",
"0.49441463"... | 0.7527702 | 0 |
Initializes the collVldNonsekolahs collection. By default this just sets the collVldNonsekolahs collection to an empty array (like clearcollVldNonsekolahs()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldNonsekolahs. По умолчанию это просто устанавливает коллекцию collVldNonsekolahs в пустой массив (как clearcollVldNonsekolahs()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы установить значения, соответствующие вашему приложению, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldNonsekolahs($overrideExisting = true)
{
if (null !== $this->collVldNonsekolahs && !$overrideExisting) {
return;
}
$this->collVldNonsekolahs = new PropelObjectCollection();
$this->collVldNonsekolahs->setModel('VldNonsekolah');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldSekolahs($overrideExisting = true)\n {\n if (null !== $this->collVldSekolahs && !$overrideExisting) {\n return;\n }\n $this->collVldSekolahs = new PropelObjectCollection();\n $this->collVldSekolahs->setModel('VldSekolah');\n }",
"public function... | [
"0.65665567",
"0.6121452",
"0.5993",
"0.5989585",
"0.5894048",
"0.57076836",
"0.5654543",
"0.5652217",
"0.56448513",
"0.56091994",
"0.559976",
"0.5592873",
"0.5579748",
"0.5470521",
"0.5464607",
"0.54349273",
"0.5415544",
"0.54040223",
"0.53501153",
"0.534885",
"0.5311529",
... | 0.738505 | 0 |
Initializes the collVldPdLongs collection. By default this just sets the collVldPdLongs collection to an empty array (like clearcollVldPdLongs()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldPdLongs. По умолчанию это просто устанавливает коллекцию collVldPdLongs в пустой массив (как clearcollVldPdLongs()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы установить значения, подходящие для вашего приложения, например, инициализировать массив значениями, хранящимися в базе данных. | public function initVldPdLongs($overrideExisting = true)
{
if (null !== $this->collVldPdLongs && !$overrideExisting) {
return;
}
$this->collVldPdLongs = new PropelObjectCollection();
$this->collVldPdLongs->setModel('VldPdLong');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function resetPartialVldPdLongs($v = true)\n {\n $this->collVldPdLongsPartial = $v;\n }",
"public function countVldPdLongs(Criteria $criteria = null, $distinct = false, PropelPDO $con = null)\n {\n $partial = $this->collVldPdLongsPartial && !$this->isNew();\n if (null === $th... | [
"0.62321323",
"0.58170336",
"0.51554865",
"0.51031274",
"0.51031274",
"0.4964644",
"0.4902242",
"0.47924495",
"0.47872728",
"0.478383",
"0.459702",
"0.45778474",
"0.45634654",
"0.45317474",
"0.4526072",
"0.4449522",
"0.4446651",
"0.44020817",
"0.44000044",
"0.4367754",
"0.435... | 0.7764361 | 0 |
Initializes the collVldPembelajarans collection. By default this just sets the collVldPembelajarans collection to an empty array (like clearcollVldPembelajarans()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldPembelajarans. По умолчанию это просто устанавливает коллекцию collVldPembelajarans в пустой массив (как clearcollVldPembelajarans()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать подходящие значения для вашей приложения, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldPembelajarans($overrideExisting = true)
{
if (null !== $this->collVldPembelajarans && !$overrideExisting) {
return;
}
$this->collVldPembelajarans = new PropelObjectCollection();
$this->collVldPembelajarans->setModel('VldPembelajaran');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldKesejahteraans($overrideExisting = true)\n {\n if (null !== $this->collVldKesejahteraans && !$overrideExisting) {\n return;\n }\n $this->collVldKesejahteraans = new PropelObjectCollection();\n $this->collVldKesejahteraans->setModel('VldKesejahteraan'... | [
"0.6434584",
"0.603448",
"0.5998806",
"0.5930428",
"0.5867255",
"0.58628184",
"0.5753668",
"0.57525873",
"0.5738874",
"0.5715221",
"0.56034416",
"0.555327",
"0.555327",
"0.5486595",
"0.5461727",
"0.54612476",
"0.5424636",
"0.5368382",
"0.5323787",
"0.5288042",
"0.5272994",
... | 0.7407082 | 0 |
Initializes the collVldPenghargaans collection. By default this just sets the collVldPenghargaans collection to an empty array (like clearcollVldPenghargaans()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldPenghargaans. По умолчанию это просто устанавливает коллекцию collVldPenghargaans в пустой массив (как clearcollVldPenghargaans()); однако вы можете переопределить этот метод в своей классе-шаблоне, чтобы задать соответствующие значения для вашего приложения, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldPenghargaans($overrideExisting = true)
{
if (null !== $this->collVldPenghargaans && !$overrideExisting) {
return;
}
$this->collVldPenghargaans = new PropelObjectCollection();
$this->collVldPenghargaans->setModel('VldPenghargaan');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldAngkutans($overrideExisting = true)\n {\n if (null !== $this->collVldAngkutans && !$overrideExisting) {\n return;\n }\n $this->collVldAngkutans = new PropelObjectCollection();\n $this->collVldAngkutans->setModel('VldAngkutan');\n }",
"public fun... | [
"0.6278839",
"0.6249966",
"0.61466116",
"0.6058157",
"0.5988969",
"0.5922334",
"0.58900493",
"0.586788",
"0.58459663",
"0.5665932",
"0.5614646",
"0.5614646",
"0.5576354",
"0.54643446",
"0.5428621",
"0.53848815",
"0.53511065",
"0.53247255",
"0.53247255",
"0.5311925",
"0.529154... | 0.7367331 | 0 |
Initializes the collVldPesertaDidiks collection. By default this just sets the collVldPesertaDidiks collection to an empty array (like clearcollVldPesertaDidiks()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldPesertaDidiks. По умолчанию это просто устанавливает коллекцию collVldPesertaDidiks в пустой массив (как clearcollVldPesertaDidiks()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать подходящие значения для вашего приложения, например, установить начальный массив в значения, сохраненные в базе данных. | public function initVldPesertaDidiks($overrideExisting = true)
{
if (null !== $this->collVldPesertaDidiks && !$overrideExisting) {
return;
}
$this->collVldPesertaDidiks = new PropelObjectCollection();
$this->collVldPesertaDidiks->setModel('VldPesertaDidik');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function resetPartialVldPesertaDidiks($v = true)\n {\n $this->collVldPesertaDidiksPartial = $v;\n }",
"public function countVldPesertaDidiks(Criteria $criteria = null, $distinct = false, PropelPDO $con = null)\n {\n $partial = $this->collVldPesertaDidiksPartial && !$this->isNew();\n... | [
"0.59270036",
"0.5290194",
"0.4946067",
"0.47573733",
"0.4747648",
"0.4745357",
"0.4745357",
"0.47391996",
"0.47045815",
"0.47028774",
"0.46794143",
"0.46544224",
"0.4625239",
"0.45782965",
"0.45228717",
"0.4502499",
"0.44748652",
"0.44375986",
"0.44274846",
"0.44202632",
"0.... | 0.70551836 | 0 |
Initializes the collVldPrestasis collection. By default this just sets the collVldPrestasis collection to an empty array (like clearcollVldPrestasis()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldPrestasis. По умолчанию это просто устанавливает коллекцию collVldPrestasis в пустой массив (как clearcollVldPrestasis()); однако вы можете переопределить этот метод в своей класс-заглушке, чтобы задать соответствующие значения для вашей приложения, например, установить начальный массив значениями, хранящимися в базе данных. | public function initVldPrestasis($overrideExisting = true)
{
if (null !== $this->collVldPrestasis && !$overrideExisting) {
return;
}
$this->collVldPrestasis = new PropelObjectCollection();
$this->collVldPrestasis->setModel('VldPrestasi');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initViajes()\n {\n $collectionClassName = ViajesTableMap::getTableMap()->getCollectionClassName();\n\n $this->collViajes = new $collectionClassName;\n $this->collViajesPartial = true;\n $this->collViajes->setModel('\\Viaje');\n }",
"public function initZoness()\n... | [
"0.579737",
"0.5683885",
"0.5667789",
"0.55845064",
"0.55606484",
"0.5390492",
"0.5390492",
"0.53525484",
"0.52882457",
"0.5279197",
"0.52776986",
"0.5173551",
"0.5139801",
"0.5127713",
"0.51271313",
"0.5115413",
"0.5096001",
"0.5064844",
"0.5010163",
"0.5010163",
"0.5007179"... | 0.7240659 | 0 |
Initializes the collVldPtks collection. By default this just sets the collVldPtks collection to an empty array (like clearcollVldPtks()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldPtks. По умолчанию это просто устанавливает коллекцию collVldPtks в пустой массив (как clearcollVldPtks()); однако вы можете переопределить этот метод в своей классе-шаблоне, чтобы задать подходящие значения для вашего приложения, например, установить начальный массив значениями, хранящимися в базе данных. | public function initVldPtks($overrideExisting = true)
{
if (null !== $this->collVldPtks && !$overrideExisting) {
return;
}
$this->collVldPtks = new PropelObjectCollection();
$this->collVldPtks->setModel('VldPtk');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldPtkTerdaftars($overrideExisting = true)\n {\n if (null !== $this->collVldPtkTerdaftars && !$overrideExisting) {\n return;\n }\n $this->collVldPtkTerdaftars = new PropelObjectCollection();\n $this->collVldPtkTerdaftars->setModel('VldPtkTerdaftar');\n ... | [
"0.61493874",
"0.6048286",
"0.5793047",
"0.5635702",
"0.55555016",
"0.55555016",
"0.5524288",
"0.54455656",
"0.5327617",
"0.5236031",
"0.5114969",
"0.50694317",
"0.5068815",
"0.50667787",
"0.49916685",
"0.49017808",
"0.4900442",
"0.48844653",
"0.486508",
"0.48630086",
"0.4848... | 0.70570266 | 0 |
Initializes the collVldPtkTerdaftars collection. By default this just sets the collVldPtkTerdaftars collection to an empty array (like clearcollVldPtkTerdaftars()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldPtkTerdaftars. По умолчанию это просто устанавливает коллекцию collVldPtkTerdaftars в пустой массив (как clearcollVldPtkTerdaftars()); однако вы можете переопределить этот метод в своей класс-оболочке, чтобы установить значения, соответствующие вашему приложению, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldPtkTerdaftars($overrideExisting = true)
{
if (null !== $this->collVldPtkTerdaftars && !$overrideExisting) {
return;
}
$this->collVldPtkTerdaftars = new PropelObjectCollection();
$this->collVldPtkTerdaftars->setModel('VldPtkTerdaftar');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initTbturmas()\n\t{\n\t\t$this->collTbturmas = array();\n\t}",
"public function resetPartialVldPtkTerdaftars($v = true)\n {\n $this->collVldPtkTerdaftarsPartial = $v;\n }",
"public function initTbofertas()\n\t{\n\t\t$this->collTbofertas = array();\n\t}",
"public function initVldP... | [
"0.61439943",
"0.5999023",
"0.57912725",
"0.5667708",
"0.52174246",
"0.5032397",
"0.4958683",
"0.49523008",
"0.49402466",
"0.49378827",
"0.4820243",
"0.48051196",
"0.48051196",
"0.47959593",
"0.4774092",
"0.4748554",
"0.46652058",
"0.46586058",
"0.46501923",
"0.46384254",
"0.... | 0.75947255 | 0 |
Initializes the collVldRegPds collection. By default this just sets the collVldRegPds collection to an empty array (like clearcollVldRegPds()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldRegPds. По умолчанию это просто устанавливает коллекцию collVldRegPds в пустой массив (как clearcollVldRegPds()); однако вы можете переопределить этот метод в своей класс-заглушке, чтобы задать подходящие значения для вашего приложения, например, установить начальный массив значениями, хранящимися в базе данных. | public function initVldRegPds($overrideExisting = true)
{
if (null !== $this->collVldRegPds && !$overrideExisting) {
return;
}
$this->collVldRegPds = new PropelObjectCollection();
$this->collVldRegPds->setModel('VldRegPd');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function resetPartialVldRegPds($v = true)\n {\n $this->collVldRegPdsPartial = $v;\n }",
"public function initRegulations()\n\t{\n\t\t$this->collRegulations = array();\n\t}",
"public function initVldRombels($overrideExisting = true)\n {\n if (null !== $this->collVldRombels && !$ove... | [
"0.6253527",
"0.5767149",
"0.54162073",
"0.5413787",
"0.5413787",
"0.5376104",
"0.49833646",
"0.49180877",
"0.4853798",
"0.47678012",
"0.4759059",
"0.47532868",
"0.4739013",
"0.4724349",
"0.46723384",
"0.4661744",
"0.4655791",
"0.4645573",
"0.46075246",
"0.45994553",
"0.45952... | 0.75214386 | 0 |
Initializes the collVldRombels collection. By default this just sets the collVldRombels collection to an empty array (like clearcollVldRombels()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldRombels. По умолчанию это просто устанавливает коллекцию collVldRombels в пустой массив (как clearcollVldRombels()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать значения, подходящие для вашего приложения, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldRombels($overrideExisting = true)
{
if (null !== $this->collVldRombels && !$overrideExisting) {
return;
}
$this->collVldRombels = new PropelObjectCollection();
$this->collVldRombels->setModel('VldRombel');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function resetPartialVldRombels($v = true)\n {\n $this->collVldRombelsPartial = $v;\n }",
"public function initVldRwyKerjas($overrideExisting = true)\n {\n if (null !== $this->collVldRwyKerjas && !$overrideExisting) {\n return;\n }\n $this->collVldRwyKerjas ... | [
"0.5720299",
"0.56901884",
"0.5454402",
"0.5389749",
"0.52952075",
"0.52153426",
"0.517282",
"0.513416",
"0.5123037",
"0.5115157",
"0.5080893",
"0.5007957",
"0.49977806",
"0.49444258",
"0.4919797",
"0.48946574",
"0.48575065",
"0.48566616",
"0.4840159",
"0.4837374",
"0.4823337... | 0.7470747 | 0 |
Initializes the collVldRwyFungsionals collection. By default this just sets the collVldRwyFungsionals collection to an empty array (like clearcollVldRwyFungsionals()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldRwyFungsionals. По умолчанию это просто устанавливает коллекцию collVldRwyFungsionals в пустой массив (как clearcollVldRwyFungsionals()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать соответствующие значения для вашего приложения, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldRwyFungsionals($overrideExisting = true)
{
if (null !== $this->collVldRwyFungsionals && !$overrideExisting) {
return;
}
$this->collVldRwyFungsionals = new PropelObjectCollection();
$this->collVldRwyFungsionals->setModel('VldRwyFungsional');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function resetPartialVldRwyFungsionals($v = true)\n {\n $this->collVldRwyFungsionalsPartial = $v;\n }",
"public function initFbos()\n\t{\n\t\t$this->collFbos = array();\n\t}",
"public function initVldRwyPendFormals($overrideExisting = true)\n {\n if (null !== $this->collVldRwyPend... | [
"0.59006166",
"0.5741676",
"0.5541764",
"0.52788794",
"0.5231814",
"0.5178879",
"0.50655127",
"0.49947715",
"0.4894875",
"0.48188847",
"0.47706267",
"0.475368",
"0.47437307",
"0.46997222",
"0.46800488",
"0.4669283",
"0.46413487",
"0.46103305",
"0.45816705",
"0.45039058",
"0.4... | 0.7493887 | 0 |
Initializes the collVldRwyKepangkatans collection. By default this just sets the collVldRwyKepangkatans collection to an empty array (like clearcollVldRwyKepangkatans()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldRwyKepangkatans. По умолчанию это просто устанавливает коллекцию collVldRwyKepangkatans в пустой массив (как clearcollVldRwyKepangkatans()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать значения, подходящие для вашего приложения, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldRwyKepangkatans($overrideExisting = true)
{
if (null !== $this->collVldRwyKepangkatans && !$overrideExisting) {
return;
}
$this->collVldRwyKepangkatans = new PropelObjectCollection();
$this->collVldRwyKepangkatans->setModel('VldRwyKepangkatan');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldRwyKerjas($overrideExisting = true)\n {\n if (null !== $this->collVldRwyKerjas && !$overrideExisting) {\n return;\n }\n $this->collVldRwyKerjas = new PropelObjectCollection();\n $this->collVldRwyKerjas->setModel('VldRwyKerja');\n }",
"public fun... | [
"0.6290425",
"0.62693566",
"0.5993097",
"0.5729463",
"0.5682567",
"0.5564885",
"0.5417308",
"0.53769046",
"0.5368143",
"0.53610593",
"0.53386235",
"0.5335584",
"0.5313523",
"0.5303893",
"0.52913046",
"0.52439284",
"0.5233564",
"0.52332795",
"0.52097577",
"0.5138932",
"0.50667... | 0.70942575 | 0 |
Initializes the collVldRwyPendFormals collection. By default this just sets the collVldRwyPendFormals collection to an empty array (like clearcollVldRwyPendFormals()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldRwyPendFormals. По умолчанию это просто устанавливает коллекцию collVldRwyPendFormals в пустой массив (как clearcollVldRwyPendFormals()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать подходящие значения для вашего приложения, например, установить начальный массив в значения, сохраненные в базе данных. | public function initVldRwyPendFormals($overrideExisting = true)
{
if (null !== $this->collVldRwyPendFormals && !$overrideExisting) {
return;
}
$this->collVldRwyPendFormals = new PropelObjectCollection();
$this->collVldRwyPendFormals->setModel('VldRwyPendFormal');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function resetPartialVldRwyPendFormals($v = true)\n {\n $this->collVldRwyPendFormalsPartial = $v;\n }",
"public function initVldRwyFungsionals($overrideExisting = true)\n {\n if (null !== $this->collVldRwyFungsionals && !$overrideExisting) {\n return;\n }\n ... | [
"0.60471034",
"0.56751066",
"0.5401759",
"0.53086764",
"0.5209534",
"0.51536185",
"0.5116711",
"0.51146585",
"0.50887215",
"0.507999",
"0.50740194",
"0.50174737",
"0.48907295",
"0.4779596",
"0.47462752",
"0.47408393",
"0.47253993",
"0.4705745",
"0.46916768",
"0.46280196",
"0.... | 0.7306231 | 0 |
Initializes the collVldRwyStrukturals collection. By default this just sets the collVldRwyStrukturals collection to an empty array (like clearcollVldRwyStrukturals()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldRwyStrukturals. По умолчанию это просто устанавливает коллекцию collVldRwyStrukturals в пустой массив (как clearcollVldRwyStrukturals()); однако вы можете переопределить этот метод в своей оболочечной классе, чтобы установить значения, соответствующие вашему приложению, например, установить начальный массив в значения, сохраненные в базе данных. | public function initVldRwyStrukturals($overrideExisting = true)
{
if (null !== $this->collVldRwyStrukturals && !$overrideExisting) {
return;
}
$this->collVldRwyStrukturals = new PropelObjectCollection();
$this->collVldRwyStrukturals->setModel('VldRwyStruktural');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldRwySertifikasis($overrideExisting = true)\n {\n if (null !== $this->collVldRwySertifikasis && !$overrideExisting) {\n return;\n }\n $this->collVldRwySertifikasis = new PropelObjectCollection();\n $this->collVldRwySertifikasis->setModel('VldRwySertifi... | [
"0.6025308",
"0.5858863",
"0.56795853",
"0.55242175",
"0.53815514",
"0.52370733",
"0.51559114",
"0.5142824",
"0.5087509",
"0.4975059",
"0.4959986",
"0.4922358",
"0.49104482",
"0.4887732",
"0.4856359",
"0.48122916",
"0.4800039",
"0.47964105",
"0.4788456",
"0.47647315",
"0.4763... | 0.7196343 | 0 |
Initializes the collVldSekolahs collection. By default this just sets the collVldSekolahs collection to an empty array (like clearcollVldSekolahs()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldSekolahs. По умолчанию это просто устанавливает коллекцию collVldSekolahs в пустой массив (как clearcollVldSekolahs()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать подходящие значения для вашей приложения, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldSekolahs($overrideExisting = true)
{
if (null !== $this->collVldSekolahs && !$overrideExisting) {
return;
}
$this->collVldSekolahs = new PropelObjectCollection();
$this->collVldSekolahs->setModel('VldSekolah');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldNonsekolahs($overrideExisting = true)\n {\n if (null !== $this->collVldNonsekolahs && !$overrideExisting) {\n return;\n }\n $this->collVldNonsekolahs = new PropelObjectCollection();\n $this->collVldNonsekolahs->setModel('VldNonsekolah');\n }",
"... | [
"0.64438343",
"0.6261253",
"0.62029886",
"0.60044163",
"0.59631974",
"0.5935412",
"0.5801016",
"0.577958",
"0.5773343",
"0.5613834",
"0.557968",
"0.55654114",
"0.55246216",
"0.55179924",
"0.5511786",
"0.5484109",
"0.5458949",
"0.54577833",
"0.54443145",
"0.53093857",
"0.52903... | 0.72708136 | 0 |
Initializes the collVldTunjangans collection. By default this just sets the collVldTunjangans collection to an empty array (like clearcollVldTunjangans()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldTunjangans. По умолчанию это просто устанавливает коллекцию collVldTunjangans в пустой массив (как clearcollVldTunjangans()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать подходящие значения для вашей приложения, например, установить начальный массив в значения, сохраненные в базе данных. | public function initVldTunjangans($overrideExisting = true)
{
if (null !== $this->collVldTunjangans && !$overrideExisting) {
return;
}
$this->collVldTunjangans = new PropelObjectCollection();
$this->collVldTunjangans->setModel('VldTunjangan');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function resetPartialVldTunjangans($v = true)\n {\n $this->collVldTunjangansPartial = $v;\n }",
"public function initTbturmas()\n\t{\n\t\t$this->collTbturmas = array();\n\t}",
"public function initVldAngkutans($overrideExisting = true)\n {\n if (null !== $this->collVldAngkutans &&... | [
"0.63891643",
"0.59485143",
"0.5426539",
"0.53605866",
"0.52693623",
"0.5266529",
"0.5098646",
"0.5090193",
"0.50596136",
"0.4920184",
"0.48687938",
"0.48604867",
"0.4831026",
"0.48097765",
"0.4780745",
"0.47746724",
"0.47721392",
"0.47677857",
"0.47661203",
"0.47637835",
"0.... | 0.70925534 | 0 |
Initializes the collVldUns collection. By default this just sets the collVldUns collection to an empty array (like clearcollVldUns()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldUns. По умолчанию это просто устанавливает коллекцию collVldUns в пустой массив (как clearcollVldUns()); однако вы можете переопределить этот метод в своей заглушке класса, чтобы задать подходящее значение для вашего приложения, например, установить начальный массив в значения, сохраненные в базе данных. | public function initVldUns($overrideExisting = true)
{
if (null !== $this->collVldUns && !$overrideExisting) {
return;
}
$this->collVldUns = new PropelObjectCollection();
$this->collVldUns->setModel('VldUn');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function initVldBangunans($overrideExisting = true)\n {\n if (null !== $this->collVldBangunans && !$overrideExisting) {\n return;\n }\n $this->collVldBangunans = new PropelObjectCollection();\n $this->collVldBangunans->setModel('VldBangunan');\n }",
"public fun... | [
"0.57563615",
"0.5699727",
"0.5387305",
"0.53854007",
"0.53848827",
"0.536669",
"0.53444177",
"0.5336977",
"0.52883214",
"0.52767193",
"0.5230634",
"0.5176012",
"0.5170295",
"0.50977737",
"0.5092111",
"0.5059758",
"0.5059758",
"0.5044462",
"0.5042988",
"0.50377715",
"0.501331... | 0.74816567 | 0 |
Initializes the collVldYayasans collection. By default this just sets the collVldYayasans collection to an empty array (like clearcollVldYayasans()); however, you may wish to override this method in your stub class to provide setting appropriate to your application for example, setting the initial array to the values stored in database. | Инициализирует коллекцию collVldYayasans. По умолчанию это просто устанавливает коллекцию collVldYayasans в пустой массив (как clearcollVldYayasans()); однако вы можете переопределить этот метод в своей класс-оболочке, чтобы задать соответствующие значения для вашей прикладной программы, например, установить начальный массив в значения, хранящиеся в базе данных. | public function initVldYayasans($overrideExisting = true)
{
if (null !== $this->collVldYayasans && !$overrideExisting) {
return;
}
$this->collVldYayasans = new PropelObjectCollection();
$this->collVldYayasans->setModel('VldYayasan');
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function resetPartialVldYayasans($v = true)\n {\n $this->collVldYayasansPartial = $v;\n }",
"public function initVldAnaks($overrideExisting = true)\n {\n if (null !== $this->collVldAnaks && !$overrideExisting) {\n return;\n }\n $this->collVldAnaks = new Prop... | [
"0.59136057",
"0.5702278",
"0.55789256",
"0.5536625",
"0.53720975",
"0.5308883",
"0.51960546",
"0.5147668",
"0.5132833",
"0.5132833",
"0.50814277",
"0.50228137",
"0.496983",
"0.4944692",
"0.49328566",
"0.49215215",
"0.48818186",
"0.4867261",
"0.48524076",
"0.4851855",
"0.4801... | 0.75764006 | 0 |
Customizer & frontend custom color variables. | Пользовательский настроечный цвета и переменные фронтенда. | public function custom_color_variables() {
wp_add_inline_style( 'zthemename', $this->generate_custom_color_variables() );
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function editor_custom_color_variables() {\n\t\t\n\t\twp_add_inline_style( 'zthemename-editor', $this->generate_custom_color_variables( 'editor' ) );\n\t\t\n\t}",
"function scss_colors( $vars, $handle ) {\n $defaults = new DefaultColors();\n $colors = $defaults->get_colors();\n foreach ($defaults... | [
"0.7742628",
"0.66294336",
"0.625437",
"0.62503433",
"0.62286615",
"0.6182519",
"0.6141739",
"0.6116035",
"0.6102168",
"0.60950595",
"0.6070797",
"0.6057852",
"0.60325927",
"0.60230905",
"0.60137564",
"0.6008902",
"0.60013413",
"0.5996915",
"0.59845686",
"0.59793323",
"0.5974... | 0.78294337 | 0 |
Editor custom color variables. | Персонализированные переменные цвета редактора. | public function editor_custom_color_variables() {
wp_add_inline_style( 'zthemename-editor', $this->generate_custom_color_variables( 'editor' ) );
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function custom_color_variables() {\n\t\twp_add_inline_style( 'zthemename', $this->generate_custom_color_variables() );\n\t}",
"public function colors();",
"public static function colorField($parameters){ }",
"public function color();",
"public function color()\n {\n }",
"public function col... | [
"0.7462824",
"0.6292827",
"0.6228359",
"0.61989015",
"0.61484605",
"0.61484605",
"0.604822",
"0.60272586",
"0.6008586",
"0.59905475",
"0.59848374",
"0.59786713",
"0.5976304",
"0.5960165",
"0.5960165",
"0.5946416",
"0.594641",
"0.5928279",
"0.592716",
"0.5907524",
"0.5907373",... | 0.8488111 | 0 |
Removes all event listeners with a certain type, or all of them if type is null. Be careful when removing all event listeners: you never know who else was listening. | Удаляет все обработчики событий определенного типа, или всех, если тип равен null. Будьте осторожны при удалении всех обработчиков событий: вы никогда не знаете, кто еще слушал. | public function removeEventListeners($type = null) {
if ($type) {
unset ( $this->_eventListeners [$type] );
} else {
$this->_eventListeners = array ();
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function detachAll($type = null)\n {\n unset($this->listeners[$type]);\n }",
"public function detachAll(?string $type = null)\n {\n if ($type === null) {\n $this->_events = null;\n } else {\n if (isset ($this->_events[$type])) {\n unset($t... | [
"0.7906168",
"0.7724165",
"0.6929628",
"0.683947",
"0.6542695",
"0.64061934",
"0.63254994",
"0.6222208",
"0.62085557",
"0.62032413",
"0.61853427",
"0.61721003",
"0.60270953",
"0.60261565",
"0.59059507",
"0.58805764",
"0.5838071",
"0.58262235",
"0.575375",
"0.5661924",
"0.5646... | 0.85422766 | 0 |
constructor method passing RouterInterface $router object... | конструктор метод, передающий объект RouterInterface $router... | public function __construct(RouterInterface $router) {
$this->router = $router;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function __construct(Router $router)\n {\n $this->router = $router;\n }",
"public function __construct(Router $router)\n {\n $this->router = $router;\n }",
"public function __construct(Router $router)\n {\n $this->router = $router;\n }",
"public function __constr... | [
"0.83958864",
"0.83958864",
"0.83958864",
"0.83958864",
"0.83958864",
"0.83958864",
"0.83755046",
"0.82471526",
"0.82455534",
"0.8194297",
"0.81346095",
"0.78519595",
"0.784567",
"0.77740884",
"0.76654184",
"0.7645171",
"0.76082426",
"0.7607037",
"0.7515752",
"0.75072926",
"0... | 0.8711498 | 0 |
pass FormEvent object to onRegistrationSuccess method to set the response... ...to redirect to the home page | передать объект FormEvent в метод onRegistrationSuccess для установки ответа... ...чтобы перенаправить на главную страницу | public function onRegistrationSuccess(FormEvent $event) {
//set $url var to equal router object and set route to home page...
$url = $this->router->generate('home');
//set $response var to equal new RedirectResponse passing the $url var...
$response = new RedirectResponse($url);
//set FormEvent $event object's response to $response var...
$event->setResponse($response);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function callbackSuccess($form)\n {\n // $form->AddOUtput(\"<p><i>Form was submitted and the callback method returned true.</i></p>\");\n // Redirect to page posted from.\n $this->redirectTo();\n }",
"public function completeRegistration(){\n if($this->set_initial_passwor... | [
"0.6925174",
"0.68775713",
"0.6860266",
"0.6813646",
"0.6801473",
"0.67520976",
"0.67520976",
"0.6704348",
"0.6681929",
"0.66795826",
"0.66722625",
"0.65470666",
"0.6518029",
"0.64390033",
"0.6390199",
"0.6375621",
"0.6373355",
"0.6365854",
"0.630501",
"0.62888",
"0.6273805",... | 0.9041574 | 0 |
Update invoice state value Method set text label instead id value | Обновить значение состояния счета, метод установки текстовой метки вместо значения идентификатора | private function setStateValue()
{
$value = $this->getData(self::$stateAttributeCode);
/** @var \Magento\Framework\Phrase $state */
$state = Invoice::getStates()[$value];
$this->setCustomAttribute(self::$stateAttributeCode, $state->getText());
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function editRunningText() {\n $this->en_running_text->id = $this->id_edit;\n $this->en_running_text->informasi = $this->informasi;\n $this->en_running_text->updateData();\n }",
"public function setLabel( $value );",
"public function DisplayModifyInvoice() {\n\n }",
"protected func... | [
"0.59255344",
"0.5816021",
"0.57842904",
"0.5628666",
"0.5613537",
"0.5469057",
"0.54622346",
"0.5450579",
"0.54438704",
"0.5442022",
"0.5400657",
"0.53859144",
"0.53586787",
"0.53499305",
"0.53379273",
"0.5321621",
"0.5300802",
"0.52780163",
"0.5270166",
"0.5255216",
"0.5229... | 0.7091561 | 0 |
Update customer group value Method set group code instead id value | Метод установки значения группы клиентов обновляет значение кода вместо идентификатора группы | private function setCustomerGroupValue()
{
$value = $this->getData(self::$customerGroupAttributeCode);
try {
$group = $this->groupRepository->getById($value);
$this->setCustomAttribute(self::$customerGroupAttributeCode, $group->getCode());
} catch (NoSuchEntityException $e) {
$this->setCustomAttribute(self::$customerGroupAttributeCode, 'N/A');
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function updateGroup($group_id, array $update_data = array());",
"public function updateGroup(): void;",
"function update_field_group($field_group)\n {\n }",
"public function testUpdateGroupSoap()\n {\n $this->_markTestAsSoapOnly();\n $group = $this->customerGroupFactory->create... | [
"0.61921775",
"0.6172029",
"0.6114633",
"0.6088107",
"0.6045489",
"0.59791785",
"0.59195226",
"0.5903999",
"0.58819616",
"0.5862819",
"0.58474123",
"0.58416206",
"0.5823891",
"0.5821959",
"0.58193845",
"0.58168876",
"0.57986766",
"0.5780436",
"0.57611686",
"0.5734122",
"0.572... | 0.75365555 | 0 |
Creates a form to delete a usersParam entity. | Создает форму для удаления сущности usersParam. | private function createDeleteForm(UsersParamRelationsProfessionnelles $usersParam)
{
return $this->createFormBuilder()
->setAction($this->generateUrl('usersparamrelationsprofessionnelles_delete', array('id' => $usersParam->getId())))
->setMethod('DELETE')
->getForm()
;
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function usersdeleteAction(){\n if ($this->request->isPost()) {\n \n $id_users = $this->request->getPost('id_users');\n $users = Users::findFirstByIdUsers($id_users);\n\n if ($users->delete()) {\n $this->flashSession->success('Users baru berh... | [
"0.6445996",
"0.63739973",
"0.636523",
"0.63257766",
"0.62623763",
"0.62519413",
"0.62451327",
"0.6236228",
"0.61866176",
"0.6179507",
"0.6133188",
"0.61322856",
"0.61247516",
"0.60267395",
"0.6008365",
"0.6000908",
"0.5993496",
"0.5991841",
"0.5974286",
"0.595856",
"0.592879... | 0.7690155 | 0 |
Add all constraints during ownership. | Добавьте все ограничения во время владения. | protected function owned()
{
foreach ($this->all() as $constraints) {
foreach ($constraints as $constraint) {
$this->getOwner()->add($constraint);
}
}
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function addConstraints(): void\n {\n // Do not add any constraints on construction (will be added later, lazily)\n }",
"public function addConstraints()\n {\n if ( ! static::$constraints) return;\n\n $this->query->whereAncestorOf($this->parent)\n ->applyNestedSetS... | [
"0.76686347",
"0.7366797",
"0.7341932",
"0.7341932",
"0.7329207",
"0.7173029",
"0.7090072",
"0.6857686",
"0.6788768",
"0.6727545",
"0.6679059",
"0.6602445",
"0.6565119",
"0.64389557",
"0.6417184",
"0.6268173",
"0.6001609",
"0.5970251",
"0.57585067",
"0.5735871",
"0.5688528",
... | 0.7756974 | 0 |
url pattern for this method localhost/projectName/User/liste | шаблон URL для этого метода localhost/projectName/User/liste | public function liste(){
$tdb = new UserRepository();
$data['users'] = $tdb->listeUser();
return $this->view->load("users/liste", $data);
} | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"function liste()\r\n{\r\n $userManager = new \\Devnetwork\\Blog\\Model\\UserManager();\r\n $users = $userManager->getListe();\r\n\r\n require('views/list_users.view.php');\r\n}",
"public function listuserAction() {\n\t $sessionutilisateur = new Zend_Session_Namespace('utilisateur');\n\t //$this->_h... | [
"0.7163222",
"0.6790323",
"0.6781088",
"0.67727065",
"0.67548263",
"0.6714314",
"0.66341054",
"0.6631245",
"0.6624353",
"0.6605317",
"0.65704507",
"0.6567859",
"0.65478414",
"0.6521627",
"0.6504987",
"0.6504433",
"0.649145",
"0.64831054",
"0.6461611",
"0.6425827",
"0.641527",... | 0.7237689 | 0 |
Reads metadata for certain model | Читает метаданные для определенного модели | public function readMetaData($model); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public final function readMetaData(ModelInterface $model) {}",
"public function metadata() {\n $endpoint = '/meta/fields/' . $this->model_name;\n $result = $this->client->get($endpoint);\n return $result;\n }",
"protected function loadMetaData() {}",
"public function getMetadata();",
... | [
"0.7691964",
"0.7010418",
"0.67041475",
"0.6574396",
"0.6546738",
"0.6342104",
"0.63254213",
"0.62573737",
"0.62538403",
"0.6247008",
"0.62024057",
"0.61461425",
"0.6038907",
"0.6038055",
"0.60196537",
"0.6018639",
"0.59565437",
"0.5907063",
"0.5871901",
"0.5850342",
"0.57696... | 0.821007 | 0 |
Reads the ordered/reversed column map for certain model | Читает упорядоченную/обратную карту столбцов для определенного модели | public function readColumnMap($model); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public final function readColumnMap(ModelInterface $model) {}",
"public function getReverseColumnMap($model);",
"public function getReverseColumnMap(ModelInterface $model) {}",
"public function getColumnMap($model);",
"public final function readColumnMapIndex(ModelInterface $model, $index) {}",
"public f... | [
"0.7418685",
"0.71962523",
"0.667298",
"0.6436808",
"0.63549423",
"0.6325102",
"0.6123719",
"0.5761573",
"0.57293457",
"0.5645885",
"0.56247735",
"0.5578532",
"0.55443585",
"0.55076677",
"0.5503928",
"0.5499237",
"0.54933023",
"0.5488509",
"0.5478009",
"0.5467993",
"0.5456738... | 0.80133796 | 0 |
Returns the reverse column map if any | Возвращает обратное отображение столбцов, если оно существует | public function getReverseColumnMap($model); | {
"objective": {
"self": [],
"paired": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} | [
"public function getReverseColumnMap(ModelInterface $model) {}",
"protected function getColumnMap() {\n if ($this->columnMap === null) {\n\n $camelToUnderscoreFunction = function ($name) {\n return strtolower(preg_replace('/([a-z])([A-Z])/', '$1_$2', $name));\n }; // ca... | [
"0.7198496",
"0.6413289",
"0.6264386",
"0.61750627",
"0.6079821",
"0.60121906",
"0.58861977",
"0.5865979",
"0.5837558",
"0.5831792",
"0.5803945",
"0.57865757",
"0.5785431",
"0.57636625",
"0.5763491",
"0.5750106",
"0.5733716",
"0.5725699",
"0.5719",
"0.57050526",
"0.56996566",... | 0.7746393 | 0 |