query
stringlengths
9
43.3k
document
stringlengths
17
1.17M
metadata
dict
negatives
sequencelengths
0
30
negative_scores
sequencelengths
0
30
document_score
stringlengths
5
10
document_rank
stringclasses
2 values
eof setA Define o valor de log_acao
public function setAcao ($log_acao) { $this->log_acao = $log_acao; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getAcao () {\n\t\treturn $this->log_acao;\n\t}", "function log_negocio($arquivo, $oper, $compra, $venda, $total, $pos){\n\t// $arquivo = str_replace(\".txt\", \"\", $arquivo);\n\t// $prev = \"output/$arquivo.csv\";\n\t// $content = \"\";\n\t// if(file_exists($prev)){\n\t// \t$content = file_get_contents($prev);\n\t// }\n\n\t// $compra = number_format($compra, 1, \",\", \"\");\n\t// $venda = number_format($venda, 1, \",\", \"\");\n\t// $total = number_format($total, 1, \",\", \"\");\n\n\t// $fp = fopen($prev, \"w+\") or die(\"Unable to open file!\");\n\t// $content .= \"\\\"$oper\\\",\\\"$compra\\\",\\\"$venda\\\",\\\"$total\\\",\\\"$pos\\\"\\n\";\n\t// fwrite($fp, $content);\n\t// fclose($fp);\n}", "function insertarLogRegularizaciones(){\n\t\t$this->procedimiento='vef.ft_log_regularizaciones_ime';\n\t\t$this->transaccion='VF_LOG_REGU_INS';\n\t\t$this->tipo_procedimiento='IME';\n\n\t\t//Define los parametros para la funcion\n\t\t$this->setParametro('estado_reg','estado_reg','varchar');\n\t\t$this->setParametro('cuf','cuf','varchar');\n\t\t$this->setParametro('observaciones','observaciones','text');\n\t\t$this->setParametro('fecha_observacion','fecha_observacion','varchar');\n\t\t$this->setParametro('action_estado','action_estado','varchar');\n\n\t\t//Ejecuta la instruccion\n\t\t$this->armarConsulta();\n\t\t$this->ejecutarConsulta();\n\n\t\t//Devuelve la respuesta\n\t\treturn $this->respuesta;\n\t}", "private function log( $sMensagem = \"\", $iTipoLog = DBLog::LOG_INFO ) {\n \n /**\n * Logar no banco as alteracoes\n */\n RecadastroImobiliarioImoveisArquivo::$oLog->escreverLog( $sMensagem, $iTipoLog );\n }", "function ultimoAcesso($id_usuario=\"\"){\n\t\t\tglobal $sqlGl;\n\t\t\t$condicao = array();\n\t\t\tif($id_usuario!=\"\"){\n\t\t\t\t$condicao['id_area'] = $id_usuario;\n\t\t\t}\n\t\t\t$condicao['area'] = 'usuarios';\n\t\t\t$condicao['acao'] = 'entrou';\n\t\t\t\n\t\t\t$aValores = $sqlGl -> from(\"logs\")->where($condicao)->orderBy('id DESC')->limit('1');\n\t\t\t$aValores = $aValores->fetch();\n\n\t\t\treturn $aValores;\n\t\t\t\n\t\t\t\n\t\t}", "public function gerarDados() {\n \n $iAnoSessao = db_getsession('DB_anousu');\n $iInstituicaoSessao = db_getsession('DB_instit');\n $iNumRegistroLido = 1;\n\n $sNomeArquivo = 'A26_'.$this->sBimReferencia.'.TXT';\n $this->setNomeArquivo($sNomeArquivo);\n \n $lDebug = true;\n if ($lDebug) {\n \t$arqFinal = fopen ( \"tmp/A26_\".$this->sBimReferencia.\".TXT\", 'w+' );\n }\n\n if ($this->codigoOrgaoTCE != \"P088\") {\n \n $whereDepart = \"c61_instit = '{$iInstituicaoSessao}' and depart in (select db01_coddepto from db_departorg \n where db01_anousu = '{$iAnoSessao}' \n and db01_orgao = {$this->codigoOrgao}\n and db01_unidade = {$this->codigoUnidade})\";\n \n if ($this->codigoOrgao == \"29\" && $this->codigoUnidade == \"1\") {\n $whereDepart = \"c61_instit = '{$iInstituicaoSessao}' and depart in (select db01_coddepto from db_departorg \n where db01_anousu = '{$iAnoSessao}' \n and ((db01_orgao = 29 and db01_unidade = 1) \n or (db01_orgao = 29 and db01_unidade = 46) \n or (db01_orgao = 29 and db01_unidade = 47)))\";\n }\n\n if ($this->codigoOrgao == \"20\" && $this->codigoUnidade == \"1\") {\n $whereDepart = \"c61_instit = '{$iInstituicaoSessao}' and depart in (select db01_coddepto from db_departorg \n where db01_anousu = '{$iAnoSessao}' \n and ((db01_orgao = 20 and db01_unidade = 1) \n or (db01_orgao = 20 and db01_unidade = 49)))\";\n }\n \n if ($this->codigoOrgao == \"34\" && $this->codigoUnidade == \"1\") {\n $whereDepart = \"c61_instit = '{$iInstituicaoSessao}' and depart in (select db01_coddepto from db_departorg \n where db01_anousu = '{$iAnoSessao}' \n and ((db01_orgao = 34 and db01_unidade = 1) \n or (db01_orgao = 34 and db01_unidade = 49)))\";\n }\n\n if ($this->codigoOrgao == \"18\" && $this->codigoUnidade == \"1\") {\n $whereDepart = \"c61_instit = '{$iInstituicaoSessao}' and depart in (select db01_coddepto from db_departorg \n where db01_anousu = '{$iAnoSessao}' \n and ((db01_orgao = 18 and db01_unidade = 1) \n or (db01_orgao = 18 and db01_unidade = 45) \n or (db01_orgao = 18 and db01_unidade = 46) \n or (db01_orgao = 18 and db01_unidade = 47) \n or (db01_orgao = 18 and db01_unidade = 48) \n or (db01_orgao = 18 and db01_unidade = 49)))\";\n }\n\n } else {\n\n $whereDepart = \"depart in (select db01_coddepto from db_departorg \n where db01_anousu = '{$iAnoSessao}')\";\n\n }\n\n $sqlContas = \"select distinct on (c63_banco||c63_agencia||c63_dvagencia||c63_conta||c63_dvconta)\n c63_banco,\n c63_agencia,\n c63_dvagencia,\n c63_conta,\n c63_dvconta,\n db83_descricao,\n coalesce(z01_cgccpf, '00000000000') as cgccpf\n from saltes \n inner join plugins.saltesdepart on saltes = k13_conta \n and departpadrao = 't'\n inner join plugins.assinaturaordenadordespesa on assinaturaordenadordespesa.departamento = saltesdepart.depart\n and assinaturaordenadordespesa.principal is true\n inner join conplanoreduz on c61_reduz = k13_reduz \n inner join conplanoconta on c63_codcon = c61_codcon \n and c63_anousu = c61_anousu\n inner join conplano on c60_codcon = c63_codcon\n and c60_anousu = c63_anousu\n inner join conplanocontabancaria on c56_codcon = c60_codcon\n and c56_anousu = c60_anousu\n inner join contabancaria on db83_sequencial = c56_contabancaria \n inner join cgm on z01_numcgm = plugins.assinaturaordenadordespesa.numcgm\n left join (select distinct z01_cgccpf as cgccpf from cgm where z01_cgccpf not in ('0', '00000000000', '00000000000000')) as cgm1 on cgm1.cgccpf = db83_identificador \n where {$whereDepart} and plugins.assinaturaordenadordespesa.ativo = 't' and c61_anousu = '{$iAnoSessao}'\";\n\n $resultContas = db_query($sqlContas);\n $iLinhasContas = pg_num_rows($resultContas); \n //Se não houver dados, o arquivo terá que ser importado só com header e trailler\n /*if ($iLinhasContas == 0) {\n throw new Exception(\"Nenhum registro encontrado\"); \t\n }*/\n\n /*\n * HEADER\n */\n\n $oDadosHeader = new stdClass();\n \n $oDadosHeader->TipRegistro = \"0\";\n $oDadosHeader->NomeArquivo = str_pad(\"A26_\".$this->sBimReferencia, 10, \" \", STR_PAD_RIGHT);\n $oDadosHeader->BimReferencia = $this->sBimReferencia;\n $oDadosHeader->TipoArquivo = \"O\"; \n $oDadosHeader->DataGeracaoArq = \"$this->dtDataGeracao\";\n $oDadosHeader->HoraGeracaoArq = \"$this->dtHoraGeracao\";\n $oDadosHeader->CodigoOrgao = $this->codigoOrgaoTCE;\n $oDadosHeader->NomeUnidade = str_pad($this->nomeUnidade, 100, \" \", STR_PAD_RIGHT);\n $oDadosHeader->Brancos1 = \" \";\n $oDadosHeader->FornecedorSoftware = str_pad(substr(\"SOFTWARE PUBLICO BRASILEIRO\",0,100), 100, \" \", STR_PAD_LEFT);\n $oDadosHeader->Brancos2 = str_repeat(\" \", 167);\n $oDadosHeader->NumRegistroLido = str_pad($iNumRegistroLido, 10, \"0\", STR_PAD_LEFT);\n \n $oDadosHeader->codigolinha = 2001749;\n\n $this->aDados[] = $oDadosHeader; \n \n if ($lDebug) {\n \t$sLinhaHeader = $oDadosHeader->TipRegistro \n .$oDadosHeader->NomeArquivo \n .$oDadosHeader->BimReferencia \n .$oDadosHeader->TipoArquivo \n .$oDadosHeader->DataGeracaoArq\n .$oDadosHeader->HoraGeracaoArq\n .$oDadosHeader->CodigoOrgao \n .$oDadosHeader->NomeUnidade\n .$oDadosHeader->Brancos1\n .$oDadosHeader->FornecedorSoftware \n .$oDadosHeader->Brancos2 \n .$oDadosHeader->NumRegistroLido ;\n \tfputs($arqFinal, $sLinhaHeader.\"\\r\\n\");\n }\n \n if ($iLinhasContas > 0) {\n /*\n * DETALHE 1\n */\n for ($iInd = 0; $iInd < $iLinhasContas; $iInd++) {\n \n $iNumRegistroLido++;\n $oDadosContas = db_utils::fieldsMemory($resultContas, $iInd);\n $oDadosDetalhe = new stdClass();\n \n $oDadosDetalhe->TipRegistro = \"1\";\n $oDadosDetalhe->Brancos = \" \";\n $oDadosDetalhe->Banco = str_pad($oDadosContas->c63_banco, 3, \" \", STR_PAD_LEFT);\n $oDadosDetalhe->Agencia = str_pad($oDadosContas->c63_agencia.$oDadosContas->c63_dvagencia, 6, \" \", STR_PAD_LEFT);\n $oDadosDetalhe->ContaCorrente = str_pad($oDadosContas->c63_conta.$oDadosContas->c63_dvconta, 13, \" \", STR_PAD_LEFT);\n $oDadosDetalhe->DescConta = str_pad(substr(($oDadosContas->db83_descricao ? $oDadosContas->db83_descricao :'S/ Descr'), 0, 50), 50, \" \", STR_PAD_RIGHT); \n $oDadosDetalhe->Brancos1 = \" \";\n $oDadosDetalhe->TitularConta = str_pad($oDadosContas->cgccpf, 11, \"0\", STR_PAD_LEFT);\n $oDadosDetalhe->Brancos2 = str_repeat(\" \", 320);\n $oDadosDetalhe->NumRegistroLido = str_pad($iNumRegistroLido, 10, \"0\", STR_PAD_LEFT);\n \n $oDadosDetalhe->codigolinha = 2001750;\n\n $this->aDados[] = $oDadosDetalhe;\n \n if ($lDebug) {\n \t$sLinhaDetalhe = $oDadosDetalhe->TipRegistro \n .$oDadosDetalhe->Brancos \n .$oDadosDetalhe->Banco \n .$oDadosDetalhe->Agencia \n .$oDadosDetalhe->ContaCorrente\n .$oDadosDetalhe->DescConta \n .$oDadosDetalhe->Brancos1\n .$oDadosDetalhe->TitularConta\n .$oDadosDetalhe->Brancos2\n .$oDadosDetalhe->NumRegistroLido ;\n \tfputs($arqFinal, $sLinhaDetalhe.\"\\r\\n\");\n }\n }\n }\n \n //TRAILLER\n $iNumRegistroLido++;\n $oDadosTrailler = new stdClass();\n $oDadosTrailler->TipRegistro = \"9\";\n $oDadosTrailler->Brancos = str_repeat(\" \", 407);\n $oDadosTrailler->NumRegistroLido = str_pad($iNumRegistroLido, 10, \"0\", STR_PAD_LEFT);\n\n $oDadosTrailler->codigolinha = 2001751;\n \n $this->aDados[] = $oDadosTrailler;\n \n if ($lDebug) {\n $sLinhaTrailler = $oDadosTrailler->TipRegistro\n .$oDadosTrailler->Brancos \n .$oDadosTrailler->NumRegistroLido;\n fputs($arqFinal, $sLinhaTrailler.\"\\r\\n\");\n fclose($arqFinal);\n }\n }", "function importarArquivo() {\n \n $sMsgErro = \"Importação de Arquivo Censo abortada!\\n\"; \n if (!db_utils::inTransaction()) {\n throw new Exception(\"Nenhuma transação do banco encontrada!\");\n }\n \n $this->sNomeArquivoLog = \"tmp/censo\".$this->iAnoEscolhido.\"_importacao_\".db_getsession(\"DB_coddepto\").\"_\";\n $this->sNomeArquivoLog .= db_getsession(\"DB_id_usuario\").\"_\".date(\"dmY\").\"_\".date(\"His\").\"_log.txt\";\n \n $this->pArquivoLog = fopen($this->sNomeArquivoLog, \"w\"); \n if (!$this->pArquivoLog) {\n throw new Exception(\" Não foi possível abrir o arquivo de log! \"); \n } \n \n if ($this->lIncluirAlunoNaoEncontrado) { \n $this->log(\"Registros atualizados na importação do Censo Escolar:\\n\\n\");\n } else {\n $this->log(\"Registros não atualizados na importação do Censo Escolar:\\n\\n\"); \n }\n \n try {\n \n $this->validaArquivo(); \n $this->getLinhasArquivo($this->iCodigoLayout); \n $aLinhasArquivo = $this->getLinhasArquivo();\n \n \n } catch (Exception $eException) {\n throw new Exception($sMsgErro.\" \".$eException->getMessage());\n }\n \n foreach ($aLinhasArquivo as $iIndLinha => $oLinha) {\n \t\n if ($this->lImportarEscola) {\n \t\n \tif ($oLinha->tiporegistro == \"00\") {\n \t $this->atualizaCodigoInepEscola($oLinha);\n \t}\n \t\n }\t\n \n if ($this->lImportarTurma) {\n \t\n \tif ($oLinha->tiporegistro == \"20\") {\n \t $this->atualizaCodigoInepTurma($oLinha);\n \t}\n \t\n }\n \n if ($this->lImportarDocente) {\n \t\n \tif ($oLinha->tiporegistro == \"30\") {\n \t $this->atualizaCodigoInepDocente($oLinha);\n \t}\n \t\n }\n \n if ($this->lImportarAluno) {\n \t\n \tif ($oLinha->tiporegistro == \"60\") {\n \t $this->atualizaCodigoInepAluno($oLinha);\n \t}\n \t\n }\n \n }\n\n }", "public static function cabeceraTablaLog()\r\n {?>\r\n <h2>PARTES LOGÍSTICA</h2>\r\n <tr>\r\n <th>DNI</th>\r\n <th>NOMBRE</th>\r\n <th>FECHA</th>\r\n <th>NOTA</th>\r\n <th>AUTOPISTAS</th>\r\n <th>DIETAS</th>\r\n <th>OTROS GASTOS</th>\r\n <th>ESTADO</th>\r\n <th>ACCIÓN</th>\r\n </tr>\r\n <?php\r\n }", "function insertar_log($datos){\n global $db;\n\n $prep = $db->prepare(\"INSERT INTO log (Tipo, Fecha, Descripcion)\n VALUES (?, ?, ?)\");\n\n $prep->bind_param('sss', $tipo, $fec, $desc);\n \n // Establecer parámetros y ejecutar\n $tipo = $datos['Tipo'];\n $fec = $datos['Fecha'];\n $desc = $datos['Descripcion'];\n\n $prep->execute();\n \n // Cerramos la consulta preparada\n $prep->close();\n }", "public function setA ($log_a) {\n\t\t$this->log_a = $log_a;\n\t}", "function guardar_forma_pago_ant($tipo_log)\r\n{\r\n\tglobal $nro_orden,$_ses_user;\r\n\r\n\t//$print_r($nro);die();\r\n\t//ordenes asociadas al pago multiple\r\n\t$orden_pm=PM_ordenes($nro_orden[0]);\r\n\t$cant_orden_pm=sizeof($orden_pm);\r\n\r\n\tfor ($i=0;$i<($cant_orden_pm);$i++) {\r\n\t$sql=\"SELECT nextval('compras_adicional.log_pagos_oc_id_log_pago_seq') as id\";\r\n\t$res=sql($sql) or fin_pagina();\r\n\t$id_log=$res->fields['id'] or fin_pagina();\r\n\r\n\t//pagos\r\n\t$sql_log=\"\";\r\n\t$valores=descomprimir_variable($_POST['datos_forma']);\r\n\r\n\t$fecha=date(\"Y-m-d H:i:s\",mktime());\r\n\t$usuario=$_ses_user['name'];\r\n\t$titulo=$valores['titulo'];\r\n\t$cant_pagos=$valores['cant'];\r\n\t$sql_log=\" insert into log_pagos_oc (id_log_pago,nro_orden,usuario,fecha,tipo_log,titulo_forma_pago,mostrar,cant_pagos) values\r\n\t ($id_log,\".$nro_orden[$i].\",'$usuario','$fecha','$tipo_log','$titulo',\".$valores['mostrar'].\",$cant_pagos)\";\r\n\tsql($sql_log) or fin_pagina();\r\n\r\n\t//datos de la orden de compra\r\n\tif ($_POST['id_moneda']==1) $simbolo='$';\r\n\telse $simbolo='U\\$S';\r\n\tif ($_POST['id_licitacion']) $id_lic=$_POST['id_licitacion'];\r\n\telse $id_lic='NULL';\r\n\tif ($cant_orden_pm > 1)\r\n\t $boton_separar=1; //indica que tengo que mostrar el boton separar\r\n\t else $boton_separar=0;\r\n\tif ($valores['monto']) $monto=$valores['monto'];\r\n\t else $monto='NULL';\r\n\t$sql=\"insert into datos_orden (id_log_pago,proveedor,fecha_entrega,cliente,nro_lic,simbolo_orden,boton_separar_orden,monto)\r\n\t values ($id_log,'\".$_POST['proveedor'].\"','\".fecha_db($_POST['fecha']).\"','\".$_POST['cliente'].\"',\".$id_lic.\",'$simbolo',$boton_separar,\".$monto.\")\";\r\n\tsql($sql) or fin_pagina();\r\n\r\n\t$sql_det=\"\";\r\n\t$valores_pagos=descomprimir_variable($_POST['datos_pagos']);\r\n\t$cant_pagos=count($valores_pagos);\r\n\r\n\tfor ($j=1;$j<=$cant_pagos; $j++) {\r\n\r\n\tif ($valores_pagos[$j]['monto'])\r\n\t $monto_pagos=$valores_pagos[$j]['monto'];\r\n\t else $monto_pagos='NULL';\r\n\t if ($valores_pagos[$j]['dolar']) $dolar=$valores_pagos[$j]['dolar'];\r\n\t else $dolar='NULL';\r\n\t $sql_det[]=\" insert into detalle_pagos (id_log_pago,id_tipo_pago,cant_dias,monto,valor_dolar,simbolo,pagada) values\r\n\t ($id_log,\".$valores_pagos[$j]['tipo'].\",\".$valores_pagos[$j]['dias'].\",\".$monto_pagos.\",\".$dolar.\",'\".$valores_pagos[$j]['simbolo'].\"',\".$valores_pagos[$j]['pagada'].\" ) \";\r\n\t}\r\n\tsql($sql_det) or fin_pagina();\r\n\r\n\r\n\t//notas de credito\r\n\tif ($_POST['datos_nc'])\r\n\t \t$valores_nc=descomprimir_variable($_POST['datos_nc']);\r\n\t$cant_nc=count($valores_nc);\r\n\t$sql_notas=\"\";\r\n\tfor ($j=0;$j<$cant_nc;$j++) {\r\n\t $sql_notas[]=\"insert into detalle_notas_credito\r\n\t (id_log_pago,nro_nc,monto,valor_dolar,observaciones,simbolo,chk)\r\n\t values ($id_log,'\".$valores_nc[$j]['id_nota'].\"',\".$valores_nc[$j]['monto'].\",\".$valores_nc[$j]['dolar'].\",'\".$valores_nc[$j]['obs'].\"','\".$valores_nc[$j]['simbolo'].\"',\".$valores_nc[$j]['chk'].\")\";\r\n\t}\r\n\tif ($sql_notas!=\"\") sql($sql_notas) or fin_pagina();\r\n\r\n\r\n\t //guardo las ordenes asociadas al pago múltiple\r\n\t $sql_orden_pm=\"\";\r\n\t $total_pagar=0;\r\n\t $orden_pm=PM_ordenes($nro_orden[0]);\r\n\t $cant_orden_pm=sizeof($orden_pm);\r\n\t if ($cant_orden_pm >1) {\r\n\t for ($k=0;$k<$cant_orden_pm;$k++){\r\n\t \t $pm=$orden_pm[$k];\r\n\t $m=monto_a_pagar($pm);\r\n\t $sql_orden_pm[]=\" insert into detalle_orden_pm (id_log_pago,nro_orden,monto) values ($id_log,$pm,$m)\";\r\n\t }\r\n\t }\r\n\r\n\t if ($sql_orden_pm!=\"\") sql($sql_orden_pm) or fin_pagina();\r\n\t }\r\n}", "public function comentar ($mensagem, Pessoa $usuarioLogado, $data_agora = null, $tipo = null) {\n\n $this->_blockAccess($usuarioLogado);\n\n if (!$tipo) {\n $tipo = HistoricoAtendimento::TIPO_COMENTARIO;\n }\n\n if (!$data_agora) {\n $data_agora = Utils::getDateTimeNow(\"EN\");\n }\n\n if (!$mensagem) {\n throw new ComentarException(\"O parametro mensagem e obrigatorio.\");\n }\n\n if ($this->status >= self::CONCLUIDO && $tipo == HistoricoAtendimento::TIPO_COMENTARIO) {\n throw new ComentarException(\"Nao e possivel enviar um comentario para o atendimento com status \" . $this->getStatusName());\n }\n\n // nao ha nenhum usuario responsavel, assumir a tarefa\n //if (!$this->foiIniciado()) {\n // se o usuario ja nao estiver definido, definir usuario como responsavel\n //$this->iniciarAtendimento($usuarioLogado);\n //}\n\n // so permite o comentario se o usuario for do mesmo setor.\n\n $historico_movimentacao = HistoricoAtendimento::create(\n $mensagem,\n $this,\n $usuarioLogado,\n $data_agora,\n $tipo);\n\n $this->addHistorico($historico_movimentacao);\n }", "public function inserirLog($item, $operacao, $usuario) {\r\n\r\n \t//$this->begin();\r\n\r\n \t$sql = \"INSERT INTO\r\n \t\t\t\tlog_reserva_agendamento (lraraioid, lradt_operacao, lraoperacao, lrausuoid)\r\n \t\t\tVALUES ($item, NOW(), '$operacao', $usuario) \";\r\n\r\n \tif (!$rs = pg_query($this->conn, $sql)) {\r\n \t\t//$this->rollback();\r\n \t\tthrow new ErrorException(self::MENSAGEM_ERRO_PROCESSAMENTO);\r\n \t}\r\n\r\n \t//$this->commit();\r\n\r\n }", "function setLog($proceso,$sucursal,$usuario){\n $data = array(\n 'proceso_id' => $proceso,\n 'sucursal_id' => $sucursal,\n 'id_usuario' => $usuario\n );\n $this->db->insert(self::sys_procesos_log,$data);\n }", "function verificarAnulaciones(){\n\t\t$this->procedimiento='vef.ft_log_regularizaciones_ime';\n\t\t$this->transaccion='VEF_LOG_VERI_ANUL';\n\t\t$this->tipo_procedimiento='IME';\n\n\t\t//Define los parametros para la funcion\n\t\t$this->setParametro('anulado','anulado','varchar');\n\t\t//Ejecuta la instruccion\n\t\t$this->armarConsulta();\n\n\t\t$this->ejecutarConsulta();\n\n\t\t//Devuelve la respuesta\n\t\treturn $this->respuesta;\n\t}", "private function addValue(){\n $vSetup = USingleton::getInstance('VSetup');\n try {\n $datiFile = $vSetup->recuperaDatidaValidare();\n $nomeFile = './' . $datiFile['nomeFileValue'];\n // leggendo da un file csv inserisco tutte le probabilità iniziali presenti su quel file\n $aggiunto = FALSE;\n // lettura da file csv le probabilità iniziali\n $handleFile = fopen($nomeFile,\"r\") or die(\"Unable to open file!\"); \n //fgetcsv($handleFile,length,separator,enclosure);\n while(!feof($handleFile))// fino a quando non si arriva alla fine del file\n {\n $riga=fgetcsv($handleFile,100,';');\n $nomeComune = $riga[0] ;// contiene il nome del comune\n $nomeComune = str_replace(\"'\", \"’\", $nomeComune);\n $nomeComune = str_replace(\"-\", \" \", $nomeComune);\n if($nomeComune!=='COMUNE')\n {\n $peso = $riga[1]; //contiene il peso dell'area\n try{\n $eArea = new EArea($nomeComune);\n $eArea->setPesoArea($peso);\n $daModificare['Peso']= $peso; // lancia eccezione XDBException\n $aggiunto = $eArea->modificaAreaDB($daModificare);\n }\n catch(XAreaException $e)\n {\n // se non viene trovata l'area continua con il ciclo\n //altrimenti l'eccezione deve essere gestita fuori da questo catch.\n if($e->getMessage()==='Trovata più di una area.')\n {\n throw new XAreaException('Trovata più di una area.');\n }\n }\n }\n }\n fclose($handleFile);\n\n } catch (Exception $exc) {\n // file non si apre\n // eccezioni file \n // eccezione earea\n // eccezione db\n $aggiunto = 'Error.';\n }\n $vSetup->inviaDatiJSON($aggiunto) ;\n }", "private function retornoErro(){\n $this->setErro();\n }", "function clean_log($arquivo){\n\t// $arquivo = str_replace(\".txt\", \"\", $arquivo);\n\t// $prev = \"output/$arquivo.csv\";\n\t// $fp = fopen($prev, \"w+\") or die(\"Unable to open file!\");\n\t// fwrite($fp, \"\\\"Oper\\\",\\\"Compra\\\",\\\"Venda\\\",\\\"Resultado\\\",\\\"Pos\\\"\\n\");\n\t// fclose($fp);\n}", "public function setAcao ($acao) {\n\t\t$this->acao = $acao;\n\t}", "public function encaminhar (Pessoa $usuarioLogado, Pessoa $destinatario, $mensagem = \"\", $data_agora = null) {\n\n $this->_blockAccess($usuarioLogado);\n\n if (!$destinatario) {\n throw new EncaminharException(\"O novo usuário responsável é obrigatório\");\n }\n\n if ($destinatario -> getId() == $this->getIdUsuario()) {\n throw new EncaminharException(\"Este usuário já é o responsável pelo atendimento\");\n }\n\n\n // gera data atual para ser utilizada em tudo o codigo\n if ($data_agora === null) {\n $data_agora = Utils::getDateTimeNow(\"EN\");\n }\n\n // se o atendimento nao foi iniciado\n if (!$this->foiIniciado()) {\n $this->iniciarAtendimento($usuarioLogado, $data_agora);\n }\n\n $this->setIdUsuario($destinatario->getId());\n\n // cria historico com a mensagem da pessoa que transferiu\n $this->comentar($mensagem, $usuarioLogado, $data_agora);\n\n // cria log de modificaçao\n $mensagem = Utils::messageTemplate(HistoricoAtendimento::MESSAGE_ENCAMINHAMENTO, [\n \"usuario1\" => $usuarioLogado->getFullName(),\n \"usuario2\" => $destinatario -> getFullName(),\n \"userid1\" => $usuarioLogado -> getId(),\n \"userid2\" => $destinatario -> getId()\n ]);\n\n $this->acionar($mensagem, $usuarioLogado, $data_agora);\n }", "private function gravaLog($nome, $descricao){\n //dados\n $data = date('Y-m-d H:i:s');\n $ip = $this->input->ip_address();\n if ($this->session->has_userdata(\"nome\")){\n $idusuario = $this->session->userdata(\"id\");\n } else {\n $idusuario = 0;\n }\n //carrega model\n $this->load->model(\"Log_model\", \"registro\");\n $this->registro->newLog($nome, $descricao, $data, $ip, $idusuario);\n $this->registro->addLog();\n }", "private function gravaLog($nome, $descricao){\n //dados\n $data = date('Y-m-d H:i:s');\n $ip = $this->input->ip_address();\n if ($this->session->has_userdata(\"nome\")){\n $idusuario = $this->session->userdata(\"id\");\n } else {\n $idusuario = 0;\n }\n //carrega model\n $this->load->model(\"Log_model\", \"registro\");\n $this->registro->newLog($nome, $descricao, $data, $ip, $idusuario);\n $this->registro->addLog();\n }", "private function gravaLog($nome, $descricao){\n //dados\n $data = date('Y-m-d H:i:s');\n $ip = $this->input->ip_address();\n if ($this->session->has_userdata(\"nome\")){\n $idusuario = $this->session->userdata(\"id\");\n } else {\n $idusuario = 0;\n }\n //carrega model\n $this->load->model(\"Log_model\", \"registro\");\n $this->registro->newLog($nome, $descricao, $data, $ip, $idusuario);\n $this->registro->addLog();\n }", "function atualizaCodigoInepAluno($oLinha) {\n \n $oDaoAluno = db_utils::getdao('aluno');\n $aDadosAluno = $this->getDadosAluno($oLinha, false); \n $oDaoAluno->ed47_i_censoorgemissrg = \"\";\n $oDaoAluno->ed47_i_censocartorio = \"\";\n $oDaoAluno->ed47_i_pais = \"\"; \n $oDaoAluno->oid = \"\"; \n \n if ($aDadosAluno != null) {\n \t\n $iTam = count($aDadosAluno);\n\n for ($iCont = 0; $iCont < $iTam; $iCont++) {\n \t\n if ($this->lImportarAlunoAtivo) { \n \n if (trim($aDadosAluno[$iCont]->vinculo_escola) != trim($this->iCodigoInepEscola)) {\n \n $sMsg = \"Aluno [\".$oDadosAluno[$iCont]->ed47_c_codigoinep.\"] \".$oDadosAluno[$iCont]->ed47_v_nome.\": aluno\";\n $sMsg .= \" não está mais vinculado a esta escola.\\n\"; \n $this->log($sMsg); \n return;\n \n } //fecha if $oDadosAluno->vinculo_escola) != trim($this->iCodigoInepEscola\n \n } //fecha o if $this->lImportarAlunoAtivo\n \n if ($oLinha->inepaluno != \"\" && $oLinha->inepaluno != trim($aDadosAluno[$iCont]->ed47_c_codigoinep)) { \n $oDaoAluno->ed47_c_codigoinep = $oLinha->inepaluno; \n }\n \n $oDaoAluno->ed47_i_codigo = $aDadosAluno[$iCont]->ed47_i_codigo; \n $oDaoAluno->alterar($aDadosAluno[$iCont]->ed47_i_codigo); \n \n if ($oDaoAluno->erro_status == '0') {\n throw new Exception(\"Erro na alteração do código inep do Aluno. Erro da classe \".$oDaoAluno->erro_msg); \n }//fecha o erro_status\n \n }//fecha o for\n \n } else { //fecha o else do if ($oDadosAluno == null) {\n \n $sMsg = \"Aluno [\".$oLinha->inepaluno. \"] \". $oLinha->nomealuno;\n $sMsg .= \" : Nome cadastrado no censo não existe no sistema.\\n\"; \n $this->log($sMsg); \n \n } //fecha o else\n \n }", "private function gerarArquivo() {\n\n $aContas = ArquivoConfiguracaoTCEAC::getInstancia()->getContaCorrente();\n\n if (empty($aContas)) {\n throw new Exception(\"Nenhuma conta corrente encontrada no arquivo de configuração.\");\n }\n\n /**\n * Busca os lançamentos\n */\n $sWhere = \" c02_instit in(\" . implode(',', $this->aInstituicoes) . \") \\n\";\n $sWhere .= \" and e81_cancelado is null \\n\";\n $sWhere .= \" and (empageconfche.e91_codcheque is null or empageconfche.e91_ativo is true) \\n\";\n $sWhere .= \" and c69_data between '{$this->oDataInicial->getDate()}' and '{$this->oDataFinal->getDate()}' \\n\";\n $oDaoConlancamval = new cl_conlancamval();\n $aQuerys = array(\"D\" => \"c69_debito\", \"C\" => \"c69_credito\");\n\n $aSqlLancamentos = '';\n\n foreach ($aQuerys as $sTipo => $sCampo) {\n\n $sCampos = \" contacorrentedetalhe.*,\";\n $sCampos .= \" c69_sequen, c69_codlan, c69_data, c69_valor, {$sCampo} as c69_conta, '{$sTipo}' as tipo, conlancaminstit.c02_instit, c75_numemp, \\n\";\n $sCampos .= \" conplano.c60_estrut, conplano.c60_identificadorfinanceiro, \\n\";\n $sCampos .= \" case when c115_sequencial is null then false else true end as estorno, \\n\";\n $sCampos .= \" conlancamslip.c84_conlancam is not null as slip, conlancamslip.c84_slip, empageconfche.e91_cheque, \\n\";\n $sCampos .= \" placaixarec.k81_seqpla is not null as planilha, placaixarec.k81_operbanco, placaixarec.k81_codpla, \\n\";\n $sCampos .= \" (select k12_numpre \\n\";\n $sCampos .= \" from cornump \\n\";\n $sCampos .= \" where cornump.k12_id = corrente.k12_id \\n\";\n $sCampos .= \" and cornump.k12_data = corrente.k12_data \\n\";\n $sCampos .= \" and cornump.k12_autent = corrente.k12_autent limit 1) as numpre, \\n\";\n $sCampos .= \" coremp.k12_id is not null as ordempagamento, coremp.k12_cheque as cheque_ordem, coremp.k12_codord \\n\";\n $aSqlLancamentos [] = $oDaoConlancamval->sql_query_contacorrentedetalhe_tce($sCampos, $sTipo, '', $sWhere);\n }\n\n $sSqlLancamentos = implode(\" union all \", $aSqlLancamentos);\n $sSqlLancamentos .= \" order by c69_data, c69_sequen\";\n $rsLancamentos = $oDaoConlancamval->sql_record($sSqlLancamentos);\n\n if ($oDaoConlancamval->erro_status == '0') {\n throw new Exception(\"Erro ao buscar os dados dos lançamentos.\");\n }\n\n if (!pg_num_rows($rsLancamentos)) {\n throw new Exception(\"O Período informado não possui lançamentos contábeis.\");\n }\n\n $oXml = new DOMDocument( \"1.0\", \"utf-8\" );\n $oXml->formatOutput = true;\n $oTagLista = $oXml->createElement(\"lista\");\n\n /**\n * Percorre os lançamentos montando o XML\n */\n $aContasInvalidas = array();\n for ($iRow = 0; $iRow < pg_num_rows($rsLancamentos); $iRow++) {\n\n $oTagPartida = $oXml->createElement(\"partida\");\n\n $oLancamento = db_utils::fieldsMemory($rsLancamentos, $iRow);\n $oContaCorrenteDetalhe = new ContaCorrenteDetalhe();\n\n if (!empty($oLancamento->c19_orctiporec)) {\n $oContaCorrenteDetalhe->setRecurso(RecursoRepository::getRecursoPorCodigo($oLancamento->c19_orctiporec));\n }\n\n if (!empty($oLancamento->c19_estrutural)) {\n $oContaCorrenteDetalhe->setEstrutural($oLancamento->c19_estrutural);\n }\n\n if (!empty($oLancamento->c19_orcdotacao) && !empty($oLancamento->c19_orcdotacaoanousu)) {\n $oContaCorrenteDetalhe->setDotacao(DotacaoRepository::getDotacaoPorCodigoAno($oLancamento->c19_orcdotacao, $oLancamento->c19_orcdotacaoanousu));\n }\n\n if (!empty($oLancamento->c19_numemp)) {\n $oContaCorrenteDetalhe->setEmpenho(EmpenhoFinanceiroRepository::getEmpenhoFinanceiroPorNumero($oLancamento->c19_numemp));\n }\n\n if (!empty($oLancamento->c19_contabancaria)) {\n $oContaCorrenteDetalhe->setContaBancaria(new ContaBancaria($oLancamento->c19_contabancaria));\n }\n\n if (!empty($oLancamento->c19_acordo)) {\n $oContaCorrenteDetalhe->setAcordo(AcordoRepository::getByCodigo($oLancamento->c19_acordo));\n }\n\n if (!empty($oLancamento->c19_numcgm)) {\n $oContaCorrenteDetalhe->setCredor(CgmFactory::getInstanceByCgm($oLancamento->c19_numcgm));\n }\n\n $sPlanoConta = ArquivoConfiguracaoTCEAC::getInstancia()->getPlanoContaPorCodigo($oLancamento->c60_estrut);\n\n if (empty($sPlanoConta) || !preg_match(\"/^(\\d)(\\d)(\\d)(\\d)(\\d)(\\d{2})(\\d{2})$/\", $sPlanoConta)) {\n $aContasInvalidas[] = $oLancamento->c60_estrut;\n // throw new Exception(\"Código estrutural inválido para a conta {$oLancamento->c60_estrut}.\");\n }\n\n /**\n * Seta a contacontabil\n */\n $oTagCondigoContaContabil = $oXml->createElement(\"codigo\", preg_replace(\"/(\\d)(\\d)(\\d)(\\d)(\\d)(\\d{2})(\\d{2})/\", \"$1.$2.$3.$4.$5.$6.$7\", $sPlanoConta) );\n $oTagContaContabil = $oXml->createElement(\"contaContabil\");\n $oTagContaContabil->appendChild($oTagCondigoContaContabil);\n\n /**\n * Seta os dados da Conta Corrente\n */\n $lGerarContaCorrente = !empty($oLancamento->c19_sequencial);\n $sDadosContaCorrente = $this->getLinhaContaCorrente($oContaCorrenteDetalhe, $oLancamento);\n\n $iTipoContaCorrente = ArquivoConfiguracaoTCEAC::getInstancia()->getContaCorrentePorCodigo($oLancamento->c19_contacorrente);\n\n if ( !empty($sDadosContaCorrente) && !empty($iTipoContaCorrente) ) {\n\n switch ($iTipoContaCorrente) {\n\n case self::CONTA_CORRENTE_DOTACAO:\n $sDadosContaCorrente = str_pad($sDadosContaCorrente, 38, '0', STR_PAD_RIGHT);\n break;\n case self::CONTA_CORRENTE_DESPESA:\n $sDadosContaCorrente = str_pad($sDadosContaCorrente, 82, '0', STR_PAD_RIGHT);\n break;\n case self::CONTA_CORRENTE_MOVIMENTACAO_FINANCEIRA:\n\n $oContaPlano =\n ContaPlanoPCASPRepository::getContaPorReduzido(\n $oLancamento->c19_reduz,\n $oLancamento->c19_conplanoreduzanousu,\n InstituicaoRepository::getInstituicaoByCodigo($oLancamento->c02_instit)\n );\n\n $sRecurso = ArquivoConfiguracaoTCEAC::getInstancia()->getRecursoPorCodigo($oContaPlano->getRecurso());\n $sDadosContaCorrente .= str_pad($sRecurso, 3, '0', STR_PAD_LEFT);\n break;\n }\n }\n\n $oTagContaCorrente = $oXml->createElement(\"conteudoContaCorrente\", $sDadosContaCorrente);\n\n /**\n * Seta o Tipo de conta corrente\n */\n if ($lGerarContaCorrente) {\n\n $oTagNumeroTipoConta = $oXml->createElement(\"numero\", ArquivoConfiguracaoTCEAC::getInstancia()->getContaCorrentePorCodigo($oLancamento->c19_contacorrente));\n $oTagTipoConta = $oXml->createElement(\"tipoDeContaCorrente\");\n $oTagTipoConta->appendChild($oTagNumeroTipoConta);\n }\n\n $oTagNatureza = $oXml->createElement(\"natureza\", $oLancamento->tipo);\n\n $oTagIdentificadorFinanceiro = null;\n\n /**\n * Seta o Identificador Financeiro\n */\n if ( in_array($oLancamento->c60_identificadorfinanceiro, array(\"F\", \"P\"))) {\n $oTagIdentificadorFinanceiro = $oXml->createElement(\"indicadorSuperavitFinanceiro\", $oLancamento->c60_identificadorfinanceiro);\n }\n\n /**\n * Seta a Tag Lancamento\n */\n $oTagLancamento = $oXml->createElement(\"lancamento\");\n $oTagNumeroLancamento = $oXml->createElement(\"numero\", $oLancamento->c69_codlan);\n $oTagTipoLancamento = $oXml->createElement(\"tipoDeLancamento\", ($oLancamento->estorno == 't' ? \"ESTORNO\" : \"ORDINARIO\"));\n\n $oTagLancamento->appendChild($oTagNumeroLancamento);\n $oTagLancamento->appendChild($oTagTipoLancamento);\n\n /**\n * Seta o Valor\n */\n $oTagValor = $oXml->createElement(\"valor\", $oLancamento->c69_valor);\n\n /**\n * Monta o registro no xml\n */\n $oTagPartida->appendChild($oTagContaContabil);\n $oTagPartida->appendChild($oTagContaCorrente);\n\n if ($lGerarContaCorrente) {\n $oTagPartida->appendChild($oTagTipoConta);\n }\n\n $oTagPartida->appendChild($oTagNatureza);\n if (!empty($oTagIdentificadorFinanceiro)) {\n $oTagPartida->appendChild($oTagIdentificadorFinanceiro);\n }\n $oTagPartida->appendChild($oTagLancamento);\n $oTagPartida->appendChild($oTagValor);\n\n $oTagLista->appendChild( $oTagPartida );\n }\n\n if (!empty($aContasInvalidas)) {\n throw new Exception(\"Códigos de estrutural inválido para as contas: \\n \".implode(array_unique($aContasInvalidas), \",\\n\"));\n }\n\n $oXml->appendChild( $oTagLista );\n\n $this->validarXML($oXml, 'config/tce/AC/schema-partida.xsd');\n $this->sArquivo = $oXml->saveXML();\n }", "function guardar_fp_ant($tipo_log,$nro_orden,$dolar=\"\")\r\n{\r\n\tglobal $db,$_ses_user;\r\n\r\n\t$db->StartTrans();\r\n\r\n\t//ordenes asociadas al pago multiple\r\n\t$orden_pm=PM_ordenes($nro_orden);\r\n\t$cant_orden_pm=sizeof($orden_pm);\r\n\r\n\t$sql=\"select dias,descripcion ,mostrar,id_licitacion,\r\n\tsimbolo ,razon_social,id_proveedor,\r\n\tfecha_entrega,cliente,id_tipo_pago,monto\r\n\tfrom\r\n\tcompras.forma_de_pago join compras.pago_plantilla using (id_forma)\r\n\tjoin compras.plantilla_pagos using(id_plantilla_pagos)\r\n\tjoin compras.orden_de_compra using (id_plantilla_pagos)\r\n\tjoin licitaciones.moneda using (id_moneda)\r\n\tjoin general.proveedor using (id_proveedor)\r\n\tleft join compras.ordenes_pagos using (id_forma)\r\n\twhere nro_orden=\".$nro_orden.\" order by id_forma\";\r\n\r\n\t$datos_orden=sql($sql,\"<br>Error al traer los datos pagos de la OC (guardar_fp_ant)<br>\") or fin_pagina();\r\n\t$cant_pagos=$datos_orden->RecordCount();\r\n\t$id_proveedor=$datos_orden->fields['id_proveedor'];\r\n\r\n\r\n\t$sql=\"SELECT nextval('compras_adicional.log_pagos_oc_id_log_pago_seq') as id\";\r\n\t$res=sql($sql,\"<br>Error al traer la secuencia de pagos (guardar_fp_ant)<br>\") or fin_pagina();\r\n\t$id_log=$res->fields['id'] or fin_pagina();\r\n\r\n\t//pagos\r\n\t$sql_log=\"\";\r\n\r\n\t$fecha=date(\"Y-m-d H:i:s\",mktime());\r\n\t$usuario=$_ses_user['name'];\r\n\t$titulo=$datos_orden->fields['descripcion'];\r\n\t$mostrar=$datos_orden->fields['mostrar'];\r\n\t$sql_log=\" insert into log_pagos_oc (id_log_pago,nro_orden,usuario,fecha,tipo_log,titulo_forma_pago,mostrar,cant_pagos) values\r\n\t ($id_log,\".$nro_orden.\",'$usuario','$fecha','$tipo_log','$titulo',\".$mostrar.\",$cant_pagos)\";\r\n\tsql($sql_log,\"<br>Error al insertar en log de pagos de oc (guardar_fp_ant)<br>\") or fin_pagina();\r\n\r\n\t//datos de la orden de compra\r\n\t$simbolo=$datos_orden->fields['simbolo'];\r\n\r\n\tif ($datos_orden->fields['id_licitacion']) $id_lic=$datos_orden->fields['id_licitacion'];\r\n\telse $id_lic='NULL';\r\n\r\n\tif ($cant_orden_pm > 1)\r\n\t $boton_separar=1; //indica que tengo que mostrar el boton separar\r\n\t else $boton_separar=0;\r\n\r\n\t$monto='NULL';\r\n\t$monto=monto_a_pagar($nro_orden);\r\n\r\n\t$sql=\"insert into datos_orden (id_log_pago,proveedor,fecha_entrega,cliente,nro_lic,simbolo_orden,boton_separar_orden,monto)\r\n\t values ($id_log,'\".$datos_orden->fields['razon_social'].\"','\".$datos_orden->fields['fecha_entrega'].\"','\".$datos_orden->fields['cliente'].\"',\".$id_lic.\",'$simbolo',$boton_separar,\".$monto.\")\";\r\n\tsql($sql,\"<br>Error al insertar los datos de la OC (guardar_fp_ant)<br>\") or fin_pagina();\r\n\r\n\t$j=0;\r\n\twhile (!$datos_orden->EOF) {\r\n\t$monto='NULL';\r\n\tif (is_array($dolar) && $dolar[$j] !=\"\" )\r\n\t $d=$dolar[$j];\r\n\telse $d='NULL';\r\n\r\n\t\t$sql_det[]=\"insert into detalle_pagos (id_log_pago,id_tipo_pago,cant_dias,monto,valor_dolar,simbolo,pagada) values\r\n\t ($id_log,\".$datos_orden->fields['id_tipo_pago'].\",\".$datos_orden->fields['dias'].\",\".$monto.\",\".$d.\",'$simbolo',0)\";\r\n\t$j++;\r\n\t$datos_orden->MoveNext();\r\n\t}\r\n\tsql($sql_det,\"<br>Error al insertar el detalle de los pagos de la OC (guardar_fp_ant)<br>\") or fin_pagina();\r\n\r\n\t//recupero las notas de credito\r\n\r\n\t$query=\"select id_nota_credito,nota_credito.monto,nota_credito.estado,\r\n\t n_credito_orden.nro_orden,n_credito_orden.valor_dolar,nota_credito.observaciones,simbolo\r\n\t from general.nota_credito join licitaciones.moneda using (id_moneda)\r\n\t left join compras.n_credito_orden using(id_nota_credito)\r\n\t where id_proveedor=$id_proveedor and ((estado=1 and (nro_orden=$nro_orden) or estado=0))\";\r\n\t$notas_credito=sql($query,\"<br>Error al traer los datos de las notas de creditos<br>\") or fin_pagina();\r\n\twhile (!$notas_credito->EOF) {\r\n\tif ($notas_credito->fields['nro_orden'] == 'null' || $notas_credito->fields['nro_orden'] == \"\" )\r\n\t\t$chk=1;\r\n\t\telse $chk=0;\r\n\tif ($notas_credito->fields['valor_dolar'])\r\n\t $dolar=$notas_credito->fields['valor_dolar'];\r\n\t else $dolar='NULL';\r\n\t$sql_notas[]=\"insert into detalle_notas_credito\r\n\t (id_log_pago,nro_nc,monto,valor_dolar,observaciones,simbolo,chk)\r\n\t values ($id_log,'\".$notas_credito->fields['id_nota_credito'].\"',\".$notas_credito->fields['monto'].\",\".$dolar.\",'\".$notas_credito->fields['observacion'].\"','\".$notas_credito->fields['simbolo'].\"',$chk)\";\r\n\r\n\t$notas_credito->MoveNext();\r\n\t}\r\n\tif ($sql_notas!=\"\")\r\n\t sql($sql_notas,\"<br>Error al insertar el detalle de las notas de credito<br>\") or fin_pagina();\r\n\r\n\t$db->CompleteTrans();\r\n}", "public function financas_inserir(){\r\n \r\n //data_hora_brasil_eua()\r\n $valor = \\anti_injection($_POST[\"valor\"]);\r\n $user = (int) $_POST[\"user\"];\r\n $obs = \\anti_injection($_POST[\"obs\"]);\r\n $sucesso = $this->_Modelo->MovExt_Inserir($user,$valor,$obs,1);\r\n $this->Main();\r\n if($sucesso===true){\r\n $mensagens = array(\r\n \"tipo\" => 'sucesso',\r\n \"mgs_principal\" => __('Depositado com Sucesso'),\r\n \"mgs_secundaria\" => 'Valor: '.$valor\r\n );\r\n $this->_Visual->Json_Info_Update('Titulo', __('Depositado com Sucesso'));\r\n }else{\r\n $mensagens = array(\r\n \"tipo\" => 'erro',\r\n \"mgs_principal\" => __('Erro'),\r\n \"mgs_secundaria\" => __('Erro')\r\n );\r\n $this->_Visual->Json_Info_Update('Titulo', __('Erro ao Depositar'));\r\n }\r\n $this->_Visual->Json_IncluiTipo('Mensagens',$mensagens); \r\n // ORGANIZA E MANDA CONTEUDO\r\n $this->_Visual->Json_Info_Update('Historico',0); \r\n }", "function info_01(){\n\n\t$ActionTime = date('H:i:s');\n\n\tglobal $logtext;\n\t$logtext = PHP_EOL.\"- USER WEB MODIFICAR SELECCIONADO \".$ActionTime.PHP_EOL.\"\\t ID:\".$_POST['id'].PHP_EOL.\"\\t Nombre: \".$_POST['Nombre'].\" \".$_POST['Apellidos'].PHP_EOL.\"\\t Ref: \".$_POST['ref'].PHP_EOL.\"\\t Nivel: \".$_POST['Nivel'].PHP_EOL.\"\\t User: \".$_POST['Usuario'].\".\\n\\t Pass: \".$_POST['Password'].\".\\n\\t Email: \".$_POST['Email'].PHP_EOL.\"\\t Direccion: \".$_POST['Direccion'].PHP_EOL.\"\\t Telefono 1: \".$_POST['Tlf1'].PHP_EOL.\"\\t Imagen: \".$_POST['myimg'].PHP_EOL;\n\n require 'Inc_Log_Total.php';\n\n\t}", "public function escribir_en_log_errores($cadena_texto_a_imprimir_en_log_errores,$sitio_del_error=\"no definido\")\n\t{\n\t\t//PARTE LOG EN TXT\n\t\t//crea directorio log\n\t\t$ruta_temporales=\"TEMPORALES/\";\n\t\t$ruta_carpeta_del_log_errores_bd=$ruta_temporales.\"logs_errores_bd\";\n\t\tif(!file_exists($ruta_carpeta_del_log_errores_bd))\n\t\t{\n\t\t\tmkdir($ruta_carpeta_del_log_errores_bd, 0777);\n\t\t}\n\t\t//fin crea directorio log\n\t\t$cadena_preparada_para_log_bd=preg_replace(\"/[^A-Za-z0-9:.\\-\\s+\\_\\'\\=\\,\\*\\(\\)]/\", \"\", trim($cadena_texto_a_imprimir_en_log_errores) );\n\t\tdate_default_timezone_set (\"America/Bogota\");\n\t\t$fecha_para_archivo= date('Y-m-d-H');\n\t\t$tiempo_actual = date('H:i:s');\n\t\t$ruta_archivo_log_bd=$ruta_carpeta_del_log_errores_bd.\"/\".\"log_error_bd_\".$fecha_para_archivo.\".txt\";\t\t \n\t\t//se sobreescribe con el modo a\t\t\n\t\t$file_archivo_log_error_bd = fopen($ruta_archivo_log_bd, \"a\") or die(\"fallo la creacion del archivo\");\n\t\tfwrite($file_archivo_log_error_bd, \"\\n\".\"tiempo error: $tiempo_actual query problematica en $sitio_del_error: \".$cadena_preparada_para_log_bd);\n\t\tfclose($file_archivo_log_error_bd);\n\t\t//FIN PARTE LOG EN TXT\n\t}", "function aggiornaRecord()\n\t\t{\n\t\t$this->modulo->verificaObbligo();\n\t\tif (!$this->modulo->salva(true))\n\t\t\t$this->mostraErroreDB($this->modulo->righeDB->connessioneDB);\n\t\t\n\t\t$this->ritorna();\n\t\t}" ]
[ "0.6940068", "0.5992654", "0.58833474", "0.58817774", "0.57015413", "0.56695235", "0.5666425", "0.5604677", "0.55593026", "0.55577856", "0.55467546", "0.55124456", "0.5497215", "0.5447838", "0.5440502", "0.54402345", "0.54358166", "0.5394754", "0.5390973", "0.5390622", "0.53794897", "0.53794897", "0.53794897", "0.5369717", "0.53540486", "0.533634", "0.5317512", "0.53093433", "0.5274435", "0.52579874" ]
0.7441327
0
eof setAcao Define o valor de log_parms
public function setParms ($log_parms) { $this->log_parms = substr($log_parms,0,1020); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function setAcao ($log_acao) {\n\t\t$this->log_acao = $log_acao;\n\t}", "function setLog($proceso,$sucursal,$usuario){\n $data = array(\n 'proceso_id' => $proceso,\n 'sucursal_id' => $sucursal,\n 'id_usuario' => $usuario\n );\n $this->db->insert(self::sys_procesos_log,$data);\n }", "public function log(){\n\t\t$this->iLog(func_get_args(),__FUNCTION__);\n\t}", "public function getParms () {\n\t\treturn $this->log_parms;\n\t}", "private function log( $sMensagem = \"\", $iTipoLog = DBLog::LOG_INFO ) {\n \n /**\n * Logar no banco as alteracoes\n */\n RecadastroImobiliarioImoveisArquivo::$oLog->escreverLog( $sMensagem, $iTipoLog );\n }", "private function _log()\n\t{\n\t\t$log = [\n\t\t\t'url'\t\t\t=> Yii::$app->request->getUrl(),\n\t\t\t'ip'\t\t\t=> Yii::$app->request->getUserIP(),\n\t\t\t'_jsonRequest' \t=> [\n\t\t\t\tself::OBJECT_PARAMS\t=> $this->_jsonRequest,\n\t\t\t\tself::OBJECT_FILES => $this->_filesRequest,\n\t\t\t],\n\t\t\t'_jsonResponse' => $this->_jsonResponse,\n\t\t];\n\n\t\tYii::info($log, 'db_log');\n\t}", "function logs(){\n\n\t\t}", "function start_log()\r\n\t{\r\n\t\t$this->log = \"Started on \".NOW().\" - \".date(\"Y M d\").\"\\r\\n\\n\";\r\n\t\t$this->log .= \"Checking File ....\\r\\n\";\r\n\t\t$this->log('File',$this->input_file);\r\n\t}", "public function setA ($log_a) {\n\t\t$this->log_a = $log_a;\n\t}", "protected function log(...$argv)\n {\n }", "public function log_process_regular_data($params, $result)\n {\n // Check if logging of normal requests is enabled\n if ($this->log_type == 'all') {\n\n $this->log_add(__('REQUEST PARAMS: ', 'woochimp'));\n $this->log_add($params);\n\n $this->log_add(__('RESPONSE:', 'woochimp'));\n $this->log_add($result);\n }\n }", "public static function setLog($log=FALSE) {\n self::$log = $log;\n }", "function log($name,$value)\r\n\t{\r\n\t\t$this->log .= $name.' : '.$value.\"\\r\\n\";\r\n\t}", "function log_header(&$log, $players_conf){\n \n $log['header'] = array();\n $ci = count($players_conf);\n \n for( $i = 0; $i < $ci; $i++ ){\n \n $log['header'][$i]['armor'] = $players_conf[$i]['armor'];\n $log['header'][$i]['weapon'] = $players_conf[$i]['weapon'];\n $log['header'][$i]['hp'] = $players_conf[$i]['max_hp'];\n $log['header'][$i]['id'] = $players_conf[$i]['id'];\n }\n\n \n \n\n \n}", "public function write_request_fields_to_log()\n\t{\n\t\t$this->write_array_to_log($_REQUEST);\n\t}", "public function loginit()\n {\n EasyTransac\\Core\\Logger::getInstance()\n ->setActive(Configuration::get('EASYTRANSAC_DEBUG'));\n\n EasyTransac\\Core\\Logger::getInstance()\n ->setFilePath(_PS_ROOT_DIR_ . '/modules/easytransac/logs/');\n }", "function log()\r\n {\r\n }", "public function log() {\n\t\tlogger('dav: auth: channel_name ' . $this->channel_name, LOGGER_DATA);\n\t\tlogger('dav: auth: channel_id ' . $this->channel_id, LOGGER_DATA);\n\t\tlogger('dav: auth: channel_hash ' . $this->channel_hash, LOGGER_DATA);\n\t\tlogger('dav: auth: observer ' . $this->observer, LOGGER_DATA);\n\t\tlogger('dav: auth: owner_id ' . $this->owner_id, LOGGER_DATA);\n\t\tlogger('dav: auth: owner_nick ' . $this->owner_nick, LOGGER_DATA);\n\t}", "private function _setear_variables($titulo=NULL, $mensaje=NULL, $accion=NULL, $cancelar=NULL, $volver=NULL)\n\t{\n\t\t$this->variables['titulo'] = $titulo;\n\t\t$this->variables['mensaje'] = $mensaje;\n\t\t$this->variables['accion'] = $accion;\n\t\t$this->variables['cancelar'] = $cancelar;\n\t\t$this->variables['volver'] = $volver;\n\t}", "public function init() {\n if (isset($this->params['category2priority'])) {\n $this->catmap = $this->params['category2priority'];\n }\n\n // Set the app's identity.\n $this->ident = (isset($this->params['ident'])) ? $this->params['ident'] : 'Fortissimo';\n\n // See if verbose logging is on.\n $this->verbose = isset($this->params['verbose']) \n && filter_var($this->params['verbose'], FILTER_VALIDATE_BOOLEAN);\n\n // Set log options:\n $this->opts = isset($this->params['logOptions']) ? $this->params['logOptions'] : 0;\n\n $this->facility = isset($this->params['facility']) ? (int)$this->params['facility'] : LOG_USER;\n\n openlog($this->ident, $this->opts, $this->facility);\n }", "function log_negocio($arquivo, $oper, $compra, $venda, $total, $pos){\n\t// $arquivo = str_replace(\".txt\", \"\", $arquivo);\n\t// $prev = \"output/$arquivo.csv\";\n\t// $content = \"\";\n\t// if(file_exists($prev)){\n\t// \t$content = file_get_contents($prev);\n\t// }\n\n\t// $compra = number_format($compra, 1, \",\", \"\");\n\t// $venda = number_format($venda, 1, \",\", \"\");\n\t// $total = number_format($total, 1, \",\", \"\");\n\n\t// $fp = fopen($prev, \"w+\") or die(\"Unable to open file!\");\n\t// $content .= \"\\\"$oper\\\",\\\"$compra\\\",\\\"$venda\\\",\\\"$total\\\",\\\"$pos\\\"\\n\";\n\t// fwrite($fp, $content);\n\t// fclose($fp);\n}", "function insertar_log($datos){\n global $db;\n\n $prep = $db->prepare(\"INSERT INTO log (Tipo, Fecha, Descripcion)\n VALUES (?, ?, ?)\");\n\n $prep->bind_param('sss', $tipo, $fec, $desc);\n \n // Establecer parámetros y ejecutar\n $tipo = $datos['Tipo'];\n $fec = $datos['Fecha'];\n $desc = $datos['Descripcion'];\n\n $prep->execute();\n \n // Cerramos la consulta preparada\n $prep->close();\n }", "function logit($data=NULL, $name=\"custom_log\") {\n\t/* $fra->tool->logit(DATA, NAME)\n\t***************************************************\n\t| This function lets you log everything with a \n\t| custom name and a custom array of data.\n\t***************************************************/\n\t\tif(!is_array($data)) {\n\t\t\t$data = Array($data);\n\t\t}\n\n\t\t$fra_log_datet \t\t= date('Y-m-d - H:i:s');\n\t\t$fra_log_wsurl \t\t= \"{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}\";\n\t\t$fra_log_usrip \t\t= $_SERVER['REMOTE_ADDR'];\n\t\t$fra_log_usrag \t\t= $_SERVER['HTTP_USER_AGENT'];\n\t\t$fra_log_varss \t\t= $_SESSION;\n\t\t$fra_log_varrq \t\t= $_REQUEST;\n\t\tif(fra_var[\"db_conn\"] == 1) {\n\t\t\t$fra_log_dblgs \t= $fra->data->log();\n\t\t\t$fra_log_dberr \t= $fra->data->error();\n\t\t} else {\n\t\t\t$fra_log_dblgs \t= \"\";\n\t\t\t$fra_log_dberr \t= \"\";\n\t\t}\n\t\t$fra_log_file \t\t= $_SERVER['DOCUMENT_ROOT'].\"/logs/\".date('Ymd').\"_\".fra_var[\"domain\"].\"_\".$name.\".log\";\n\t\tif(file_exists($fra_log_file)) {\n\t\t\t$fra_log_current = file_get_contents($fra_log_file);\n\t\t} else {\n\t\t\t$fra_log_current = \"\";\n\t\t}\n\t\t$fra_log_current .= \"\". $fra_log_datet .\"\\n-----------------------------------------\\nURL: \". $fra_log_wsurl . \"\\nUSER: \".$fra_log_usrip.\"\\n\".$fra_log_usrag.\"\\n\\nCUSTOM DATA:\\n\".print_r($data, true).\"\\nREQUEST:\\n\".print_r($fra_log_varrq, true).\"\\nSESSIONS:\\n\".print_r($fra_log_varss,true).\"\\nDB LOGS:\\n\".print_r($fra_log_dblgs, true).\"\\nDB ERROR:\\n\".print_r($fra_log_dberr, true).\"\\n-----------------------------------------\\n\\n\";\n\t\tfile_put_contents($fra_log_file, $fra_log_current);\n\t}", "private function logger($argv1 = \"\", $argv2 = \"\") {\n $fp = fopen($this->logfile, 'a+');\n fwrite($fp, date(\"Y-m-d H:i:s\").\"|\". $argv1 .\"|\". $argv2);\n fclose($fp);\n }", "public static function opra_log($opra, $ip ,$mis=NULL)\n {\n $op = new OpLog() ;\n $op->ipadd = $ip ;\n $op->opr = $opra ;\n if ($mis!== null) {\n $op->misc = $mis ;\n }\n \n $op->save(false) ;\n }", "static public function setParametrosGlobais($aParametros) {\n\n if (!empty($aParametros['webservice'])) {\n\n $aFlagAmbiente = $aParametros['webservice'];\n\n if (isset($aFlagAmbiente['DB_id_usuario'])) {\n $_SESSION['DB_id_usuario'] = $aFlagAmbiente['DB_id_usuario'];\n }\n\n if (isset($aFlagAmbiente['DB_login'])) {\n $_SESSION['DB_login'] = $aFlagAmbiente['DB_login'];\n }\n\n if (isset($aFlagAmbiente['DB_administrador'])) {\n $_SESSION['DB_administrador'] = $aFlagAmbiente['DB_administrador'];\n }\n\n if (isset($aFlagAmbiente['DB_ip'])) {\n $_SESSION['DB_ip'] = $aFlagAmbiente['DB_ip'];\n }\n\n if (isset($aFlagAmbiente['REQUEST_URI'])) {\n $_SESSION['REQUEST_URI'] = $aFlagAmbiente['REQUEST_URI'];\n }\n\n if (isset($aFlagAmbiente['DB_configuracao_ok'])) {\n $_SESSION['DB_configuracao_ok'] = $aFlagAmbiente['DB_configuracao_ok'];\n }\n\n if (isset($aFlagAmbiente['DB_instit'])) {\n $_SESSION['DB_instit'] = $aFlagAmbiente['DB_instit'];\n }\n\n if (isset($aFlagAmbiente['DB_totalmodulos'])) {\n $_SESSION['DB_totalmodulos'] = $aFlagAmbiente['DB_totalmodulos'];\n }\n\n if (isset($aFlagAmbiente['DB_use_pcasp'])) {\n $_SESSION['DB_use_pcasp'] = $aFlagAmbiente['DB_use_pcasp'];\n }\n\n if (isset($aFlagAmbiente['DB_Area'])) {\n $_SESSION['DB_Area'] = $aFlagAmbiente['DB_Area'];\n }\n\n if (isset($aFlagAmbiente['DB_modulo'])) {\n $_SESSION['DB_modulo'] = $aFlagAmbiente['DB_modulo'];\n }\n\n if (isset($aFlagAmbiente['DB_nome_modulo'])) {\n $_SESSION['DB_nome_modulo'] = $aFlagAmbiente['DB_nome_modulo'];\n }\n\n if (isset($aFlagAmbiente['DB_coddepto'])) {\n $_SESSION['DB_coddepto'] = $aFlagAmbiente['DB_coddepto'];\n }\n\n if (isset($aFlagAmbiente['DB_nomedepto'])) {\n $_SESSION['DB_nomedepto'] = $aFlagAmbiente['DB_nomedepto'];\n }\n\n if (isset($aFlagAmbiente['DB_itemmenu_acessado'])) {\n $_SESSION['DB_itemmenu_acessado'] = $aFlagAmbiente['DB_itemmenu_acessado'];\n }\n\n if (isset($aFlagAmbiente['SERVER_ADDR'])) {\n $_SERVER['SERVER_ADDR'] = $aFlagAmbiente['SERVER_ADDR'];\n }\n\n if (isset($aFlagAmbiente['SERVER_PORT'])) {\n $_SERVER['SERVER_PORT']= $aFlagAmbiente['SERVER_PORT'];\n }\n\n if (isset($aFlagAmbiente['DOCUMENT_ROOT'])) {\n $_SERVER['DOCUMENT_ROOT'] = $aFlagAmbiente['DOCUMENT_ROOT'];\n }\n\n if (isset($aFlagAmbiente['SERVER_ADMIN'])) {\n $_SERVER['SERVER_ADMIN'] = $aFlagAmbiente['SERVER_ADMIN'];\n }\n\n if (isset($aFlagAmbiente['PHP_SELF'])) {\n $_SERVER['PHP_SELF'] = $aFlagAmbiente['PHP_SELF'];\n }\n\n if (isset($aFlagAmbiente['REQUEST_URI'])) {\n $_SERVER[\"REQUEST_URI\"] = $aFlagAmbiente['REQUEST_URI'];\n }\n\n if (isset($aFlagAmbiente['HTTP_HOST'])) {\n $_SERVER['HTTP_HOST'] = $aFlagAmbiente['HTTP_HOST'];\n }\n }\n }", "function info_01(){\n\n\t$ActionTime = date('H:i:s');\n\n\tglobal $logtext;\n\t$logtext = PHP_EOL.\"- USER WEB MODIFICAR SELECCIONADO \".$ActionTime.PHP_EOL.\"\\t ID:\".$_POST['id'].PHP_EOL.\"\\t Nombre: \".$_POST['Nombre'].\" \".$_POST['Apellidos'].PHP_EOL.\"\\t Ref: \".$_POST['ref'].PHP_EOL.\"\\t Nivel: \".$_POST['Nivel'].PHP_EOL.\"\\t User: \".$_POST['Usuario'].\".\\n\\t Pass: \".$_POST['Password'].\".\\n\\t Email: \".$_POST['Email'].PHP_EOL.\"\\t Direccion: \".$_POST['Direccion'].PHP_EOL.\"\\t Telefono 1: \".$_POST['Tlf1'].PHP_EOL.\"\\t Imagen: \".$_POST['myimg'].PHP_EOL;\n\n require 'Inc_Log_Total.php';\n\n\t}", "private function logf($info){ }", "public function setDescrErro ($log_descr_erro) {\n\t\t$this->log_descr_erro = substr($log_descr_erro,0,1020);\n\t}", "function log($msg=\"\"){ if($this->debug){ echo $msg.\"\\n\"; } }" ]
[ "0.6098254", "0.5669137", "0.55292296", "0.548828", "0.5450236", "0.5410133", "0.53215784", "0.52349615", "0.5218361", "0.5133903", "0.5059519", "0.50366664", "0.50334793", "0.50263405", "0.50114346", "0.50051755", "0.49892363", "0.49763396", "0.49437103", "0.49337995", "0.4919597", "0.4919485", "0.49101174", "0.48995432", "0.4893863", "0.4889195", "0.48798224", "0.4876743", "0.48640004", "0.48597294" ]
0.69807285
0
eof setParms Define o valor de log_msg_erro
public function setMsgErro ($log_msg_erro) { $this->log_msg_erro = substr($log_msg_erro,0,1020); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function LogError($descr=\"\",$msg=\"\"){\n\tif(trim($descr) == \"\" && trim($msg) == \"\")return;\n\tglobal $dbo;\n\t $inst = $dbo->InsertID(\"paymentlog_tb\",[\"Description\"=>$descr,\"Message\"=>$msg,\"Type\"=>\"ETRANZACT_DUMP\"]);\n\t exit($msg);\n}", "static function fail($message,$where=null,$params=null)\n {\n $login = (isset($_SESSION['login'])) ? $_SESSION['login'] : null;\n $ip = get_ip();\n $date =date('Y-m-d h:i:s');\n $url_projet=lien_projet;\n\n $dbt=debug_backtrace();\n $caller =$class = isset($dbt[1]['class']) ? $dbt[1]['class'] : null;\n $caller.= isset($dbt[1]['function']) ? $dbt[1]['function'] : null;\n $method = isset($dbt[1]['function']) ? $dbt[1]['function'] : null;\n $actual_link = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? \"https\" : \"http\") . \"://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]\";\n\n $where = $caller . \". $where\";\n $content = \"{$date}\\t{$ip}\\t{$login}\\t$where\\t$actual_link\\t$message\";\n\n $tab_sql_error=null;\n $tab_sql_error['class']=$class;\n $tab_sql_error['method']=$method;\n $tab_sql_error['actual_link']=$actual_link;\n $tab_sql_error['message']=$message;\n $tab_sql_error['cle']=(isset($params['cle'])) ? $params['cle'] : null;\n\n $sql=\"INSERT INTO `log_error` ( `class`, `function`, `date`, `link`, `data`, `cle`)\n VALUES ( :class, :method, CURRENT_TIMESTAMP, :actual_link, :message, :cle);\n\";\n $rsql =maquery_sql($tab_sql_error,$sql);\n file_put_contents('error_failz.txt',$content);\n\n if (!empty($params['mail']))\n {\n $mail_send=\"[email protected]\";\n $mail_contenu = \"Erreur détecté sur $actual_link.<br/>\\n : $content \";\n mail::send(null,array('from_mail'=>mail_robot,'from_nom'=>mail_robot,'to_mail'=>$mail_send,'mail'=>$mail_contenu,'subject'=>techo(\"Fail détecté $message\" . nom_projet)));\n\n }\n\n\n\n }", "public function err($codigo='', $user_msg='', $log_msg=false)\n\t{\n\t\t$usr = ''; \n\t\tif (isset($_SESSION['unm'])) $usr = sprintf(\"user:%s\", $_SESSION['unm']);\n\t\t$ss = sprintf(\"<p align=\\\"center\\\"><code><i><b>[%s] %s</b> Error: %s</i></code></p>\", \n\t\t\t\t$codigo, $usr, $user_msg);\n\t\t$this->buf .= $ss;\n\t\tif ($log_msg !== false) error_log($codigo.':'.$usr.' msg:'.$log_msg);\n\t\treturn $ss;\n\t}", "function dbg_err($msg){\n global $debug_db,$debug_log;\n\n if(!$debug_log) print(\"<p><b>\".$msg.\"</b></p>\"); \n else {\n accum_file($debug_log,\"trace error $msg\\n\");\n }\n dbg_tr();\n\n }", "public function error(){\n\t\t$this->iLog(func_get_args(),__FUNCTION__);\n\t}", "function error()\r\n {\r\n $this->merge_to_log(func_get_args());\r\n }", "private function error_log( $msg ) {\n\t \tif( self::LOGGING )\n\t \t\terror_log( $msg . \"\\n\", 3, $this->logFilePath );\n\t }", "private function logs($reqs,$error_msg,$sontype='send'){\n \t$logobj = new Common_Log(); \t\n \tif(is_array($reqs)){\n $reqs = json_encode(Common_Func::gbkToUtf8Array($reqs));\n \t}\n \tif(is_array($error_msg)){\n \t\t$error_msg = json_encode($error_msg);\n \t} \t\n $logobj->write('FATAL', 'mcpack',\n\t array(\n\t \t'sontype'=>$sontype,\n\t \t'param'=>$reqs,\n\t \t'message'=>$error_msg,\n\t \t'file'=>__FILE__,\n\t \t'line'=>__LINE__,\n\t )\n );\n }", "function xx_error($msg) {\n\t$args = func_get_args();\n\n\t$log = getLogger();\n\t$log->error(implode(', ', $args));\n}", "private function logMsg() {\n\n //log our error message to our log file\n $arr = $this->logData;\n\n if ($this->mode==\"db\") $this->logToDB($arr);\n elseif ($this->mode==\"xml\") $this->logToXML($arr);\n elseif ($this->mode==\"file\") $this->logToFile($arr);\n\n }", "public function setParms ($log_parms) {\n\t\t$this->log_parms = substr($log_parms,0,1020);\n\t}", "public function error($msg, $line, $log = \"Unknown error\") {\n\t\techo \"<h2>An error has occurred</h2>\";\n\t\techo \"<h4>\".$msg.\"</h4>\";\n\t\t$content= file_get_contents('error.log');\n\t\tfile_put_contents(\"error.log\", $content .\"\\n\". $log.\" -> at line \". $line .\" at \".date(\"d-m-Y H:i:s\"));\n\t\texit;\n\t}", "function errorHandler($no, $msg, $file, $line){\n $php_errormsg = sprintf('%s on line %d', $msg, $line);\n $this->pushError($msg);\n }", "function kleeja_admin_err($msg, $navigation = true, $title='', $exit = true, $redirect = false, $rs = 5, $style = 'error.php')\n{\n\tglobal $text, $tpl, $SHOW_LIST, $adm_extensions, $adm_extensions_menu;\n\tglobal $STYLE_PATH_ADMIN, $lang, $plugin, $SQL, $MINI_MENU;\n\n\t($hook = $plugin->run_hook('kleeja_admin_err_func')) ? eval($hook) : null; //run hook\n\n\t#Exception for ajax\n\tif(isset($_GET['_ajax_']))\n\t{\n\t\t$text = $msg . ($redirect ? \"\\n\" . '<script type=\"text/javascript\"> setTimeout(\"location.href=\\'' . str_replace('&amp;', '&', $redirect) . '\\';\", ' . ($rs*1000) . ');</script>' : '');\n\t\techo_ajax(1, $tpl->display($style));\n\t\t$SQL->close();\n\t\texit();\n\t}\n\n\t#assign {text} in err template\n\t$text\t\t= $msg . ($redirect != false ? redirect($redirect, false, false, $rs, true) : '');\n\t$SHOW_LIST\t= $navigation;\n\n\t#header\n\tinclude get_template_path('header.php');\n\t\t#show tpl\n\tinclude get_template_path($style);\n\t\t#footer\n\tinclude get_template_path('footer.php');\n\t#show tpl\n\t//echo $tpl->display($style);\n\t#footer\n\t//echo $tpl->display(\"admin_footer\");\n\n\t#if exit, clean it\n\tif($exit)\n\t{\n\t\tgarbage_collection();\n\t\texit();\n\t}\n}", "public function ERR($message,$dest=null) {\n $errfile = MySB_ROOTPATH.\"/log/mysb.txt\";\n if($dest) $errfile = MySB_ROOTPATH.'/log/'.$dest.'.txt';\n $today = getdate();\n $today_str = \n $today['mday'].'-'.$today['mon'].'-'.$today['year'].' '.\n $today['hours'].':'.$today['minutes'].':'.$today['seconds'];\n $fh = fopen($errfile, 'a') \n or die(\"can't open log file: check permissions on log/\");\n if(isset($this->auth_user)) $loguser = $this->auth_user->login;\n else $loguser='anonymous';\n $error_msg = \n $today_str.' - '.$loguser.'('.$_SERVER['REMOTE_ADDR'].') - '.$_SERVER['REQUEST_URI'].\n \"\\n\".$message;\n $error_msg = str_replace( \"\\n\", \"\\n \", $error_msg );\n fwrite($fh, \"\\nERR: \".$error_msg.\"\\n\");\n fclose($fh);\n echo '\n<!-- !!!ERROR!!! --><br>\n'.MySBUtil::str2html($error_msg).'<br>\n<!-- !!!ERROR!!! --><br>\n';\n $this->close();\n die;\n }", "function error_message($mess, $type='log', $recipients)\n{\n\tswitch($type)\n\t{\n\t\tcase 'email':\n\t\t\t$ret = mail($recipients,\n\t\t\t\t\"log message \" . date(\"Y:d:m H:i:s\"),\n\t\t\t\t$mess);\n\n\t\t\tif(!$ret)\n\t\t\t{\n\t\t\t\terror_log(\"Failed to send email.\");\n\t\t\t}\n\t\tcase 'log':\n\t\tdefault:\n\t\t\tfile_put_contents('../logs/error_log.txt',\n\t\t\t\tdate(\"Y-m-d H:i:s :\") . $mess . \"\\n\",\n\t\t\t\tFILE_APPEND);\n\t\t\tbreak;\n\t}\n}", "public function addErrorHr($log = LOG_SYSTEM) {\n if (Config::config()['user']['debug']['log']) {\n file_put_contents(APP_LOG_PATH . $log . '.log', \"#################### END OF EXECUTION OF http://\" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] . \" ####################\\n\", FILE_APPEND | LOCK_EX);\n }\n }", "public function setDescrErro ($log_descr_erro) {\n\t\t$this->log_descr_erro = substr($log_descr_erro,0,1020);\n\t}", "function errorHandler2($errno, $errstr, $errfile, $errline, $errcontext){\n $log = \"Error[$errno] on \" . date(\"d/m/Y H:i:s\") . \"\\r\\n\";\n $log .= \"Details: $errstr. \\r\\n\";\n $log .= \"Location: In $errfile on line $errline. \\r\\n\";\n // print_r($errcontext, true) yeh karna bht jaruri hai otherwise error ke bare mai store ni hoga and print_r ko true krna jaruri hai.\n $log .= \"Variables: \" . print_r($errcontext, true) . \"\\r\\n\";\n \n // error_log yeh error ka log maintain karega pehele ek variable pass karenge then , '3' ka matlb error ko login krke dekhna hai, then uski location dalenge \"logs/errorhandlingerrors.log\" = isme 'logs' namm ka folder hai joh ki create kar rakha hai and 'errorhandlingerrors.log' naam ki file joh ki hum jab ban jayegi logs wale folder mai jab error_log chalega. \n error_log($log, 3, \"logs/errorhandlingerrors.log\");\n error_log($log, 1, \"[email protected]\");// yeh email pe bejega '1' email ka code hai.\n die(\"<p>An error occured, please try again!</p>\"); // agar koi error aa jayegi toh die chalega.and script yahi se exit ho jayegi.\n}", "static function log_error($errno, $errmsg, $filename, $linenum) {\n\t\t\treturn SYSTEM_MANAGER::get_logger()->error(array(\"errmsg\"=>$errmsg,\"errno\"=>$errno,\"filename\"=>$filename,\"linenum\"=>$linenum,\"stack_trace\"=>self::get_stack_trace(2)));\n\t\t}", "function Halt( $msg ) { \n global $Global;\n // New Error control \n echo \"`_RPC_error_`\" . $this->Errno . \"`\" . $this->Error .\n \"`\" . $msg ; \n $this->NoLog = 1;\n $Global['SQL_Status'] = \"ER\";\n $this->log( $Global['username'], 'SQL ' .\n $this->Errno . \" - \" . $this->Error , $Global['SQL_Status'], $msg ); \n }", "function mostrarMensajeERR($msg) {\n if($msg > 0 && $msg < 50) {\n $mensaje[1]=\"Complete los campos del formulario.\";\n $mensaje[2]=\"Los datos introducidos son incorrectos.\";\n $mensaje[3]=\"No se ha podido insertar el alumno/a.\";\n $mensaje[4]=\"El usuario ha sido dado de baja\";\n $mensaje[5]=\"Introduzca el Nombre\";\n $mensaje[6]=\"Introduzca los Apellidos\";\n $mensaje[7]=\"Introduzca el E-mail\";\n $mensaje[8]=\"E-mail ocupado.\";\n $mensaje[9]=\"E-mail no válido.\";\n $mensaje[10]=\"No tiene permisos para acceder a la Extranet.\";\n $mensaje[11]=\"Introduzca la contraseña\";\n $mensaje[12]=\"Introduzca el usuario\";\n $mensaje[13]=\"Introduzca el curso\";\n $mensaje[14]=\"El usuario no tiene el formato correcto\";\n $mensaje[15]=\"El usuario que intenta eliminar ya existe\";\n $mensaje[16]=\"El usuario no existe\";\n $mensaje[17]=\"El usuario que intenta dar de baja ya lo está\";\n\t\t$mensaje[18]=\"El usuario debe comenzar por @\";\n\t\t$mensaje[19]=\"El nombre no tiene un formato válido.\";\n\t\t$mensaje[20]=\"El apellido no tiene un formato válido.\";\n echo '<div class=\"alert alert-danger\">'.$mensaje[$msg].'</div>';\n } \n }", "function errorAndDie($error_msg) {\n global $dateForm;\n $debug_file = ROOT.DS.'logs/reports.txt';\n if (!empty($debug_file)) {\n $report = 'Error: '.$dateForm.' | '.$error_msg.PHP_EOL; \n WRITE($debug_file,$report,\"a\");\n die('Error: '.$error_msg);\n }\n }", "private function AddErrorInfo()\n{\n $this->error .= 'Error: ';\n switch($this->type)\n {\n case 'mysql4':\n case 'mysql': $this->error .= '['.mysql_errno().'] '.mysql_error(); break;\n case 'sqlsrv': $err=end(sqlsrv_errors()); $this->error .= $err['message']; break;\n case 'mssql': $this->error .= mssql_get_last_message(); break;\n case 'pg': $this->error .= pg_last_error(); break;\n case 'ibase': $this->error .= ibase_errmsg(); break;\n case 'sqlite': $this->error .= '['.sqlite_last_error($this->con).'] '.sqlite_error_string(sqlite_last_error($this->con)); break;\n case 'db2': $this->error .= db2_conn_errormsg(); break;\n case 'oci': $e=oci_error(); $this->error .= $e['message']; break;\n }\n}", "function log_error($type, $message, $file, $line)\r\n\t{\r\n\t\tglobal $mybb;\r\n\r\n\t\tif($type == MYBB_SQL)\r\n\t\t{\r\n\t\t\t$message = \"SQL Error: {$message['error_no']} - {$message['error']}\\nQuery: {$message['query']}\";\r\n\t\t}\r\n\r\n\t\t// Do not log something that might be executable\r\n\t\t$message = str_replace('<?', '< ?', $message);\r\n\r\n\t\tif(function_exists('debug_backtrace'))\r\n\t\t{\r\n\t\t\tob_start();\r\n\t\t\tdebug_print_backtrace();\r\n\t\t\t$trace = ob_get_contents();\r\n\t\t\tob_end_clean();\r\n\r\n\t\t\t$back_trace = \"\\t<back_trace>{$trace}</back_trace>\\n\";\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\t$back_trace = '';\r\n\t\t}\r\n\r\n\t\t$error_data = \"<error>\\n\";\r\n\t\t$error_data .= \"\\t<dateline>\".TIME_NOW.\"</dateline>\\n\";\r\n\t\t$error_data .= \"\\t<script>\".$file.\"</script>\\n\";\r\n\t\t$error_data .= \"\\t<line>\".$line.\"</line>\\n\";\r\n\t\t$error_data .= \"\\t<type>\".$type.\"</type>\\n\";\r\n\t\t$error_data .= \"\\t<friendly_type>\".$this->error_types[$type].\"</friendly_type>\\n\";\r\n\t\t$error_data .= \"\\t<message>\".$message.\"</message>\\n\";\r\n\t\t$error_data .= $back_trace;\r\n\t\t$error_data .= \"</error>\\n\\n\";\r\n\r\n\t\tif(trim($mybb->settings['errorloglocation']) != \"\")\r\n\t\t{\r\n\t\t\t@error_log($error_data, 3, $mybb->settings['errorloglocation']);\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\t@error_log($error_data, 0);\r\n\t\t}\r\n\t}", "function printerr($message, $line = -1)\n{\n\tprintln(\"ERROR: %s %s\", $message, ($line > -1) ? \"in line \" . $line : \"\");\n}", "public function setError($msg);", "public function escribir_en_log_errores($cadena_texto_a_imprimir_en_log_errores,$sitio_del_error=\"no definido\")\n\t{\n\t\t//PARTE LOG EN TXT\n\t\t//crea directorio log\n\t\t$ruta_temporales=\"TEMPORALES/\";\n\t\t$ruta_carpeta_del_log_errores_bd=$ruta_temporales.\"logs_errores_bd\";\n\t\tif(!file_exists($ruta_carpeta_del_log_errores_bd))\n\t\t{\n\t\t\tmkdir($ruta_carpeta_del_log_errores_bd, 0777);\n\t\t}\n\t\t//fin crea directorio log\n\t\t$cadena_preparada_para_log_bd=preg_replace(\"/[^A-Za-z0-9:.\\-\\s+\\_\\'\\=\\,\\*\\(\\)]/\", \"\", trim($cadena_texto_a_imprimir_en_log_errores) );\n\t\tdate_default_timezone_set (\"America/Bogota\");\n\t\t$fecha_para_archivo= date('Y-m-d-H');\n\t\t$tiempo_actual = date('H:i:s');\n\t\t$ruta_archivo_log_bd=$ruta_carpeta_del_log_errores_bd.\"/\".\"log_error_bd_\".$fecha_para_archivo.\".txt\";\t\t \n\t\t//se sobreescribe con el modo a\t\t\n\t\t$file_archivo_log_error_bd = fopen($ruta_archivo_log_bd, \"a\") or die(\"fallo la creacion del archivo\");\n\t\tfwrite($file_archivo_log_error_bd, \"\\n\".\"tiempo error: $tiempo_actual query problematica en $sitio_del_error: \".$cadena_preparada_para_log_bd);\n\t\tfclose($file_archivo_log_error_bd);\n\t\t//FIN PARTE LOG EN TXT\n\t}", "protected static function SET_ERROR($msg)\n {\n ++self::$error_count;\n if ('smtp' === self::$Mailer && null !== self::$smtp) {\n $lasterror = self::$smtp::GET_ERROR();\n // if (!empty($lasterror['error'])) {\n\n // $msg .= self::$lang('smtp_error') . $lasterror['error'];\n // if (!empty($lasterror['detail'])) {\n // $msg .= ' ' . self::$lang('smtp_detail') . $lasterror['detail'];\n // }\n // if (!empty($lasterror['smtp_code'])) {\n // $msg .= ' ' . self::$lang('smtp_code') . $lasterror['smtp_code'];\n // }\n // if (!empty($lasterror['smtp_code_ex'])) {\n // $msg .= ' ' . self::$lang('smtp_code_ex') . $lasterror['smtp_code_ex'];\n // }\n // }\n }\n self::$ErrorInfo = $msg;\n }", "public static function setMessegeError($msg){\n\n\t\t$_SESSION[Message::MESSAGEM_ERRO] = $msg;\n\n\t}" ]
[ "0.6294816", "0.6023004", "0.5963872", "0.5915527", "0.58041763", "0.5781732", "0.5727834", "0.5701212", "0.5695458", "0.5673283", "0.5663488", "0.5639296", "0.56257755", "0.5622842", "0.5613408", "0.55965626", "0.55823636", "0.5558769", "0.555498", "0.55520076", "0.5530795", "0.552628", "0.5481926", "0.547782", "0.547314", "0.54721546", "0.5463498", "0.5454675", "0.5453128", "0.5362763" ]
0.64529896
0
eof setMsgErro Define o valor de log_descr_erro
public function setDescrErro ($log_descr_erro) { $this->log_descr_erro = substr($log_descr_erro,0,1020); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function setMsgErro ($log_msg_erro) {\n\t\t$this->log_msg_erro = substr($log_msg_erro,0,1020);\n\t}", "public function getMsgErro () {\n\t\treturn $this->log_msg_erro;\n\t}", "public function err($codigo='', $user_msg='', $log_msg=false)\n\t{\n\t\t$usr = ''; \n\t\tif (isset($_SESSION['unm'])) $usr = sprintf(\"user:%s\", $_SESSION['unm']);\n\t\t$ss = sprintf(\"<p align=\\\"center\\\"><code><i><b>[%s] %s</b> Error: %s</i></code></p>\", \n\t\t\t\t$codigo, $usr, $user_msg);\n\t\t$this->buf .= $ss;\n\t\tif ($log_msg !== false) error_log($codigo.':'.$usr.' msg:'.$log_msg);\n\t\treturn $ss;\n\t}", "public function escribir_en_log_errores($cadena_texto_a_imprimir_en_log_errores,$sitio_del_error=\"no definido\")\n\t{\n\t\t//PARTE LOG EN TXT\n\t\t//crea directorio log\n\t\t$ruta_temporales=\"TEMPORALES/\";\n\t\t$ruta_carpeta_del_log_errores_bd=$ruta_temporales.\"logs_errores_bd\";\n\t\tif(!file_exists($ruta_carpeta_del_log_errores_bd))\n\t\t{\n\t\t\tmkdir($ruta_carpeta_del_log_errores_bd, 0777);\n\t\t}\n\t\t//fin crea directorio log\n\t\t$cadena_preparada_para_log_bd=preg_replace(\"/[^A-Za-z0-9:.\\-\\s+\\_\\'\\=\\,\\*\\(\\)]/\", \"\", trim($cadena_texto_a_imprimir_en_log_errores) );\n\t\tdate_default_timezone_set (\"America/Bogota\");\n\t\t$fecha_para_archivo= date('Y-m-d-H');\n\t\t$tiempo_actual = date('H:i:s');\n\t\t$ruta_archivo_log_bd=$ruta_carpeta_del_log_errores_bd.\"/\".\"log_error_bd_\".$fecha_para_archivo.\".txt\";\t\t \n\t\t//se sobreescribe con el modo a\t\t\n\t\t$file_archivo_log_error_bd = fopen($ruta_archivo_log_bd, \"a\") or die(\"fallo la creacion del archivo\");\n\t\tfwrite($file_archivo_log_error_bd, \"\\n\".\"tiempo error: $tiempo_actual query problematica en $sitio_del_error: \".$cadena_preparada_para_log_bd);\n\t\tfclose($file_archivo_log_error_bd);\n\t\t//FIN PARTE LOG EN TXT\n\t}", "public function setError($msg);", "public function getDescrErro () {\n\t\treturn $this->log_descr_erro;\n\t}", "function LogError($descr=\"\",$msg=\"\"){\n\tif(trim($descr) == \"\" && trim($msg) == \"\")return;\n\tglobal $dbo;\n\t $inst = $dbo->InsertID(\"paymentlog_tb\",[\"Description\"=>$descr,\"Message\"=>$msg,\"Type\"=>\"ETRANZACT_DUMP\"]);\n\t exit($msg);\n}", "function mostrarMensajeERR($msg) {\n if($msg > 0 && $msg < 50) {\n $mensaje[1]=\"Complete los campos del formulario.\";\n $mensaje[2]=\"Los datos introducidos son incorrectos.\";\n $mensaje[3]=\"No se ha podido insertar el alumno/a.\";\n $mensaje[4]=\"El usuario ha sido dado de baja\";\n $mensaje[5]=\"Introduzca el Nombre\";\n $mensaje[6]=\"Introduzca los Apellidos\";\n $mensaje[7]=\"Introduzca el E-mail\";\n $mensaje[8]=\"E-mail ocupado.\";\n $mensaje[9]=\"E-mail no válido.\";\n $mensaje[10]=\"No tiene permisos para acceder a la Extranet.\";\n $mensaje[11]=\"Introduzca la contraseña\";\n $mensaje[12]=\"Introduzca el usuario\";\n $mensaje[13]=\"Introduzca el curso\";\n $mensaje[14]=\"El usuario no tiene el formato correcto\";\n $mensaje[15]=\"El usuario que intenta eliminar ya existe\";\n $mensaje[16]=\"El usuario no existe\";\n $mensaje[17]=\"El usuario que intenta dar de baja ya lo está\";\n\t\t$mensaje[18]=\"El usuario debe comenzar por @\";\n\t\t$mensaje[19]=\"El nombre no tiene un formato válido.\";\n\t\t$mensaje[20]=\"El apellido no tiene un formato válido.\";\n echo '<div class=\"alert alert-danger\">'.$mensaje[$msg].'</div>';\n } \n }", "public static function setMessegeError($msg){\n\n\t\t$_SESSION[Message::MESSAGEM_ERRO] = $msg;\n\n\t}", "protected static function SET_ERROR($msg)\n {\n ++self::$error_count;\n if ('smtp' === self::$Mailer && null !== self::$smtp) {\n $lasterror = self::$smtp::GET_ERROR();\n // if (!empty($lasterror['error'])) {\n\n // $msg .= self::$lang('smtp_error') . $lasterror['error'];\n // if (!empty($lasterror['detail'])) {\n // $msg .= ' ' . self::$lang('smtp_detail') . $lasterror['detail'];\n // }\n // if (!empty($lasterror['smtp_code'])) {\n // $msg .= ' ' . self::$lang('smtp_code') . $lasterror['smtp_code'];\n // }\n // if (!empty($lasterror['smtp_code_ex'])) {\n // $msg .= ' ' . self::$lang('smtp_code_ex') . $lasterror['smtp_code_ex'];\n // }\n // }\n }\n self::$ErrorInfo = $msg;\n }", "public function impostaErrore($errore){\n $this->assign('errore',$errore);\n }", "private function retornoErro(){\n $this->setErro();\n }", "public function adicionaMsgErro($mensagem)\r\n {\r\n $this->mensagem .= \"<p class='mensagem erro'>\" . $mensagem . \"</p>\";\r\n }", "function SetError($msg) {\r\n $this->error_count++;\r\n $this->ErrorInfo = $msg;\r\n }", "function messaggioErrore()\n\t\t{\n\t\t$retval = @oci_error($this->DBConn);\n\t\tif ($retval === false)\n\t\t\treturn '';\n\t\treturn $retval['message'];\n\n\t\t}", "private function AddErrorInfo()\n{\n $this->error .= 'Error: ';\n switch($this->type)\n {\n case 'mysql4':\n case 'mysql': $this->error .= '['.mysql_errno().'] '.mysql_error(); break;\n case 'sqlsrv': $err=end(sqlsrv_errors()); $this->error .= $err['message']; break;\n case 'mssql': $this->error .= mssql_get_last_message(); break;\n case 'pg': $this->error .= pg_last_error(); break;\n case 'ibase': $this->error .= ibase_errmsg(); break;\n case 'sqlite': $this->error .= '['.sqlite_last_error($this->con).'] '.sqlite_error_string(sqlite_last_error($this->con)); break;\n case 'db2': $this->error .= db2_conn_errormsg(); break;\n case 'oci': $e=oci_error(); $this->error .= $e['message']; break;\n }\n}", "function setErrorMessage($msg){\n $this->_errormessage = $msg;\n }", "function errorSet($msg)\n {\n $GLOBALS['_Common_Errors'][] = array('set', $msg);\n }", "function SetError($msg) {\n $this->error_count++;\n $this->ErrorInfo = $msg;\n }", "public function setDhErro ($log_dh_erro) {\n\t\t$this->log_dh_erro = $log_dh_erro;\n\t}", "protected function SetError($msg)\n\t {\n\t $this->error_count++;\n\t $this->errorInfo = $msg;\n\t }", "public function setError($valor) {\n $this->error = $valor;\n }", "private function setError($mensaje)\r\n\t\t{\r\n\t\t\t$this->_errores[] = $mensaje;\r\n\t\t}", "protected function SetError($msg) {\n $this->error_count++;\n $this->ErrorInfo = $msg;\n }", "public function saveLogConnection($erro)\n\t{\n\t}", "public static function setError($msg)\n\t{\n\t\t$_SESSION[Order::ERROR] = $msg;\n }", "public function setError($msg) {\n $this->errors[] = $msg;\n }", "public function error($msg, $line, $log = \"Unknown error\") {\n\t\techo \"<h2>An error has occurred</h2>\";\n\t\techo \"<h4>\".$msg.\"</h4>\";\n\t\t$content= file_get_contents('error.log');\n\t\tfile_put_contents(\"error.log\", $content .\"\\n\". $log.\" -> at line \". $line .\" at \".date(\"d-m-Y H:i:s\"));\n\t\texit;\n\t}", "protected function setError($msg) {\r\n $this->errors[] = $msg;\r\n }", "function errorHandler($no, $msg, $file, $line){\n $php_errormsg = sprintf('%s on line %d', $msg, $line);\n $this->pushError($msg);\n }" ]
[ "0.78937346", "0.6570427", "0.65153986", "0.6363564", "0.63133454", "0.62585336", "0.62413365", "0.61785513", "0.61290413", "0.61134464", "0.606907", "0.6043976", "0.5993857", "0.5935888", "0.5894901", "0.58943796", "0.5890362", "0.5885397", "0.58820105", "0.5872581", "0.5815091", "0.57689637", "0.5758771", "0.5725798", "0.5690018", "0.56832254", "0.5661222", "0.56490314", "0.5632474", "0.5611178" ]
0.7542415
1
Launch Som Energia upgrades
function somenergia_upgrade_launch() { error_log('=> Upgrading launched by Som Energia upgrade plugin'); $dbprefix = elgg_get_config('dbprefix'); $dataroot = elgg_get_config('dataroot'); $path = elgg_get_config('path'); $filesystem = new Filesystem(); if (!elgg_is_active_plugin('group_operators')) { upgrade_old_group_operators(); } /* Fix old mods class subtypes */ update_old_mods_subtypes(); /* Update euskera users translation from eu to eu_es */ update_old_euskera_translation($dbprefix); create_simple_cache_link($filesystem, $path, $dataroot); create_ckeditor_assets_folder($filesystem, $dataroot); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function wine_run_upgrades() {\n\t$path = elgg_get_plugins_path() . 'wine/upgrades/';\n\t$files = elgg_get_upgrade_files($path);\n\tforeach ($files as $file) {\n\t\tinclude \"$path{$file}\";\n\t}\n}", "function upgrade_all() {\n\tupgrade_071();\n\tupgrade_072();\n\tupgrade_100();\n\tupgrade_101();\n\tupgrade_110();\n}", "public function upgrade() {\r\n }", "public function CliUpgrade()\n\t{\n\t\t$GLOBALS['ISC_CLASS_ADMIN_ENGINE']->LoadLangFile('upgrade');\n\t\t$this->cliMode = true;\n\t\t$dbVersion = $this->GetDbVersion();\n\n\t\tif(!$this->InUpgradeSession()) {\n\t\t\tif(!$this->RunPreUpgradeChecks()) {\n\t\t\t\tfwrite(STDOUT, \"ERROR:\\n-\");\n\t\t\t\tfwrite(STDOUT, implode(\"\\n- \", $this->errors));\n\t\t\t\texit(1);\n\t\t\t}\n\n\t\t\t$fromVersion = $this->GetDbVersion();\n\t\t\tif(isset($this->versions[$dbVersion])) {\n\t\t\t\t$fromVersion = $this->versions[$fromVersion];\n\t\t\t}\n\t\t\tfwrite(STDOUT, \"BEGIN: Upgrade from \".$fromVersion.\" to \".PRODUCT_VERSION.\"\\n\");\n\n\t\t\tif (!$this->_createPreUpgradeConfigFile()) {\n\t\t\t\tfwrite(STDOUT, \"ERROR:\\n-\");\n\t\t\t\tfwrite(STDOUT, implode(\"\\n- \", $this->errors));\n\t\t\t\texit(1);\n\t\t\t}\n\n\t\t\t$this->CreateUpgradeSession();\n\t\t\t$this->upgradeSession['moduleStack'] = $this->GetUpgradePath();\n\t\t\t$this->upgradeSession['upgradePath'] = $this->upgradeSession['moduleStack'];\n\n\t\t\tif(!isset($this->upgradeSession['progress'])) {\n\t\t\t\t$this->upgradeSession['progress'] = array(\n\t\t\t\t\t\"complete\" => 0,\n\t\t\t\t\t\"total\" => count($this->upgradeSession['moduleStack'], COUNT_RECURSIVE) - count($this->upgradeSession['moduleStack'])\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\t$fromVersion = $this->GetDbVersion();\n\t\t\tif(isset($this->versions[$dbVersion])) {\n\t\t\t\t$fromVersion = $this->versions[$fromVersion];\n\t\t\t}\n\t\t\tfwrite(STDOUT, \"CONTINUE: Upgrade from \".$fromVersion.\" to \".PRODUCT_VERSION.\"\\n\");\n\t\t\t$this->LoadUpgradeSession();\n\t\t}\n\n\t\t$this->UpdateUpgradeSession();\n\n\t\t// We now do a while() loop that just checks the result of\n\t\t// $this->UpgradeSession. Each step will be run, and the loop\n\t\t// is automatically broken when the upgrade is complete (thanks page exits)\n\t\tdo {\n\t\t\t$result = $this->RunUpgrade();\n\t\t} while($result == true);\n\t}", "public function upgrade();", "function Start_upgrade($oldversion)\r\n{\r\n return true;\r\n}", "function RunUpgrade()\n\t{\n\t\t$query = \"UPDATE \" . SENDSTUDIO_TABLEPREFIX . \"stats_emailopens SET opentime=opentime\" . $this->offset_query;\n\t\t$result = $this->Db->Query($query);\n\n\t\treturn $result;\n\t}", "public function upgrade() {\n }", "private function RunUpgrade()\n\t{\n\t\t$this->LoadUpgradeSession();\n\n\t\t$module = $step = '';\n\n\t\t// Still in the middle of a module, we need to run that one\n\t\tif(isset($this->upgradeSession['currentStep']) && is_array($this->upgradeSession['currentStep'])) {\n\t\t\t$module = $this->upgradeSession['currentStep']['module'];\n\t\t\t$step = $this->upgradeSession['currentStep']['step'];\n\t\t}\n\t\t// No module, shift the next one off the stack\n\t\telse {\n\t\t\tif (is_array($this->upgradeSession['moduleStack'])) {\n\t\t\t\t$module = array_slice($this->upgradeSession['moduleStack'], 0, 1);\n\t\t\t\tif (is_array($module)) {\n\t\t\t\t\t$moduleName = array_keys($module);\n\t\t\t\t\t$module = array_shift($module);\n\t\t\t\t\tif (is_array($module)) {\n\t\t\t\t\t\t$step = array_shift($module);\n\t\t\t\t\t\t$module = $moduleName[0];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t// Are we finished?\n\t\tif($this->upgradeSession['progress']['complete'] == $this->upgradeSession['progress']['total']) {\n\t\t\t$module = '';\n\t\t\t$step = '';\n\t\t}\n\n\t\t// Do we have a step to run now?\n\t\tif($module && $step) {\n\t\t\t$this->upgradeSession['currentStep'] = array(\n\t\t\t\t\"module\" => $module,\n\t\t\t\t\"step\" => $step\n\t\t\t);\n\n\t\t\t// Load the module\n\t\t\trequire_once ISC_BASE_PATH.\"/admin/includes/upgrades/\".$module;\n\t\t\t$moduleName = preg_replace(\"#\\.php#i\", '', $module);\n\t\t\t$class = \"ISC_ADMIN_UPGRADE_\".$moduleName;\n\t\t\t$upgradeClass = new $class($this);\n\n\t\t\t// Run this step\n\t\t\tif(!method_exists($upgradeClass, $step)) {\n\t\t\t\t$this->upgradeSession['errorMessage'] = 'Invalid method in upgrade class';\n\t\t\t\t$this->UpdateUpgradeSession();\n\t\t\t\t$this->ShowErrorPage();\n\t\t\t}\n\n\t\t\t$result = $upgradeClass->$step();\n\n\t\t\t// If this module returned true, it has finished running\n\t\t\tif($result == true) {\n\t\t\t\tunset($this->upgradeSession['currentStep']);\n\t\t\t\t++$this->upgradeSession['progress']['complete'];\n\n\t\t\t\t// Remove this step from the stack\n\t\t\t\t$stepKey = array_search($step, $this->upgradeSession['moduleStack'][$module]);\n\t\t\t\tunset($this->upgradeSession['moduleStack'][$module][$stepKey]);\n\n\t\t\t\t// Is this module now empty? If so, remove the whole module from the stack\n\t\t\t\tif(empty($this->upgradeSession['moduleStack'][$module])) {\n\t\t\t\t\tunset($this->upgradeSession['moduleStack'][$module]);\n\t\t\t\t}\n\t\t\t}\n\t\t\telse {\n\t\t\t\t// If this module returned false and has reported one or more errors\n\t\t\t\t// then we have a problem - show the error messgae page\n\t\t\t\t$errors = $upgradeClass->GetErrors();\n\t\t\t\tif(!empty($errors)) {\n\t\t\t\t\t$this->upgradeSession['errorMessage'] = implode(\"\\n\\n\", $errors);\n\t\t\t\t\t$this->UpdateUpgradeSession();\n\t\t\t\t\t$this->ShowErrorPage();\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Update the upgrader progress bar\n\t\t\t$this->UpdateUpgradeProgress();\n\n\t\t\t$this->UpdateUpgradeSession();\n\n\t\t\tif(!$this->cliMode) {\n\t\t\t\t// Throw back to this same page to continue the upgrade process\n\t\t\t\techo \"<script type='text/javascript'>\\n\";\n\t\t\t\techo \"setTimeout(function() { window.location = 'index.php?ToDo=runUpgrade&time=\".time().\"'; }, 10);\\n\";\n\t\t\t\techo \"</script>\";\n\t\t\t\texit;\n\t\t\t}\n\t\t\telse {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\t// Nothing left to run, show the completed page\n\t\telse {\n\t\t\t$this->HideUpgradeFrame();\n\t\t}\n\t}", "public function upgrade_routine()\n {\n $addons_schema_version = get_option($this->addons_schema_option, 0);\n if ((int)$addons_schema_version !== $this->current_schema_version) {\n $this->license->check_licence($this->license->get_licence_key());\n update_option($this->addons_schema_option, $this->current_schema_version);\n }\n }", "public function actionRun()\r\n {\r\n $installedVersion = Yii::app()->params['version'];\r\n $addRoutines = false;\r\n $routines = array();\r\n foreach ($this->history as $version) {\r\n if (!$addRoutines && $version[0] == $installedVersion) {\r\n $addRoutines = true;\r\n }\r\n\r\n if ($addRoutines && isset($version[1])) {\r\n $routines[] = $version[1];\r\n }\r\n }\r\n\r\n // run upgrade routines\r\n foreach ($routines as $routine) {\r\n $this->{$routine}();\r\n }\r\n\r\n // upgrade complete\r\n if ($addRoutines) {\r\n // write latest version to config\r\n $path = Yii::getPathOfAlias('application.config.ppma') . '.php';\r\n /** @noinspection PhpIncludeInspection */\r\n $config = new CConfiguration(require($path));\r\n $config['version'] = $this->latestVersion;\r\n file_put_contents($path, \"<?php\\n\\nreturn \" . $config->saveAsString() . ';');\r\n\r\n $this->render('success', array('version' => $this->latestVersion));\r\n } else {\r\n $this->render('isuptodate');\r\n }\r\n }", "private function register_core_upgrades() {\n\t\t$this->add_routine( 'upgrade_v20_recount_unpaid_earnings', array(\n\t\t\t'version' => '2.0',\n\t\t\t'compare' => '<',\n\t\t\t'batch_process' => array(\n\t\t\t\t'id' => 'recount-affiliate-stats-upgrade',\n\t\t\t\t'class' => 'AffWP\\Utils\\Batch_Process\\Upgrade_Recount_Stats',\n\t\t\t\t'file' => AFFILIATEWP_PLUGIN_DIR . 'includes/admin/tools/upgrades/class-batch-upgrade-recount-affiliate-stats.php'\n\t\t\t)\n\t\t) );\n\n\t\t$this->add_routine( 'upgrade_v22_create_customer_records', array(\n\t\t\t'version' => '2.2',\n\t\t\t'compare' => '<',\n\t\t\t'batch_process' => array(\n\t\t\t\t'id' => 'create-customers-upgrade',\n\t\t\t\t'class' => 'AffWP\\Utils\\Batch_Process\\Upgrade_Create_Customers',\n\t\t\t\t'file' => AFFILIATEWP_PLUGIN_DIR . 'includes/admin/tools/upgrades/class-batch-upgrade-create-customers.php'\n\t\t\t)\n\t\t) );\n\n\t\t$this->add_routine( 'upgrade_v245_create_customer_affiliate_relationship_records', array(\n\t\t\t'version' => '2.4.5',\n\t\t\t'compare' => '<',\n\t\t\t'batch_process' => array(\n\t\t\t\t'id' => 'create-customer-affiliate-relationship-upgrade',\n\t\t\t\t'class' => 'AffWP\\Utils\\Batch_Process\\Upgrade_Create_Customer_Affiliate_Relationship',\n\t\t\t\t'file' => AFFILIATEWP_PLUGIN_DIR . 'includes/admin/tools/upgrades/class-batch-upgrade-create-customer-affiliate-relationship.php'\n\t\t\t)\n\t\t) );\n\n\t\t$this->add_routine( 'upgrade_v26_create_dynamic_coupons', array(\n\t\t\t'version' => '2.6',\n\t\t\t'compare' => '<',\n\t\t\t'batch_process' => array(\n\t\t\t\t'id' => 'create-dynamic-coupons-upgrade',\n\t\t\t\t'class' => 'AffWP\\Utils\\Batch_Process\\Upgrade_Create_Dynamic_Coupons',\n\t\t\t\t'file' => AFFILIATEWP_PLUGIN_DIR . 'includes/admin/tools/upgrades/class-batch-upgrade-create-dynamic-coupons.php',\n\t\t\t),\n\t\t) );\n\n\t\t$this->add_routine( 'upgrade_v261_utf8mb4_compat', array(\n\t\t\t'version' => '2.6.1',\n\t\t\t'compare' => '<',\n\t\t\t'batch_process' => array(\n\t\t\t\t'id' => 'upgrade-db-utf8mb4',\n\t\t\t\t'class' => 'AffWP\\Utils\\Batch_Process\\Upgrade_Database_ut8mb4_Compat',\n\t\t\t\t'file' => AFFILIATEWP_PLUGIN_DIR . 'includes/admin/tools/upgrades/class-batch-upgrade-db-utf8mb4.php',\n\t\t\t),\n\t\t) );\n\t}", "function install($upgrade_from=NULL,$upgrade_from_hack=NULL)\n\t{\n\t\tif (is_null($upgrade_from))\n\t\t{\n\t\t\t$GLOBALS['SITE_DB']->create_table('diseases',array(\n\t\t\t\t'id'=>'*AUTO',\n\t\t\t\t'name'=>'SHORT_TEXT',\n\t\t\t\t'image'=>'URLPATH',\n\t\t\t\t'cure'=>'SHORT_TEXT',\n\t\t\t\t'cure_price'=>'INTEGER',\n\t\t\t\t'immunisation'=>'SHORT_TEXT',\n\t\t\t\t'immunisation_price'=>'INTEGER',\n\t\t\t\t'spread_rate'=>'INTEGER',\n\t\t\t\t'points_per_spread'=>'INTEGER',\n\t\t\t\t'last_spread_time'=>'INTEGER',\n\t\t\t\t'enabled'=>'BINARY'\n\t\t\t));\n\n\t\t\t$GLOBALS['SITE_DB']->create_table('members_diseases',array(\n\t\t\t\t'user_id'=>'*USER',\n\t\t\t\t'disease_id'=>'*AUTO_LINK',\n\t\t\t\t'sick'=>'BINARY',\n\t\t\t\t'cure'=>'BINARY',\n\t\t\t\t'immunisation'=>'BINARY',\n\t\t\t));\n\n\t\t\t$GLOBALS['SITE_DB']->query_insert('diseases',array('name'=>'Zombiism','image'=>'uploads/diseases_addon/hazard.jpg','cure'=>'Zombiism vaccine','cure_price'=>100,'immunisation'=>'Immunise yourself from Zombiism','immunisation_price'=>50,'spread_rate'=>12,'points_per_spread'=>10,'last_spread_time'=>0,'enabled'=>1),true);\n\t\t\t$GLOBALS['SITE_DB']->query_insert('diseases',array('name'=>'A bad case of Hiccups','image'=>'uploads/diseases_addon/hazard.jpg','cure'=>'Hiccup vaccine','cure_price'=>100,'immunisation'=>'Immunise yourself from the Hiccups','immunisation_price'=>50,'spread_rate'=>12,'points_per_spread'=>10,'last_spread_time'=>0,'enabled'=>1),true);\n\t\t\t$GLOBALS['SITE_DB']->query_insert('diseases',array('name'=>'Vampirism','image'=>'uploads/diseases_addon/hazard.jpg','cure'=>'Vampirism vaccine','cure_price'=>100,'immunisation'=>'Immunise yourself against Vampirism','immunisation_price'=>50,'spread_rate'=>12,'points_per_spread'=>10,'last_spread_time'=>0,'enabled'=>1),true);\n\t\t\t$GLOBALS['SITE_DB']->query_insert('diseases',array('name'=>'The Flu','image'=>'uploads/diseases_addon/hazard.jpg','cure'=>'Flu vaccine','cure_price'=>100,'immunisation'=>'Immunise yourself against the Flu','immunisation_price'=>50,'spread_rate'=>12,'points_per_spread'=>10,'last_spread_time'=>0,'enabled'=>1),true);\n\t\t\t$GLOBALS['SITE_DB']->query_insert('diseases',array('name'=>'Lice','image'=>'uploads/diseases_addon/hazard.jpg','cure'=>'Lice-Away Spray','cure_price'=>100,'immunisation'=>'Lice repellant','immunisation_price'=>50,'spread_rate'=>12,'points_per_spread'=>10,'last_spread_time'=>0,'enabled'=>1),true);\n\t\t\t$GLOBALS['SITE_DB']->query_insert('diseases',array('name'=>'Fleas','image'=>'uploads/diseases_addon/hazard.jpg','cure'=>'Flea spray','cure_price'=>100,'immunisation'=>'Flea repellant','immunisation_price'=>50,'spread_rate'=>12,'points_per_spread'=>10,'last_spread_time'=>0,'enabled'=>1),true);\n\t\t\t$GLOBALS['SITE_DB']->query_insert('diseases',array('name'=>'Man-Flu','image'=>'uploads/diseases_addon/hazard.jpg','cure'=>'Lots and lots of TLC','cure_price'=>1000,'immunisation'=>'Anti Man-Flu Serum','immunisation_price'=>250,'spread_rate'=>12,'points_per_spread'=>100,'last_spread_time'=>0,'enabled'=>1),true);\n\t\t}\n\n\t\tif ((!is_null($upgrade_from)) && ($upgrade_from<3))\n\t\t{\n\t\t\t$GLOBALS['SITE_DB']->alter_table_field('members_diseases','desease_id','AUTO_LINK','disease_id');\n\t\t}\n\t}", "function do_fresh_install() {\n\n\t// Remove the 1.x option.\n\tdelete_option( 'sc_version' );\n\n\t// Mark all upgrades as complete so they are not asked for again.\n\tupgrade_complete( array(\n\t\t'20_fresh',\n\t\t'20_migration',\n\t\t'206_migration'\n\t) );\n}", "private function checkForUpdates()\n\n\t{\n\n\t\tif (version_compare(_PS_VERSION_, '1.5', '<') && self::isInstalled($this->name))\n\n\t\t\tforeach (array('1.4.8', '1.4.11') as $version)\n\n\t\t\t{\n\n\t\t\t\t$file = dirname(__FILE__).'/upgrade/install-'.$version.'.php';\n\n\t\t\t\tif (Configuration::get('SKYBANK_AIM') < $version && file_exists($file))\n\n\t\t\t\t{\n\n\t\t\t\t\tinclude_once($file);\n\n\t\t\t\t\tcall_user_func('upgrade_module_'.str_replace('.', '_', $version), $this);\n\n\t\t\t\t}\n\n\t\t\t}\n\n\t}", "public function upgrade()\n {\n try {\n $update_assistant = new UpdateAssistant($this->app());\n\n if ($update_assistant->isUpToDate()) {\n $this->notifyInfo(\"Nothing to upgrade.\");\n } else {\n $messages = $update_assistant->upgrade();\n\n // Clear system events before adding new messages\n $this->session()->getSysevents()->clear();\n\n foreach ($messages as $msg) {\n $this->notifyInfo($msg);\n }\n\n // Remove application registry to refresh app cache\n PHPFrame_Filesystem::rm($this->app()->getTmpDir().DS.\"app.reg\");\n\n $this->notifySuccess(\"Mashine upgraded successfully!\");\n }\n\n } catch (Exception $e) {\n $this->raiseError($e->getMessage());\n }\n\n $this->setRedirect($this->config()->get(\"base_url\").\"dashboard\");\n }", "function DISTR_startInstall($client,$desktop,$instPart,$swapPart)\n{\n\t$options = CLIENT_getAllOptions($client);\n\t$distr = $options['distr'];\n\n\t PKG_addJob($client,\"m23baseSys\",PKG_getSpecialPackagePriority(\"m23baseSys\",$distr),\"instPart=$instPart#swapPart=$swapPart\");\n\n\t if ($desktop != \"Textmode\")\n\t\t{\n\t\t\t//install XFree86\n\t\t\tPKG_addJob($client,\"m23xfree864\",PKG_getSpecialPackagePriority(\"m23xfree864\",$distr),\"\");\n\t\t\t//install KDE\n\t\t\tPKG_addJob($client,\"m23$desktop\",PKG_getSpecialPackagePriority(\"m23$desktop\",$distr),\"\");\n\t\t}\n\n\t //update package infos\n\t PKG_addJob($client,\"m23UpdatePackageInfos\",PKG_getSpecialPackagePriority(\"m23UpdatePackageInfos\",$distr),\"\");\n\n\t//add printer detection job (or not)\n\tif ($options['installPrinter']==\"yes\")\n\t\tPKG_addJob($client,\"m23PrinterConfig\",PKG_getSpecialPackagePriority(\"m23PrinterConfig\"),\"\");\n\n\t//Make sure that the client is in the same state (running or turned off) after the insallation like before.\n\tPKG_addShutdownOrRebootPackage($client);\n\n \t CLIENT_startInstall($client);\n}", "public static function run_install() {\n\n\t}", "protected function install() {\n\n\t\t// check for a pre 1.2 version\n\t\tif ( $legacy_version = get_option( 'wc_gateway_elavon_vm' ) ) {\n\t\t\t$this->upgrade( $legacy_version );\n\t\t}\n\t}", "public function actionUpgrade()\n\t{\n\n\t\t$this->online = _xls_number_only($_POST['online']);\n\t\tif(isset($_GET['debug']))\n\t\t\tYii::log(\"InstallController on line \".$this->online, 'error', 'application.'.__CLASS__.\".\".__FUNCTION__);\n\t\tif ($this->online==1) $retval = $this->actionConvertStart();\n\t\tif ($this->online==2) $retval = $this->actionConvertAddressBook();\n\t\tif ($this->online==8) $retval = $this->actionConvertModules();\n\t\tif ($this->online>=9 && $this->online<=13) $retval = $this->actionConvertGoogle();\n\t\tif ($this->online==14) $retval = $this->actionConvertKeywordsToTags();\n\t\tif ($this->online==15) $retval = $this->actionConvertFamilies();\n\t\tif ($this->online==16) $retval = $this->actionConvertClasses();\n\t\tif ($this->online==18) $retval = $this->actionConvertDestinationTables();\n\t\tif ($this->online==19) $retval = $this->actionDropcartfields1();\n\t\tif ($this->online==20) $retval = $this->actionDropcartfields2();\n\t\tif ($this->online==21) $retval = $this->actionDropcartfields3();\n\t\tif ($this->online==25) $retval = $this->actionConvertProductSEO();\n\t\tif ($this->online>=32 && $this->online<=44) $retval = $this->actionImportAmazon();\n\t\tif ($this->online==45) $retval = $this->actionDropcustomerfields();\n\t\tif ($this->online==46) $retval = $this->actionDropMoreCartfields();\n\t\tif ($this->online==47) $retval = $this->actionDropProductFields();\n\t\tif ($this->online==48) $retval = $this->actionCalculateInventory();\n\t\tif ($this->online==49) $retval = $this->actionUpdateConfiguration();\n\n\t\tif(isset($_GET['debug']))\n\t\t\tif(isset($retval['tag']))\n\t\t\t\t$retval['tag'] .= \" online \".$this->online; else $retval['tag'] = \" online \".$this->online;\n\n\t\techo json_encode($retval);\n\n\n\t}", "function sms_upgrade($vars)\n{\n $currentlyInstalledVersion = $vars['version'];\n\n /// Perform SQL schema changes required by the upgrade to version 1.1 of your module\n if ($currentlyInstalledVersion < 1.1) {\n $query = \"ALTER `mod_addonexample` ADD `demo2` TEXT NOT NULL \";\n full_query($query);\n }\n\n /// Perform SQL schema changes required by the upgrade to version 1.2 of your module\n if ($currentlyInstalledVersion < 1.2) {\n $query = \"ALTER `mod_addonexample` ADD `demo3` TEXT NOT NULL \";\n full_query($query);\n }\n}", "public function upgrade(array $stepParams = [])\r\n\t{\r\n\t}", "private function v17_upgrades() {\n\n\t\t@affiliate_wp()->referrals->create_table();\n\t\t@affiliate_wp()->visits->create_table();\n\t\t@affiliate_wp()->campaigns->create_view();\n\n\t\t$this->v17_upgrade_referral_rates();\n\n\t\t$this->v17_upgrade_gforms();\n\n\t\t$this->v17_upgrade_nforms();\n\n\t\t$this->upgraded = true;\n\n\t}", "public function load_upgrade_routine() {\n\n\t\tif ( class_exists('Easy_Digital_Downloads') && function_exists('edd_has_upgrade_completed') ) {\n\n\t\t\t// DEV ONLY\n\t\t\t// $completed_upgrades = get_option( 'edd_completed_upgrades' );\n\n\t\t\t// foreach ($completed_upgrades as $i => $value) {\n\t\t\t// if ($value == 'upgrade_mailchimp_api3_default_list') {\n\t\t\t// unset($completed_upgrades[$i]);\n\t\t\t// }\n\t\t\t// }\n\n\t\t\t// update_option( 'edd_completed_upgrades', $completed_upgrades );\n\t\t\t// DEV ONLY\n\n\t\t\t$api3_default_list = edd_has_upgrade_completed( 'upgrade_mailchimp_api3_default_list' );\n\t\t\t$list = get_option( 'eddmc_list' );\n\n\t\t\tif ( ! $api3_default_list && ! empty( $list ) ) {\n\n\t\t\t\t// Require upgrade routine\n\t\t\t\tif ( ! class_exists( 'EDD_MailChimp_V3_Upgrade' ) ) {\n\t\t\t\t\tinclude( EDD_MAILCHIMP_PATH . '/includes/class-edd-mailchimp-v3-upgrade.php' );\n\t\t\t\t\tnew EDD_MailChimp_V3_Upgrade;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tedd_set_upgrade_complete( 'upgrade_mailchimp_api3' );\n\t\t\t\tedd_set_upgrade_complete( 'upgrade_mailchimp_api3_default_list' );\n\t\t\t\tedd_set_upgrade_complete( 'upgrade_mailchimp_api3_default_list' );\n\t\t\t}\n\n\t\t\t// Fix an issue in Version 3.0.4 that caused interest group data to get corrupted.\n\t\t\t// See: https://github.com/easydigitaldownloads/edd-mail-chimp/issues/63\n\t\t\t\t$fix_304_intereests = edd_has_upgrade_completed( 'eddmc_304_interests_fix' );\n\t\t\tif ( ! $fix_304_intereests ) {\n\n\t\t\t\t// Get the current set of interests lists.\n\t\t\t\tglobal $wpdb;\n\t\t\t\t$interests = $wpdb->get_results( \"SELECT * FROM $wpdb->edd_mailchimp_interests\" );\n\n\t\t\t\t$has_invalid_remote_interest_ids = array();\n\t\t\t\tif ( is_array( $interests ) ) {\n\n\t\t\t\t\t/**\n\t\t\t\t\t * Loop through each interest to see if the remote interest id value is _only_ numeric.\n\t\t\t\t\t *\n\t\t\t\t\t * Valid remote interest id's are alphanumeric and always contain letters and numbers. If the value\n\t\t\t\t\t * we find is only numeric, then it is one that was corrupted by the %d data format.\n\t\t\t\t\t */\n\t\t\t\t\tforeach ( $interests as $interest ) {\n\t\t\t\t\t\tif ( is_numeric( $interest->interest_remote_id ) ) {\n\t\t\t\t\t\t\t$has_invalid_remote_interest_ids[] = $interest->id;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// If we didn't have any interests, or any interests with invalid remote IDs\n\t\t\t\tif ( ! empty( $has_invalid_remote_interest_ids ) ) {\n\n\t\t\t\t\t// If $has_invalid_remote_interest_ids is not empty, we need to remove the invalid interests as well\n\t\t\t\t\t// as any connections to downloads.\n\t\t\t\t\tforeach ( $has_invalid_remote_interest_ids as $invalid_id ) {\n\t\t\t\t\t\t$wpdb->delete( $wpdb->edd_mailchimp_interests, array( 'id' => $invalid_id ), array( '%d' ) );\n\t\t\t\t\t\t$wpdb->delete( $wpdb->edd_mailchimp_downloads_interests, array( 'interest_id' => $invalid_id ), array( '%d' ) );\n\t\t\t\t\t}\n\n\t\t\t\t\tupdate_option( 'edd_mc_reconfigure_download_interests', '1' );\n\n\t\t\t\t}\n\n\t\t\t\t$list_ids = $wpdb->get_col( \"SELECT remote_id FROM $wpdb->edd_mailchimp_lists\", 0 );\n\t\t\t\tif ( ! empty( $list_ids ) ) {\n\t\t\t\t\tforeach ( $list_ids as $list_id ) {\n\t\t\t\t\t\t$mc_lists = new EDD_MailChimp_List( $list_id );\n\t\t\t\t\t\t$mc_lists->sync_interests();\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tedd_set_upgrade_complete( 'eddmc_304_interests_fix' );\n\n\t\t\t}\n\t\t}\n\t}", "function cv_upgrade($nom_meta_base_version, $version_cible){\n\t$maj = array();\n\t\n\t// Première installation\n\t$maj['create'] = array(\n\t);\n\t\n\tinclude_spip('base/upgrade');\n\tmaj_plugin($nom_meta_base_version, $version_cible, $maj);\n}", "private function v121_upgrades() {\n\n\t\t@affiliate_wp()->creatives->create_table();\n\n\t\t$this->upgraded = true;\n\n\t}", "function xiti_upgrade($nom_meta_base_version, $version_cible) {\n\n\t$maj = array();\n\t$maj['1.5.0'] = array(\n\t\t// On ajoute les nouvelles table\n\t\t// spip_xiti_niveaux\n\t\t// spip_xiti_niveaux_liens\n\t\tarray('maj_tables', array('spip_xiti_niveaux', 'spip_xiti_niveaux_liens'))\n\t);\n\tinclude_spip('base/upgrade');\n\tmaj_plugin($nom_meta_base_version, $version_cible, $maj);\n}", "static function do_upgrade(){\n /*\n */\n // otherwise install\n // set Install transient\n // do install\n // delete old version\n // if upgrade\n \n\t\tadd_filter( 'site_transient_update_plugins', 'ChildThemeConfiguratorUpgrade::injectUpdate' ); //WP 3.0+\n\t\tadd_filter( 'transient_update_plugins', 'ChildThemeConfiguratorUpgrade::injectUpdate' ); //WP 2.8+\n\n\t\t// Clear the version number cache when something - anything - is upgraded or WP clears the update cache.\n \n\t\tadd_filter( 'upgrader_post_install', 'ChildThemeConfiguratorUpgrade::clearCachedVersion' );\n\t\tadd_action( 'delete_site_transient_update_plugins', 'ChildThemeConfiguratorUpgrade::clearCachedVersion' );\n\n $key = isset( $_REQUEST[ 'ctc_update_key' ] ) ? sanitize_text_field( $_REQUEST[ 'ctc_update_key' ] ) : self::get_update_key();\n\t\t//Query args to append to the URL. Plugins can add their own by using a filter callback (see addQueryArgFilter()).\n\t\t$args = array(\n 'installed_version' => self::$version,\n 'key' => $key,\n 'product' => dirname( self::$old ),\n );\n\t\t\n\t\t//Various options for the wp_remote_get() call. Plugins can filter these, too.\n\t\t$options = array(\n\t\t\t'timeout' => 10, //seconds\n\t\t\t'headers' => array(\n\t\t\t\t'Accept' => 'application/json'\n\t\t\t),\n\t\t);\n\t\t\n\t\t//The plugin info should be at 'http://your-api.com/url/here/$slug/info.json'\n $url = add_query_arg( $args, self::$lilaeaupdateurl );\n\n\t\t$result = wp_remote_get(\n\t\t\t$url,\n\t\t\t$options\n\t\t);\n\n\t\t//Try to parse the response\n\t\t$pluginInfo = NULL;\n\t\tif ( !is_wp_error( $result ) \n && isset( $result[ 'response' ][ 'code' ] ) \n && ( $result[ 'response' ][ 'code' ] == 200 ) \n && !empty( $result['body'] ) ):\n \n\t\t\t$pluginInfo = json_decode( $result['body'] );\n if ( empty( $pluginInfo ) || version_compare( $pluginInfo->version, self::$version, '<' ) ):\n $query = array( 'invalidkey' => 1 );\n $url = add_query_arg( $query );\n wp_redirect( $url );\n die();\n endif;\n // create update object\n $update = new StdClass;\n\t\t\n\t\t $update->id = 0;\n\t\t $update->slug = $pluginInfo->slug;\n $update->new_version = $pluginInfo->version;\n $update->url = $pluginInfo->homepage;\n $update->package = $pluginInfo->download_url;\n if ( !empty( $pluginInfo->upgrade_notice ) )\n $update->upgrade_notice = $pluginInfo->upgrade_notice;\n self::$update = $update;\n \n // add update to cache\n wp_update_plugins();\n // run upgrader\n $title = __( 'Update Plugin', 'child-theme-configurator' );\n $plugin = self::$old;\n //$nonce = 'ctc_pro_upgrade'; //'upgrade-plugin_' . $plugin;\n $nonce = 'upgrade-plugin_' . self::$old;\n $url = 'update.php?action=upgrade-plugin&plugin=' . urlencode( self::$old ) \n . '&ctc_pro_upgrade=1&ctcnonce=' . $_REQUEST[ 'ctcnonce' ];\n wp_enqueue_script( 'updates' );\n include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );\n require_once( ABSPATH . 'wp-admin/admin-header.php' );\n \n $upgrader = new Plugin_Upgrader( new Plugin_Upgrader_Skin( compact( 'title', 'nonce', 'url', 'plugin' ) ) );\n //return;\n $upgrader->upgrade( $plugin );\n include(ABSPATH . 'wp-admin/admin-footer.php');\n self::set_update_key( $key );\n\n\t\tendif;\n\t}", "function dbem_install() {\n \t// Creates the events table if necessary\n\t$opts = dbem_add_options();\n\t//echo \" in install \";\n\tdbem_create_events_table();\n\tdbem_create_recurrence_table(); \n\tdbem_create_locations_table();\n\tdbem_create_bookings_table();\n \tdbem_create_people_table();\n\t/* Marcus Begin Edit */\n\t\tdbem_create_categories_table();\n\t/* Marcus End Edit */\n\t\n\n // if ANY 1.0 option is there AND the version options hasn't been set yet THEN launch the updat script \n\tif ( isset($opts['events_page']) && !isset($opts['version']) )\n\t\tdbem_migrate_old_events();\n \n //update_option('dbem_version', 2); \n \t$opts['version'] = 2.2;\n\t// Create events page if necessary\n\n \tif ( isset($opts['events_page']) && $opts['events_page'] > 0 ) {\n\t\tquery_posts(\"page_id=\" . $opts['events_page']);\n\t\t$count = 0;\n\t\tif (have_posts()) {\n\t\t\twhile ( have_posts() ) { \n\t\t\t\tthe_post();\n\t \t\t\t$count++;\n\t\t\t}\n\t\t}\n\t\tif ($count == 0)\n\t\t\t$opts['events_page'] = dbem_create_events_page(); \n } else {\n\t $opts['events_page'] = dbem_create_events_page(); \n }\n // wp-content must be chmodded 777. Maybe just wp-content.\n \tif( !file_exists(\"../\".IMAGE_UPLOAD_DIR) )\n\t\tmkdir(\"../\".IMAGE_UPLOAD_DIR, 0777);\n\tupdate_option('dbem', $opts);\n}", "function upgrade ($from_version = false)\n\t{\n\t\t//to display messages, and get instance of geoCron object so\n\t\t//we can add new cron tasks to the system\n\t\t$admin = true;\n\t\tinclude GEO_BASE_DIR . 'get_common_vars.php';\n\t\t\n\t\t\n\t\n\t\t$admin->userSuccess('Upgrade completed with no problems.');\n\t\t//if upgrade is successful, return true.\n\t\treturn true;\n\t}" ]
[ "0.6882678", "0.60914135", "0.5903761", "0.58948135", "0.58679444", "0.5852989", "0.58357185", "0.5785308", "0.57708466", "0.5727756", "0.56981415", "0.56850654", "0.56712776", "0.56704366", "0.5646612", "0.5612672", "0.5611161", "0.557057", "0.55593365", "0.553876", "0.5516317", "0.55053246", "0.5457388", "0.5427913", "0.5419086", "0.5396979", "0.53607404", "0.5295306", "0.5278407", "0.5261326" ]
0.75513625
0
Change old group operators to new group admin
function upgrade_old_group_operators() { $groupsWithOperators = elgg_get_entities_from_relationship(array("relationship" => "operator", "limit" => 0)); if ($groupsWithOperators) { error_log('- Upgrading groups with old group operators: ' . count($groupsWithOperators)); foreach ($groupsWithOperators as $group) { $group_id = $group->getGUID(); error_log('-- Group detected with operators: ' . $group_id . ' ' . $group->getURL()); upgrade_group_operators_group($group_id); } } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function doAdmin()\n {\n assignGetIfExists($this->forcegroup, $this->rs, 'forcegroup');\n if ($this->forcegroup)\n {\n /* Force group assignment for unassigned students. */\n $unassignedStudents = $this->getUnassignedStudentList();\n $emptyGroups = $this->getEmptyGroupsList();\n $forced_groups = $this->forceGroupAssignment($unassignedStudents, $emptyGroups);\n $this->assign('forced_groups', $forced_groups);\n $this->action = 'forcegroup';\n }\n }", "function UpdateGroupList($surveyid, $language)\n{\n\n unset ($_SESSION['survey_'.$surveyid]['grouplist']);\n\n // TODO: replace by group model method\n $query = \"SELECT * FROM {{groups}} WHERE sid=$surveyid AND language='\".$language.\"' ORDER BY group_order\";\n $result = dbExecuteAssoc($query) or safeDie(\"Couldn't get group list<br />$query<br />\"); //Checked\n $groupList = array();\n\n foreach ($result->readAll() as $row) {\n $group = array(\n 'gid' => $row['gid'],\n 'group_name' => $row['group_name'],\n 'description' => $row['description']);\n $groupList[] = $group;\n $gidList[$row['gid']] = $group;\n }\n\n if (!Yii::app()->getConfig('previewmode') && isset($_SESSION['survey_'.$surveyid]['groupReMap']) && count($_SESSION['survey_'.$surveyid]['groupReMap']) > 0) {\n // Now adjust the grouplist\n $groupRemap = $_SESSION['survey_'.$surveyid]['groupReMap'];\n $groupListCopy = $groupList;\n\n foreach ($groupList as $gseq => $info) {\n $gid = $info['gid'];\n if (isset($groupRemap[$gid])) {\n $gid = $groupRemap[$gid];\n }\n $groupListCopy[$gseq] = $gidList[$gid];\n }\n $groupList = $groupListCopy;\n }\n $_SESSION['survey_'.$surveyid]['grouplist'] = $groupList;\n}", "public function change_all_groups() {\n // Creates two urls for showing all groups hiding all groups.\n $urlshow = $this->create_all_groups_link('show', false);\n $urlhide = $this->create_all_groups_link('hide', false);\n\n $line = html_writer::span(get_string('changeallgroups', 'block_groups'), 'wrapperblockgroupsallgroups') .\n $urlshow . $urlhide;\n return $line;\n }", "public function api3_migrate_groups()\n {\n $options = array();\n\n foreach (array('checkbox', 'auto') as $sets_type) {\n\n if (!empty($this->opt['sets_' . $sets_type]) && is_array($this->opt['sets_' . $sets_type])) {\n\n foreach ($this->opt['sets_' . $sets_type] as $set_id => $set) {\n\n $options['sets_' . $sets_type][$set_id] = $set;\n\n if (!empty($set['groups']) && is_array($set['groups'])) {\n\n $groups_changed = array();\n\n foreach ($set['groups'] as $group) {\n\n $parts = preg_split('/:/', htmlspecialchars_decode($group), 2);\n $group_id = trim($parts[0]);\n $group_name = trim($parts[1]);\n\n $groups_new = $this->get_groups($set['list']);\n unset($groups_new['']);\n\n foreach (array_keys($groups_new) as $group_new) {\n\n $parts = preg_split('/:/', htmlspecialchars_decode($group_new), 2);\n $group_new_id = trim($parts[0]);\n $group_new_name = trim($parts[1]);\n\n if ($group_name == $group_new_name && intval($group_id) > 0) {\n $groups_changed[] = $group_new;\n }\n }\n }\n\n $options['sets_' . $sets_type][$set_id]['groups'] = $groups_changed;\n }\n }\n }\n }\n\n $options['api_version'] = 3;\n $this->update_options($options);\n }", "public function testUpdateGroupsOfUser()\n {\n }", "function ocs_admin_group_save( $group)\n{\n db_set_active( 'ocsdb');\n\n $fields = array( \n 'group_id' => isset($group['group_id']) ? $group['group_id'] : NULL,\n 'group_type' => isset($group['group_type']) ? $group['group_type'] : 0,\n 'parent_group_id' => isset($group['parent_group_id']) ? $group['parent_group_id'] : 0,\n 'member_count' => isset($group['member_count']) ? $group['member_count'] : 0,\n 'ancestor_group_id' => isset($group['ancestor_group_id']) ? $group['ancestor_group_id'] : 0,\n 'group_name' => isset($group['group_name']) ? $group['group_name'] : NULL,\n 'service_type' => isset($group['service_type']) ? $group['service_type'] : 0,\n 'limit_usage' => isset($group['limit_usage']) ? $group['limit_usage'] : 0,\n );\n\n if ( isset( $group['master_number']))\n $fields['master_number'] = $group['master_number'];\n\n if ( isset( $group['group_id'])) {\n $status = db_merge( 'ocs_group')\n ->key( array( 'group_id' => $group['group_id']))\n ->fields( $fields)\n ->execute();\n } else {\n // insert\n $options = array('return' => Database::RETURN_INSERT_ID);\n $last_insert_id = db_insert( 'ocs_group', $options)\n ->fields( $fields)\n ->execute();\n\n // update ancestor_group_id\n if ( $fields['ancestor_group_id'] == 0 && $last_insert_id > 0) {\n $result = db_update( 'ocs_group')\n ->fields( array(\n 'ancestor_group_id' => $last_insert_id\n ))\n ->condition( 'group_id', $last_insert_id, '=')\n ->execute();\n }\n }\n \n db_set_active( 'default');\n}", "function bbp_group_is_admin()\n{\n}", "function updaterace_group()\n\t{\t\t\n\t\t$strQuery=\"UPDATE \".DB_PREFIX.\"race_group SET\n\t\t\t\t\trace_group_name = '\".$this->race_group_name.\"', \n\t\t\t\t\trace_group_active = '\".$this->race_group_active.\"', \n\t\t\t\t\tupdated_by = '\".$this->updated_by.\"', \n\t\t\t\t\tupdated_date = '\".currentScriptDate().\"' \n\t\t\t\t\tWHERE race_group_id='\".$this->race_group_id.\"'\";\n\t \t\t\t mysql_query($strQuery) or die(mysql_error());\n\t\t\t\t\treturn 1;\t\n\t}", "function theme_ocs_admin_group_form($variables)\n{\n \n $form = $variables['form'];\n\n $header = array(\n t('Group Name'),\n t('Master Number'),\n t('Limit Usage'),\n array( 'data' => t('Operations'), 'colspan' => '3'),\n );\n\n // render root node\n $root = $form['#root'];\n dpm( $root, 'root');\n\n $row = array();\n $row[] = array( 'data' => $root['title']);\n $row[] = array( 'data' => $root['db']['master_number']);\n $row[] = array( 'data' => $root['db']['limit_usage']);\n \n $t_arg = array( '@group' => $root['db']['group_id']);\n $q_arg = array( 'query' => array( 'name' => 'my group'));\n\n $operations = array();\n $operations['edit'] = array( \n '#type' => 'link',\n '#title' => t('edit'),\n '#href' => t( 'ocs_admin/group/@group/edit', $t_arg),\n '#options' => $q_arg,\n );\n\n $operations['list'] = array(\n '#type' => 'link',\n '#title' => t('members'),\n '#href' => t( 'ocs_admin/group/@group/member', $t_arg),\n );\n\n\n foreach( $operations as $op) {\n $row[] = array( 'data' => drupal_render($op),\n 'class' => array('menu-operations'));\n }\n\n $rows = array( $row);\n\n $output = '<br><h1>Master Group</h1>';\n $output .= theme('table', array( 'header' => $header, 'rows' => $rows));\n\n $header = array(\n t('Group Name'),\n t('Weight'),\n t('Master Number'),\n t('Limit Usage'),\n array( 'data' => t('Operations'), 'colspan' => '3'),\n );\n\n $output .= '<hr><h1>Sub Groups</h1>';\n $output .= ocs_admin_tree_table_theme( $form, $header);\n\n return $output;\n}", "abstract protected function setOperator($operator);", "public function changegroupmemberprivilegeAction() {\n if ($this->getRequest()->isPost()) {\n $userId = $_POST['userId'];\n $groupId = $_POST['groupId'];\n $privilege = $_POST['privilege'];\n $groupTable = $this->_helper->db->getTable(\"InciteGroup\");\n $groupsUsersTable = $this->_helper->db->getTable('InciteGroupsUsers');\n\n $group = $groupTable->findGroupById($groupId);\n $groupUser = $groupsUsersTable->findGroupUserByUserAndGroupIds($userId, $groupId);\n\n //prevent non group owners from changing people's privilege levels to banned or added\n if (($privilege == 0 || $privilege == -2) && $_SESSION['Incite']['USER_DATA']['id'] != $group['creator_id']) {\n echo false;\n return;\n }\n $groupUser->group_privilege = $privilege;\n $groupUser->save();\n\n echo json_encode('true');\n }\n }", "public function setOperator($operator);", "function main_save()\n\t{\n\t\t$this->ipsclass->input['id'] = intval($this->ipsclass->input['id']);\n\t\t\n\t\tif ( ! $this->ipsclass->input['id'] )\n\t\t{\n\t\t\t$this->ipsclass->admin->error(\"No group id was passed to edit.\");\n\t\t}\n\t\t\n\t\t//-----------------------------------------\n\t\t// Get group from db\n\t\t//-----------------------------------------\n\t\t\n\t\t$this->ipsclass->DB->simple_construct( array( 'select' => 'g_id, g_title', 'from' => 'groups', 'where' => \"g_id=\".intval($this->ipsclass->input['id']) ) );\n\t\t$this->ipsclass->DB->simple_exec();\n\t\t\n\t\t$group = $this->ipsclass->DB->fetch_row();\n\n\t\tif( !$group['g_id'] )\n\t\t{\n\t\t\t$this->ipsclass->admin->error(\"Group could not be found.\");\n\t\t}\n\t\t\n\t\t$db_string = array( 'enabled' \t\t\t=> intval($this->ipsclass->input['enabled']),\n\t\t\t\t\t\t 'daily_bw' \t\t\t=> intval($this->ipsclass->input['daily_bw']),\n\t\t\t\t\t\t 'weekly_bw' \t\t=> intval($this->ipsclass->input['weekly_bw']),\n\t\t\t\t\t\t 'monthly_bw' \t\t=> intval($this->ipsclass->input['monthly_bw']),\n\t\t\t\t\t\t 'daily_dl' \t\t\t=> intval($this->ipsclass->input['daily_dl']),\n\t\t\t\t\t\t 'weekly_dl' \t\t=> intval($this->ipsclass->input['weekly_dl']),\n\t\t\t\t\t\t 'monthly_dl' \t\t=> intval($this->ipsclass->input['monthly_dl']),\n\t\t\t\t\t\t 'min_posts' \t\t=> intval($this->ipsclass->input['min_posts']),\n\t\t\t\t\t\t 'posts_per_dl'\t\t=> intval($this->ipsclass->input['posts_per_dl']),\n\t\t\t\t\t\t 'limit_sim'\t\t\t=> intval($this->ipsclass->input['limit_sim']),\n\t\t\t\t\t\t );\n\t\t\n\t\t$restrictions = serialize( $db_string );\n\t\t\n\t\t$this->ipsclass->DB->do_update( 'groups', array( 'idm_restrictions' => $restrictions ), 'g_id='.$this->ipsclass->input['id'] );\n\t\t\t\n\t\t$this->rebuild_cache();\n\t\t\t\n\t\t$this->ipsclass->main_msg = \"Group Restrictions Edited\";\n\t\t$this->main_screen();\n\t}", "function on_group_change( $id, $new_group )\n\t{\n\t\tglobal $DB, $std, $ibforums;\n\t\t\n\t\t//---- START\n\t\t\n\t\t\n\t\t//---- END\n\t}", "function cgm_update_group(){\n if (!isset($_POST['id'])) die();\n $result = GUMP::is_valid($_POST, array(\n\t'id' => 'integer'\n ));\n if ($result!==true){\n cgm_display_errors($result);\n wp_redirect(get_admin_url().'network/admin.php?page=grupos_multisite');\n }\n\n global $wpdb;\n $conn = new CGMGroupsModel($wpdb);\n $sites_anteriores = $conn->get_sites_in_group($_POST['id']);\n $sites_anteriores_id = [];\n $sites_actuales_id = $_POST['sites'];\n\n foreach ($sites_anteriores as $s){\n array_push($sites_anteriores_id,$s->blog_id);\n }\n\n $conn->delete_sites_from_group($sites_anteriores_id, $_POST['id']);\n\n //insertar sitios nuevos\n foreach ($sites_actuales_id as $s){\n $result = $conn->set_group_in_site($_POST['id'],$s);\n if ($result == false) {$error = true; break;}\n }\n\n if (!$error){\n queue_flash_message( 'Grupo editado correctamente', $class = 'update' );\n }\n else{\n queue_flash_message('Error al editar el grupo :(', $class='error');\n }\n\n //cambiar el nombre del grupo\n $conn->update_group($_POST['nombre'], $_POST['id']);\n\n wp_redirect(get_admin_url().'network/admin.php?page=grupos_multisite');\n\n}", "public function change()\n {\n\n $rows = [\n [\n 'permission_group_id' => 9,\n 'permission' => 'edit_site_settings',\n 'path' => 'setting/index'\n ],\n [\n 'permission_group_id' => 9,\n 'permission' => 'view_roles',\n 'path' => 'setting/role'\n ],\n [\n 'permission_group_id' => 9,\n 'permission' => 'add_role',\n 'path' => 'setting/addrole'\n ],\n [\n 'permission_group_id' => 9,\n 'permission' => 'edit_role',\n 'path' => 'setting/editrole'\n ],\n [\n 'permission_group_id' => 9,\n 'permission' => 'delete_role',\n 'path' => 'setting/deleterole'\n ],\n [\n 'permission_group_id' => 9,\n 'permission' => 'view_payment_methods',\n 'path' => 'payment/index'\n ],\n [\n 'permission_group_id' => 9,\n 'permission' => 'edit_payment_methods',\n 'path' => 'payment/edit'\n ],\n [\n 'permission_group_id' => 9,\n 'permission' => 'view_admins',\n 'path' => 'setting/admins'\n ],\n [\n 'permission_group_id' => 9,\n 'permission' => 'add_admin',\n 'path' => 'setting/addadmin'\n ],\n [\n 'permission_group_id' => 9,\n 'permission' => 'edit_admin',\n 'path' => 'setting/editadmin'\n ],\n\n\n\n ];\n\n // this is a handy shortcut\n $this->insert('permission', $rows);\n\n }", "function alterGroupsRun (&$db, &$u, &$arg, &$t ) {\n\t\t$this->presentor=\"debug\";\n\n\t\t$userList = lcUser::getListByPkey(array_keys($u->sessionvars['user_collection']));\n\n\t\t\twhile ( list($x, $user) = @each($userList) ) {\n\t\t\t\treset ($arg->postvars[groups]);\n\t\t\t\tunset($newGroups);\n\n\t\t\t\tif ($arg->postvars['groupAct'] == 'add') {\n\t\t\t\t\twhile ( list ($k,$v) = @each($arg->postvars[groups]) ) {\n\t\t\t\t\t\t$user->groups[] = $v;\n\t\t\t\t\t}\n\t\t\t\t\t$user->update();\n\t\t\t\t}\n\t\t\t\tif ($arg->postvars['groupAct'] == 'del') {\n\t\t\t\t\t$user->groups = array_diff($user->groups,$arg->postvars[groups]);\n\t\t\t\t\t$user->update();\n\t\t\t\t}\n\n\t\t\t}\n\t\t\n\t\tunset($u->sessionvars['user_collection']);\n\t\t$u->saveSession();\n\t\theader(\"Location: \"._APP_URL.\"users\");\n\t\texit();\n\t}", "protected function ViewGroup()\n {\n $group = new Group();\n self::$com['group'] = $group->ViewGroup();\n if((isset($_POST['modifier'])) AND (isset($_POST['group'])))\n { \n $this->Redirect(ReelDir().\"adn/updategroup/\".$_POST['group']);\n }\n }", "function promoteUser() {\n $group = $this->loadGroup();\n if(!$group) {\n return false;\n }\n\n $user =& JFactory::getUser();\n $group_id = $this->group_id;\n $group_id = $group->$group_id;\n\n if(!$this->isAdmin($group_id, $user->id)) {\n JError::raiseError(403, JText::_('Access Forbidden'));\n }\n\n $db = & JFactory::getDBO();\n $query = \"UPDATE \".$this->users_db.\" SET admin = 1 \".\n \"WHERE user_id = \".$user->id.\" and \".$this->group_id.\" = \".$group_id;\n if($db->query($query)) {\n return true;\n }\n\n JError::raiseWarning(500, JText::_('Unable to promote...'));\n return false;\n }", "function og_field_crud_group($op, $entity_type, $entity) {\n $property = OG_GROUP_FIELD;\n\n if (!empty($entity->{$property}) && empty($entity->og_skip_group_create)) {\n $wrapper = &$entity->{$property}[LANGUAGE_NONE];\n\n // Get the entity ID.\n list($id) = entity_extract_ids($entity_type, $entity);\n\n $group = og_get_group($entity_type, $id, TRUE, array(OG_STATE_ACTIVE, OG_STATE_PENDING));\n if ($op == 'delete') {\n if (!empty($group->gid)) {\n // Remove group.\n $group->delete();\n }\n }\n else {\n // Check group is new.\n if (empty($group->gid)) {\n if (!empty($wrapper[0]['value'])) {\n // Save the group to get the group ID.\n $group->save();\n\n // Subscribe the entity author, if exists.\n if (!empty($entity->uid) && ($account = user_load($entity->uid))) {\n og_group($group->gid, 'user', $account, OG_STATE_ACTIVE);\n }\n }\n }\n else {\n // Existing group.\n $save = FALSE;\n\n if ($group->state == OG_STATE_ACTIVE && empty($wrapper[0]['value'])) {\n $group->state = OG_STATE_PENDING;\n $save = TRUE;\n }\n elseif($group->state == OG_STATE_PENDING && !empty($wrapper[0]['value'])) {\n $group->state = OG_STATE_ACTIVE;\n $save = TRUE;\n }\n\n // Check if the entity label has changed.\n $label = og_entity_label($entity_type, $entity);\n\n if ($group->label != $label) {\n $group->label = $label;\n $save = TRUE;\n }\n\n if ($save) {\n $group->save();\n }\n }\n\n // Determine if field has changed and roles should be overridden, or\n // reverted, by comparing the default access field of the entity being\n // saved, and its original state.\n $property = OG_DEFAULT_ACCESS_FIELD;\n // The field exists.\n if (isset($entity->{$property})) {\n if (!empty($entity->{$property}[LANGUAGE_NONE][0]['value'])) {\n og_user_roles_override($group->gid);\n }\n elseif (empty($group->is_new)) {\n // If the field is set to be using default access and there are\n // already overridden roles we delete them.\n og_delete_user_roles_by_group($group->gid);\n }\n }\n }\n }\n}", "private function _setCurrentFieldGroups()\n {\n $fieldGroups = craft()->fields->getAllGroups();\n foreach ($fieldGroups as $fieldGroup) {\n $this->_currentFieldGroups[$fieldGroup->id] = $fieldGroup->name;\n }\n }", "function promote_user($group_id,$user_id, $manual)\n{\n $db = connectToDB();\n $res = $db->query(\"SELECT authorisers FROM groups WHERE group_id = $group_id\");\n if ($res->num_rows == 1)\n {\n $row = $res->fetch_array();\n $authorisers = $row['authorisers'];\n if (isGroupAdmin($authorisers))\n {\n if ($manual == 1)\n {\n $db->query(\"INSERT INTO group_membership (user_id, group_id, state) VALUES ($user_id, $group_id, 0) \");\n }\n else if ($manual == 0)\n {\n $db->query(\"UPDATE group_membership SET state=0 WHERE user_id=$user_id AND group_id=$group_id AND state=3 \");\n }\n\n audit_log(\"User with id $user_id was added to group $group_id.\");\n add_user_notification($user_id, \"You have been added to group $group_id.\",$GLOBALS['userid'] );\n\n my_meta_refresh(\"api.php?action=group_superadmin&action2=show&group_id=$group_id\", 0);\n }\n }\n\n}", "public function actionAdminPermissionsGroupVue(){\n\t\t$error = null;\n if ($this->isGuest){ header('HTTP/1.0 403 Forbidden'); exit(); }\n\t\t\n\t\t$this->render(\"vue_table\", [\n \"title\" => \"Grupos de Permisos\",\n \"subtitle\" => \"Master\",\n\t\t\t\"table\" => \"permissions_group\"\n ]);\n\t}", "function cleanrenamegroups()\n{\n\tglobal $db_prefix, $secondary_suffix;\n\n\t// Get the max id_group\n\t$sql = \"SELECT MAX(id_group) FROM \" . PRIMARY_DB_PREFIX . \"membergroups\";\n\t$query = call_mysqli_query($sql, false);\n\t$maxgroup = mysqli_fetch_row($query)[0];\n\tmysqli_free_result($query);\n\n\t// membergroups - remove recs we won't be moving over; use primary board's post-count based groups instead.\n\techo '<br>Updating membergroups - do not migrate post-count based groups...';\n\t$sql = \"DELETE FROM {$db_prefix}membergroups WHERE min_posts > -1\";\n\t$query = call_mysqli_query($sql, false);\n\techo 'done.<br>';\n\n\t// permissions - remove -1 & 0; guest & default behavior defined by primary\n\techo 'Updating permissions - default values should be coming from primary...';\n\t$sql = \"DELETE FROM {$db_prefix}permissions WHERE id_group < 1\";\n\t$query = call_mysqli_query($sql, false);\n\techo 'done.<br>';\n\n\t// board_permissions - remove groups -1 and profiles < 5\n\techo 'Updating board_permissions - default values should be coming from primary...';\n\t$sql = \"DELETE FROM {$db_prefix}board_permissions WHERE id_group < 0 AND id_profile < 5\";\n\t$query = call_mysqli_query($sql, false);\n\techo 'done.<br>';\n\n\t// This is a weird one... Admins (id_group = 1) don't have entries in board_permissions...\n\t// Thus, they lose EVERYTHING post migration. Worse than guests!!! They should at least get what\n\t// regular members get in primary. So... Change the regular member entries to admin entries...\n\t// This effectively (1) gives admins access AND (2) gets rid of the last of the 'default' values\n\t// to avoid conflicts with primary...\n\techo 'Updating board_permissions - old admins need perms...';\n\t$sql = \"UPDATE {$db_prefix}board_permissions SET id_group = 1 WHERE id_group = 0\";\n\t$query = call_mysqli_query($sql, false);\n\techo 'done.<br>';\n\n\t// Identify set of remaining groups - needed for cleaning group lists...\n\techo 'Identifying remaining groups...';\n\t$grouplist = array();\n\t$sql = \"SELECT id_group FROM {$db_prefix}membergroups\";\n\t$query = call_mysqli_query($sql, false);\n\twhile($grp = mysqli_fetch_assoc($query))\n\t\t$grouplist[] = $grp['id_group'];\n\tmysqli_free_result($query);\n\techo 'done.<br>';\n\n\t// Look at member_groups on boards...\n\techo 'Updating member_groups on boards...';\n\t$sql = \"SELECT id_board, member_groups FROM {$db_prefix}boards WHERE member_groups <> ''\";\n\t$query = call_mysqli_query($sql, false);\n\n\twhile($mem = mysqli_fetch_assoc($query))\n\t{\n\t\t$groups = explode(',', $mem['member_groups']);\n\t\t$groups_new = array();\n\t\tforeach ($groups AS $group)\n\t\t{\n\t\t\tif ($group > 0)\n\t\t\t{\n\t\t\t\t// This removes count-based from the group lists...\n\t\t\t\tif (in_array($group, $grouplist))\n\t\t\t\t\t$groups_new[] = $group + $maxgroup;\n\t\t\t}\n\t\t\telse\n\t\t\t\t$groups_new[] = $group;\n\t\t}\n\t\t$groups_new = implode(',', $groups_new);\n\t\t$sql = \"UPDATE {$db_prefix}boards SET member_groups = '{$groups_new}' WHERE id_board = {$mem['id_board']}\";\n\t\t$query0 = call_mysqli_query($sql, false);\n\t}\n\tmysqli_free_result($query);\n\techo 'done.<br>';\n\n\t// Look at additional_groups on members...\n\techo 'Updating additional_groups on members...';\n\t$sql = \"SELECT id_member, additional_groups FROM {$db_prefix}members WHERE additional_groups <> ''\";\n\t$query = call_mysqli_query($sql, false);\n\n\twhile($mem = mysqli_fetch_assoc($query))\n\t{\n\t\t$groups = explode(',', $mem['additional_groups']);\n\t\t$groups_new = array();\n\t\tforeach ($groups AS $group)\n\t\t{\n\t\t\tif ($group > 0)\n\t\t\t{\n\t\t\t\t// This removes count-based from the group lists...\n\t\t\t\tif (in_array($group, $grouplist))\n\t\t\t\t\t$groups_new[] = $group + $maxgroup;\n\t\t\t}\n\t\t\telse\n\t\t\t\t$groups_new[] = $group;\n\t\t}\n\t\t$groups_new = implode(',', $groups_new);\n\t\t$sql = \"UPDATE {$db_prefix}members SET additional_groups = '{$groups_new}' WHERE id_member = {$mem['id_member']}\";\n\t\t$query0 = call_mysqli_query($sql, false);\n\t}\n\tmysqli_free_result($query);\n\techo 'done.<br>';\n\n\t// Look at add_groups on subscriptions...\n\techo 'Updating add_groups on subscriptions...';\n\t$sql = \"SELECT id_subscribe, add_groups FROM {$db_prefix}subscriptions WHERE add_groups <> ''\";\n\t$query = call_mysqli_query($sql, false);\n\n\twhile($mem = mysqli_fetch_assoc($query))\n\t{\n\t\t$groups = explode(',', $mem['add_groups']);\n\t\t$groups_new = array();\n\t\tforeach ($groups AS $group)\n\t\t{\n\t\t\tif (group > 0)\n\t\t\t{\n\t\t\t\t// This removes count-based from the group lists...\n\t\t\t\tif (in_array($group, $grouplist))\n\t\t\t\t\t$groups_new[] = $group + $maxgroup;\n\t\t\t}\n\t\t\telse\n\t\t\t\t$groups_new[] = $group;\n\t\t}\n\t\t$groups_new = implode(',', $groups_new);\n\t\t$sql = \"UPDATE {$db_prefix}subscriptions SET add_groups = '{$groups_new}' WHERE id_subscribe = {$mem['id_subscribe']}\";\n\t\t$query0 = call_mysqli_query($sql, false);\n\t}\n\tmysqli_free_result($query);\n\techo 'done.<br>';\n\n\t// Rename membergroups\n\techo 'Renaming membergroups so they are guaranteed to be unique...';\n\t$sql = \"UPDATE {$db_prefix}membergroups SET group_name = CONCAT(group_name, '{$secondary_suffix}')\";\n\t$query = call_mysqli_query($sql, false);\n\techo 'done.<br><br>';\n\n}", "public function getStoreGroupAction();", "function randomizationGroup($surveyid, array $fieldmap, $preview)\n{\n // Randomization groups for groups\n $aRandomGroups = array();\n $aGIDCompleteMap = array();\n\n // First find all groups and their groups IDS\n $criteria = new CDbCriteria;\n $criteria->addColumnCondition(array('sid' => $surveyid, 'language' => $_SESSION['survey_'.$surveyid]['s_lang']));\n $criteria->addCondition(\"randomization_group != ''\");\n\n $oData = QuestionGroup::model()->findAll($criteria);\n\n foreach ($oData as $aGroup) {\n $aRandomGroups[$aGroup['randomization_group']][] = $aGroup['gid'];\n }\n\n // Shuffle each group and create a map for old GID => new GID\n foreach ($aRandomGroups as $sGroupName=>$aGIDs) {\n $aShuffledIDs = $aGIDs;\n $aShuffledIDs = ls\\mersenne\\shuffle($aShuffledIDs);\n $aGIDCompleteMap = $aGIDCompleteMap + array_combine($aGIDs, $aShuffledIDs);\n }\n\n $_SESSION['survey_'.$surveyid]['groupReMap'] = $aGIDCompleteMap;\n\n $randomized = false; // So we can trigger reorder once for group and question randomization\n\n // Now adjust the grouplist\n if (count($aRandomGroups) > 0 && !$preview) {\n\n $randomized = true; // So we can trigger reorder once for group and question randomization\n\n // Now adjust the grouplist\n Yii::import('application.helpers.frontend_helper', true); // make sure frontend helper is loaded ???? We are inside frontend_helper..... TODO: check if it can be removed\n UpdateGroupList($surveyid, $_SESSION['survey_'.$surveyid]['s_lang']);\n // ... and the fieldmap\n\n // First create a fieldmap with GID as key\n foreach ($fieldmap as $aField) {\n if (isset($aField['gid'])) {\n $GroupFieldMap[$aField['gid']][] = $aField;\n } else {\n $GroupFieldMap['other'][] = $aField;\n }\n }\n\n // swap it\n foreach ($GroupFieldMap as $iOldGid => $fields) {\n $iNewGid = $iOldGid;\n if (isset($aGIDCompleteMap[$iOldGid])) {\n $iNewGid = $aGIDCompleteMap[$iOldGid];\n }\n $newGroupFieldMap[$iNewGid] = $GroupFieldMap[$iNewGid];\n }\n\n $GroupFieldMap = $newGroupFieldMap;\n // and convert it back to a fieldmap\n unset($fieldmap);\n\n foreach ($GroupFieldMap as $aGroupFields) {\n foreach ($aGroupFields as $aField) {\n if (isset($aField['fieldname'])) {\n $fieldmap[$aField['fieldname']] = $aField; // isset() because of the shuffled flag above\n }\n }\n }\n }\n\n return array($fieldmap, $randomized);\n}", "public function abreGroupButton(){\r\n return '<span class=\"input-group-btn\">';\r\n }", "public function manageGroup($group_id);", "function pfund_update_options( $oldvalue, $newvalue ) {\n\t_pfund_register_types();\n\t$current_submit_roles = $newvalue['submit_role'];\n\n\tglobal $wp_roles;\n\t$avail_roles = $wp_roles->get_names();\n\tforeach ( $avail_roles as $key => $desc ) {\n\t\t$role =& get_role( $key );\n\t\tif( in_array ( $key, $current_submit_roles ) ) {\n\t\t\t$role->add_cap( 'edit_campaign' );\t\t\n\t\t} else {\n\t\t\t$role->remove_cap( 'edit_campaign' );\n\t\t}\n\t}\n\tpfund_add_rewrite_rules();\t\n}", "function change_identity_group_name($telegram_id, $group_name = NULL) {\n $group_name_db = is_null($group_name) ? 'NULL' : \"'\" . db_escape($group_name) . \"'\";\n\n return db_perform_action(\"UPDATE `identity` SET `group_name` = {$group_name_db} WHERE `identity`.`telegram_id` = {$telegram_id}\");\n}" ]
[ "0.5946397", "0.5668538", "0.55840254", "0.5577513", "0.55668736", "0.5531584", "0.55270654", "0.5417765", "0.5413683", "0.5385336", "0.5368098", "0.5316018", "0.53156567", "0.5289041", "0.52714074", "0.52454364", "0.5228747", "0.5209785", "0.5203855", "0.51848376", "0.51807725", "0.51643014", "0.51532686", "0.51292664", "0.51269615", "0.51151323", "0.5113279", "0.51077026", "0.51045793", "0.50984776" ]
0.79531753
0
public static $unSignKeyList = array ( "merchantSign", "version", "successCallbackUrl", "forPayLayerUrl" );
public static function signWithoutToHex($params, $unSignKeyList,$pi_key) { ksort($params); $sourceSignString = SignUtil::signString($params, $unSignKeyList); //echo "sourceSignString=".htmlspecialchars($sourceSignString)."<br/>"; //error_log("=========>sourceSignString:".$sourceSignString, 0); $sha256SourceSignString = hash("sha256", $sourceSignString); //error_log($sha256SourceSignString, 0); //echo "sha256SourceSignString=".htmlspecialchars($sha256SourceSignString)."<br/>"; return RSAUtils::encryptByPrivateKey($sha256SourceSignString,$pi_key); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function keys() {\n /*\n return array('MODULE_PAYMENT_BILLSAFE_2_STATUS', 'MODULE_PAYMENT_BILLSAFE_2_INLINE', 'MODULE_PAYMENT_BILLSAFE_2_LAYER', 'MODULE_PAYMENT_BILLSAFE_2_LOG', 'MODULE_PAYMENT_BILLSAFE_2_LOG_TYPE', 'MODULE_PAYMENT_BILLSAFE_2_LOG_ADDR', 'MODULE_PAYMENT_BILLSAFE_2_MERCHANT_ID', 'MODULE_PAYMENT_BILLSAFE_2_MERCHANT_LICENSE', 'MODULE_PAYMENT_BILLSAFE_2_PKEY', 'MODULE_PAYMENT_BILLSAFE_2_MIN_ORDER', 'MODULE_PAYMENT_BILLSAFE_2_MAX_ORDER', 'MODULE_PAYMENT_BILLSAFE_2_SCHG', 'MODULE_PAYMENT_BILLSAFE_2_SCHGTAX', 'MODULE_PAYMENT_BILLSAFE_2_SHOP_LOGO_URL', 'MODULE_PAYMENT_BILLSAFE_2_BILLSAFE_LOGO_URL', 'MODULE_PAYMENT_BILLSAFE_2_SERVER', 'MODULE_PAYMENT_BILLSAFE_2_ZONE', 'MODULE_PAYMENT_BILLSAFE_2_ORDER_STATUS_ID', 'MODULE_PAYMENT_BILLSAFE_2_SORT_ORDER', 'MODULE_PAYMENT_BILLSAFE_2_ALLOWED');\n */\n return array('MODULE_PAYMENT_BILLSAFE_2_STATUS', 'MODULE_PAYMENT_BILLSAFE_2_INLINE', 'MODULE_PAYMENT_BILLSAFE_2_LAYER', 'MODULE_PAYMENT_BILLSAFE_2_LOG', 'MODULE_PAYMENT_BILLSAFE_2_LOG_TYPE', 'MODULE_PAYMENT_BILLSAFE_2_LOG_ADDR', 'MODULE_PAYMENT_BILLSAFE_2_MERCHANT_ID', 'MODULE_PAYMENT_BILLSAFE_2_MERCHANT_LICENSE', 'MODULE_PAYMENT_BILLSAFE_2_PKEY', 'MODULE_PAYMENT_BILLSAFE_2_MIN_ORDER', 'MODULE_PAYMENT_BILLSAFE_2_MAX_ORDER', 'MODULE_PAYMENT_BILLSAFE_2_SCHG', 'MODULE_PAYMENT_BILLSAFE_2_SCHGTAX', 'MODULE_PAYMENT_BILLSAFE_2_SHOP_LOGO_URL', 'MODULE_PAYMENT_BILLSAFE_2_SERVER', 'MODULE_PAYMENT_BILLSAFE_2_ZONE', 'MODULE_PAYMENT_BILLSAFE_2_ORDER_STATUS_ID', 'MODULE_PAYMENT_BILLSAFE_2_SORT_ORDER', 'MODULE_PAYMENT_BILLSAFE_2_ALLOWED');\n // EOF - Changed to white label solution\n }", "function getUnPass(){\n\t$params = &JComponentHelper::getParams('com_webfonts');\n\t$webfonts_userid = $params->get( 'wfs_user_id' );\n\t$webfonts_public_key = $params->get( 'wfs_public_key' );\n\t$webfonts_private_key = $params->get( 'wfs_private_key' );\n\t$webfonts_usertype = $params->get( 'wfs_usertype' );\n\treturn array($webfonts_userid,$webfonts_public_key,$webfonts_private_key,$webfonts_usertype);\n}", "protected function listKeysSignedParameters()\n\t{\n\t\t//We list the names of the parameters to be used in Ajax actions\n\t\t$result = array();\n\n\t\tif (!empty($arParams['SIGNED_PARAMETERS']))\n\t\t{\n\t\t\t$result = $arParams['SIGNED_PARAMETERS'];\n\t\t}\n\n\t\treturn $result;\n\t}", "function Get_Sign() {\r\n\t\t$url = $this->gateway;\r\n\t\t$sort_array = array();\r\n\t\t$arg = \"\";\r\n\t\t$sort_array = $this->arg_sort($this->parameter);\r\n\t\twhile (list ($key, $val) = each ($sort_array)) {\r\n\t\t\t$arg.=$key.\"=\".urlencode($this->charset_encode($val,$this->parameter['_input_charset'],$this->parameter['_input_charset'])).\"&\";\r\n\t\t}\r\n\t\treturn $this->mysign;\r\n\t}", "public function getArray()\n\t{\n\t\treturn $this->signParams();\n\t}", "public function getSigners();", "public function getSignKey( )\n\t{\n\t\treturn $this->getParameter( 'signKey' );\n\t}", "public function getPrivateApiKey(){\n\t\t$apikey = Mage::getStoreConfig('payment/instamojo/apikey');\n\t\treturn $apikey;\n\t}", "public static function genSignKeypair()\n {\n $keypair = Sodium\\crypto_sign_keypair();\n\n return [\n 'pub' => Sodium\\crypto_sign_publickey($keypair),\n 'pri' => Sodium\\crypto_sign_secretkey($keypair),\n ];\n }", "protected function getReservedKeys()\n {\n return array('apikey', 'method', 'url');\n }", "public function generateSignature(){\n $params = [];\n $params['access_key'] = self::ACCESS_KEY;\n $params['profile_id'] = self::PROFILE_ID;\n $params['transaction_type'] = self::TRANSACTION_TYPE;\n\n $params['locale'] = $this->locale;\n\n $params['transaction_uuid'] = $this->payment_track_uuid;\n\n $params['reference_number'] = $this->payment_track_uuid;\n\n $params['signed_field_names'] = $this->signedFields;\n $params['signed_date_time'] = $this->signedDatetime;\n\n $params['unsigned_field_names'] = $this->unsignedFields;\n\n $params['bill_to_forename'] = $this->payment_first_name;\n $params['bill_to_surname'] = $this->payment_last_name;\n $params['bill_to_email'] = $this->payment_email;\n $params['bill_to_phone'] = $this->payment_phone;\n\n $params['bill_to_address_city'] = $this->billAddressCity;\n $params['bill_to_address_country'] = $this->billAddressCountry;\n $params['bill_to_address_line1'] = $this->billAddressLine1;\n $params['bill_to_address_postal_code'] = $this->billAddressPostalCode;\n\n $params['amount'] = $this->payment_amount;\n $params['currency'] = self::CURRENCY;\n\n return self::sign($params);\n }", "public function get_sign_key() {\n\n\t\tswitch ( $this->status ) {\n\t\t\tcase 'request' :\n\t\t\t\t$token_secret = '';\n\t\t\tbreak;\n\n\t\t\tcase 'access' :\n\t\t\t\t$token_secret = $this->oauth_token_secret;\n\t\t\tbreak;\n\n\t\t\tcase 'signed_in' :\n\t\t\t\t$token_secret = $this->oauth_access_secret;\n\t\t\tbreak;\n\t\t}\n\n\t\treturn array(\n\t\t\t$this->settings->oauth_consumer_secret,\n\t\t\t$token_secret\n\t\t);\n\t}", "function keys() {\n return array('MODULE_PAYMENT_COP_STATUS', 'MODULE_PAYMENT_COP_ZONE', 'MODULE_PAYMENT_COP_ORDER_STATUS_ID', 'MODULE_PAYMENT_COP_SORT_ORDER','MODULE_PAYMENT_COP_SHIPPING', 'MODULE_PAYMENT_COP_USE_PAYMENTS');\n }", "public static function getAvailablesSignatures()\r\n\t{\r\n\t\treturn array('NONE' => self::SIGN_NONE,\r\n\t\t'SHA1' => self::SIGN_SHA1,\r\n\t\t);\r\n\t}", "function sodium_crypto_sign_keypair(): string {}", "public static function getDefaults(){\n $random = rand(0,10000);\n $reference = \"payment_test_$random\";\n $value = \"40\";\n \n return array_merge(parent::getDefaults(),[\n \n PayUParameters::ACCOUNT_ID => \"512324\",\n PayUParameters::REFERENCE_CODE => $reference,\n PayUParameters::DESCRIPTION => \"payment test\",\n \n PayUParameters::VALUE => $value,\n PayUParameters::CURRENCY => \"MXN\",\n \n PayUParameters::BUYER_NAME => \"REJECTED\",\n PayUParameters::BUYER_EMAIL => \"[email protected]\",\n PayUParameters::BUYER_CONTACT_PHONE => \"7563126\",\n PayUParameters::BUYER_DNI => \"5415668464654\",\n PayUParameters::BUYER_STREET => \"Calle Salvador Alvarado\",\n PayUParameters::BUYER_STREET_2 => \"8 int 103\",\n PayUParameters::BUYER_CITY => \"Guadalajara\",\n PayUParameters::BUYER_STATE => \"Jalisco\",\n PayUParameters::BUYER_COUNTRY => \"MX\",\n PayUParameters::BUYER_POSTAL_CODE => \"000000\",\n PayUParameters::BUYER_PHONE => \"7563126\",\n \n PayUParameters::PAYER_NAME => \"APPROVED\",\n PayUParameters::PAYER_EMAIL => \"[email protected]\",\n PayUParameters::PAYER_CONTACT_PHONE => \"7563126\",\n PayUParameters::PAYER_DNI => \"5415668464654\",\n PayUParameters::PAYER_BIRTHDATE => \"1980-06-22\",\n \n PayUParameters::PAYER_STREET => \"Calle Zaragoza esquina\",\n PayUParameters::PAYER_STREET_2 => \"calle 5 de Mayo\",\n PayUParameters::PAYER_CITY => \"calle 5 de Mayo\",\n PayUParameters::PAYER_STATE => \"Nuevo Leon\",\n PayUParameters::PAYER_COUNTRY => \"MX\",\n PayUParameters::PAYER_POSTAL_CODE => \"64000\",\n PayUParameters::PAYER_PHONE => \"7563126\",\n \n PayUParameters::CREDIT_CARD_NUMBER => \"4097440000000004\",\n PayUParameters::CREDIT_CARD_EXPIRATION_DATE => \"2024/12\",\n PayUParameters::CREDIT_CARD_SECURITY_CODE => \"321\",\n PayUParameters::PAYMENT_METHOD => \"VISA\",\n \n PayUParameters::INSTALLMENTS_NUMBER => \"1\",\n PayUParameters::COUNTRY => \\PayUCountries::MX,\n \n PayUParameters::DEVICE_SESSION_ID => \"vghs6tvkcle931686k1900o6e1\",\n PayUParameters::IP_ADDRESS => \"127.0.0.1\",\n PayUParameters::PAYER_COOKIE =>\"pt1t38347bs6jc9ruv2ecpv7o2\",\n PayUParameters::USER_AGENT =>\"Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0\"\n ]);\n }", "function keys() {\r\n $keys = array (\r\n \t'MODULE_PAYMENT_MOBILESOLUTIONS_STATUS', \r\n \t'MODULE_PAYMENT_MOBILESOLUTIONS_PREPARE_ORDER_STATUS_ID', \r\n \t'MODULE_PAYMENT_MOBILESOLUTIONS_ORDER_STATUS_ID', \r\n \t'MODULE_PAYMENT_MOBILESOLUTIONS_ZONE', \r\n \t'MODULE_PAYMENT_MOBILESOLUTIONS_SORT_ORDER', \r\n \t'MODULE_PAYMENT_MOBILESOLUTIONS_WEBUSER', \r\n \t'MODULE_PAYMENT_MOBILESOLUTIONS_SIGNKEY', \r\n \t'MODULE_PAYMENT_MOBILESOLUTIONS_TESTMODE', \r\n 'MODULE_PAYMENT_MOBILESOLUTIONS_DEBUG_EMAIL',\r\n \t'MODULE_PAYMENT_MOBILESOLUTIONS_CURRENCY_STANDARD' \r\n );\r\n \r\n foreach ( $this->currency as $currency => $value ) {\r\n $keys [] = $value ['tag'];\r\n }\r\n return $keys;\r\n }", "public function testV1walletwithdrawunverified()\n {\n\n }", "public static function getServiceHideKeys(): array\n {\n return [\n 'client_id',\n 'client_secret',\n 'login_cell',\n 'login_url',\n 'invite_cell',\n 'invite_url',\n 'invite_ttl',\n // You can customize the service data hiding keys\n ];\n }", "function sign($params, $api_key)\n{\n ksort($params);\n $base = implode(\" \", $params);\n\n return hash_hmac(\"sha256\", $base, $api_key);\n}", "public function getKeys(): array {\n return [\n 'client_key'=>$this->client_key,\n 'secret_key'=>$this->secret_key\n ];\n }", "public function getDefaultParameters()\n {\n return array(\n 'apiKey' => '',\n 'privateKey' => '',\n );\n }", "public function getMultishippingUrl() {\n return 'alipay/pay/index'; \n }", "function icepay_config()\n{\n return array(\n 'FriendlyName' => array(\n 'Type' => 'System',\n 'Value' => 'Icepay',\n ),\n\n 'merchantID' => array(\n 'FriendlyName' => 'Merchant ID',\n 'Type' => 'text',\n 'Size' => '30',\n 'Default' => '',\n 'Description' => 'Your Icepay merchant ID',\n ),\n\n 'secretCode' => array(\n 'FriendlyName' => 'Secret Code',\n 'Type' => 'text',\n 'Size' => '50',\n 'Default' => '',\n 'Description' => 'Your Icepay secret key',\n ),\n );\n}", "public function getDefaultParameters()\n {\n return array(\n 'MerchantID' => '',\n 'APIPassword' => ''\n );\n }", "public function getDefaultParameters()\n {\n return array(\n 'apiType' => 0,\n 'publicKey' => '',\n 'privateKey' => '',\n );\n }", "function getDontEmailKeys()\r\n\t{\r\n\t\tif (is_null( $this->_dontEmailKeys )) {\r\n\t\t\t$this->_dontEmailKeys = array();\r\n\t\t\tforeach ($_FILES as $key => $file) {\r\n\t\t\t\t$this->_dontEmailKeys[] = $key;\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn $this->_dontEmailKeys;\r\n\t}", "public function testUseMerchantPrivateKeyFalst()\n {\n // Prepare / Mock\n $key = false;\n\n // Execute\n $result = $this->testObject->useMerchantPrivateKey($key);\n\n // Assert Result\n self::assertFalse($result);\n }", "public function getSignableParameters()\n {\n // Grab all parameters\n $params = $this->_parameters; \n \n // Remove Oauth__signature if present\n if (isset($params['oauth_signature'])) {\n unset($params['oauth_signature']);\n }\n \n // Urlencode both keys and values\n $keys = Oauth_Util::urlencodeRfc3986(array_keys($params));\n $values = Oauth_Util::urlencodeRfc3986(array_values($params));\n $params = array_combine($keys, $values);\n \n // Sort by keys (natsort)\n uksort($params, 'strcmp');\n \n // Generate key=value pairs\n $pairs = array();\n foreach ($params as $key =>$value ) {\n if (is_array($value)) {\n \n /* If the value is an array, it's because there are multiple \n * with the same key, sort them, then add all the pairs\n */\n natsort($value);\n foreach ($value as $v2) {\n $pairs[] = $key . '=' . $v2;\n }\n } else {\n $pairs[] = $key . '=' . $value;\n }\n }\n \n // Return the pairs, concated with &\n return implode('&', $pairs);\n }", "public function __construct($_unsetSignOrderCommandResult = NULL)\n {\n parent::__construct(array('unsetSignOrderCommandResult'=>$_unsetSignOrderCommandResult),false);\n }" ]
[ "0.5788777", "0.5670761", "0.55769604", "0.55747044", "0.55220956", "0.5351152", "0.53440267", "0.5279534", "0.52456963", "0.52387154", "0.5222081", "0.51784533", "0.51712596", "0.51603657", "0.5113122", "0.5044055", "0.5023874", "0.5016868", "0.5009052", "0.497164", "0.4944534", "0.4933181", "0.4923696", "0.49217758", "0.48910666", "0.4880521", "0.4880228", "0.48351705", "0.48322988", "0.48308465" ]
0.5738888
1
Locate the next placeholder Step over comments, styles and scripts Parameter input stream Returnsposition of next token (int) or FALSE when end of file reached
private function findNextPlaceholder($stream) { $html = FALSE; $localStrPsn = $this->streamPsn; while (!$html) { $phPsn = strpos($stream, '{', $localStrPsn); if ($phPsn === FALSE) // No more placeholders return FALSE; // Look for comments in forward stream $commentPsn = strpos($stream, "<!--", $localStrPsn ); if ($commentPsn) // Comment is present { if ($commentPsn < $phPsn) // Comment is before next placeholder { $localStrPsn = strpos($stream, "-->", $commentPsn); if ($localStrPsn === FALSE) // Unterminated comment return FALSE; // ... Echo the rest of the stream $localStrPsn += 3; continue; // Skip over the comment } else { ; } } $scriptPsn = strpos($stream, "<script", $localStrPsn ); if ($scriptPsn) // Script found { if ($scriptPsn < $phPsn) // Script is before next placeholder { $localStrPsn = strpos($stream, "</script>", $scriptPsn); if ($localStrPsn === FALSE) // Unterminated script return FALSE; // ... Echo the rest of the stream $localStrPsn += 8; continue; // Skip over the comment } else { // $localStrPsn = $commentPsn; } } $stylePsn = strpos($stream, "<style", $localStrPsn ); if ($stylePsn) // Style found { if ($stylePsn < $phPsn) // style is before next placeholder { $localStrPsn = strpos($stream, "</style>", $stylePsn); if ($localStrPsn === FALSE) // Unterminated style return FALSE; // ... Echo the rest of the stream $localStrPsn += 7; continue; // Skip over the comment } else { // $localStrPsn = $stylePsn; } } $html = TRUE; } return $phPsn; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private function nextParsedToken()\n {\n if ($this->current_pos + 1 >= count($this->ptokens)) {\n return false;\n }\n\n $this->current_pos++;\n $this->setupContext();\n return $this->ptokens[$this->current_pos];\n }", "public function nextToken()\n {\n if ($this->tokenIndex + 1 < $this->tokensNum) {\n $this->tokenIndex++;\n $this->mainParser->updatePointer($this->currentToken());\n\n // Check if current token consists of blanks and skip to next token\n // if true:\n if ($this->tokenMatches('/^\\s/s')) {\n $this->nextToken();\n }\n\n return true;\n }\n\n $this->finished = true;\n return false;\n }", "abstract function nextToken();", "public function testControlStructure()\n {\n $start = $this->getTargetToken('/* testControlStructure */', T_WHILE);\n $found = self::$phpcsFile->findEndOfStatement($start);\n\n $this->assertSame(($start + 6), $found);\n\n }", "public function test_singleline_comment_idenfier_position() {\r\n $lang = new block_formal_langs_language_c_language();\r\n $processedstring = $lang->create_from_string('abc // com');\r\n $errors = $processedstring->stream->errors;\r\n $tokens = $processedstring->stream->tokens;\r\n $this->assertTrue(count($errors) == 0);\r\n $this->assertTrue(count($tokens) == 2);\r\n $this->assertTrue($tokens[0]->position()->colstart() == 0);\r\n $this->assertTrue($tokens[0]->position()->colend() == 2);\r\n $this->assertTrue($tokens[1]->position()->colstart() == 4);\r\n $this->assertTrue($tokens[1]->position()->colend() == 9);\r\n }", "function PeekToken() {\n\t\t\t$result = $this->NextToken();\n\t\t\tif ($this->token !== BBCODE_EOI)\n\t\t\t\t$this->unget = true;\n\t\t\treturn $result;\n\t\t}", "public function parseNextBlock()\n {\n // Init block variables.\n $found_var = false;\n $found_equal = false;\n $found_semicolon = false;\n $found_open_tag = false;\n $found_close_tag = false;\n $end_block = false;\n $var_name = '';\n $var_value = '';\n $line = 0;\n\n // Loop through tokens until end of block or file.\n while (!$end_block && $this->tokens->valid()) {\n // Init loop variables\n $add_name = false;\n\n // Get normed token array\n $token = static::normalizeToken($this->tokens->current());\n $line = max($token[self::T_LINE], $line);\n $this->logger->debug('Found token ' . static::getTokenName($token) . \" at line $line.\");\n\n // Closing block allow only one whitespace.\n if ($found_semicolon || $found_open_tag || $found_close_tag) {\n if ($token[self::T_KEY] == T_WHITESPACE) {\n $end_block = true;\n if (!$this->test_mode && $token[self::T_VALUE] != \"\\n\") {\n // Set only one line return after a semicolon or close tag.\n $this->logger->notice(\"Removing spaces at line $line.\");\n $token[self::T_VALUE] = \"\\n\";\n }\n } else {\n // Stop processing now.\n break;\n }\n } else {\n switch ($token[self::T_KEY]) {\n // Comments and whitespace are allowed anywhere.\n case T_COMMENT:\n case T_DOC_COMMENT:\n case T_WHITESPACE:\n break;\n case T_OPEN_TAG:\n $found_open_tag = true;\n break;\n // New variable\n case T_VARIABLE:\n if (!$found_var) {\n // Set that we found a var definition and record the name\n $found_var = true;\n $add_name = true;\n } else {\n // We shouldn't see a variable definition.\n throw new \\Exception('Unexpected T_VARIABLE ' . $token[self::T_VALUE] . \" at line $line.\");\n }\n break;\n // Variable name..\n case '[':\n case ']':\n case T_CONSTANT_ENCAPSED_STRING:\n if ($found_var) {\n if (!$found_equal) {\n // If inside variable definition, add name for sorting.\n $add_name = true;\n }\n } else {\n // Not in variable definition or value.\n $name = static::getTokenName($token);\n throw new \\Exception('Unexpected ' . $name . \" at line $line.\");\n }\n break;\n case '=':\n // Equal allowed only after var definition\n if ($found_var && !$found_equal) {\n $found_equal = true;\n } else {\n throw new \\Exception(\"Unexpected = at line $line.\");\n }\n break;\n case ';':\n if ($found_var && !$found_equal) {\n throw new \\Exception(\"Unexpected ; at line $line.\");\n }\n $found_semicolon = true;\n break;\n case T_CLOSE_TAG:\n if ($found_var) {\n throw new \\Exception(\"Unexpected T_CLOSE_TAG at line $line.\");\n }\n $found_close_tag = true;\n break;\n default:\n if (!$found_var || !$found_equal) {\n $name = static::getTokenName($token);\n throw new \\Exception('Unexpected ' . $name . \" at line $line.\");\n }\n break;\n }\n }\n if ($add_name) {\n $var_name .= $token[self::T_VALUE];\n }\n $var_value .= $token[self::T_VALUE];\n $this->logger->debug('Advance to next token.');\n $this->tokens->next();\n }\n if ($found_var && !$found_semicolon) {\n throw new \\Exception('Missing ; before end of file.');\n }\n if (!$this->test_mode && \"\\n\" != substr($var_value, -1)) {\n $this->logger->info('Add return line to end of block.');\n $var_value .= \"\\n\";\n }\n if ($found_close_tag) {\n $this->end_blocks[] = $var_value;\n } elseif (!empty($var_name)) {\n if ($this->test_mode) {\n // Try to recreate the file as is.\n $this->var_blocks[] = $var_value;\n } else {\n // Strip $GLOBALS from variables names for sorting.\n // This will merge local and global version of the same var name.\n $var_name = $this->normalizeVariableName($var_name);\n // Warnings if key already exists.\n $this->checkVarName($var_name);\n $this->var_blocks[$var_name] = $var_value;\n }\n } else {\n $this->empty_blocks[] = $var_value;\n }\n }", "public function isEOF();", "public function getNextToken()\n {\n // Osetreni, aby byl vracen maximalne jeden token EOL v rade\n if($this->wasNewLine && !$this->newLine) {\n $this->wasNewLine = false;\n $this->newLine = true;\n return $this->addToken('T_EOL');\n }\n\n $this->string = '';\n $char = null;\n $instre = 'S_INIT';\n $separator = false;\n $const = false;\n\n while(true) {\n // Nacteni znaku ze zdroje\n $char = fgetc($this->source);\n if($char == \"\\r\")\n continue;\n\n // Konecny automat lexikalni analyzy\n switch($instre) {\n // Pocatecni stav\n case 'S_INIT':\n // Kontrola navesti\n if($char == '.') {\n $heading = strtolower(fgets($this->source));\n\n if (strpos($heading, PHP_EOL))\n $this->wasNewLine = true;\n\n $heading = trim($heading);\n\n if($heading == 'ippcode18' || strpos($heading, \"#\") && explode(\"#\", $heading, 2)[0] == \"ippcode18\")\n return $this->addToken('T_INTRO');\n else\n return $this->addToken('T_ERROR');\n } elseif($char == '#') { // Pokud je zjisten komentar, ignoruje se zbytek radku\n fgets($this->source);\n\n // Osetreni, aby nebyl vracen EOL vicekrat pri viceradkovych komentarich\n if(!$this->newLine) {\n $this->newLine = true;\n return $this->addToken('T_EOL');\n } break;\n } elseif($char == PHP_EOL) { // Detekce konce radku, opet osetruji mozne duplicity\n if(!$this->newLine) {\n $this->newLine = true;\n return $this->addToken('T_EOL');\n } break;\n } elseif(feof($this->source)) { // Detekce konce vstupu\n return $this->addToken('T_EOF');\n } elseif($char != ' ' && $char != \"\\t\") { // Prechod na retezec\n $this->string .= $char;\n $instre = 'S_STRING';\n break;\n } break; // Nadbytecne mezery jsou ignorovany\n // Stav pro \n case 'S_STRING':\n // Podminky pro ukonceni retezce\n if($char == ' ' || $char == PHP_EOL || $char == \"\\t\" || $char == '#' || feof($this->source)) {\n if($char == PHP_EOL && !feof($this->source))\n $this->wasNewLine = true;\n elseif($char == '#') {\n fgets($this->source);\n\n if(!feof($this->source))\n $this->wasNewLine = true;\n }\n\n // Pokud se nejedna o prvni token noveho radku, tak se nemuze jednat o operacni kod\n if(!$this->newLine) {\n // Pokud hodnota obsahuje oddelovac '@', tak se jedna bud o promennou nebo konstantu\n if(strpos($this->string, '@')) {\n $leftPart = explode(\"@\", $this->string, 3)[0];\n $rightPart = explode(\"@\", $this->string, 3)[1];\n\n if (!$const && in_array($leftPart, ['GF', 'LF', 'TF']) &&\n $rightPart != \"\" && !ctype_digit($rightPart[0])) {\n return $this->addToken('T_VAR', $this->string);\n } elseif (in_array($leftPart, ['string', 'int', 'bool'])) {\n if($leftPart == 'int' && $rightPart != \"\") {\n if(($rightPart[0] == '-' || $rightPart[0] == '+') && ctype_digit(substr($rightPart, 1))\n || ctype_digit(substr($rightPart, 0)))\n return $this->addToken('T_CONST', $this->string);\n elseif(!ctype_digit($rightPart))\n return $this->addToken('T_ERROR');\n } elseif($leftPart == \"bool\" && ($rightPart == \"false\" || $rightPart == \"true\"))\n return $this->addToken('T_CONST', $this->string);\n elseif($leftPart == 'string')\n return $this->addToken('T_CONST', $this->string);\n\n return $this->addToken('T_ERROR');\n }\n\n return $this->addToken('T_ERROR');\n } elseif(!$const && !ctype_digit($this->string[0])) // V opacnem pripade se jedna o navesti\n return $this->addToken('T_LABEL', $this->string);\n else\n return $this->addToken('T_ERROR');\n } else {\n $this->newLine = false;\n\n if($this->isOperationCode())\n return $this->addToken('T_OPCODE', strtoupper($this->string));\n\n return $this->addToken('T_ERROR');\n }\n } elseif($char == \"\\\\\") { // Prechod pro specialni escape sekvenci\n $instre = 'S_ESCAPE';\n } elseif(!$separator && $char == '@') {\n $separator = true;\n } elseif($separator && !ctype_alnum($char) && !in_array($char, ['_', '-', '$', '&', '%', '*']))\n $const = true;\n\n $this->string .= $char;\n break;\n case 'S_ESCAPE':\n $this->string .= $char;\n $subString = $this->splitStr(\"\\\\\", 'r');\n\n if(ctype_digit($subString) && strlen($subString) == 3) {\n /*\n * Pokud je escapnuty znak jiny nez ty, ktere mohou byt soucasti promennych ci navesti,\n * musi se jednat bud o konstantu, nebo dochazi k chybe.\n */\n if($const || (!ctype_alnum(chr($subString)) && !in_array(chr($subString), ['_', '-', '$', '&', '%', '*'])))\n $const = true;\n\n $instre = 'S_STRING';\n } elseif(strlen($subString) == 3)\n return $this->addToken('T_ERROR');\n break;\n }\n }\n }", "public function isEOF() {\n\t\treturn $this->cursor >= strlen($this->inputProgram);\n\t}", "public function testMatchDefault()\n {\n $start = $this->getTargetToken('/* testMatchDefault */', T_MATCH_DEFAULT);\n $found = self::$phpcsFile->findEndOfStatement($start);\n\n $this->assertSame(($start + 4), $found);\n\n $start = $this->getTargetToken('/* testMatchDefault */', T_CONSTANT_ENCAPSED_STRING);\n $found = self::$phpcsFile->findEndOfStatement($start);\n\n $this->assertSame($start, $found);\n\n }", "public function testMatchCase()\n {\n $start = $this->getTargetToken('/* testMatchCase */', T_LNUMBER);\n $found = self::$phpcsFile->findEndOfStatement($start);\n\n $this->assertSame(($start + 5), $found);\n\n $start = $this->getTargetToken('/* testMatchCase */', T_CONSTANT_ENCAPSED_STRING);\n $found = self::$phpcsFile->findEndOfStatement($start);\n\n $this->assertSame(($start + 1), $found);\n\n }", "protected function next() : ?Node\n { \n $token = $this->currentToken();\n\n // the argument might be an array\n if ($this->currentToken()->isType(T::TOKEN_SCOPE_OPEN)) \n {\n $node = $this->parseChild(\n ArrayParser::class, \n $this->getTokensUntilClosingScope(\n false, \n T::TOKEN_SCOPE_OPEN, \n T::TOKEN_SCOPE_CLOSE\n ), \n false\n );\n\n $this->addArgumentSafe($node);\n }\n // or a simple scalar value\n elseif ($token->isValue())\n {\n $this->arguments->addArgument(ValueNode::fromToken($token));\n }\n // is it a parameter?\n elseif ($token->isType(T::TOKEN_PARAMETER)) \n { \n $this->addArgumentSafe($this->parseChild(ReferenceParser::class));\n }\n // is a service reference\n elseif ($token->isType(T::TOKEN_DEPENDENCY)) \n {\n $this->addArgumentSafe($this->parseChild(ReferenceParser::class));\n }\n // just a linebreak\n elseif ($token->isType(T::TOKEN_LINE)) \n {\n $this->skipToken(); return null;\n }\n\n // anything else?\n else \n {\n throw $this->errorUnexpectedToken($token);\n }\n\n $this->skipToken();\n\n // now ther might follow a seperator indicating another argument\n if (!$this->parserIsDone() && $this->currentToken()->isType(T::TOKEN_SEPERATOR)) \n {\n $this->skipToken();\n }\n\n return null;\n }", "private function look_ahead()\n\t{\n\t\t$next = $this->lineno + 1;\n\t\t$count = $this->file->count();\n\t\twhile (@preg_match('/^([ \\t]+)?(\\<\\?)/', $this->file->offsetGet($next)) AND ($next < $count))\n\t\t{\n\t\t\t$next++;\n\t\t}\n\t\t@preg_match('/^([ \\t]+)/', $this->file->offsetGet($next), $m);\n\t\t$this->next_indent = @$m[1];\n\n\t\t// check nesting indentation\n\t\t$next_indent = strlen($this->next_indent);\n\t\t$curr_indent = strlen($this->indent);\n\t\t// if next doesn't equal zero\n\t\tif (($next_indent != 0) AND ($next_indent > $curr_indent) AND ($next_indent > $curr_indent+2))\n\t\t{\n\t\t\t// next line has error\n\t\t\t$line = $this->lineno+2;\n\t\t\tthrow new Exception(\"Incorrect nesting indentation in '$this->script' on line #$line.\");\n\t\t}\n\n\t\t// check indentation level\n\t\t$this->check_indent(strlen($this->next_indent), $next);\n\t}", "protected function scanCode()\n {\n $matches = [];\n\n if (preg_match('/^(!?=|-)([^\\n]+)/', $this->input, $matches)) {\n $this->consumeInput(mb_strlen($matches[0]));\n\n $flags = $matches[1];\n $token = $this->takeToken('code', $matches[2]);\n $token->buffer = (isset($flags[0]) && '=' === $flags[0]) || (isset($flags[1]) && '=' === $flags[1]);\n\n return $token;\n }\n }", "protected function next()\n {\n $isOverride = false;\n if ($this->currentToken()->isType(T::TOKEN_OVERRIDE))\n {\n $isOverride = true; $this->skipToken();\n }\n\n if (!$this->currentToken()->isType(T::TOKEN_PARAMETER))\n {\n throw $this->errorUnexpectedToken($this->currentToken());\n }\n\n // get the paramter name\n $parameterName = $this->currentToken()->getValue();\n\n // remove the \":\" prefix\n $parameterName = substr($parameterName, 1);\n\n // now a assign \":\" character must follow\n if (!$this->nextToken()->isType(T::TOKEN_ASSIGN))\n {\n throw $this->errorUnexpectedToken($this->nextToken());\n }\n\n // at this point we can skip the name and assign character\n $this->skipToken(2);\n\n // the next token must therefor be the value\n if (!$this->currentToken()->isValue())\n {\n throw $this->errorUnexpectedToken($this->currentToken());\n }\n\n // create the definition node\n $definition = new ParameterDefinitionNode($parameterName, ValueNode::fromToken($this->currentToken()));\n $definition->setIsOverride($isOverride);\n\n // skip the token\n $this->skipToken();\n\n // return the paramter definition\n return $definition;\n }", "public function testMatchFunctionCall()\n {\n $start = $this->getTargetToken('/* testMatchFunctionCall */', T_STRING);\n $found = self::$phpcsFile->findEndOfStatement($start);\n\n $this->assertSame(($start + 12), $found);\n\n $start += 8;\n $found = self::$phpcsFile->findEndOfStatement($start);\n\n $this->assertSame(($start + 1), $found);\n\n }", "public function next()\n {\n // test each token type\n foreach ($this->regEx as $tokenType => $reg) {\n if ($this->testToken($reg, $tokenType) && $this->getTokenType() != self::T_WSPC) {\n return $this->getTokenType();\n }\n }\n\n // if no token matches, we are probably at the end. The control is\n // still entered, the \"preg_match\" expression failure for illegal\n // characters.\n if ($this->input != '') {\n $this->tokenType = self::T_ILLEGAL;\n $this->token = $this->input;\n $this->input = '';\n return self::T_ILLEGAL;\n }\n\n $this->tokenType = self::T_EOI;\n $this->token = null;\n\n return self::T_EOI;\n }", "public function nextToken()\n\t{\n\n\t\twhile ($this->i < strlen($this->e) \n\t\t\t\t&& strpos(\" \\n\\t\\r\", $this->e[$this->i]) !== FALSE)\n\t\t{\n\t\t\t$this->i++;\n\t\t}\n\n\t\tif ($this->i >= strlen($this->e)) \n\t\t{\n\t\t\treturn new Token(TokenType::EOF);\n\t\t}\n\n\t\t // check for INT\n\t\t$inputString = \"\";\n\n\t\twhile ($this->i < strlen($this->e) \n\t\t\t\t&& strpos(\"0123456789\", $this->e[$this->i]) !== FALSE) \n\t\t{\n\t\t\t$inputString .= $this->e[$this->i++];\n\t\t}\n\t\t\n\t\tif (strlen($inputString) > 0)\n\t\t{\n\t\t\treturn new Token(TokenType::INT_TOKEN, $inputString);\n\t\t}\n\n\t\t// check for ID or reserved word \n\t\twhile ($this->i < strlen($this->e) \n\t\t\t\t&& strpos(\"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_\", $this->e[$this->i]) !== FALSE) \n\t\t{\n\t\t\t$inputString .= $this->e[$this->i++];\n\t\t}\n\t\t\n\t\tif (strlen($inputString) > 0)\n\t\t{\n\t\t\tif ($inputString == \"if\")\n\t\t\t{\n\t\t\t\treturn new Token(TokenType::IF_TOKEN);\n\t\t\t}\n\t\t\tif ($inputString == \"else\") \n\t\t\t{\n\t\t\t\treturn new Token(TokenType::ELSE_TOKEN);\n\t\t\t}\n\t\t\treturn new Token(TokenType::ID, $inputString);\n\t\t}\n\n\t\t\n\n\t\t // We're left with strings or one character tokens\n\t\t switch ($this->e[$this->i++]) \n\t\t {\n\t\t\tcase \"{\":\n\t\t\t\treturn new Token(TokenType::LBRACKET, \"{\");\n\t\t\tcase \"}\":\n\t\t\t\treturn new Token(TokenType::RBRACKET, \"}\");\n\t\t\tcase \"[\":\n\t\t\t\treturn new Token(TokenType::LSQUAREBRACKET, \"[\");\n\t\t\tcase \"]\":\n\t\t\t\treturn new Token(TokenType::RSQUAREBRACKET, \"]\");\n\t\t\tcase \"<\":\n\t\t\t\treturn new Token(TokenType::LESS, \"<\");\n\t\t\tcase \">\":\n\t\t\t\treturn new Token(TokenType::GREATER, \">\");\n\t\t\tcase \"=\":\n\t\t\t\treturn new Token(TokenType::EQUAL, \"=\");\n\t\t\tcase '\"':\n\t\t\t\t$value = \"\";\n\t\t\t\twhile ($this->i < strlen($this->e) && $this->e[$this->i] != '\"')\n\t\t\t\t{\n\t\t\t\t\t$c = $this->e[$this->i++];\n\t\t\t\t\t\n\t\t\t\t\tif ($this->i >= strlen($this->e))\n\t\t\t\t\t{\n\t\t\t\t\t\treturn new Token(TokenType::OTHER);\n\t\t\t\t\t}\n\t\t\t\t\t// check for escaped double quote\n\t\t\t\t\tif ($c == '\\\\' && $this->e[$this->i] == '\"')\n\t\t\t\t\t{\n\t\t\t\t\t\t$c='\"';\n\t\t\t\t\t\t$this->i++;\n\t\t\t\t\t}\n\t\t\t\t\t$value .= $c;\n\t\t\t\t} \n\t\t\t\t$this->i++;\n\t\t\t\treturn new Token(TokenType::STRING_TOKEN, $value);\n\t\t\tdefault:\n\t\t\t\t//echo \"Other: \" . $this->i . PHP_EOL;\n\t\t\t\t// OTHER should result in exception\n\t\t\t\treturn new Token(TokenType::OTHER);\n\t\t}\n\n\t}", "public function test_scanning_error_in_beginning() {\r\n $lang = new block_formal_langs_language_c_language();\r\n //Unmatched quote or comments tests\r\n $processedstring = $lang->create_from_string('\\'abc asv ');\r\n $errors = $processedstring->stream->errors;\r\n $tokens = $processedstring->stream->tokens;\r\n $this->assertTrue(count($errors) == 1, 'There must be one error in errors');\r\n $this->assertTrue($errors[0]->tokenindex == 0, 'First lexeme must be erroneous');\r\n $this->assertTrue($tokens[0]->position()->colstart() == 0, 'Error lexeme is at beginning');\r\n $this->assertTrue($tokens[0]->position()->colend() == 0, 'Error lexeme must be one character long');\r\n $processedstring = $lang->create_from_string('\"abc asv ');\r\n $errors = $processedstring->stream->errors;\r\n $tokens = $processedstring->stream->tokens;\r\n $this->assertTrue(count($errors) == 1, 'There must be one error in errors');\r\n $this->assertTrue($errors[0]->tokenindex == 0, 'First lexeme must be erroneous');\r\n $this->assertTrue($tokens[0]->position()->colstart() == 0, 'Error lexeme is at beginning');\r\n $this->assertTrue($tokens[0]->position()->colend() == 0, 'Error lexeme must be one character long');\r\n $processedstring = $lang->create_from_string('/*abc asv ');\r\n $errors = $processedstring->stream->errors;\r\n $tokens = $processedstring->stream->tokens;\r\n $this->assertTrue(count($errors) == 1, 'There must be one error in errors');\r\n $this->assertTrue($errors[0]->tokenindex == 0, 'First lexeme must be erroneous');\r\n $this->assertTrue($tokens[0]->position()->colstart() == 0, 'Error lexeme is at beginning');\r\n $this->assertTrue($tokens[0]->position()->colend() == 1, 'Error lexeme must be two characters long');\r\n //Multicharacter literal test\r\n $processedstring = $lang->create_from_string('\\'abc\\' asv ');\r\n $errors = $processedstring->stream->errors;\r\n $tokens = $processedstring->stream->tokens;\r\n $this->assertTrue(count($errors) == 1, 'There must be one error in errors');\r\n $this->assertTrue($errors[0]->tokenindex == 0, 'First lexeme must be erroneous');\r\n $this->assertTrue($tokens[0]->position()->colstart() == 0, 'Error lexeme is at beginning');\r\n $this->assertTrue($tokens[0]->position()->colend() == 4, 'Error lexeme must be five characters long');\r\n }", "public function nextToken(): Token;", "function nextToken(array $config = []);", "public function next_token()\n {\n $matches = null;\n\n /*\n * aye the magic\n * we're using a single RegExp to tokenize the block comment delimiters\n * we're also using a trick here because the only difference between a\n * block opener and a block closer is the leading `/` before `wp:` (and\n * a closer has no attributes). we can trap them both and process the\n * match back in PHP to see which one it was.\n */\n $has_match = preg_match(\n '/<!--\\s+(?P<closer>\\/)?wp:(?P<namespace>[a-z][a-z0-9_-]*\\/)?(?P<name>[a-z][a-z0-9_-]*)\\s+(?P<attrs>{(?:(?:[^}]+|}+(?=})|(?!}\\s+\\/?-->).)*+)?}\\s+)?(?P<void>\\/)?-->/s',\n $this->document,\n $matches,\n PREG_OFFSET_CAPTURE,\n $this->offset\n );\n\n // if we get here we probably have catastrophic backtracking or out-of-memory in the PCRE.\n if (false === $has_match) {\n return ['no-more-tokens', null, null, null, null];\n }\n\n // we have no more tokens.\n if (0 === $has_match) {\n return ['no-more-tokens', null, null, null, null];\n }\n\n list($match, $started_at) = $matches[0];\n\n $length = strlen($match);\n $is_closer = isset($matches['closer']) && -1 !== $matches['closer'][1];\n $is_void = isset($matches['void']) && -1 !== $matches['void'][1];\n $namespace = $matches['namespace'];\n $namespace = (isset($namespace) && -1 !== $namespace[1]) ? $namespace[0] : 'core/';\n $name = $namespace.$matches['name'][0];\n $has_attrs = isset($matches['attrs']) && -1 !== $matches['attrs'][1];\n\n /*\n * Fun fact! It's not trivial in PHP to create \"an empty associative array\" since all arrays\n * are associative arrays. If we use `array()` we get a JSON `[]`\n */\n $attrs = $has_attrs\n ? json_decode($matches['attrs'][0], /* as-associative */ true)\n : $this->empty_attrs;\n\n /*\n * This state isn't allowed\n * This is an error\n */\n if ($is_closer && ($is_void || $has_attrs)) {\n // we can ignore them since they don't hurt anything.\n }\n\n if ($is_void) {\n return ['void-block', $name, $attrs, $started_at, $length];\n }\n\n if ($is_closer) {\n return ['block-closer', $name, null, $started_at, $length];\n }\n\n return ['block-opener', $name, $attrs, $started_at, $length];\n }", "protected function scanComment()\n {\n $matches = [];\n\n if (preg_match('/^ *\\/(\\!)?([^\\n]+)?/', $this->input, $matches)) {\n $this->consumeInput(mb_strlen($matches[0]));\n $token = $this->takeToken('comment', isset($matches[2]) ? $matches[2] : '');\n $token->buffer = isset($matches[1]) && $matches[1] == '!';\n\n return $token;\n }\n }", "public function nextCharacter() {\n\t\t\tif($this->position >= $this->length)\n\t\t\t\treturn null;\n\t\t\telse {\n\t\t\t\t// Skip a comment.\n\t\t\t\tif(($this->position === 0 || $this->data[$this->position - 1] === \"\\n\") &&\n\t\t\t\t $this->data[$this->position] === '#')\n\t\t\t\t\t$this->position = strpos($this->data, \"\\n\", $this->position) + 1;\n\t\t\t\t\n\t\t\t\treturn $this->data[$this->position++];\n\t\t\t}\n\t\t}", "public function isEOF(): bool\n {\n return $this->tokens[$this->current]->getType() === Token::TYPE_EOF;\n }", "public function proceed()\n {\n $next_token = $this->next_token();\n list($token_type, $block_name, $attrs, $start_offset, $token_length) = $next_token;\n $stack_depth = count($this->stack);\n\n // we may have some HTML soup before the next block.\n $leading_html_start = $start_offset > $this->offset ? $this->offset : null;\n\n switch ($token_type) {\n case 'no-more-tokens':\n // if not in a block then flush output.\n if (0 === $stack_depth) {\n $this->add_freeform();\n\n return false;\n }\n\n /*\n * Otherwise we have a problem\n * This is an error\n *\n * we have options\n * - treat it all as freeform text\n * - assume an implicit closer (easiest when not nesting)\n */\n\n // for the easy case we'll assume an implicit closer.\n if (1 === $stack_depth) {\n $this->add_block_from_stack();\n\n return false;\n }\n\n /*\n * for the nested case where it's more difficult we'll\n * have to assume that multiple closers are missing\n * and so we'll collapse the whole stack piecewise\n */\n while (0 < count($this->stack)) {\n $this->add_block_from_stack();\n }\n\n return false;\n\n case 'void-block':\n /*\n * easy case is if we stumbled upon a void block\n * in the top-level of the document\n */\n if (0 === $stack_depth) {\n if (isset($leading_html_start)) {\n $this->output[] = (array) $this->freeform(\n substr(\n $this->document,\n $leading_html_start,\n $start_offset - $leading_html_start\n )\n );\n }\n\n $this->output[] = (array) new WP_Block_Parser_Block($block_name, $attrs, [], '', []);\n $this->offset = $start_offset + $token_length;\n\n return true;\n }\n\n // otherwise we found an inner block.\n $this->add_inner_block(\n new WP_Block_Parser_Block($block_name, $attrs, [], '', []),\n $start_offset,\n $token_length\n );\n $this->offset = $start_offset + $token_length;\n\n return true;\n\n case 'block-opener':\n // track all newly-opened blocks on the stack.\n array_push(\n $this->stack,\n new WP_Block_Parser_Frame(\n new WP_Block_Parser_Block($block_name, $attrs, [], '', []),\n $start_offset,\n $token_length,\n $start_offset + $token_length,\n $leading_html_start\n )\n );\n $this->offset = $start_offset + $token_length;\n\n return true;\n\n case 'block-closer':\n /*\n * if we're missing an opener we're in trouble\n * This is an error\n */\n if (0 === $stack_depth) {\n /*\n * we have options\n * - assume an implicit opener\n * - assume _this_ is the opener\n * - give up and close out the document\n */\n $this->add_freeform();\n\n return false;\n }\n\n // if we're not nesting then this is easy - close the block.\n if (1 === $stack_depth) {\n $this->add_block_from_stack($start_offset);\n $this->offset = $start_offset + $token_length;\n\n return true;\n }\n\n /*\n * otherwise we're nested and we have to close out the current\n * block and add it as a new innerBlock to the parent\n */\n $stack_top = array_pop($this->stack);\n $html = substr($this->document, $stack_top->prev_offset, $start_offset - $stack_top->prev_offset);\n $stack_top->block->innerHTML .= $html;\n $stack_top->block->innerContent[] = $html;\n $stack_top->prev_offset = $start_offset + $token_length;\n\n $this->add_inner_block(\n $stack_top->block,\n $stack_top->token_start,\n $stack_top->token_length,\n $start_offset + $token_length\n );\n $this->offset = $start_offset + $token_length;\n\n return true;\n\n default:\n // This is an error.\n $this->add_freeform();\n\n return false;\n }\n }", "public function eof(): bool;", "public function eof(): bool;", "private function _getIncludeBeginPlaceholder()\n {\n return '%inc_open%';\n }" ]
[ "0.59852743", "0.5848565", "0.57251257", "0.56461644", "0.5624532", "0.56225276", "0.55373615", "0.55060714", "0.54806286", "0.54762614", "0.54634297", "0.54400176", "0.5436082", "0.54111737", "0.5392851", "0.5387681", "0.53803486", "0.53764105", "0.5350147", "0.5315313", "0.53068656", "0.52773607", "0.5276469", "0.52726233", "0.5265246", "0.5258522", "0.5198715", "0.5195319", "0.5195319", "0.5157905" ]
0.62703574
0
Process a token (within braces) ParametersPointer to token Start of the text stream before the token ReturnsPointer to stream after the token ModifiesThe output stream ProcessesPass lists to doLoop Place the value of the token into the output stream
private function processToken($pToken, $stream, $dta) { // Output the fixed text from the last placeholder $strLen = $pToken - $this->streamPsn; $str = substr($stream, $this->streamPsn, $strLen); $this->outputStream .= $str; // Set $token to the token name $pTkEnd = strpos($stream, "}", $pToken); $len = $pTkEnd - $pToken - 1; $token = substr($stream, $pToken+1, $len); $newPtr = $pTkEnd + 1; if (!array_key_exists($token, $dta)) die ("View error: element $token not found in data array"); if (is_array($dta[$token]) ) // The token identifies a list { $newPtr = $this->doLoop($token, $stream, $newPtr); return $newPtr; } $this->outputStream .= $dta[$token]; return $newPtr; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract function process_token($stackPtr);", "private function lexData(): void\n {\n if ($this->position == \\count($this->positions[0]) - 1) {\n $this->pushToken(/* Token::TEXT_TYPE */ 0, substr($this->code, $this->cursor));\n $this->cursor = $this->end;\n\n return;\n }\n\n // Find the first token after the current cursor\n $position = $this->positions[0][++$this->position];\n while ($position[1] < $this->cursor) {\n if ($this->position == \\count($this->positions[0]) - 1) {\n return;\n }\n $position = $this->positions[0][++$this->position];\n }\n\n // push the template text first\n $text = $textContent = substr($this->code, $this->cursor, $position[1] - $this->cursor);\n\n // trim?\n if (isset($this->positions[2][$this->position][0])) {\n if ($this->options['whitespace_trim'] === $this->positions[2][$this->position][0]) {\n // whitespace_trim detected ({%-, {{- or {#-)\n $text = rtrim($text);\n } elseif ($this->options['whitespace_line_trim'] === $this->positions[2][$this->position][0]) {\n // whitespace_line_trim detected ({%~, {{~ or {#~)\n // don't trim \\r and \\n\n $text = rtrim($text, \" \\t\\0\\x0B\");\n }\n }\n $this->pushToken(/* Token::TEXT_TYPE */ 0, $text);\n $this->moveCursor($textContent.$position[0]);\n\n switch ($this->positions[1][$this->position][0]) {\n case $this->options['tag_comment'][0]:\n $this->lexComment();\n break;\n\n case $this->options['tag_block'][0]:\n // raw data?\n if (preg_match($this->regexes['lex_block_raw'], $this->code, $match, 0, $this->cursor)) {\n $this->moveCursor($match[0]);\n $this->lexRawData();\n // {% line \\d+ %}\n } elseif (preg_match($this->regexes['lex_block_line'], $this->code, $match, 0, $this->cursor)) {\n $this->moveCursor($match[0]);\n $this->lineno = (int) $match[1];\n } else {\n $this->pushToken(/* Token::BLOCK_START_TYPE */ 1);\n $this->pushState(self::STATE_BLOCK);\n $this->currentVarBlockLine = $this->lineno;\n }\n break;\n\n case $this->options['tag_variable'][0]:\n $this->pushToken(/* Token::VAR_START_TYPE */ 2);\n $this->pushState(self::STATE_VAR);\n $this->currentVarBlockLine = $this->lineno;\n break;\n }\n }", "private function doLoop($token, $stream, $startPtr)\r\n\t{\r\n\t\t$endToken = \"{/$token}\";\t\t\t// Locate end of the loop in the html\r\n\t\t$endOfLoop = strpos($stream, $endToken, $startPtr);\r\n\t\tif ($endOfLoop === FALSE)\r\n\t\t\tdie (\"View: end token token $endToken not found\");\r\n\t\t\t\r\n\t\t$lengthOfStream = $endOfLoop - $startPtr;\r\n\t\t$thisStream = substr($stream, $startPtr, $lengthOfStream);\r\n\r\n\t\tforeach ($this->dta[$token] as $loopAr)\r\n\t\t{\r\n\t\t\t$this->processStream($thisStream, $loopAr);\r\n\t\t}\r\n\t\t$newPtr = $endOfLoop + strlen($endToken);\r\n\t\treturn $newPtr;\r\n\t}", "public static function parameterPassingTokens()\n {\n // Function call and class instantiation tokens.\n $tokens = self::functionCallTokens();\n // Function-look-a-like language constructs which can take multiple \"parameters\".\n $tokens[\\T_ISSET] = \\T_ISSET;\n $tokens[\\T_UNSET] = \\T_UNSET;\n // Array tokens.\n $tokens += self::arrayOpenTokensBC();\n return $tokens;\n }", "abstract function nextToken();", "public function process_token( $stackPtr ) {\n\t\t$this->stackPtr = $stackPtr;\n\t\tparent::process_token( $stackPtr );\n\n\t\t// Check if a fluent interface is using the parameters.\n\t\tif ( $this->is_object_assignment( $stackPtr ) ) {\n\t\t\t$prop = $this->phpcsFile->findNext( \\T_OPEN_CURLY_BRACKET, ( $stackPtr + 1 ), null, true );\n\t\t\tif ( false !== $prop && 'orderby' === $this->tokens[ $prop ]['content'] ) {\n\t\t\t\t$value = $this->phpcsFile->findNext( \\T_CONSTANT_ENCAPSED_STRING, ( $prop + 1 ) );\n\t\t\t\t$this->callback( 'orderby', $this->strip_quotes( $this->tokens[ $value ]['content'] ), $this->tokens[ $prop ]['line'], $this->groups_cache['slow_orderby'] );\n\t\t\t}\n\t\t}\n\n\t\tunset( $this->stackPtr );\n\t}", "protected function emulateTokens() {\n // We need to manually iterate and manage a count because we'll change\n // the tokens array on the way\n $line = 1;\n for ($i = 0, $c = count($this->tokens); $i < $c; ++$i) {\n $replace = null;\n if (isset($this->tokens[$i + 1])) {\n if ($this->tokens[$i] === '?' && $this->tokens[$i + 1] === '?') {\n array_splice($this->tokens, $i, 2, array(\n array(self::T_COALESCE, '??', $line)\n ));\n $c--;\n continue;\n }\n if ($this->tokens[$i][0] === T_IS_SMALLER_OR_EQUAL\n && $this->tokens[$i + 1] === '>'\n ) {\n array_splice($this->tokens, $i, 2, array(\n array(self::T_SPACESHIP, '<=>', $line)\n ));\n $c--;\n continue;\n }\n if ($this->tokens[$i] === '*' && $this->tokens[$i + 1] === '*') {\n array_splice($this->tokens, $i, 2, array(\n array(self::T_POW, '**', $line)\n ));\n $c--;\n continue;\n }\n if ($this->tokens[$i] === '*' && $this->tokens[$i + 1][0] === T_MUL_EQUAL) {\n array_splice($this->tokens, $i, 2, array(\n array(self::T_POW_EQUAL, '**=', $line)\n ));\n $c--;\n continue;\n }\n }\n\n if (isset($this->tokens[$i + 2])) {\n if ($this->tokens[$i][0] === T_YIELD && $this->tokens[$i + 1][0] === T_WHITESPACE\n && $this->tokens[$i + 2][0] === T_STRING\n && !strcasecmp($this->tokens[$i + 2][1], 'from')\n ) {\n array_splice($this->tokens, $i, 3, array(\n array(\n self::T_YIELD_FROM,\n $this->tokens[$i][1] . $this->tokens[$i + 1][1] . $this->tokens[$i + 2][1],\n $line\n )\n ));\n $c -= 2;\n $line += substr_count($this->tokens[$i][1], \"\\n\");\n continue;\n }\n if ($this->tokens[$i] === '.' && $this->tokens[$i + 1] === '.'\n && $this->tokens[$i + 2] === '.'\n ) {\n array_splice($this->tokens, $i, 3, array(\n array(self::T_ELLIPSIS, '...', $line)\n ));\n $c -= 2;\n continue;\n }\n }\n\n if (\\is_array($this->tokens[$i])) {\n $line += substr_count($this->tokens[$i][1], \"\\n\");\n }\n }\n }", "function read_single_uncompiled_variable($text,&$symbol_pos,$symbol_len,$theme=NULL)\n{\n\tif (is_null($theme)) $theme=$GLOBALS['FORUM_DRIVER']->get_theme();\n\n\t$type=TC_PARAMETER;\n\t$escaped=array();\n\t$mode=SYMBOL_PARSE_NAME;\n\t$name='';\n\t$param=array();\n\t$params=0;\n\t$starting=true;\n\t$matches=array();\n\t$dirty_param=false;\n\n\t//$quicker=$GLOBALS['PREG_MATCH_OFFSET'];\n\n\twhile (true)\n\t{\n\t\t/*if ($quicker)\n\t\t{\n\t\t\tpreg_match('#[^\\\\\\\\\\{\\}\\,\\+\\!\\'\\$:%\\*;\\#~\\.\\^|\\&/@=`]*#m',$text,$matches,0,$symbol_pos); // Guarded by $quicker, as only works on newer PHP versions\n\t\t\t$next=$matches[0];\n\t\t} else */$next='';\n\t\tif ($next!='')\n\t\t{\n\t\t\t$symbol_pos+=strlen($next);\n\t\t} else\n\t\t{\n\t\t\t$next=$text[$symbol_pos];\n\t\t\t++$symbol_pos;\n\t\t}\n\n\t\tswitch ($mode)\n\t\t{\n\t\t\tcase SYMBOL_PARSE_PARAM:\n\t\t\t\tswitch ($next)\n\t\t\t\t{\n\t\t\t\t\tcase '}':\n\t\t\t\t\t\tif (($type==TC_SYMBOL) && ($name=='IMG') && (count($param)==1))\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$param[]='0';\n\t\t\t\t\t\t\t$param[]=$theme;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$ret=array($escaped,$type,$name,$param);\n\t\t\t\t\t\treturn $ret;\n\n\t\t\t\t\tcase ',':\n\t\t\t\t\t\t$dirty_param=($type==TC_DIRECTIVE);\n\t\t\t\t\t\tif ($dirty_param)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$param[$params]=new ocp_tempcode();\n\t\t\t\t\t\t} else\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$param[$params]='';\n\t\t\t\t\t\t}\n\t\t\t\t\t\t++$params;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '{':\n\t\t\t\t\t\tif (!$dirty_param)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$param_string=$param[$params-1];\n\t\t\t\t\t\t\t$t=new ocp_tempcode(); // For some very odd reason, PHP 4.3 doesn't allow you to do $param[$params-1]=new ocp_tempcode(); $param[$params-1]->attach($param_string); (causes memory corruption apparently)\n\t\t\t\t\t\t\t$t->attach($param_string);\n\t\t\t\t\t\t\t$param[$params-1]=$t;\n\t\t\t\t\t\t\t$dirty_param=true;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$ret=read_single_uncompiled_variable($text,$symbol_pos,$symbol_len,$theme);\n\t\t\t\t\t\t$param[$params-1]->bits[]=$ret;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '\\\\':\n\t\t\t\t\t\tif (($text[$symbol_pos]=='{') || ($text[$symbol_pos]=='}') || ($text[$symbol_pos]==','))\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$next=$text[$symbol_pos];\n\t\t\t\t\t\t\t++$symbol_pos;\n\t\t\t\t\t\t}\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tif (!$dirty_param)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$param[$params-1].=$next;\n\t\t\t\t\t\t} else\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t/*if ($quicker)\n\t\t\t\t\t\t\t\t$param[$params-1]->bits[]=array(array(),TC_KNOWN,$next,NULL);\n\t\t\t\t\t\t\telse*/\n\t\t\t\t\t\t\t$param[$params-1]->attach($next);\n\t\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\n\t\t\tcase SYMBOL_PARSE_NAME:\n\t\t\t\tif ($starting)\n\t\t\t\t{\n\t\t\t\t\t$starting=false;\n\t\t\t\t\tswitch($next)\n\t\t\t\t\t{\n\t\t\t\t\t\tcase '+':\n\t\t\t\t\t\t\t$type=TC_DIRECTIVE;\n\t\t\t\t\t\t\tcontinue 2;\n\n\t\t\t\t\t\tcase '!':\n\t\t\t\t\t\t\t$type=TC_LANGUAGE_REFERENCE;\n\t\t\t\t\t\t\tcontinue 2;\n\n\t\t\t\t\t\tcase '$':\n\t\t\t\t\t\t\t$type=TC_SYMBOL;\n\t\t\t\t\t\t\tcontinue 2;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tswitch ($next)\n\t\t\t\t{\n\t\t\t\t\tcase '}':\n\t\t\t\t\t\t$ret=array($escaped,$type,$name,NULL);\n\t\t\t\t\t\treturn $ret;\n\n\t\t\t\t\tcase ',':\n\t\t\t\t\t\t$dirty_param=($type==TC_DIRECTIVE);\n\t\t\t\t\t\t$mode=SYMBOL_PARSE_PARAM;\n\t\t\t\t\t\tif ($dirty_param)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$param[$params]=new ocp_tempcode();\n\t\t\t\t\t\t} else\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$param[$params]='';\n\t\t\t\t\t\t}\n\t\t\t\t\t\t++$params;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '%':\n\t\t\t\t\t\t$escaped[]=NAUGHTY_ESCAPED;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '*':\n\t\t\t\t\t\t$escaped[]=ENTITY_ESCAPED;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '=':\n\t\t\t\t\t\t$escaped[]=FORCIBLY_ENTITY_ESCAPED;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase ';':\n\t\t\t\t\t\t$escaped[]=SQ_ESCAPED;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '#':\n\t\t\t\t\t\t$escaped[]=DQ_ESCAPED;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '~':\n\t\t\t\t\t\t$escaped[]=NL_ESCAPED;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '^':\n\t\t\t\t\t\t$escaped[]=NL2_ESCAPED;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '|':\n\t\t\t\t\t\t$escaped[]=ID_ESCAPED;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '\\'':\n\t\t\t\t\t\t$escaped[]=CSS_ESCAPED;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '&':\n\t\t\t\t\t\t$escaped[]=UL_ESCAPED;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '.':\n\t\t\t\t\t\t$escaped[]=UL2_ESCAPED;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '/':\n\t\t\t\t\t\t$escaped[]=JSHTML_ESCAPED;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '`':\n\t\t\t\t\t\t$escaped[]=NULL_ESCAPED;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase '@':\n\t\t\t\t\t\tif (in_array($text[$symbol_pos],array(':','&','/','^',';','~','#','}',',')))\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$escaped[]=CC_ESCAPED;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\n\t\t\t\t\tdefault:\n\t\t\t\t\t\t$name.=$next;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif ($symbol_pos>=$symbol_len)\n\t\t{\n\t\t\tif (!$GLOBALS['LAX_COMCODE'])\n\t\t\t{\n\t\t\t\trequire_code('site');\n\t\t\t\tattach_message(do_lang_tempcode('UNCLOSED_SYMBOL'),'warn');\n\t\t\t}\n\t\t\treturn array(array(),TC_KNOWN,'',NULL);\n\t\t}\n\t}\n\treturn array(array(),TC_KNOWN,'',NULL);\n}", "protected function next()\n {\n $isOverride = false;\n if ($this->currentToken()->isType(T::TOKEN_OVERRIDE))\n {\n $isOverride = true; $this->skipToken();\n }\n\n if (!$this->currentToken()->isType(T::TOKEN_PARAMETER))\n {\n throw $this->errorUnexpectedToken($this->currentToken());\n }\n\n // get the paramter name\n $parameterName = $this->currentToken()->getValue();\n\n // remove the \":\" prefix\n $parameterName = substr($parameterName, 1);\n\n // now a assign \":\" character must follow\n if (!$this->nextToken()->isType(T::TOKEN_ASSIGN))\n {\n throw $this->errorUnexpectedToken($this->nextToken());\n }\n\n // at this point we can skip the name and assign character\n $this->skipToken(2);\n\n // the next token must therefor be the value\n if (!$this->currentToken()->isValue())\n {\n throw $this->errorUnexpectedToken($this->currentToken());\n }\n\n // create the definition node\n $definition = new ParameterDefinitionNode($parameterName, ValueNode::fromToken($this->currentToken()));\n $definition->setIsOverride($isOverride);\n\n // skip the token\n $this->skipToken();\n\n // return the paramter definition\n return $definition;\n }", "function nextToken(array $config = []);", "protected function _endOfParameters(YaPhpDoc_Tokenizer_Token $token)\n\t{\n\t\tif($token->getType() == ')')\n\t\t\t$this->_endOfParameters = true;\n\t\t\n\t\t$this->_breakParsing();\n\t}", "function manage_dec_token($line, $numline, $token, $list_token, $indent, $indent_next, $function_info, $stati) {\n\n$stati['subst_line'] = Array(); // by default don't require any line substitution\n\n$ind_dec = fcn_strpos($line,$token['dec'].' ');\nif ($ind_dec!==false)\n{\n\t// if current structure is a do, request the substitution of the closing 'while' token with 'while_do'\n\tif (strcmp($token['inc'],'do') === 0)\n\t{\n\t\t$stati['subst_line'] = Array('^while([^[:alnum:]]?)',\"while_do\\\\1\");\n\t} // end if\n\n\n\t$indent = $indent-1;\n\t$indent_next = 0;\n\t$list_token = array_splice($list_token,0,-1);\n\n\n\tif (empty($list_token))\n\t{\n\t\t$msg = sprintf('Errore nella linea %d',$numline);\n\t\tif (!empty($function_info))\n\t\t{\n\t\t\t$function_info['final_end'] = 1;\n\t\t\tstampa($msg);\n\t\t}\n\t\telse\n\t\t{\n\t\t\tdie($msg);\n\t\t}\n\t}\n\telse\n\t{\n\t\t$token = $list_token[count($list_token)-1];\n\t}\n\n} // end if\n\n// end\n\n\nreturn Array($indent, $indent_next, $token, $list_token, $function_info, $stati);\n\n}", "protected function next()\n {\n $token = $this->currentToken();\n\n // we can skip linebreaks\n if ($token->type === 'linebreak')\n {\n $this->skipToken();\n }\n\n // only short tags start with an identifier\n elseif ($token->type === 'identifier') \n {\n $this->scope->addChild($this->parseChild('ShortTag'));\n }\n\n // obviously when tag opens we parse a tag\n elseif ($token->type === 'tagOpen')\n {\n $this->scope->addChild($this->parseChild('Tag'));\n }\n \n // loops\n elseif (in_array($token->type, array('foreach', 'loop')))\n {\n $loopTokens = $this->getRemainingTokens();\n\n if ($token->type === 'foreach')\n {\n $loopParser = new Loop\\Each($loopTokens);\n }\n\n $loopNode = $loopParser->parse();\n\n $this->scope->addChild($loopNode);\n\n $scopeNode = $this->scope;\n\n $loopNode->onReciveContext(function($context) use($scopeNode, $loopNode) {\n // because the loop itself has no real context\n // we have to forward the context of the current scope\n $loopNode->setChildContext($context);\n });\n\n $this->skipToken($loopParser->getIndex());\n }\n\n // variable declarations\n elseif ($token->type === 'variable')\n {\n $this->scope->addChild($this->parseChild('VarDeclaration'));\n }\n\n // otherwise throw an exception\n else\n {\n throw $this->errorUnexpectedToken($token);\n }\n }", "protected function parse($in, $from, $to, $parsingParams = false, $curBlock='', &$pointer = null)\n\t{\n\t\tif ($to === null) {\n\t\t\t$to = strlen($in);\n\t\t}\n\t\t$first = substr($in, $from, 1);\n\n\t\tif ($first === false) {\n\t\t\tthrow new Dwoo_Compilation_Exception($this, 'Unexpected EOF, a template tag was not closed');\n\t\t}\n\n\t\twhile ($first===\" \" || $first===\"\\n\" || $first===\"\\t\" || $first===\"\\r\") {\n\t\t\tif ($curBlock === 'root' && substr($in, $from, strlen($this->rd)) === $this->rd) {\n\t\t\t\t// end template tag\n\t\t\t\t$pointer += strlen($this->rd);\n\t\t\t\tif ($this->debug) echo 'TEMPLATE PARSING ENDED<br />';\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\t$from++;\n\t\t\tif ($pointer !== null) {\n\t\t\t\t$pointer++;\n\t\t\t}\n\t\t\tif ($from >= $to) {\n\t\t\t\tif (is_array($parsingParams)) {\n\t\t\t\t\treturn $parsingParams;\n\t\t\t\t} else {\n\t\t\t\t\treturn '';\n\t\t\t\t}\n\t\t\t}\n\t\t\t$first = $in[$from];\n\t\t}\n\n\t\t$substr = substr($in, $from, $to-$from);\n\n\t\tif ($this->debug) echo '<br />PARSE CALL : PARSING \"<b>'.htmlentities(substr($in, $from, min($to-$from, 50))).(($to-$from) > 50 ? '...':'').'</b>\" @ '.$from.':'.$to.' in '.$curBlock.' : pointer='.$pointer.'<br/>';\n\t\t$parsed = \"\";\n\n\t\tif ($curBlock === 'root' && $first === '*') {\n\t\t\t$src = $this->getTemplateSource();\n\t\t\t$startpos = $this->getPointer() - strlen($this->ld);\n\t\t\tif (substr($src, $startpos, strlen($this->ld)) === $this->ld) {\n\t\t\t\tif ($startpos > 0) {\n\t\t\t\t\tdo {\n\t\t\t\t\t\t$char = substr($src, --$startpos, 1);\n\t\t\t\t\t\tif ($char == \"\\n\") {\n\t\t\t\t\t\t\t$startpos++;\n\t\t\t\t\t\t\t$whitespaceStart = true;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t} while ($startpos > 0 && ($char == ' ' || $char == \"\\t\"));\n\t\t\t\t}\n\n\t\t\t\tif (!isset($whitespaceStart)) {\n\t\t\t\t\t$startpos = $this->getPointer();\n\t\t\t\t} else {\n\t\t\t\t\t$pointer -= $this->getPointer() - $startpos;\n\t\t\t\t}\n\n\t\t\t\tif ($this->allowNestedComments && strpos($src, $this->ld.'*', $this->getPointer()) !== false) {\n\t\t\t\t\t$comOpen = $this->ld.'*';\n\t\t\t\t\t$comClose = '*'.$this->rd;\n\t\t\t\t\t$level = 1;\n\t\t\t\t\t$start = $startpos;\n\t\t\t\t\t$ptr = $this->getPointer() + '*';\n\n\t\t\t\t\twhile ($level > 0 && $ptr < strlen($src)) {\n\t\t\t\t\t\t$open = strpos($src, $comOpen, $ptr);\n\t\t\t\t\t\t$close = strpos($src, $comClose, $ptr);\n\n\t\t\t\t\t\tif ($open !== false && $close !== false) {\n\t\t\t\t\t\t\tif ($open < $close) {\n\t\t\t\t\t\t\t\t$ptr = $open + strlen($comOpen);\n\t\t\t\t\t\t\t\t$level++;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t$ptr = $close + strlen($comClose);\n\t\t\t\t\t\t\t\t$level--;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} elseif ($open !== false) {\n\t\t\t\t\t\t\t$ptr = $open + strlen($comOpen);\n\t\t\t\t\t\t\t$level++;\n\t\t\t\t\t\t} elseif ($close !== false) {\n\t\t\t\t\t\t\t$ptr = $close + strlen($comClose);\n\t\t\t\t\t\t\t$level--;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$ptr = strlen($src);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t$endpos = $ptr - strlen('*'.$this->rd);\n\t\t\t\t} else {\n\t\t\t\t\t$endpos = strpos($src, '*'.$this->rd, $startpos);\n\t\t\t\t\tif ($endpos == false) {\n\t\t\t\t\t\tthrow new Dwoo_Compilation_Exception($this, 'Un-ended comment');\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t$pointer += $endpos - $startpos + strlen('*'.$this->rd);\n\t\t\t\tif (isset($whitespaceStart) && preg_match('#^[\\t ]*\\r?\\n#', substr($src, $endpos+strlen('*'.$this->rd)), $m)) {\n\t\t\t\t\t$pointer += strlen($m[0]);\n\t\t\t\t\t$this->curBlock['buffer'] = substr($this->curBlock['buffer'], 0, strlen($this->curBlock['buffer']) - ($this->getPointer() - $startpos - strlen($this->ld)));\n\t\t\t\t}\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\n\t\tif ($first==='$') {\n\t\t\t// var\n\t\t\t$out = $this->parseVar($in, $from, $to, $parsingParams, $curBlock, $pointer);\n\t\t\t$parsed = 'var';\n\t\t} elseif ($first==='%' && preg_match('#^%[a-z_]#i', $substr)) {\n\t\t\t// const\n\t\t\t$out = $this->parseConst($in, $from, $to, $parsingParams, $curBlock, $pointer);\n\t\t} elseif (($first==='\"' || $first===\"'\") && !(is_array($parsingParams) && preg_match('#^([\\'\"])[a-z0-9_]+\\1\\s*=>?(?:\\s+|[^=])#i', $substr))) {\n\t\t\t// string\n\t\t\t$out = $this->parseString($in, $from, $to, $parsingParams, $curBlock, $pointer);\n\t\t} elseif (preg_match('/^\\\\\\\\?[a-z_](?:\\\\\\\\?[a-z0-9_]+)*(?:::[a-z_][a-z0-9_]*)?('.(is_array($parsingParams)||$curBlock!='root'?'':'\\s+[^(]|').'\\s*\\(|\\s*'.$this->rdr.'|\\s*;)/i', $substr)) {\n\t\t\t// func\n\t\t\t$out = $this->parseFunction($in, $from, $to, $parsingParams, $curBlock, $pointer);\n\t\t\t$parsed = 'func';\n\t\t} elseif ($first === ';') {\n\t\t\t// instruction end\n\t\t\tif ($this->debug) echo 'END OF INSTRUCTION<br />';\n\t\t\tif ($pointer !== null) {\n\t\t\t\t$pointer++;\n\t\t\t}\n\t\t\treturn $this->parse($in, $from+1, $to, false, 'root', $pointer);\n\t\t} elseif ($curBlock === 'root' && preg_match('#^/([a-z_][a-z0-9_]*)?#i', $substr, $match)) {\n\t\t\t// close block\n\t\t\tif (!empty($match[1]) && $match[1] == 'else') {\n\t\t\t\tthrow new Dwoo_Compilation_Exception($this, 'Else blocks must not be closed explicitly, they are automatically closed when their parent block is closed');\n\t\t\t}\n\t\t\tif (!empty($match[1]) && $match[1] == 'elseif') {\n\t\t\t\tthrow new Dwoo_Compilation_Exception($this, 'Elseif blocks must not be closed explicitly, they are automatically closed when their parent block is closed or a new else/elseif block is declared after them');\n\t\t\t}\n\t\t\tif ($pointer !== null) {\n\t\t\t\t$pointer += strlen($match[0]);\n\t\t\t}\n\t\t\tif (empty($match[1])) {\n\t\t\t\tif ($this->curBlock['type'] == 'else' || $this->curBlock['type'] == 'elseif') {\n\t\t\t\t\t$pointer -= strlen($match[0]);\n\t\t\t\t}\n\t\t\t\tif ($this->debug) echo 'TOP BLOCK CLOSED<br />';\n\t\t\t\treturn $this->removeTopBlock();\n\t\t\t} else {\n\t\t\t\tif ($this->debug) echo 'BLOCK OF TYPE '.$match[1].' CLOSED<br />';\n\t\t\t\treturn $this->removeBlock($match[1]);\n\t\t\t}\n\t\t} elseif ($curBlock === 'root' && substr($substr, 0, strlen($this->rd)) === $this->rd) {\n\t\t\t// end template tag\n\t\t\tif ($this->debug) echo 'TAG PARSING ENDED<br />';\n\t\t\t$pointer += strlen($this->rd);\n\t\t\treturn false;\n\t\t} elseif (is_array($parsingParams) && preg_match('#^(([\\'\"]?)[a-z0-9_]+\\2\\s*='.($curBlock === 'array' ? '>?':'').')(?:\\s+|[^=]).*#i', $substr, $match)) {\n\t\t\t// named parameter\n\t\t\tif ($this->debug) echo 'NAMED PARAM FOUND<br />';\n\t\t\t$len = strlen($match[1]);\n\t\t\twhile (substr($in, $from+$len, 1)===' ') {\n\t\t\t\t$len++;\n\t\t\t}\n\t\t\tif ($pointer !== null) {\n\t\t\t\t$pointer += $len;\n\t\t\t}\n\n\t\t\t$output = array(trim($match[1], \" \\t\\r\\n=>'\\\"\"), $this->parse($in, $from+$len, $to, false, 'namedparam', $pointer));\n\n\t\t\t$parsingParams[] = $output;\n\t\t\treturn $parsingParams;\n\t\t} elseif (preg_match('#^(\\\\\\\\?[a-z_](?:\\\\\\\\?[a-z0-9_]+)*::\\$[a-z0-9_]+)#i', $substr, $match)) {\n\t\t\t// static member access\n\t\t\t$parsed = 'var';\n\t\t\tif (is_array($parsingParams)) {\n\t\t\t\t$parsingParams[] = array($match[1], $match[1]);\n\t\t\t\t$out = $parsingParams;\n\t\t\t} else {\n\t\t\t\t$out = $match[1];\n\t\t\t}\n\t\t\t$pointer += strlen($match[1]);\n\t\t} elseif ($substr!=='' && (is_array($parsingParams) || $curBlock === 'namedparam' || $curBlock === 'condition' || $curBlock === 'expression')) {\n\t\t\t// unquoted string, bool or number\n\t\t\t$out = $this->parseOthers($in, $from, $to, $parsingParams, $curBlock, $pointer);\n\t\t} else {\n\t\t\t// parse error\n\t\t\tthrow new Dwoo_Compilation_Exception($this, 'Parse error in \"'.substr($in, $from, $to-$from).'\"');\n\t\t}\n\n\t\tif (empty($out)) {\n\t\t\treturn '';\n\t\t}\n\n\t\t$substr = substr($in, $pointer, $to-$pointer);\n\n\t\t// var parsed, check if any var-extension applies\n\t\tif ($parsed==='var') {\n\t\t\tif (preg_match('#^\\s*([/%+*-])\\s*([a-z0-9]|\\$)#i', $substr, $match)) {\n\t\t\t\tif($this->debug) echo 'PARSING POST-VAR EXPRESSION '.$substr.'<br />';\n\t\t\t\t// parse expressions\n\t\t\t\t$pointer += strlen($match[0]) - 1;\n\t\t\t\tif (is_array($parsingParams)) {\n\t\t\t\t\tif ($match[2] == '$') {\n\t\t\t\t\t\t$expr = $this->parseVar($in, $pointer, $to, array(), $curBlock, $pointer);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$expr = $this->parse($in, $pointer, $to, array(), 'expression', $pointer);\n\t\t\t\t\t}\n\t\t\t\t\t$out[count($out)-1][0] .= $match[1] . $expr[0][0];\n\t\t\t\t\t$out[count($out)-1][1] .= $match[1] . $expr[0][1];\n\t\t\t\t} else {\n\t\t\t\t\tif ($match[2] == '$') {\n\t\t\t\t\t\t$expr = $this->parseVar($in, $pointer, $to, false, $curBlock, $pointer);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$expr = $this->parse($in, $pointer, $to, false, 'expression', $pointer);\n\t\t\t\t\t}\n\t\t\t\t\tif (is_array($out) && is_array($expr)) {\n\t\t\t\t\t\t$out[0] .= $match[1] . $expr[0];\n\t\t\t\t\t\t$out[1] .= $match[1] . $expr[1];\n\t\t\t\t\t} elseif (is_array($out)) {\n\t\t\t\t\t\t$out[0] .= $match[1] . $expr;\n\t\t\t\t\t\t$out[1] .= $match[1] . $expr;\n\t\t\t\t\t} elseif (is_array($expr)) {\n\t\t\t\t\t\t$out .= $match[1] . $expr[0];\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$out .= $match[1] . $expr;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else if ($curBlock === 'root' && preg_match('#^(\\s*(?:[+/*%-.]=|=|\\+\\+|--)\\s*)(.*)#s', $substr, $match)) {\n\t\t\t\tif($this->debug) echo 'PARSING POST-VAR ASSIGNMENT '.$substr.'<br />';\n\t\t\t\t// parse assignment\n\t\t\t\t$value = $match[2];\n\t\t\t\t$operator = trim($match[1]);\n\t\t\t\tif (substr($value, 0, 1) == '=') {\n\t\t\t\t\tthrow new Dwoo_Compilation_Exception($this, 'Unexpected \"=\" in <em>'.$substr.'</em>');\n\t\t\t\t}\n\n\t\t\t\tif ($pointer !== null) {\n\t\t\t\t\t$pointer += strlen($match[1]);\n\t\t\t\t}\n\n\t\t\t\tif ($operator !== '++' && $operator !== '--') {\n\t\t\t\t\t$parts = array();\n\t\t\t\t\t$ptr = 0;\n\t\t\t\t\t$parts = $this->parse($value, 0, strlen($value), $parts, 'condition', $ptr);\n\t\t\t\t\t$pointer += $ptr;\n\n\t\t\t\t\t// load if plugin\n\t\t\t\t\ttry {\n\t\t\t\t\t\t$this->getPluginType('if');\n\t\t\t\t\t} catch (Dwoo_Exception $e) {\n\t\t\t\t\t\tthrow new Dwoo_Compilation_Exception($this, 'Assignments require the \"if\" plugin to be accessible');\n\t\t\t\t\t}\n\n\t\t\t\t\t$parts = $this->mapParams($parts, array('Dwoo_Plugin_if', 'init'), 1);\n\t\t\t\t\t$tokens = $this->getParamTokens($parts);\n\t\t\t\t\t$parts = $this->getCompiledParams($parts);\n\n\t\t\t\t\t$value = Dwoo_Plugin_if::replaceKeywords($parts['*'], $tokens['*'], $this);\n\t\t\t\t\t$echo = '';\n\t\t\t\t} else {\n\t\t\t\t\t$value = array();\n\t\t\t\t\t$echo = 'echo ';\n\t\t\t\t}\n\n\t\t\t\tif ($this->autoEscape) {\n\t\t\t\t\t$out = preg_replace('#\\(is_string\\(\\$tmp=(.+?)\\) \\? htmlspecialchars\\(\\$tmp, ENT_QUOTES, \\$this->charset\\) : \\$tmp\\)#', '$1', $out);\n\t\t\t\t}\n\t\t\t\t$out = Dwoo_Compiler::PHP_OPEN. $echo . $out . $operator . implode(' ', $value) . Dwoo_Compiler::PHP_CLOSE;\n\t\t\t} else if ($curBlock === 'array' && is_array($parsingParams) && preg_match('#^(\\s*=>?\\s*)#', $substr, $match)) {\n\t\t\t\t// parse namedparam with var as name (only for array)\n\t\t\t\tif ($this->debug) echo 'VARIABLE NAMED PARAM (FOR ARRAY) FOUND<br />';\n\t\t\t\t$len = strlen($match[1]);\n\t\t\t\t$var = $out[count($out)-1];\n\t\t\t\t$pointer += $len;\n\n\t\t\t\t$output = array($var[0], $this->parse($substr, $len, null, false, 'namedparam', $pointer));\n\n\t\t\t\t$parsingParams[] = $output;\n\t\t\t\treturn $parsingParams;\n\t\t\t}\n\t\t}\n\n\t\tif ($curBlock !== 'modifier' && ($parsed === 'func' || $parsed === 'var') && preg_match('#^\\|@?[a-z0-9_]+(:.*)?#i', $substr, $match)) {\n\t\t\t// parse modifier on funcs or vars\n\t\t\t$srcPointer = $pointer;\n\t\t\tif (is_array($parsingParams)) {\n\t\t\t\t$tmp = $this->replaceModifiers(array(null, null, $out[count($out)-1][0], $match[0]), 'var', $pointer);\n\t\t\t\t$out[count($out)-1][0] = $tmp;\n\t\t\t\t$out[count($out)-1][1] .= substr($substr, $srcPointer, $srcPointer - $pointer);\n\t\t\t} else {\n\t\t\t\t$out = $this->replaceModifiers(array(null, null, $out, $match[0]), 'var', $pointer);\n\t\t\t}\n\t\t}\n\n\t\t// func parsed, check if any func-extension applies\n\t\tif ($parsed==='func' && preg_match('#^->[a-z0-9_]+(\\s*\\(.+|->[a-z_].*)?#is', $substr, $match)) {\n\t\t\t// parse method call or property read\n\t\t\t$ptr = 0;\n\n\t\t\tif (is_array($parsingParams)) {\n\t\t\t\t$output = $this->parseMethodCall($out[count($out)-1][1], $match[0], $curBlock, $ptr);\n\n\t\t\t\t$out[count($out)-1][0] = $output;\n\t\t\t\t$out[count($out)-1][1] .= substr($match[0], 0, $ptr);\n\t\t\t} else {\n\t\t\t\t$out = $this->parseMethodCall($out, $match[0], $curBlock, $ptr);\n\t\t\t}\n\n\t\t\t$pointer += $ptr;\n\t\t}\n\n\t\tif ($curBlock === 'root' && substr($out, 0, strlen(self::PHP_OPEN)) !== self::PHP_OPEN) {\n\t\t\treturn self::PHP_OPEN .'echo '.$out.';'. self::PHP_CLOSE;\n\t\t} else {\n\t\t\treturn $out;\n\t\t}\n\t}", "private function prepareTokens($body)\n {\n $this->tokens = token_get_all($body);\n $this->ptokens = [];\n\n $list_tokens = preg_grep('/^T_/', array_keys(get_defined_constants()));\n $idx_tokens = [];\n foreach ($list_tokens as $i_token) {\n $idx_tokens[constant($i_token)] = $i_token;\n }\n\n $in_nowdoc = $in_heredoc = $in_string = false;\n $heredoc_value = $string_value = '';\n // iterate array manually so that we can read several tokens in hooks and auto-advance position\n reset($this->tokens);\n while ($i_value = current($this->tokens)) {\n next($this->tokens);\n $tok = is_array($i_value) ? $i_value[0] : $i_value;\n if (isset($this->token_hook_callbacks[$tok])) {\n $method_name = $this->token_hook_callbacks[$tok];\n $result = $this->$method_name($idx_tokens, $i_value);\n foreach ($result as $parsed_token) {\n $this->ptokens[] = $parsed_token;\n }\n continue;\n }\n\n if (is_array($i_value)) {\n $this->current_line = $i_value[2];\n $this->ptokens[] = [\n PHPCF_KEY_CODE => $idx_tokens[$i_value[0]],\n PHPCF_KEY_TEXT => $i_value[1],\n PHPCF_KEY_LINE => $this->current_line,\n ];\n $this->current_line += substr_count($i_value[1], \"\\n\");\n } else {\n $this->ptokens[] = [\n PHPCF_KEY_CODE => $i_value,\n PHPCF_KEY_TEXT => $i_value,\n PHPCF_KEY_LINE => $this->current_line,\n ];\n }\n }\n }", "abstract public function token();", "abstract public function token();", "public function nextToken()\n {\n if ($this->_input === null) {\n return null;\n }\n else {\n $this->_filterInput($this->_input);\n }\n\n while($this->_tokenize == 0 && \n preg_match('/\\b([^\\s])+/',\n $this->_input,\n $match,\n PREG_OFFSET_CAPTURE,\n $this->_position) \n ) {\n $str = $match[0][0];\n $pos = $match[0][1]; \n $endpos = $pos + strlen($str);\n $this->_position = $endpos;\n \n\n $this->_specialString = array();\n $this->_positionsi = 0;\n while(preg_match('/[a-zA-Z0-9]+/', $str, $matchesi, PREG_OFFSET_CAPTURE, $this->_positionsi))\n {\n $posix = 0;\n $this->_specialString[] = $matchesi[0][0];\n $posix = $matchesi[0][1];\n $endposix = $posix + strlen($matchesi[0][0]);\n $this->_positionsi = $endposix;\n }\n \n if(count($this->_specialString) > 1){\n \n $this->_setNoSpaceToken(implode($this->_specialString));\n $this->_setSpaceToken(implode(' ', $this->_specialString));\n $this->_setIndividualToken($this->_specialString);\n }\n /*Index Rule 1 and Index Rule 2*/\n $token = $this->normalize(new Analysis\\Token($str, $pos, $endpos));\n\n// echo \"The string indexed and stored for Rule 1 or Rule 2 is :\".$str;\n// echo \"\\n\";\n return $token;\n }\n\n \n if($this->_tokenize == 1){\n\n $this->_tokenize = 2;\n $strNospace = $this->_getNoSpaceToken();\n $token = $this->normalize(new Analysis\\Token($strNospace, 0, strlen($strNospace)));\n// echo 'The string indexed and stored for Rule 5 is:'.$strNospace;\n// echo \"\\n\";\n return $token;\n }\n\n if($this->_tokenize == 2){\n\n $strSpace = $this->_getSpaceToken();\n $this->_tokenize = 3;\n $token = $this->normalize(new Analysis\\Token($strSpace, 0, strlen($strSpace)));\n// echo 'The string indexed and stored for Rule 6 is:'.$strSpace;\n// echo \"\\n\";\n return $token;\n }\n\n if($this->_tokenize == 3){\n\n $individualString = $this->_getIndividualToken();\n while($this->i < count($individualString)){\n $stri = $individualString[$this->i++];\n $token = $this->normalize(new Analysis\\Token($stri, 0, strlen($stri)));\n// echo 'The string indexed and stored for Rule 4 is:'.$stri;\n// echo \"\\n\"; \n return $token;\n }\n \n $this->_tokenize = 0;\n }\n \n $this->_count = substr_count($this->_input,' ');\n\n if($this->_count && !($this->_FullTokenFlag)){\n \n $posf = 0;\n $this->_FullTokenFlag = 1;\n $endposf = $posf + strlen($this->_input);\n $token = $this->normalize(new Analysis\\Token($this->_input, $posf, $endposf));\n// echo 'The string indexed and stored for Rule 1 is:'.$this->_input;\n// echo \"\\n\";\n return $token;\n }\n\n if($this->_count && !($this->_NoSpaceTokenFlag)){\n\n $posn = 0;\n $this->_NoSpaceTokenFlag = 1;\n $strn = str_replace(' ', '', $this->_input);\n $endposn = $posn + strlen($strn);\n $token = $this->normalize(new Analysis\\Token($strn, $posn, $endposn));\n// echo 'The string indexed and stored for Rule 3 is:'.$strn;\n// echo \"\\n\";\n return $token;\n } \n \n// echo 'Calling next token...';\n// echo \"\\n\";\n return null;\n }", "public function process_token( $stackPtr ) {\n\n\t\t// Handling string interpolation.\n\t\tif ( \\T_DOUBLE_QUOTED_STRING === $this->tokens[ $stackPtr ]['code']\n\t\t\t|| \\T_HEREDOC === $this->tokens[ $stackPtr ]['code']\n\t\t) {\n\t\t\t// Retrieve all embeds, but use only the initial variable name part.\n\t\t\t$interpolated_variables = array_map(\n\t\t\t\tstatic function ( $embed ) {\n\t\t\t\t\treturn preg_replace( '`^(\\{?\\$\\{?\\(?)([a-zA-Z_\\x80-\\xff][a-zA-Z0-9_\\x80-\\xff]*)(.*)$`', '$2', $embed );\n\t\t\t\t},\n\t\t\t\tTextStrings::getEmbeds( $this->tokens[ $stackPtr ]['content'] )\n\t\t\t);\n\n\t\t\t// Filter the embeds down to superglobals only.\n\t\t\t$interpolated_superglobals = array_filter(\n\t\t\t\t$interpolated_variables,\n\t\t\t\tstatic function ( $var_name ) {\n\t\t\t\t\treturn ( 'GLOBALS' !== $var_name && Variables::isSuperglobalName( $var_name ) );\n\t\t\t\t}\n\t\t\t);\n\n\t\t\tforeach ( $interpolated_superglobals as $bad_variable ) {\n\t\t\t\t$this->phpcsFile->addError( 'Detected usage of a non-sanitized, non-validated input variable %s: %s', $stackPtr, 'InputNotValidatedNotSanitized', array( $bad_variable, $this->tokens[ $stackPtr ]['content'] ) );\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\t/* Handle variables */\n\n\t\t// Check if this is a superglobal we want to examine.\n\t\tif ( '$GLOBALS' === $this->tokens[ $stackPtr ]['content']\n\t\t\t|| Variables::isSuperglobalName( $this->tokens[ $stackPtr ]['content'] ) === false\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If the variable is being unset, we don't care about it.\n\t\tif ( Context::inUnset( $this->phpcsFile, $stackPtr ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If we're overriding a superglobal with an assignment, no need to test.\n\t\tif ( VariableHelper::is_assignment( $this->phpcsFile, $stackPtr ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// This superglobal is being validated.\n\t\tif ( ContextHelper::is_in_isset_or_empty( $this->phpcsFile, $stackPtr ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t$array_keys = VariableHelper::get_array_access_keys( $this->phpcsFile, $stackPtr );\n\n\t\tif ( empty( $array_keys ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t$error_data = array( $this->tokens[ $stackPtr ]['content'] . '[' . implode( '][', $array_keys ) . ']' );\n\n\t\t/*\n\t\t * Check for validation first.\n\t\t */\n\t\t$validated = false;\n\n\t\tfor ( $i = ( $stackPtr + 1 ); $i < $this->phpcsFile->numTokens; $i++ ) {\n\t\t\tif ( isset( Tokens::$emptyTokens[ $this->tokens[ $i ]['code'] ] ) ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif ( \\T_OPEN_SQUARE_BRACKET === $this->tokens[ $i ]['code']\n\t\t\t\t&& isset( $this->tokens[ $i ]['bracket_closer'] )\n\t\t\t) {\n\t\t\t\t// Skip over array keys.\n\t\t\t\t$i = $this->tokens[ $i ]['bracket_closer'];\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif ( \\T_COALESCE === $this->tokens[ $i ]['code'] ) {\n\t\t\t\t$validated = true;\n\t\t\t}\n\n\t\t\t// Anything else means this is not a validation coalesce.\n\t\t\tbreak;\n\t\t}\n\n\t\tif ( false === $validated ) {\n\t\t\t$validated = ValidationHelper::is_validated( $this->phpcsFile, $stackPtr, $array_keys, $this->check_validation_in_scope_only );\n\t\t}\n\n\t\tif ( false === $validated ) {\n\t\t\t$this->phpcsFile->addError(\n\t\t\t\t'Detected usage of a possibly undefined superglobal array index: %s. Use isset() or empty() to check the index exists before using it',\n\t\t\t\t$stackPtr,\n\t\t\t\t'InputNotValidated',\n\t\t\t\t$error_data\n\t\t\t);\n\t\t}\n\n\t\t// If this variable is being tested with one of the `is_..()` functions, sanitization isn't needed.\n\t\tif ( ContextHelper::is_in_type_test( $this->phpcsFile, $stackPtr ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If this is a comparison ('a' == $_POST['foo']), sanitization isn't needed.\n\t\tif ( VariableHelper::is_comparison( $this->phpcsFile, $stackPtr, false ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If this is a comparison using the array comparison functions, sanitization isn't needed.\n\t\tif ( ContextHelper::is_in_array_comparison( $this->phpcsFile, $stackPtr ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Now look for sanitizing functions.\n\t\tif ( ! $this->is_sanitized( $this->phpcsFile, $stackPtr, array( $this, 'add_unslash_error' ) ) ) {\n\t\t\t$this->phpcsFile->addError(\n\t\t\t\t'Detected usage of a non-sanitized input variable: %s',\n\t\t\t\t$stackPtr,\n\t\t\t\t'InputNotSanitized',\n\t\t\t\t$error_data\n\t\t\t);\n\t\t}\n\t}", "public function parseNextBlock()\n {\n // Init block variables.\n $found_var = false;\n $found_equal = false;\n $found_semicolon = false;\n $found_open_tag = false;\n $found_close_tag = false;\n $end_block = false;\n $var_name = '';\n $var_value = '';\n $line = 0;\n\n // Loop through tokens until end of block or file.\n while (!$end_block && $this->tokens->valid()) {\n // Init loop variables\n $add_name = false;\n\n // Get normed token array\n $token = static::normalizeToken($this->tokens->current());\n $line = max($token[self::T_LINE], $line);\n $this->logger->debug('Found token ' . static::getTokenName($token) . \" at line $line.\");\n\n // Closing block allow only one whitespace.\n if ($found_semicolon || $found_open_tag || $found_close_tag) {\n if ($token[self::T_KEY] == T_WHITESPACE) {\n $end_block = true;\n if (!$this->test_mode && $token[self::T_VALUE] != \"\\n\") {\n // Set only one line return after a semicolon or close tag.\n $this->logger->notice(\"Removing spaces at line $line.\");\n $token[self::T_VALUE] = \"\\n\";\n }\n } else {\n // Stop processing now.\n break;\n }\n } else {\n switch ($token[self::T_KEY]) {\n // Comments and whitespace are allowed anywhere.\n case T_COMMENT:\n case T_DOC_COMMENT:\n case T_WHITESPACE:\n break;\n case T_OPEN_TAG:\n $found_open_tag = true;\n break;\n // New variable\n case T_VARIABLE:\n if (!$found_var) {\n // Set that we found a var definition and record the name\n $found_var = true;\n $add_name = true;\n } else {\n // We shouldn't see a variable definition.\n throw new \\Exception('Unexpected T_VARIABLE ' . $token[self::T_VALUE] . \" at line $line.\");\n }\n break;\n // Variable name..\n case '[':\n case ']':\n case T_CONSTANT_ENCAPSED_STRING:\n if ($found_var) {\n if (!$found_equal) {\n // If inside variable definition, add name for sorting.\n $add_name = true;\n }\n } else {\n // Not in variable definition or value.\n $name = static::getTokenName($token);\n throw new \\Exception('Unexpected ' . $name . \" at line $line.\");\n }\n break;\n case '=':\n // Equal allowed only after var definition\n if ($found_var && !$found_equal) {\n $found_equal = true;\n } else {\n throw new \\Exception(\"Unexpected = at line $line.\");\n }\n break;\n case ';':\n if ($found_var && !$found_equal) {\n throw new \\Exception(\"Unexpected ; at line $line.\");\n }\n $found_semicolon = true;\n break;\n case T_CLOSE_TAG:\n if ($found_var) {\n throw new \\Exception(\"Unexpected T_CLOSE_TAG at line $line.\");\n }\n $found_close_tag = true;\n break;\n default:\n if (!$found_var || !$found_equal) {\n $name = static::getTokenName($token);\n throw new \\Exception('Unexpected ' . $name . \" at line $line.\");\n }\n break;\n }\n }\n if ($add_name) {\n $var_name .= $token[self::T_VALUE];\n }\n $var_value .= $token[self::T_VALUE];\n $this->logger->debug('Advance to next token.');\n $this->tokens->next();\n }\n if ($found_var && !$found_semicolon) {\n throw new \\Exception('Missing ; before end of file.');\n }\n if (!$this->test_mode && \"\\n\" != substr($var_value, -1)) {\n $this->logger->info('Add return line to end of block.');\n $var_value .= \"\\n\";\n }\n if ($found_close_tag) {\n $this->end_blocks[] = $var_value;\n } elseif (!empty($var_name)) {\n if ($this->test_mode) {\n // Try to recreate the file as is.\n $this->var_blocks[] = $var_value;\n } else {\n // Strip $GLOBALS from variables names for sorting.\n // This will merge local and global version of the same var name.\n $var_name = $this->normalizeVariableName($var_name);\n // Warnings if key already exists.\n $this->checkVarName($var_name);\n $this->var_blocks[$var_name] = $var_value;\n }\n } else {\n $this->empty_blocks[] = $var_value;\n }\n }", "public function process_token( $stackPtr ) {\n\n\t\t$this->set_minimum_wp_version();\n\n\t\tif ( ! $this->is_wpdb_method_call( $this->phpcsFile, $stackPtr, $this->target_methods ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t$parameters = PassedParameters::getParameters( $this->phpcsFile, $this->methodPtr );\n\t\tif ( empty( $parameters ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t$query = PassedParameters::getParameterFromStack( $parameters, 1, 'query' );\n\t\tif ( false === $query ) {\n\t\t\treturn;\n\t\t}\n\n\t\t$text_string_tokens_found = false;\n\t\t$variable_found = false;\n\t\t$sql_wildcard_found = false;\n\t\t$total_placeholders = 0;\n\t\t$total_parameters = \\count( $parameters );\n\t\t$valid_in_clauses = array(\n\t\t\t'uses_in' => 0,\n\t\t\t'implode_fill' => 0,\n\t\t\t'adjustment_count' => 0,\n\t\t);\n\t\t$skip_from = null;\n\t\t$skip_to = null;\n\n\t\tfor ( $i = $query['start']; $i <= $query['end']; $i++ ) {\n\t\t\t// Skip over groups of tokens if they are part of an inline function call.\n\t\t\tif ( isset( $skip_from, $skip_to ) && $i >= $skip_from && $i <= $skip_to ) {\n\t\t\t\t$i = $skip_to;\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif ( ! isset( Tokens::$textStringTokens[ $this->tokens[ $i ]['code'] ] ) ) {\n\t\t\t\tif ( \\T_VARIABLE === $this->tokens[ $i ]['code'] ) {\n\t\t\t\t\tif ( '$wpdb' !== $this->tokens[ $i ]['content'] ) {\n\t\t\t\t\t\t$variable_found = true;\n\t\t\t\t\t}\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Detect a specific pattern for variable replacements in combination with `IN`.\n\t\t\t\tif ( \\T_STRING === $this->tokens[ $i ]['code'] ) {\n\n\t\t\t\t\tif ( 'sprintf' === strtolower( $this->tokens[ $i ]['content'] ) ) {\n\t\t\t\t\t\t$sprintf_parameters = PassedParameters::getParameters( $this->phpcsFile, $i );\n\n\t\t\t\t\t\tif ( ! empty( $sprintf_parameters ) ) {\n\t\t\t\t\t\t\t/*\n\t\t\t\t\t\t\t * Check for named params. sprintf() does not support this due to its variadic nature,\n\t\t\t\t\t\t\t * and we cannot analyse the code correctly if it is used, so skip the whole sprintf()\n\t\t\t\t\t\t\t * in that case.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t$valid_sprintf = true;\n\t\t\t\t\t\t\tforeach ( $sprintf_parameters as $param ) {\n\t\t\t\t\t\t\t\tif ( isset( $param['name'] ) ) {\n\t\t\t\t\t\t\t\t\t$valid_sprintf = false;\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tif ( false === $valid_sprintf ) {\n\t\t\t\t\t\t\t\t$next = $this->phpcsFile->findNext( Tokens::$emptyTokens, ( $i + 1 ), null, true );\n\t\t\t\t\t\t\t\tif ( \\T_OPEN_PARENTHESIS === $this->tokens[ $next ]['code']\n\t\t\t\t\t\t\t\t\t&& isset( $this->tokens[ $next ]['parenthesis_closer'] )\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t$skip_from = ( $i + 1 );\n\t\t\t\t\t\t\t\t\t$skip_to = $this->tokens[ $next ]['parenthesis_closer'];\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// We know for sure this sprintf() uses positional parameters, so this will be fine.\n\t\t\t\t\t\t\t$skip_from = ( $sprintf_parameters[1]['end'] + 1 );\n\t\t\t\t\t\t\t$last_param = end( $sprintf_parameters );\n\t\t\t\t\t\t\t$skip_to = ( $last_param['end'] + 1 );\n\n\t\t\t\t\t\t\t$valid_in_clauses['implode_fill'] += $this->analyse_sprintf( $sprintf_parameters );\n\t\t\t\t\t\t\t$valid_in_clauses['adjustment_count'] += ( \\count( $sprintf_parameters ) - 1 );\n\t\t\t\t\t\t}\n\t\t\t\t\t\tunset( $sprintf_parameters, $valid_sprintf, $last_param );\n\n\t\t\t\t\t} elseif ( 'implode' === strtolower( $this->tokens[ $i ]['content'] ) ) {\n\t\t\t\t\t\t$prev = $this->phpcsFile->findPrevious(\n\t\t\t\t\t\t\tTokens::$emptyTokens + array( \\T_STRING_CONCAT => \\T_STRING_CONCAT ),\n\t\t\t\t\t\t\t( $i - 1 ),\n\t\t\t\t\t\t\t$query['start'],\n\t\t\t\t\t\t\ttrue\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\tif ( isset( Tokens::$textStringTokens[ $this->tokens[ $prev ]['code'] ] ) ) {\n\t\t\t\t\t\t\t$prev_content = TextStrings::stripQuotes( $this->tokens[ $prev ]['content'] );\n\t\t\t\t\t\t\t$regex_quote = $this->get_regex_quote_snippet( $prev_content, $this->tokens[ $prev ]['content'] );\n\n\t\t\t\t\t\t\t// Only examine the implode if preceded by an ` IN (`.\n\t\t\t\t\t\t\tif ( preg_match( '`\\s+IN\\s*\\(\\s*(' . $regex_quote . ')?$`i', $prev_content, $match ) > 0 ) {\n\n\t\t\t\t\t\t\t\tif ( isset( $match[1] ) && $regex_quote !== $this->regex_quote ) {\n\t\t\t\t\t\t\t\t\t$this->phpcsFile->addError(\n\t\t\t\t\t\t\t\t\t\t'Dynamic placeholder generation should not have surrounding quotes.',\n\t\t\t\t\t\t\t\t\t\t$prev,\n\t\t\t\t\t\t\t\t\t\t'QuotedDynamicPlaceholderGeneration'\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tif ( $this->analyse_implode( $i ) === true ) {\n\t\t\t\t\t\t\t\t\t++$valid_in_clauses['uses_in'];\n\t\t\t\t\t\t\t\t\t++$valid_in_clauses['implode_fill'];\n\n\t\t\t\t\t\t\t\t\t$next = $this->phpcsFile->findNext( Tokens::$emptyTokens, ( $i + 1 ), null, true );\n\t\t\t\t\t\t\t\t\tif ( \\T_OPEN_PARENTHESIS === $this->tokens[ $next ]['code']\n\t\t\t\t\t\t\t\t\t\t&& isset( $this->tokens[ $next ]['parenthesis_closer'] )\n\t\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t\t$skip_from = ( $i + 1 );\n\t\t\t\t\t\t\t\t\t\t$skip_to = $this->tokens[ $next ]['parenthesis_closer'];\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tunset( $next, $prev_content, $regex_quote, $match );\n\t\t\t\t\t\t}\n\t\t\t\t\t\tunset( $prev );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t$text_string_tokens_found = true;\n\t\t\t$content = $this->tokens[ $i ]['content'];\n\n\t\t\t$regex_quote = $this->regex_quote;\n\t\t\tif ( isset( Tokens::$stringTokens[ $this->tokens[ $i ]['code'] ] ) ) {\n\t\t\t\t$content = TextStrings::stripQuotes( $content );\n\t\t\t\t$regex_quote = $this->get_regex_quote_snippet( $content, $this->tokens[ $i ]['content'] );\n\t\t\t}\n\n\t\t\tif ( \\T_DOUBLE_QUOTED_STRING === $this->tokens[ $i ]['code']\n\t\t\t\t|| \\T_HEREDOC === $this->tokens[ $i ]['code']\n\t\t\t) {\n\t\t\t\t// Only interested in actual query text, so strip out variables.\n\t\t\t\t$stripped_content = TextStrings::stripEmbeds( $content );\n\t\t\t\tif ( $stripped_content !== $content ) {\n\t\t\t\t\t$vars_without_wpdb = array_filter(\n\t\t\t\t\t\tTextStrings::getEmbeds( $content ),\n\t\t\t\t\t\tstatic function ( $symbol ) {\n\t\t\t\t\t\t\treturn preg_match( '`^\\{?\\$\\{?wpdb\\??->`', $symbol ) !== 1;\n\t\t\t\t\t\t}\n\t\t\t\t\t);\n\n\t\t\t\t\t$content = $stripped_content;\n\n\t\t\t\t\tif ( ! empty( $vars_without_wpdb ) ) {\n\t\t\t\t\t\t$variable_found = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tunset( $stripped_content, $vars_without_wpdb );\n\t\t\t}\n\n\t\t\t$placeholders = preg_match_all( '`' . self::PREPARE_PLACEHOLDER_REGEX . '`x', $content, $matches );\n\t\t\tif ( $placeholders > 0 ) {\n\t\t\t\t$total_placeholders += $placeholders;\n\t\t\t}\n\n\t\t\t/*\n\t\t\t * Analyse the query for incorrect LIKE queries.\n\t\t\t *\n\t\t\t * - `LIKE %s` is the only correct one.\n\t\t\t * - `LIKE '%s'` or `LIKE \"%s\"` will not be reported here, but in the quote check.\n\t\t\t * - Any other `LIKE` statement should be reported, either for using `LIKE` without\n\t\t\t * SQL wildcards or for not passing the SQL wildcards via the replacement.\n\t\t\t */\n\t\t\t$regex = '`\\s+LIKE\\s*(?:(' . $regex_quote . ')(?!%s(?:\\1|$))(?P<content>.*?)(?:\\1|$)|(?:concat\\((?![^\\)]*%s[^\\)]*\\))(?P<concat>[^\\)]*))\\))`i';\n\t\t\tif ( preg_match_all( $regex, $content, $matches ) > 0 ) {\n\t\t\t\t$walk = array();\n\t\t\t\tif ( ! empty( $matches['content'] ) ) {\n\t\t\t\t\t$matches['content'] = array_filter( $matches['content'] );\n\t\t\t\t\tif ( ! empty( $matches['content'] ) ) {\n\t\t\t\t\t\t$walk[] = 'content';\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif ( ! empty( $matches['concat'] ) ) {\n\t\t\t\t\t$matches['concat'] = array_filter( $matches['concat'] );\n\t\t\t\t\tif ( ! empty( $matches['concat'] ) ) {\n\t\t\t\t\t\t$walk[] = 'concat';\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif ( ! empty( $walk ) ) {\n\t\t\t\t\tforeach ( $walk as $match_key ) {\n\t\t\t\t\t\tforeach ( $matches[ $match_key ] as $index => $match ) {\n\t\t\t\t\t\t\t$data = array( $matches[0][ $index ] );\n\n\t\t\t\t\t\t\t// Both a `%` as well as a `_` are wildcards in SQL.\n\t\t\t\t\t\t\tif ( strpos( $match, '%' ) === false && strpos( $match, '_' ) === false ) {\n\t\t\t\t\t\t\t\t$this->phpcsFile->addWarning(\n\t\t\t\t\t\t\t\t\t'Unless you are using SQL wildcards, using LIKE is inefficient. Use a straight compare instead. Found: %s.',\n\t\t\t\t\t\t\t\t\t$i,\n\t\t\t\t\t\t\t\t\t'LikeWithoutWildcards',\n\t\t\t\t\t\t\t\t\t$data\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t$sql_wildcard_found = true;\n\n\t\t\t\t\t\t\t\tif ( strpos( $match, '%s' ) === false ) {\n\t\t\t\t\t\t\t\t\t$this->phpcsFile->addError(\n\t\t\t\t\t\t\t\t\t\t'SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: %s.',\n\t\t\t\t\t\t\t\t\t\t$i,\n\t\t\t\t\t\t\t\t\t\t'LikeWildcardsInQuery',\n\t\t\t\t\t\t\t\t\t\t$data\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t$this->phpcsFile->addError(\n\t\t\t\t\t\t\t\t\t\t'SQL wildcards for a LIKE query should be passed in through a replacement parameter and the variable part of the replacement should be escaped using \"esc_like()\". Found: %s.',\n\t\t\t\t\t\t\t\t\t\t$i,\n\t\t\t\t\t\t\t\t\t\t'LikeWildcardsInQueryWithPlaceholder',\n\t\t\t\t\t\t\t\t\t\t$data\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t/*\n\t\t\t\t\t\t\t * Don't throw `UnescapedLiteral`, `UnsupportedPlaceholder` or `QuotedPlaceholder`\n\t\t\t\t\t\t\t * for this part of the SQL query.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t$content = preg_replace( '`' . preg_quote( $match, '`' ) . '`', '', $content, 1 );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tunset( $matches, $index, $match, $data );\n\t\t\t}\n\n\t\t\tif ( strpos( $content, '%' ) === false ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t/*\n\t\t\t * Analyse the query for unsupported placeholders.\n\t\t\t */\n\t\t\tif ( preg_match_all( self::UNSUPPORTED_PLACEHOLDER_REGEX, $content, $matches ) > 0 ) {\n\t\t\t\tif ( ! empty( $matches[0] ) ) {\n\t\t\t\t\tforeach ( $matches[0] as $match ) {\n\t\t\t\t\t\tif ( '%' === $match ) {\n\t\t\t\t\t\t\t$this->phpcsFile->addError(\n\t\t\t\t\t\t\t\t'Found unescaped literal \"%%\" character.',\n\t\t\t\t\t\t\t\t$i,\n\t\t\t\t\t\t\t\t'UnescapedLiteral',\n\t\t\t\t\t\t\t\tarray( $match )\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$this->phpcsFile->addError(\n\t\t\t\t\t\t\t\t'Unsupported placeholder used in $wpdb->prepare(). Found: \"%s\".',\n\t\t\t\t\t\t\t\t$i,\n\t\t\t\t\t\t\t\t'UnsupportedPlaceholder',\n\t\t\t\t\t\t\t\tarray( $match )\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tunset( $match, $matches );\n\t\t\t}\n\n\t\t\tif ( $this->wp_version_compare( $this->minimum_wp_version, '6.2', '<' ) ) {\n\t\t\t\tif ( preg_match_all( '`' . self::PREPARE_PLACEHOLDER_REGEX . '`x', $content, $matches ) > 0 ) {\n\t\t\t\t\tif ( ! empty( $matches[0] ) ) {\n\t\t\t\t\t\tforeach ( $matches[0] as $match ) {\n\t\t\t\t\t\t\tif ( 'i' === substr( $match, -1 ) ) {\n\t\t\t\t\t\t\t\t$this->phpcsFile->addError(\n\t\t\t\t\t\t\t\t\t'The %%i modifier is only supported in WP 6.2 or higher. Found: \"%s\".',\n\t\t\t\t\t\t\t\t\t$i,\n\t\t\t\t\t\t\t\t\t'UnsupportedIdentifierPlaceholder',\n\t\t\t\t\t\t\t\t\tarray( $match )\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tunset( $match, $matches );\n\t\t\t}\n\n\t\t\t/*\n\t\t\t * Analyse the query for single/double quoted simple value placeholders\n\t\t\t * Identifiers are checked separately.\n\t\t\t */\n\t\t\t$regex = '`(' . $regex_quote . ')%[dfFs]\\1`';\n\t\t\tif ( preg_match_all( $regex, $content, $matches ) > 0 ) {\n\t\t\t\tif ( ! empty( $matches[0] ) ) {\n\t\t\t\t\tforeach ( $matches[0] as $match ) {\n\t\t\t\t\t\t$this->phpcsFile->addError(\n\t\t\t\t\t\t\t'Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: %s.',\n\t\t\t\t\t\t\t$i,\n\t\t\t\t\t\t\t'QuotedSimplePlaceholder',\n\t\t\t\t\t\t\tarray( $match )\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tunset( $match, $matches );\n\t\t\t}\n\n\t\t\t/*\n\t\t\t * Analyse the query for quoted identifier placeholders.\n\t\t\t */\n\t\t\t$regex = '/(' . $regex_quote . '|`)(?<placeholder>' . self::PREPARE_PLACEHOLDER_REGEX . ')\\1/x';\n\t\t\tif ( preg_match_all( $regex, $content, $matches ) > 0 ) {\n\t\t\t\tif ( ! empty( $matches ) ) {\n\t\t\t\t\tforeach ( $matches['placeholder'] as $index => $match ) {\n\t\t\t\t\t\tif ( 'i' === substr( $match, -1 ) ) {\n\t\t\t\t\t\t\t$this->phpcsFile->addError(\n\t\t\t\t\t\t\t\t'Placeholders used for identifiers (%%i) in the query string in $wpdb->prepare() are always quoted automagically. Please remove the surrounding quotes. Found: %s',\n\t\t\t\t\t\t\t\t$i,\n\t\t\t\t\t\t\t\t'QuotedIdentifierPlaceholder',\n\t\t\t\t\t\t\t\tarray( $matches[0][ $index ] )\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tunset( $index, $match, $matches );\n\t\t\t}\n\n\t\t\t/*\n\t\t\t * Analyse the query for unquoted complex placeholders.\n\t\t\t */\n\t\t\t$regex = '`(?<!' . $regex_quote . ')' . self::PREPARE_PLACEHOLDER_REGEX . '(?!' . $regex_quote . ')`x';\n\t\t\tif ( preg_match_all( $regex, $content, $matches ) > 0 ) {\n\t\t\t\tif ( ! empty( $matches[0] ) ) {\n\t\t\t\t\tforeach ( $matches[0] as $match ) {\n\t\t\t\t\t\tif ( substr( $match, -1 ) !== 'i' && preg_match( '`^%[dfFsi]$`', $match ) !== 1 ) { // Identifiers must always be unquoted.\n\t\t\t\t\t\t\t$this->phpcsFile->addWarning(\n\t\t\t\t\t\t\t\t'Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %s.',\n\t\t\t\t\t\t\t\t$i,\n\t\t\t\t\t\t\t\t'UnquotedComplexPlaceholder',\n\t\t\t\t\t\t\t\tarray( $match )\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tunset( $match, $matches );\n\t\t\t}\n\n\t\t\t/*\n\t\t\t * Check for an ` IN (%s)` clause.\n\t\t\t */\n\t\t\t$found_in = preg_match_all( '`\\s+IN\\s*\\(\\s*%s\\s*\\)`i', $content, $matches );\n\t\t\tif ( $found_in > 0 ) {\n\t\t\t\t$valid_in_clauses['uses_in'] += $found_in;\n\t\t\t}\n\t\t\tunset( $found_in );\n\t\t}\n\n\t\tif ( false === $text_string_tokens_found ) {\n\t\t\t// Query string passed in as a variable or function call, nothing to examine.\n\t\t\treturn;\n\t\t}\n\n\t\tif ( 0 === $total_placeholders ) {\n\t\t\tif ( 1 === $total_parameters ) {\n\t\t\t\tif ( false === $variable_found && false === $sql_wildcard_found ) {\n\t\t\t\t\t/*\n\t\t\t\t\t * Only throw this warning if the PreparedSQL sniff won't throw one about\n\t\t\t\t\t * variables being found.\n\t\t\t\t\t * Also don't throw it if we just advised to use a replacement variable to pass a\n\t\t\t\t\t * string containing an SQL wildcard.\n\t\t\t\t\t */\n\t\t\t\t\t$this->phpcsFile->addWarning(\n\t\t\t\t\t\t'It is not necessary to prepare a query which doesn\\'t use variable replacement.',\n\t\t\t\t\t\t$i,\n\t\t\t\t\t\t'UnnecessaryPrepare'\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t} elseif ( 0 === $valid_in_clauses['uses_in'] ) {\n\t\t\t\t$this->phpcsFile->addWarning(\n\t\t\t\t\t'Replacement variables found, but no valid placeholders found in the query.',\n\t\t\t\t\t$i,\n\t\t\t\t\t'UnfinishedPrepare'\n\t\t\t\t);\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tif ( 1 === $total_parameters ) {\n\t\t\t$this->phpcsFile->addError(\n\t\t\t\t'Placeholders found in the query passed to $wpdb->prepare(), but no replacements found. Expected %d replacement(s) parameters.',\n\t\t\t\t$stackPtr,\n\t\t\t\t'MissingReplacements',\n\t\t\t\tarray( $total_placeholders )\n\t\t\t);\n\t\t\treturn;\n\t\t}\n\n\t\t$replacements = $parameters;\n\t\tunset( $replacements['query'], $replacements[1] ); // Remove the query param, whether passed positionally or named.\n\n\t\t// The parameters may have been passed as an array in the variadic $args parameter.\n\t\t$args_param = PassedParameters::getParameterFromStack( $parameters, 2, 'args' );\n\t\tif ( false !== $args_param && 2 === $total_parameters ) {\n\t\t\t$next = $this->phpcsFile->findNext(\n\t\t\t\tTokens::$emptyTokens,\n\t\t\t\t$args_param['start'],\n\t\t\t\t( $args_param['end'] + 1 ),\n\t\t\t\ttrue\n\t\t\t);\n\n\t\t\tif ( false !== $next\n\t\t\t\t&& ( \\T_ARRAY === $this->tokens[ $next ]['code']\n\t\t\t\t\t|| ( isset( Collections::shortArrayListOpenTokensBC()[ $this->tokens[ $next ]['code'] ] )\n\t\t\t\t\t\t&& Arrays::isShortArray( $this->phpcsFile, $next ) === true ) )\n\t\t\t) {\n\t\t\t\t$replacements = PassedParameters::getParameters( $this->phpcsFile, $next );\n\t\t\t}\n\t\t}\n\n\t\t$total_replacements = \\count( $replacements );\n\t\t$total_placeholders -= $valid_in_clauses['adjustment_count'];\n\n\t\t// Bow out when `IN` clauses have been used which appear to be correct.\n\t\tif ( $valid_in_clauses['uses_in'] > 0\n\t\t\t&& $valid_in_clauses['uses_in'] === $valid_in_clauses['implode_fill']\n\t\t\t&& 1 === $total_replacements\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\t/*\n\t\t * Verify that the correct amount of replacements have been passed.\n\t\t */\n\t\tif ( $total_replacements !== $total_placeholders ) {\n\t\t\t$this->phpcsFile->addWarning(\n\t\t\t\t'Incorrect number of replacements passed to $wpdb->prepare(). Found %d replacement parameters, expected %d.',\n\t\t\t\t$stackPtr,\n\t\t\t\t'ReplacementsWrongNumber',\n\t\t\t\tarray( $total_replacements, $total_placeholders )\n\t\t\t);\n\t\t}\n\t}", "public function end() {\r\n if (!empty($this->bodyTextStack)) {\r\n //What we do now is push one parameter onto the top set of parameters\r\n $parameters = &$this->digester->peekParams();\r\n $parameters[$this->paramIndex] = array_pop($this->bodyTextStack);\r\n }\r\n }", "public function nextToken(): Token;", "function parse(&$contents)\r\n\t{\r\n\t\t$this->nocache = 0;\r\n\t\t$pieces = preg_split('/'.$this->delim.'/',$contents);\r\n\t\t$maxidx = sizeof($pieces);\r\n\r\n\t\tfor ($idx = 0;$idx<$maxidx;$idx++) {\r\n\t\t\techo $pieces[$idx];\r\n\t\t\t$idx++;\r\n\t\t\t$this->doAction($pieces[$idx]);\r\n\t\t}\r\n\t}", "protected function _emitToken ($token)\n\t{\n\t\t$value = trim($this->_tokens[$token]);\n\t\t$this->_tokens[$token] = \"\";\n\t\t//If it's parsing a style attribute then the only tokens\n\t\t//that this method will receive are property name and values\n\t\tif ($this->_styleAttribute) {\n\t\t\tif ($token === self::PROP_NAME) {\n\t\t\t\t$this->_structure[$value] = null;\n\t\t\t\t$this->_lastPropertyName = $value;\n\t\t\t} elseif ($token === self::PROP_VALUE) {\n\t\t\t\tlist($value, $important) = $this->_fixPropertyValue($value);\n\t\t\t\t$this->_structure[$this->_lastPropertyName] = array(\n\t\t\t\t\t\"value\" => $value,\n\t\t\t\t\t\"important\" => $important\n\t\t\t\t);\n\t\t\t}\n\t\t\treturn;\n\t\t}\n\t\tswitch ($token) {\n\t\t\tcase self::AT_RULE_NAME:\n\t\t\t\t$this->_structure[] = array(\n\t\t\t\t\t\"type\" => \"at_rule\",\n\t\t\t\t\t\"name\" => $value\n\t\t\t\t);\n\t\t\t\t$this->_currentKey++;\n\t\t\tbreak;\n\t\t\t\n\t\t\tcase self::AT_RULE_PARAM:\n\t\t\t\tif ($value) {\n\t\t\t\t\t$this->_structure[$this->_currentKey][\"params\"] = $value;\n\t\t\t\t}\n\t\t\tbreak;\n\t\t\t\n\t\t\tcase self::SELECTOR:\n\t\t\t\t$key = $this->_currentKey;\n\t\t\t\t//Multi block at rule\n\t\t\t\tif ($this->_atRule === self::AT_RULE_MULTI_BLOCK) {\n\t\t\t\t\tif (!isset($this->_structure[$key][\"blocks\"])) {\n\t\t\t\t\t\t$this->_structure[$key][\"blocks\"] = array();\n\t\t\t\t\t\t$this->_atRuleBlockKey = - 1;\n\t\t\t\t\t}\n\t\t\t\t\t$this->_structure[$key][\"blocks\"][] = array(\n\t\t\t\t\t\t\"selector\" => $value,\n\t\t\t\t\t\t\"rules\" => array()\n\t\t\t\t\t);\n\t\t\t\t\t$this->_atRuleBlockKey++;\n\t\t\t\t}\n\t\t\t\t//Simple block\n\t\t\t\telse {\n\t\t\t\t\t$this->_structure[] = array(\n\t\t\t\t\t\t\"type\" => \"block\",\n\t\t\t\t\t\t\"selector\" => $value,\n\t\t\t\t\t\t\"rules\" => array()\n\t\t\t\t\t);\n\t\t\t\t\t$this->_currentKey++;\n\t\t\t\t}\n\t\t\tbreak;\n\t\t\t\n\t\t\tcase self::PROP_NAME:\n\t\t\t\t$key = $this->_currentKey;\n\t\t\t\t//Multi block at rule\n\t\t\t\tif ($this->_atRule === self::AT_RULE_MULTI_BLOCK) {\n\t\t\t\t\t$atKey = $this->_atRuleBlockKey;\n\t\t\t\t\t$this->_structure[$key][\"blocks\"][$atKey][\"rules\"][$value] = null;\n\t\t\t\t}\n\t\t\t\t//Single block at rule and simple block\n\t\t\t\telse {\n\t\t\t\t\tif (!isset($this->_structure[$key][\"rules\"])) {\n\t\t\t\t\t\t$this->_structure[$key][\"rules\"] = array();\n\t\t\t\t\t}\n\t\t\t\t\t$this->_structure[$key][\"rules\"][$value] = null;\n\t\t\t\t}\n\t\t\t\t$this->_lastPropertyName = $value;\n\t\t\tbreak;\n\t\t\t\n\t\t\tcase self::PROP_VALUE:\n\t\t\t\t$key = $this->_currentKey;\n\t\t\t\t$name = $this->_lastPropertyName;\n\t\t\t\t//Multi block at rule\n\t\t\t\tlist($value, $important) = $this->_fixPropertyValue($value);\n\t\t\t\tif ($this->_atRule === self::AT_RULE_MULTI_BLOCK) {\n\t\t\t\t\t$atKey = $this->_atRuleBlockKey;\n\t\t\t\t\t$this->_structure[$key][\"blocks\"][$atKey][\"rules\"][$name] = array(\n\t\t\t\t\t\t\"value\" => $value,\n\t\t\t\t\t\t\"important\" => $important\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t\t//Single block at rule and simple block\n\t\t\t\telse {\n\t\t\t\t\t$this->_structure[$key][\"rules\"][$name] = array(\n\t\t\t\t\t\t\"value\" => $value,\n\t\t\t\t\t\t\"important\" => $important\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\tbreak;\n\t\t}\n\t}", "protected function read_parameter_with_token(string $name)\n\t{\n\t\t// param mut Array // for mutable parameters\n\n\t\t$type = null;\n\t\t$value = null;\n\t\t$is_value_mutable = false;\n\n\t\t// if ($name === _REFERENCE) {\n\t\t// \t$is_value_mutable = true;\n\t\t// \t$name = $this->scan_token_ignore_space();\n\t\t// }\n\n\t\tif (!TeaHelper::is_declarable_variable_name($name)) {\n\t\t\tthrow $this->new_unexpected_error();\n\t\t}\n\n\t\tif ($this->skip_token_ignore_space(_MUT)) {\n\t\t\t$is_value_mutable = true;\n\t\t}\n\n\t\t$next = $this->get_token_ignore_space();\n\t\tif (TeaHelper::is_type_name($next)) {\n\t\t\t$type = $this->try_read_type_identifier();\n\t\t\t$next = $this->get_token_ignore_space();\n\t\t}\n\t\telseif ($next === _PAREN_OPEN) { // the Callable protocol\n\t\t\t$type = $this->read_callable_type();\n\t\t\t$next = $this->get_token_ignore_space();\n\t\t}\n\n\t\t// if ($is_value_mutable && !($type instanceof ArrayType || $type instanceof DictType)) {\n\t\t// \tthrow $this->new_parse_error(\"Cannot use the value-mutable for '$type->name' type parameter.\");\n\t\t// }\n\n\t\tif ($next === _ASSIGN) {\n\t\t\t$this->scan_token_ignore_space();\n\t\t\t$value = $this->read_compile_time_value();\n\t\t}\n\n\t\t$parameter = $this->create_parameter($name, $type, $value);\n\n\t\tif ($is_value_mutable) {\n\t\t\tif ($value && $value !== ASTFactory::$default_value_marker) {\n\t\t\t\tthrow $this->new_parse_error(\"Cannot set a default value for the value-mutable parameter.\");\n\t\t\t}\n\n\t\t\t$parameter->is_reassignable = false;\n\t\t\t$parameter->is_value_mutable = $is_value_mutable;\n\t\t}\n\n\t\treturn $parameter;\n\t}", "public function process_token( $stackPtr ) {\n\t\t$this->stackPtr = $stackPtr;\n\t\tparent::process_token( $stackPtr );\n\n\t\t// Check for a fluent interface using the parameters.\n\t\tif ( $this->is_object_assignment( $stackPtr ) ) {\n\t\t\t$prop = $this->phpcsFile->findNext( \\T_OPEN_CURLY_BRACKET, ( $stackPtr + 1 ), null, true, null, true );\n\t\t\tif ( false === $prop ) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tforeach ( $this->groups_cache as $groupName => $group ) {\n\t\t\t\tforeach ( $group['keys'] as $occurrence ) {\n\t\t\t\t\tif ( $this->tokens[ $prop ]['content'] === $occurrence ) {\n\t\t\t\t\t\t$message = $group ['message'];\n\t\t\t\t\t\t$this->addMessage( $message, $prop, ( 'error' === $group['type'] ), $this->string_to_errorcode( $groupName . '_' . $occurrence ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tunset( $this->stackPtr );\n\t}", "private function parsePassedByReference(Stream $tokenStream)\n\t{\n\t\tif ($tokenStream->is('&')) {\n\t\t\t$this->passedByReference = true;\n\t\t\t$tokenStream->skipWhitespaces(true);\n\t\t}\n\n\t\treturn $this;\n\t}", "function luaparser($lua, &$pos)\r\n{\r\n $parray = array();\r\n $stop = false;\r\n if ($pos < count($lua))\r\n {\r\n for ($i = $pos;$stop ==false;)\r\n {\r\n if ($i >= count($lua)) { $stop=true;}\r\n\r\n\t\t$line = $lua[$i];\r\n\t //$line = utf8_decode($lua[$i]);\r\n\t //the preg match will find any '=' that is inside a literal and change it into a -.\r\n\t //The = character causes problems with the rest of the parser..\r\n\t //-Zedd\r\n\t $line = preg_replace('/\"([^]]*)[=]([^]]*)\"/',\"\\\"$1-$2\\\"\",$line);\r\n\r\n\t /*$matches = array();\r\n\t preg_match_all('/\"([^]]*)[=]([^]]*)\"/',$lua[$i],$matches);\r\n\t if (count($matches[0]) > 0 ) {\r\n\t \t//print_r($matches);\r\n\t \techo(\"found a match in \".$lua[$i].\"<br />\");\r\n\r\n\t \techo(\"changed to $temp <br />\");\r\n\r\n\t }*/\r\n $strs = explode(\"=\",($line));\r\n\r\n //start of new block\r\n if (trim($strs[1]) == \"{\"){\r\n $i++;\r\n $parray[array_id(trim($strs[0]))]=luaparser($lua, $i);\r\n }\r\n //end of previous block\r\n else if (trim($strs[0]) == \"}\" || trim($strs[0]) == \"},\")\r\n {\r\n //$i--;\r\n $i++;\r\n $stop = true;\r\n }\r\n //most likely an etry into an array\r\n else\r\n {\r\n\t\t$i++;\r\n\r\n\t\t/*$count = 0;\r\n\r\n\t\t//check to see if the parser incorrectly picked up a literal with a '=' character in it\r\n\t\tif(sizeof($strs) > 2 ) {\r\n\r\n\t\t\t//while we still haven't picked up a correct assignment: [\"something\"] = \"something\"\r\n\t\t\t//keep moving the counter to the left, to find the next = break. Keep going until\r\n\t\t\t//we find a correct break, or reach the end\r\n\t\t\tdo {\r\n\t\t\t\tif(sizeof($strs) <= $count + 1) {\r\n\t\t\t\t\t$count++;\r\n\t\t\t\t\tbreak;\r\n\t\t\t\t}\r\n\t\t\t\t$trimmedBefore = trim($strs[$count]);\r\n\t\t\t\t$trimmedAfter = trim($strs[$count+1]);\r\n\t\t\t\t$trimmedBeforeLastChar = $trimmedBefore[strlen($trimmedBefore)-1];\r\n\t\t\t\t$trimmedAfterFirstChar = $trimmedAfter[0];\r\n\t\t\t\t$count++;\r\n\r\n\t\t\t}while($trimmedBeforeLastChar != \"]\" && $trimmedAfterFirstChar != \"\\\"\");\r\n\t\t\t$count--;\r\n\t\t}\r\n\r\n\t\tfor($j = 0 ; $j <= )*/\r\n\r\n\t\tif (strlen(array_id(trim($strs[0])))>0 && strlen($strs[1])>0)\r\n\t\t{\r\n\t\t\t$parray[array_id(trim($strs[0]))]=trimval($strs[1]);\r\n\t\t}\r\n }\r\n }\r\n }\r\n $pos=$i;\r\n return $parray;\r\n}", "protected function consume() {\n\t\t$this->current = array_shift($this->tokens);\n\t\tif ($this->current === null)\n\t\t\tthrow new ParseException('Unexpected end of expression');\n\t}" ]
[ "0.5708945", "0.5701175", "0.56056654", "0.5286179", "0.5223992", "0.51533693", "0.5120529", "0.5096865", "0.5085437", "0.49896556", "0.49208263", "0.48958555", "0.48902604", "0.48843718", "0.488167", "0.48786074", "0.48786074", "0.4875258", "0.48692527", "0.48560625", "0.4851913", "0.48365778", "0.4827853", "0.4825858", "0.48160395", "0.48104465", "0.4767057", "0.4756678", "0.4747616", "0.4747384" ]
0.615215
0
Parses user's message for valid token.
private function parseMessageForToken(string $message): void { ChatAction::make($this->dialog->user)->typing()->send(); if ($this->messageContainsValidToken($message)) { $this->saveToken($message); $this->nextStep(); } else { $this->askForValidToken(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function _parseMessage()\n {\n }", "function processUserMessage(){\n\t\t$ret = \"\";\n\t\t$this->chatId = $this->obj->message->chat->id;\t\n\t\t$date = $this->obj->message->date;\n\t\t$text = $this->obj->message->text;\n\t\tif (strpos($text, '/start')===0) {\n\t\t\t$this->response = \"Selamat datang ke bot Hendrasoewarnobot\";\n\t\t\t//ini contoh kalau mau buat keyboard\n\t\t\t$keyboard = array(\n\t\t\t\t\"inline_keyboard\" => array(\n\t\t\t\t\tarray(\n\t\t\t\t\t\tarray(\"text\" => \"\\xE2\\x9C\\x8F Register\", \"one_time_keyboard\" => false, \"callback_data\" => \"1\"),\n\t\t\t\t\t\tarray(\"text\" => \"\\xE2\\x98\\x91 Verify Account\", \"one_time_keyboard\" => false, \"callback_data\" => \"2\")\n\t\t\t\t\t)\n\t\t\t\t)\n\t\t\t);\n\t\t\t$this->keyboard = json_encode($keyboard, true);\n\t\t} elseif (strpos($text, '/reg')===0) {\n\t\t\t$this->response = \"belum diimplementasikan\";\n\t\t} else {\n\t\t\t$this->response = \"perintah tidak dikenali!\";\n\t\t}\n\t}", "protected function scanMessage() {\n\t\t$message = strtolower($this->message);\n\t\t$cats\t = array(':smiley_cat:', ':smile_cat:', ':heart_eyes_cat:', ':kissing_cat:', ':smirk_cat:', ':scream_cat:', ':crying_cat_face:', ':joy_cat:' ,':pouting_cat:');\n\n\t\t$responses = array(\n\t\t\t'daddy'\t\t\t=> 'My daddy is Frank Nägler aka @neoblack',\n\t\t\t'n8'\t\t\t=> 'Good night @'.$this->username.'! :sleeping:',\n\t\t\t'nacht'\t\t\t=> 'Good night @'.$this->username.'! :sleeping:',\n\t\t\t'night'\t\t\t=> 'Good night @'.$this->username.'! :sleeping:',\n\t\t\t'hello'\t\t\t=> 'Hello @'.$this->username.', nice to see you!',\n\t\t\t'hallo'\t\t\t=> 'Hello @'.$this->username.', nice to see you!',\n\t\t\t'ciao'\t\t\t=> 'Bye, bye @'.$this->username.', cu later alligator! :wave:',\n\t\t\t'cu'\t\t\t=> 'Bye, bye @'.$this->username.', cu later alligator! :wave:',\n\t\t\t'thx'\t\t\t=> 'You are welcome @'.$this->username.'!',\n\t\t\t'thank'\t\t\t=> 'You are welcome @'.$this->username.'!',\n\t\t\t'drink'\t\t\t=> 'Coffee or beer @'.$this->username.'?',\n\t\t\t'coffee'\t\t=> 'Here is a :coffee: for you @'.$this->username.'!',\n\t\t\t'beer'\t\t\t=> 'Here is a :t3beer: for you @'.$this->username.'!',\n\t\t\t'coke'\t\t\t=> 'Coke is unhealthy @'.$this->username.'!',\n\t\t\t'cola'\t\t\t=> 'Coke is unhealthy @'.$this->username.'!',\n\t\t\t'cookie'\t\t=> 'Here is a :cookie: for you @'.$this->username.'!',\n\t\t\t'typo3'\t\t\t=> ':typo3: TYPO3 CMS is the best open source CMS of the world!',\n\t\t\t'dark'\t\t\t=> 'sure, we have cookies :cookie:',\n\t\t\t'cat'\t\t\t=> 'ok, here is some cat content ' . $cats[array_rand($cats)],\n\t\t\t'love'\t\t\t=> 'I love you too, @'.$this->username.':kiss:',\n\t\t);\n\t\tforeach ($responses as $keyword => $response) {\n\t\t\tif (strpos($message, $keyword) !== false) {\n\t\t\t\t$this->sendResponse($response);\n\t\t\t}\n\t\t}\n\t}", "public function parse() {\n $this->checkMessage();\n $this->preParseAll();\n $this->checkRequiredFields();\n $this->checkValidateFunctions();\n }", "protected function parseToken()\n {\n if (is_null($this->token)) {\n $this->checkForToken();\n\n JWTAuth::parseToken();\n }\n }", "public function _parse_sms()\n\t{\n\t\t//the message\n\t\t$message = Event::$data->message;\n\t\t$from = Event::$data->message_from;\n\t\t$reporterId = Event::$data->reporter_id;\n\t\t$message_date = Event::$data->message_date;\n\n\n\t\t//check to see if we're using the white list, and if so, if our SMSer is whitelisted\n\t\t$num_whitelist = ORM::factory('smsautomate_whitelist')\n\t\t->count_all();\n\t\tif($num_whitelist > 0)\n\t\t{\n\t\t\t//check if the phone number of the incoming text is white listed\n\t\t\t$whitelist_number = ORM::factory('smsautomate_whitelist')\n\t\t\t\t->where('phone_number', $from)\n\t\t\t\t->count_all();\n\t\t\tif($whitelist_number == 0)\n\t\t\t{\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\t\n\t\t//the delimiter\n\t\t$delimiter = $this->settings->delimiter;\n\t\t\n\t\t//the code word\n\t\t$code_word = $this->settings->code_word;\n\t\t\n\t\t\n\t\t//split up the string using the delimiter\n\t\t$message_elements = explode($delimiter, $message);\n\t\t\n\t\t//echo Kohana::debug($message_elements);\n\t\t\n\t\t//check if the message properly exploded\n\t\t$elements_count = count($message_elements);\n\t\t\n\t\tif( $elements_count < 4) //must have code word, lat, lon, title. Which is 4 elements\n\t\t{\n\t\t\treturn;\n\t\t}\n\t\t\n\t\t//check to see if they used the right code word, code word should be first\n\t\tif(strtoupper($message_elements[0]) != strtoupper($code_word))\n\t\t{\n\t\t\treturn;\n\t\t}\n\t\t\n\t\t//start parsing\n\t\t//latitude\n\t\t$lat = strtoupper(trim($message_elements[1]));\n\t\t//check if there's a N or S in here and deal with it\n\t\t$n_pos = stripos($lat, \"N\");\n\t\tif(!($n_pos === false))\n\t\t{\n\t\t\t$lat = str_replace(\"N\", \"\", $lat);\n\t\t}\n\t\t\n\t\t$s_pos = stripos($lat, \"S\");\n\t\tif(!($s_pos===false))\n\t\t{\n\t\t\t$lat = str_replace(\"S\", \"\", $lat);\n\t\t\t$lat = \"-\".$lat; //make negative\n\t\t}\n\t\tif(is_numeric($lat))\n\t\t{\n\t\t\t$lat = floatval($lat);\n\t\t}\n\t\telse\n\t\t{\n\t\t\treturn; //not valid\n\t\t}\n\t\t\n\t\t//longitude\n\t\t$lon = strtoupper(trim($message_elements[2]));\n\t\t//check if there's a W or E in here and deal with it\n\t\t$e_pos = stripos($lon, \"E\");\n\t\tif(!($e_pos===false))\n\t\t{\n\t\t\t$lon = str_replace(\"E\", \"\", $lon);\n\t\t}\n\t\t\n\t\t$w_pos = stripos($lon, \"W\");\n\t\tif(!($w_pos===false))\n\t\t{\n\t\t\t$lon = str_replace(\"W\", \"\", $lon);\n\t\t\t$lon = \"-\".$lon; //make negative\n\t\t}\n\t\tif(is_numeric($lon))\n\t\t{\n\t\t\t$lon = floatval($lon);\n\t\t}\n\t\telse\n\t\t{\n\t\t\treturn; //not valid\n\t\t}\n\t\t\n\t\t//title\n\t\t$title = trim($message_elements[3]);\n\t\tif($title == \"\")\n\t\t{\n\t\t\treturn; //need a valid title\n\t\t}\n\t\t\n\t\t$location_description = \"\";\n\t\t//check and see if we have a textual location\n\t\tif($elements_count >= 5)\n\t\t{\n\t\t\t$location_description =trim($message_elements[4]);\n\t\t}\n\t\tif($location_description == \"\")\n\t\t{\n\t\t\t$location_description = \"Sent Via SMS\";\n\t\t}\n\t\t\n\t\t$description = \"\";\n\t\t//check and see if we have a description\n\t\tif($elements_count >= 6)\n\t\t{\n\t\t\t$description =$description.trim($message_elements[5]);\n\t\t}\n\t\t$description = $description.\"\\n\\r\\n\\rThis reported was created automatically via SMS.\";\n\t\t\n\t\t$categories = array();\n\t\t//check and see if we have categories\n\t\tif($elements_count >=7)\n\t\t{\n\t\t\t$categories = explode(\",\", $message_elements[6]);\n\t\t}\n\t\t\n\t\t\n\t\t//for testing:\n\t\t/*\n\t\techo \"lat: \". $lat.\"<br/>\";\n\t\techo \"lon: \". $lon.\"<br/>\";\n\t\techo \"title: \". $title.\"<br/>\";\n\t\techo \"description: \". $description.\"<br/>\";\n\t\techo \"category: \". Kohana::debug($categories).\"<br/>\";\n\t\t*/\n\t\t\n\t\t// STEP 1: SAVE LOCATION\n\t\t$location = new Location_Model();\n\t\t$location->location_name = $location_description;\n\t\t$location->latitude = $lat;\n\t\t$location->longitude = $lon;\n\t\t$location->location_date = $message_date;\n\t\t$location->save();\n\t\t//STEP 2: Save the incident\n\t\t$incident = new Incident_Model();\n\t\t$incident->location_id = $location->id;\n\t\t$incident->user_id = 0;\n\t\t$incident->incident_title = $title;\n\t\t$incident->incident_description = $description;\n\t\t$incident->incident_date = $message_date;\n\t\t$incident->incident_dateadd = $message_date;\n\t\t$incident->incident_mode = 2;\n\t\t// Incident Evaluation Info\n\t\t$incident->incident_active = 1;\n\t\t$incident->incident_verified = 1;\n\t\t//Save\n\t\t$incident->save();\n\t\t\n\t\t//STEP 3: Record Approval\n\t\t$verify = new Verify_Model();\n\t\t$verify->incident_id = $incident->id;\n\t\t$verify->user_id = 0;\n\t\t$verify->verified_date = date(\"Y-m-d H:i:s\",time());\n\t\tif ($incident->incident_active == 1)\n\t\t{\n\t\t\t$verify->verified_status = '1';\n\t\t}\n\t\telseif ($incident->incident_verified == 1)\n\t\t{\n\t\t\t$verify->verified_status = '2';\n\t\t}\n\t\telseif ($incident->incident_active == 1 && $incident->incident_verified == 1)\n\t\t{\n\t\t\t$verify->verified_status = '3';\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$verify->verified_status = '0';\n\t\t}\n\t\t$verify->save();\n\t\t\n\t\t\n\t\t// STEP 3: SAVE CATEGORIES\n\t\tORM::factory('Incident_Category')->where('incident_id',$incident->id)->delete_all();\t\t// Delete Previous Entries\n\t\tforeach($categories as $item)\n\t\t{\n\t\t\tif(is_numeric($item))\n\t\t\t{\n\t\t\t\t$incident_category = new Incident_Category_Model();\n\t\t\t\t$incident_category->incident_id = $incident->id;\n\t\t\t\t$incident_category->category_id = $item;\n\t\t\t\t$incident_category->save();\n\t\t\t}\n\t\t}\n\n\t\t//don't forget to set incident_id in the message\n\t\tEvent::$data->incident_id = $incident->id;\n\t\tEvent::$data->save();\n\t\t\n\t}", "function parseBuffer() {\n global $data; // TODO remove globals.\n $buffer = explode(\" \", $this->buffer['raw'], 4);\n if (strpos($buffer[0], \"!\")) {\n $buffer['username'] = substr($buffer[0], 1, strpos($buffer[0], \"!\") - 1);\n } else {\n $buffer['username'] = $buffer[0];\n }\n $a = strpos($buffer[0], \"!\");\n $b = strpos($buffer[0], \"@\");\n $buffer['ident'] = substr($buffer[0], $a + 1, $b - $a - 1);\n $buffer['hostname'] = substr($buffer[0], strpos($buffer[0], \"@\") + 1);\n $buffer['user_host'] = substr($buffer[0], 1);\n if (!isset($buffer[1])) {\n $buffer['command'] = null;\n $buffer['channel'] = null;\n // Looks like it was from another person.\n $buffer['channel'] = $buffer['username'];\n $buffer['msgtype'] = \"PM\";\n\n $buffer['text'] = null;\n }\n else\n switch (strtoupper($buffer[1])) {\n case \"JOIN\":\n $buffer['text'] = \"*JOINS: \" . $buffer['username'] . \" ( \" . $buffer['user_host'] . \" )\";\n $buffer['command'] = \"JOIN\";\n $buffer['channel'] = $buffer[2];\n $buffer['channel'] = str_replace(':', '', $buffer['channel']);\n $data[$buffer['channel']]['USERLIST'][$buffer['username']] = '';\n $data['USERS'][$buffer['username']]['host'] = $buffer['user_host'];\n break;\n case \"QUIT\":\n $buffer['text'] = \"*QUITS: \" . $buffer['username'] . \" ( \" . $buffer['user_host'] . \" )\";\n $buffer['command'] = \"QUIT\";\n $buffer['channel'] = \"unknown\";\n foreach ($data as $i => $channel) {\n unset($data[$i]['USERLIST'][$buffer['username']]);\n $data[$i]['USERCOUNT'] = count($data[$i]['USERLIST']);\n }\n break;\n case \"NOTICE\":\n $buffer['text'] = \"*NOTICE: \" . $buffer['username'];\n $buffer['command'] = \"NOTICE\";\n if (isset($buffer['channel']) && strpos($buffer['channel'], \"#\") === false) {\n // Looks like it was from another person.\n $buffer['channel'] = $buffer['username'];\n $buffer['msgtype'] = \"PM\";\n }\n else\n $buffer['channel'] = null;\n $buffer['text'] = substr($buffer[3], 1);\n break;\n case \"KICK\":\n $buffer['text'] = \"*KICKED: \" . $buffer['username'] . \" ( \" . $buffer['user_host'] . \" )\";\n $buffer['command'] = \"KICK\";\n $buffer['channel'] = $buffer[2];\n $buffer['kicked'] = $buffer[3];\n unset ($data[$buffer['channel']]['USERLIST'][$buffer['username']]);\n $kicked = explode(' ', $buffer['kicked']);\n $x = explode(\" \", trim($buffer['kicked']), 2);\n if ($kicked[0] == $this->runtime['nick']) {\n unset ($data[$buffer['channel']]);\n }\n break;\n case \"PART\":\n $buffer['text'] = \"*PARTS: \" . $buffer['username'] . \" ( \" . $buffer['user_host'] . \" )\";\n $buffer['command'] = \"PART\";\n $buffer['channel'] = $buffer[2];\n if ($buffer['username'] == $this->runtime['nick']) {\n unset ($data[$buffer['channel']]);\n }\n unset ($data[$buffer['channel']]['USERLIST'][$buffer['username']]);\n break;\n case \"352\":\n $b = $buffer[3];\n $t = explode(\" \", $b, 2);\n $r = explode(\" \", $t[1]);\n $buffer['command'] = $buffer[1];\n\n $chan = $t[0];\n $user = strtolower($r[3]);\n $host = $r[1];\n $data['USERS'][$user]['host'] = $host;\n break;\n case \"353\":\n $t = explode(\" \", $buffer[3], 2);\n $t = explode(\" \", $t[1], 2);\n $buffer['channel'] = $t[0];\n $users = str_replace(':', '', $t[1]);\n $users2 = explode(\" \", $users);\n $buffer['command'] = $buffer[1];\n $total = count($users2);\n $prefixes = '~&@%+';\n for ($i = 0; $i < $total; $i++) {\n for ($s = 0; $s < strlen($prefixes); $s++) {\n $v = strpos($users2[$i], $prefixes[$s]);\n if ($v === false) {\n $u = str_replace('~', '', $users2[$i]);\n $u = explode(\"!\", $u);\n $u = $u[0];\n $u = str_replace('&', '', $u);\n $u = str_replace('@', '', $u);\n $u = str_replace('%', '', $u);\n $u = str_replace('+', '', $u);\n if (!isset($data[$buffer['channel']]['USERLIST'][$u]))\n $data[$buffer['channel']]['USERLIST'][$u] = '';\n $data[$buffer['channel']]['USERLIST'][$u].='';\n }\n else {\n\n $u = str_replace('~', '', $users2[$i]);\n $u = explode(\"!\", $u);\n $u = $u[0];\n $u = str_replace('&', '', $u);\n $u = str_replace('@', '', $u);\n $u = str_replace('%', '', $u);\n $u = str_replace('+', '', $u);\n if (!isset($data[$buffer['channel']]['USERLIST'][$u]))\n $data[$buffer['channel']]['USERLIST'][$u] = '';\n $data[$buffer['channel']]['USERLIST'][$u].=$prefixes[$s];\n }\n }\n }\n $data[$buffer['channel']]['USERCOUNT'] = count($users2);\n break;\n case \"367\":\n $t = explode(\" \", $buffer[3], 2);\n $buffer['channel'] = $t[0];\n $t = explode(\" \", $t[1], 2);\n $users = str_replace(':', '', $t[1]);\n $users2 = explode(\" \", $users);\n unset($data[$buffer['channel']]['BANS'][$t[0]]);\n $data[$buffer['channel']]['BANS'][$t[0]] = array($users2[1], $users2[0]);\n break;\n case \"MODE\":\n $buffer['modes'] = $buffer[3];\n $buffer['text'] = $buffer['username'] . \" sets mode: \" . $buffer[3];\n $buffer['command'] = \"MODE\";\n $buffer['channel'] = $buffer[2];\n //handle modes in localbot\n $modes = explode(' ', $buffer['modes']);\n $mode = $modes[0];\n $recv = explode(\" \", $buffer['modes'], 2);\n if (isset($recv[1])) {\n $recv = explode(' ', $recv[1]);\n $this->handleMode($buffer['channel'], $mode, $recv);\n }\n\n break;\n case \"324\":\n $t = explode(\" \", $buffer[3], 2);\n $r = explode(\" \", $t[1], 2);\n $buffer['channel'] = $t[0];\n $buffer['modes'] = $buffer[3];\n $modes = explode(' ', $buffer['modes']);\n $mode = $modes[1];\n $recv = explode(\" \", $buffer['modes'], 2);\n $recv = explode(' ', $recv[1]);\n /** FIXME **/\n $recv[0] = $recv[1];\n $this->handleMode($buffer['channel'], $mode, $recv);\n break;\n case \"329\":\n $t = explode(\" \", $buffer[3], 2);\n $buffer['channel'] = $t[0];\n $data[$buffer['channel']]['CHANNEL_CREATED'] = $t[1];\n break;\n case \"NICK\":\n $buffer['text'] = \"*NICK: \" . $buffer['username'] . \" => \" . substr($buffer[2], 1) . \" ( \" . $buffer['user_host'] . \" )\";\n $buffer['command'] = \"NICK\";\n $buffer['channel'] = \"unknown\";\n foreach ($data as $i => $channel) {\n $data[$i]['USERLIST'][$buffer[2]] = $channel['USERLIST'][$buffer['username']];\n unset($data[$i]['USERLIST'][$buffer['username']]);\n $data[$i]['USERCOUNT'] = count($channel['USERLIST']);\n }\n break;\n\n default:\n // it is probably a PRIVMSG\n $buffer['command'] = $buffer[1];\n $buffer['channel'] = $buffer[2];\n if (strpos($buffer['channel'], \"#\") === false) {\n // Looks like it was from another person.\n $buffer['channel'] = $buffer['username'];\n $buffer['msgtype'] = \"PM\";\n }\n $buffer['text'] = substr($buffer[3], 1);\n break;\n }\n if (isset($buffer['channel'])) {\n if (substr($buffer['channel'], 0, 1) == ':') {\n $buffer['channel'] = substr($buffer['channel'], 1);\n }\n }\n $this->buffer = $buffer;\n }", "function verify_message()\r\n\t{\r\n\t\tglobal $mybb;\r\n\r\n\t\t$post = &$this->data;\r\n\t\t$post['message'] = trim($post['message']);\r\n\r\n\t\t// Do we even have a message at all?\r\n\t\tif(my_strlen(trim_blank_chrs($post['message'])) == 0)\r\n\t\t{\r\n\t\t\t$this->set_error(\"missing_message\");\r\n\t\t\treturn false;\r\n\t\t}\r\n\r\n\t\t// If this board has a maximum message length check if we're over it. Use strlen because SQL limits are in bytes\r\n\t\telse if(strlen($post['message']) > $mybb->settings['maxmessagelength'] && $mybb->settings['maxmessagelength'] > 0 && !is_moderator($post['fid'], \"\", $post['uid']))\r\n\t\t{\r\n\t\t\t$this->set_error(\"message_too_long\", array($mybb->settings['maxmessagelength'], strlen($post['message'])));\r\n\t\t\treturn false;\r\n\t\t}\r\n\r\n\t\t// And if we've got a minimum message length do we meet that requirement too?\r\n\t\telse if(my_strlen($post['message']) < $mybb->settings['minmessagelength'] && $mybb->settings['minmessagelength'] > 0 && !is_moderator($post['fid'], \"\", $post['uid']))\r\n\t\t{\r\n\t\t\t$this->set_error(\"message_too_short\", array($mybb->settings['minmessagelength']));\r\n\t\t\treturn false;\r\n\t\t}\r\n\t\treturn true;\r\n\t}", "private function messageContainsValidToken(string $token): bool\n {\n try {\n $user = LaravelForge::setToken(new Token(['value' => $token]))->user();\n } catch (LaravelForgeException $e) {\n return false;\n }\n\n return ! empty($user);\n }", "function validMessage() {\r\n\t\r\n\t\t$username = $_POST['username'];\r\n\t\t$passwordHash = $_POST['password'];\r\n\t\t$email = $_POST['email'];\r\n\t\t$month = $_POST['month'];\r\n\t\t$date = $_POST['date'];\r\n\t\t$year = $_POST['year'];\r\n\t\t$hour = $_POST['hour'];\r\n\t\t$minute = $_POST['minute'];\r\n\t\t$message = $_POST['message'];\r\n\t\t\r\n\t\t$valid = true;\r\n\t\t\r\n\t\tif ($valid) {\t\t\t\r\n\t\t\t$valid = validUsername($username);\r\n\t\t}\r\n\t\tif ($valid) {\r\n\t\t\t$valid = validPassHash($passwordHash);\r\n\t\t}\r\n\t\tif ($valid) {\t\t\t\r\n\t\t\t$valid = preg_match(\"/^\\S{1,20}@\\S{1,20}\\.\\S{2,6}$/\",$email); // [email protected]\r\n\t\t}\r\n\t\tif ($valid) {\t\t\t\r\n\t\t\t$valid = ($month > 0 && $month < 13); \r\n\t\t}\r\n\t\tif ($valid) {\t\t\t\r\n\t\t\t$valid = ($date > 0 && $date < 32); \r\n\t\t}\r\n\t\tif ($valid) {\t\t\t\r\n\t\t\t$valid = ($year > 2013 && $year < 2050); \r\n\t\t}\r\n\t\tif ($valid) {\t\t\t\r\n\t\t\t$valid = ($hour >= 0 && $hour < 24); \r\n\t\t}\r\n\t\tif ($valid) {\t\t\t\r\n\t\t\t$valid = ($minute == 0 || $minute == 30); \r\n\t\t}\r\n\t\tif ($valid) {\t\t\t\r\n\t\t\t$valid = preg_match(\"/^.{0,255}$/\",$message); // no more than 255 chars\r\n\t\t}\r\n\t\treturn $valid;\t\r\n\t}", "abstract function fromString($message);", "public function parse() {\n //calls the logic of parent class first\n parent::parse();\n\n //add the new logic to parse function\n $message = \"Full Name: \" . $this->bodyMessage->fullName . \"\\n\\n\";\n $message = $message . \"Email: \" . $this->bodyMessage->email . \"\\n\\n\";\n $message = $message . \"Phone: \" . $this->bodyMessage->phone . \"\\n\\n\";\n $message = $message . $this->bodyMessage->shortMessage . \"\\n\";\n\n\n //send an email to recipients which defines in constructor.\n $this->sendEmails($this->bodyMessage->email, $message);\n\n\n //constructing a responseMessage\n $responseMessage = array(\n \"message\" => \"Thank you for your email. We will get back to you shortly.\"\n );\n //sending that response message to user\n responseAsJSON($responseMessage);\n }", "private final function _parseToken ($token) {\r\n //token header\r\n $header = substr($token, 0, 4);\r\n //decode code token\r\n $rawToken = base64_decode(str_pad(strtr($token, '-_', '+/'), strlen($token) % 4, '='));\r\n //check apptoken header\r\n if ($header !== 'UwAB') {\r\n throw new Exception (\"Invalid token header\");\r\n }\r\n //spil signature\r\n $spilSignature = substr($rawToken, -40, 20);\r\n //app signature\r\n $appSignature = substr($rawToken, -20);\r\n //raw data\r\n $rawData = substr($rawToken, 0, -40);\r\n //calculated app sig\r\n $calculatedAppSig = sha1( $rawData . $spilSignature . $this->_settings[self::SETTING_SECRET], true);\r\n //check signature\r\n if ($calculatedAppSig !== $appSignature) {\r\n throw new Exception(\"Invalid application signature\");\r\n }\r\n //decode data\r\n $decodeData = unpack(\"a1magic_byte/Cversion/Ctype/Creserved/Ckeyspace/Ckey/Ngid_high/Ngid_low/nsite/Cchannel/Cauthorization_level/Ntimestamp/NappId_high/NappId_low/a*profilar_username\", $rawData);\r\n //check keyspace\r\n if ($decodeData['keyspace'] > 1) {\r\n throw new Exception(\"Invalid keyspace\");\r\n }\r\n //retrun data\r\n return $decodeData;\r\n }", "function insertParsedMessage($text) {\n\t\tif($this->getQueryUserName() !== null && strpos($text, '/') !== 0) {\n\t\t\t$text = '/msg '.$this->getQueryUserName().' '.$text;\n\t\t}\n\t\t\n\t\t// Parse IRC-style commands:\n\t\tif(strpos($text, '/') === 0) {\n\t\t\t$textParts = explode(' ', $text);\n\n\t\t\tswitch($textParts[0]) {\n\t\t\t\t\n\t\t\t\t// Channel switch:\n\t\t\t\tcase '/join':\n\t\t\t\t\t$this->insertParsedMessageJoin($textParts);\n\t\t\t\t\tbreak;\n\t\t\t\t\t\n\t\t\t\t// Logout:\n\t\t\t\tcase '/quit':\n\t\t\t\t\t$this->logout();\n\t\t\t\t\tbreak;\n\t\t\t\t\t\n\t\t\t\t// Private message:\n\t\t\t\tcase '/msg':\n\t\t\t\tcase '/describe':\n\t\t\t\t\t$this->insertParsedMessagePrivMsg($textParts);\n\t\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\t// Invitation:\n\t\t\t\tcase '/invite':\n\t\t\t\t\t$this->insertParsedMessageInvite($textParts);\n\t\t\t\t\tbreak;\n\n\t\t\t\t// Uninvitation:\n\t\t\t\tcase '/uninvite':\t\t\n\t\t\t\t\t$this->insertParsedMessageUninvite($textParts);\n\t\t\t\t\tbreak;\n\n\t\t\t\t// Private messaging:\n\t\t\t\tcase '/query':\n\t\t\t\t\t$this->insertParsedMessageQuery($textParts);\n\t\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\t// Kicking offending users from the chat:\n\t\t\t\tcase '/kick':\n\t\t\t\t\t$this->insertParsedMessageKick($textParts);\n\t\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\t// Listing banned users:\n\t\t\t\tcase '/bans':\n\t\t\t\t\t$this->insertParsedMessageBans($textParts);\n\t\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\t// Unban user (remove from ban list):\n\t\t\t\tcase '/unban':\n\t\t\t\t\t$this->insertParsedMessageUnban($textParts);\n\t\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\t// Describing actions:\n\t\t\t\tcase '/me':\n\t\t\t\tcase '/action':\n\t\t\t\t\t$this->insertParsedMessageAction($textParts);\n\t\t\t\t\tbreak;\n\n\n\t\t\t\t// Listing online Users:\n\t\t\t\tcase '/who':\t\n\t\t\t\t\t$this->insertParsedMessageWho($textParts);\n\t\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\t// Listing available channels:\n\t\t\t\tcase '/list':\t\n\t\t\t\t\t$this->insertParsedMessageList($textParts);\n\t\t\t\t\tbreak;\n\n\t\t\t\t// Retrieving the channel of a User:\n\t\t\t\tcase '/whereis':\n\t\t\t\t\t$this->insertParsedMessageWhereis($textParts);\n\t\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\t// Listing information about a User:\n\t\t\t\tcase '/whois':\n\t\t\t\t\t$this->insertParsedMessageWhois($textParts);\n\t\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\t// Rolling dice:\n\t\t\t\tcase '/roll':\t\t\t\t\n\t\t\t\t\t$this->insertParsedMessageRoll($textParts);\n\t\t\t\t\tbreak;\n\n\t\t\t\t// Switching userName:\n\t\t\t\tcase '/nick':\t\t\t\t\n\t\t\t\t\t$this->insertParsedMessageNick($textParts);\n\t\t\t\t\tbreak;\n\t\t\t\n\t\t\t\t// Custom or unknown command:\n\t\t\t\tdefault:\n\t\t\t\t\tif(!$this->parseCustomCommands($text, $textParts)) {\t\t\t\t\n\t\t\t\t\t\t$this->insertChatBotMessage(\n\t\t\t\t\t\t\t$this->getPrivateMessageID(),\n\t\t\t\t\t\t\t'/error UnknownCommand '.$textParts[0]\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\t\t\t// No command found, just insert the plain message:\n\t\t\t$this->insertCustomMessage(\n\t\t\t\t$this->getUserID(),\n\t\t\t\t$this->getUserName(),\n\t\t\t\t$this->getUserRole(),\n\t\t\t\t$this->getChannel(),\n\t\t\t\t$text\n\t\t\t);\n\t\t}\n\t}", "protected function initMessage()\n {\n $this->validMessage['uid'] = 'uid must only contain numeric.';\n $this->validMessage['expid'] = 'expid must only contain numeric.';\n $this->validMessage['firmName'] = 'firmName must only string and length between 1 and 32.';\n $this->validMessage['indCatNo'] = 'indCatNo must only string and length between 1 and 32.';\n $this->validMessage['jobName'] = 'jobName must only string and length between 1 and 32.';\n $this->validMessage['areaNo'] = 'areaNo must only string and length between 1 and 32.';\n }", "private function validateMessage(string $message, string $locale)\n {\n\n /**\n * Expected format: text_to_remind on/in date/time_expression\n * text_to_remind not empty\n */\n\n $possibleDelimiters = [\n ...Config::get('constants.reminder_delimiters.date'),\n ...Config::get('constants.reminder_delimiters.time')\n ];\n\n $delimitersPos = [];\n\n try {\n\n // Search last position of delimiters\n for ($i = 0; $i < count($possibleDelimiters); $i++) {\n $lastPos = strrpos($message, $possibleDelimiters[$i]);\n if ($lastPos) $delimitersPos[$possibleDelimiters[$i]] = $lastPos;\n }\n\n if ($delimitersPos) {\n arsort($delimitersPos);\n $delimiter = array_key_first($delimitersPos);\n\n $arguments = array_map('strrev', explode(strrev($delimiter), strrev($message), 2));\n\n $arguments[0] = $this->translateDateString($arguments[0], $locale);\n if (in_array($delimiter, Config::get('constants.reminder_delimiters.date'))) {\n $remindDate = Carbon::parseFromLocale($arguments[0], $locale);\n } else {\n $timeAmount = (int) preg_replace('/[^0-9]/', '', $arguments[0]);\n $timeUnit = preg_replace('/[^a-zA-Z]/', '', $arguments[0]);\n\n $remindDate = Carbon::now()->add($timeUnit, $timeAmount);\n }\n\n if ($remindDate && $remindDate instanceof Carbon) {\n return [\n 'valid' => true,\n 'text_to_remind' => $arguments[1],\n 'remind_date' => $remindDate->format('Y-m-d H:i:s'),\n ];\n }\n }\n } catch (Exception $e) {\n //Invalid message\n }\n\n return [\n 'valid' => false,\n 'text_to_remind' => '',\n 'remind_date' => '',\n ];\n }", "static protected function _parseString($message)\n {\n // Split headers from body\n $parts = preg_split('|(?:\\r?\\n){2}|m', $message, 2);\n if (count($parts) < 1) {\n require_once 'Aspamia/Http/Exception.php';\n throw new Aspamia_Http_Exception(\"Invalid HTTP message: $message\");\n }\n \n // Split headers into lines\n $headers = explode(\"\\n\", $parts[0]);\n $headers = array_map('rtrim', $headers);\n\n if (isset($parts[1])) {\n $body = $parts[1];\n } else {\n $body = '';\n }\n \n return array($headers, $body);\n }", "private function validate_message($message){\n\t\t$return = trim($message); // trims all the white space at the beginning and the end of string\n\t\t$return = filter_var($message, FILTER_SANITIZE_STRING); // strips tags\n\t\t$return = filter_var($message, FILTER_SANITIZE_FULL_SPECIAL_CHARS); // Equivalent to calling htmlspecialchars()\n\t\treturn $return;\n\t}", "public static function from_raw_message($raw_message)\n {\n if (preg_match(\n '/' .\n '(?::' .\n '(?:' .\n '(?<nickname>[^\\!]+)!(?<user>[^@]+)@(?<host>[^\\s]+)' . //nick!user@host\n '|' .\n '(?<servername>[^\\s]+)' . // servername\n ')' .\n '\\s)?' .\n '(?<command>\\w+)\\s?' . // command\n '(?<arguments>' .\n '(?:[^:\\s]+?(?:\\=\\S+|)\\s)+' .\n ')?' .\n '(?::' .\n '(?P<text>[^\\n\\r]*)' .\n ')?' .\n '/',\n $raw_message, $m))\n {\n foreach ($m as &$e)\n {\n $e = trim($e);\n }\n $servername = null;\n $nickname = null;\n $user = null;\n $host = null;\n $command = null;\n $arguments = null;\n $text = null;\n\n extract($m);\n\n if ($servername != null)\n $host = $servername;\n if ($arguments != null)\n $arguments = explode(' ', $arguments);\n return new Message($nickname, $user, $host, $command, $arguments, $text, $raw_message);\n }\n return null;\n }", "function hook_user_message_create($m) {\r\n $m->subject = 'Insert subject here';\r\n \r\n // Run token_replace() on the message_text field, if defined.\r\n if (!isset($m->message_text)) {\r\n $info = field_info_instance('user_message', 'message_text', $m->type);\r\n if (isset($info) && !empty($info['default_value'])) {\r\n $data = array(\r\n 'node' => node_load(1),\r\n );\r\n foreach ($info['default_value'] as $default) {\r\n $value = token_replace($default['value'], $data);\r\n $m->message_text[LANGUAGE_NONE][] = array(\r\n 'value' => $value,\r\n 'format' => $default['format'],\r\n );\r\n }\r\n }\r\n }\r\n}", "public function validateUser()\n {\n $objModel = lostpass_model::getInstance($this->arrParams);\n $strUser = $this->checkParam(\"username\");\n $strOption = $this->checkParam(\"opSend\");\n $arrInfoUser = $objModel->getInfoUser($strUser);\n\t $objToken = tokens::getInstance(true);\n $strMsg = \"\";\n\n if(is_array($arrInfoUser)){\n $objToken->setStrSessID($this->checkParam(\"device_id\"));\n $strToken = $objToken->generate(\"lostpass-{$arrInfoUser[\"uid\"]}\",$arrInfoUser[\"uid\"]);\n if (empty($strOption) || $strOption == \"e\"){\n if(!empty($arrInfoUser[\"email\"])){\n self::sendEmail($arrInfoUser[\"email\"],$strToken);\n $strMsg = \"un correo\";\n }\n else $this->addError(\"No hay correo electrónico\");\n }\n elseif (!empty($strOption) && $strOption == \"s\"){\n if(check_module(\"sms\")){\n if(file_exists(\"modules/sms/objects/send_sms/send_sms_controller.php\")){\n include_once \"modules/sms/objects/send_sms/send_sms_controller.php\";\n $objModelSMS = new sms_send_controller(array());\n $intPhone = $objModel->getPhoneUser($strUser);\n $strMsg = \"Su token generado es: $strToken\";\n $arrReturn = $objModelSMS->send_sms(true, $intPhone, $strMsg);\n $strMsg = \"un sms\";\n if(empty($arrReturn[\"valido\"])){\n $this->addError($arrReturn[\"msj\"]);\n }\n }\n else {\n $this->addError(\"El módulo de mensajes no tiene el archivo buscado, por favor contacte a soporte\");\n }\n }\n else {\n $this->addError(\"El módulo de mensajes no se encuentra activo, por favor contacte a soporte\");\n }\n\n }\n elseif (!empty($strOption) && $strOption == \"n\"){\n $strMsg = \"una notificación push\";\n }\n }\n else{\n $this->addError(\"Usuario inválido\");\n\n }\n\n if($this->hasError()){\n return response::standard(0,$this->getErrors(\"string\"),array(),$this->boolUTF8,$this->boolPrintJson);\n }\n else{\n return response::standard(1,\"Token generado correctamente, se te acaba de enviar {$strMsg} con un token.\",array(),$this->boolUTF8,$this->boolPrintJson);\n }\n }", "public static function validate_message($message){\n $reg_exp = \"/^[-a-zA-Z0-9\\s.:,@]*$/\";\n if(\n (strlen($message)>200)\n ||\n (!(preg_match($reg_exp,$message)))\n ) {\n return false;\n } else return $message;\n }", "function process_message() {\n\t\t$this->_log( 'Received message' );\n\n\t\ttry {\n\t\t\t$message = \\Message::fromRawPostData();\n\t\t\t$validator = new \\MessageValidator();\n\t\t\t$error = '';\n\t\t\tif ( $validator->isValid( $message ) ) {\n\t\t\t\t$topic_arn = $this->_config->get_string( 'cluster.messagebus.sns.topic_arn' );\n\n\t\t\t\tif ( empty( $topic_arn ) || $topic_arn != $message->get( 'TopicArn' ) )\n\t\t\t\t\tthrow new \\Exception ( 'Not my Topic. Request came from ' .\n\t\t\t\t\t\t$message->get( 'TopicArn' ) );\n\n\t\t\t\tif ( $message->get( 'Type' ) == 'SubscriptionConfirmation' )\n\t\t\t\t\t$this->_subscription_confirmation( $message );\n\t\t\t\telseif ( $message->get( 'Type' ) == 'Notification' )\n\t\t\t\t\t$this->_notification( $message->get( 'Message' ) );\n\t\t\t} else {\n\t\t\t\t$this->_log( 'Error processing message it was not valid.' );\n\t\t\t}\n\t\t} catch ( \\Exception $e ) {\n\t\t\t$this->_log( 'Error processing message: ' . $e->getMessage() );\n\t\t}\n\t\t$this->_log( 'Message processed' );\n\t}", "function pam_auth_usertoken() {\n\tglobal $CONFIG;\n\n\t$token = get_input('auth_token');\n\tif (!$token) {\n\t\treturn false;\n\t}\n\n\t$validated_userid = validate_user_token($token, $CONFIG->site_id);\n\n\tif ($validated_userid) {\n\t\t$u = get_entity($validated_userid);\n\n\t\t// Could we get the user?\n\t\tif (!$u) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Not an elgg user\n\t\tif ((!$u instanceof ElggUser)) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// User is banned\n\t\tif ($u->isBanned()) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Fail if we couldn't log the user in\n\t\tif (!login($u)) {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t}\n\n\treturn false;\n}", "public function appUserTokenForNotification($myArrayData=null, &$message='')\n\t{ \n \t\t\n\t\t//Extract Comming Data\n\t\textract($myArrayData);\t\t\n $user_id = isset($user_id) \t? $user_id \t: '';\n $device_token = isset($device_token) \t? $device_token \t: '';\n\t\t$device_type = isset($device_type) \t? $device_type \t: '';\n \n if(!empty($user_id))\n {\n \t$userData = $this->find('first',array(\n\t \t\t\t\t\t\t\t\t\t\t\t'recursive'=>-1,\n\t \t\t\t\t\t\t\t\t\t\t\t'conditions'=>array(\n\t \t\t\t\t\t\t\t\t\t\t\t\t\t'UserToken.user_id'=>$user_id,\n\t \t\t\t\t\t\t\t\t\t\t\t\t\t'UserToken.device_token'=>$device_token\n\t \t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t));\n \tif(empty($userData)){\n\n\t \t$tokenArray['UserToken']['user_id'] = $user_id; \n\t \t$tokenArray['UserToken']['device_token'] = $device_token;\n\t \t$tokenArray['UserToken']['device_type'] = $device_type;\n\t\t\t\tif ($this->Save($tokenArray)) {\n\t\t\t\t\t$message = 'Token has been save successfully';\n\t\t\t\t return true; \n\t\t\t\t} else {\n\t\t\t\t $message = 'Oops! Some error occurred, please try again';\n\t\t\t\t return false;\n\t\t\t\t}\n\t\t\t}\n } \n }", "private function process_token($token)\n\t{\n\t\tglobal $_DB;\n\n\t\tif($token)\n\t\t{\n\t\t\t// Log in as the user with this token\n\t\t\t$query = \"SELECT user_id, name \n\t\t\t\t\t FROM users \n\t\t\t\t\t WHERE access_token = :token \n\t\t\t\t\t LIMIT 1\";\n\t\t\t$params = array(':token' => $token);\n\n\t\t\t$user = $_DB['botstore']->doQueryOne($query, $params);\n\n\t\t\tif($user)\n\t\t\t{\n\t\t\t\t// Set session variables\n\t\t\t\t$_SESSION['GROUPME_TOKEN'] = $token;\n\t\t\t\t$_SESSION['USER_ID'] = $user['user_id'];\n\t\t\t\t$_SESSION['USER_NAME'] = $user['name'];\n\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t// Figure out who it is\n\t\t\t\t// Create an API Request\n\t\t\t\t$request = new \\GroupMeBot\\BotResource\\APIRequest(\"/users/me?token=\".$token, \"GET\");\n\t\t\t\t// Execute the request\n\t\t\t\t$user_data = $request->execute();\n\n\t\t\t\t// If we have data, add it to the user's entry\n\t\t\t\tif($user_data)\n\t\t\t\t{\n\t\t\t\t\t$query = \"UPDATE users\n\t\t\t\t\t\t\t SET access_token = :token \n\t\t\t\t\t\t\t WHERE user_id = :userId \n\t\t\t\t\t\t\t LIMIT 1\";\n\t\t\t\t\t$params = array(':token' => $token, ':userId' => $user_data[\"response\"][\"id\"]);\n\n\t\t\t\t\t$_DB['botstore']->doQuery($query, $params);\n\n\t\t\t\t\t// Set session variables and end sequence\n\t\t\t\t\t$_SESSION['GROUPME_TOKEN'] = $token;\n\t\t\t\t\t$_SESSION['USER_ID'] = $user_data[\"response\"][\"id\"];\n\t\t\t\t\t$_SESSION['USER_NAME'] = $user_data[\"response\"][\"name\"];\n\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}", "function rules_web_remote_valid_message($remote, $data) {\n if (isset($data['time']) && isset($data['token'])) {\n // We don't accept too old messages.\n if (($time = (int)$data['time']) + 3600 > time()) {\n return $data['token'] === md5($time . md5($remote->token));\n }\n }\n return FALSE;\n}", "private function getMessageToken()\n {\n \t//generating the token\n \t$token = md5(time());\n\n \treturn $token;\n }", "public static function newMessage()\n {\n if (!Input::exists('toUser')) {\n Check::addUserError('You must specify a user to send the message to.');\n return false;\n }\n if (!Input::exists('subject')) {\n Check::addUserError('You must have a subject for your message.');\n return false;\n }\n if (!Input::exists('message')) {\n Check::addUserError('No message entered.');\n return false;\n }\n if (!Check::token()) {\n return false;\n }\n return true;\n }", "function verify_message() {\r\n\t\tif($this->message == \"\") {\r\n\t\t\treturn false;\r\n\t\t} else {\r\n\t\t\treturn true;\r\n\t\t}\r\n\t}" ]
[ "0.67224365", "0.6247871", "0.5937847", "0.58179635", "0.57527244", "0.5683749", "0.55982524", "0.54945487", "0.5482628", "0.5461227", "0.53847206", "0.53645986", "0.53584236", "0.5335852", "0.53346777", "0.529763", "0.527197", "0.5266201", "0.52657896", "0.52621114", "0.5231255", "0.5228423", "0.5224362", "0.52163", "0.5207584", "0.52058595", "0.51990867", "0.5199028", "0.5198814", "0.5175681" ]
0.699279
0
Checks if user's message is a valid token.
private function messageContainsValidToken(string $token): bool { try { $user = LaravelForge::setToken(new Token(['value' => $token]))->user(); } catch (LaravelForgeException $e) { return false; } return ! empty($user); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function checkToken()\r\r\n {\r\r\n $token = Tools::getValue('token');\r\r\n\r\r\n return (!empty($token) && $token === $this->token);\r\r\n }", "public function checkToken()\n\t{\n\t\t$token = Tools::getValue('token');\n\t\treturn (!empty($token) AND $token === $this->token);\n\t}", "public static function validateToken()\n\t{\n\t\treturn Token::check(Input::get(Config::get('session/token_name')));\n\t}", "protected function checkToken(): bool {\r\n //instantiate MultiOtp Wrapper\r\n $multiOtpWrapper = new MultiotpWrapper();\r\n \r\n //get the username\r\n $currentUserName = $this->getCurrentUsername();\r\n \r\n //assert that username is set\r\n if (!(\\strlen((string) $currentUserName))) {\r\n throw new UserCredentialException('Cannot validate a TOTP token when username is not set!', 2106);\r\n }\r\n \r\n //assert that the token exists\r\n $tokenExists = $multiOtpWrapper->CheckTokenExists($currentUserName);\r\n \r\n if (!($tokenExists)) {\r\n throw new UserCredentialException('The TOTP token for the current user does not exist', 2107);\r\n }\r\n\r\n //username mapped to their token name\r\n $multiOtpWrapper->setToken($currentUserName);\r\n \r\n //validate the Token\r\n $oneTimeToken = $this->getOneTimeToken();\r\n $tokenCheckResult = $multiOtpWrapper->CheckToken($oneTimeToken);\r\n \r\n //The results are reversed\r\n //TODO: Add intepretation of MultiOtp return results here to enable exception handling\r\n if ($tokenCheckResult == 0) {\r\n return true;\r\n } else {\r\n return false;\r\n }\r\n }", "protected function verifyToken() {\n return $_POST[\"form_token\"] === $this->token();\n }", "public function checkToken(string $token);", "function validateToken($token)\n{\n\tif ($token != $_SESSION[\"token\"]) {\n\t\t$this->message(\"noPermission\");\n\t\treturn false;\n\t} else return true;\n}", "function check_token($token){\n\n return true;\n }", "public function isTokenValid($token)\n {\n $tokenData = $this->decryptToken($token);\n\n if (is_array($tokenData) && isset($tokenData['user_id']) && isset($tokenData['generated']) && isset($tokenData['validForSeconds'])) {\n return true;\n }\n return false;\n }", "public function _verify_token($token) {\n $result = $this->common_model->getsingle(USERS, array('user_token' => $token));\n if (!empty($result)) {\n return TRUE;\n } else {\n $this->form_validation->set_message('_verify_token', 'Invalid user token');\n return FALSE;\n }\n }", "function is_valid_token()\n\t{\n\t\tif( !isset($_SESSION['token']) || !isset($_SESSION['token_time']) || !isset($this->post['token']) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif( $_SESSION['token'] != $this->post['token'] ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t$age = $this->time - $_SESSION['token_time'];\n\n\t\tif( $age > 7200 )\n\t\t\treturn false;\n\n\t\treturn true;\n\t}", "private function check_token() {\n\n $this -> load -> library('encrypt');\n $this -> post_data = $this -> get_post_data();\n $token = $this -> post_data[\"token\"];\n $key = $this -> token_generator_key;\n\n $ok = $this -> encrypt -> hash($key) === $token;\n if ( $ok ) {\n unset($this -> post_data[\"token\"]);\n $this -> load -> model(\"DataModel\");\n } else {\n $this -> json = array(\n 'status' => 'INVALID_TOKEN',\n 'token' => $this -> post_data['token'],\n 'key' => $this -> encrypt -> hash($key)\n );\n exit;\n }\n }", "function isCFTokenValid()\n {\n $res = $this->callCFapi(\"GET\", \"client/v4/user/tokens/verify\");\n if ($res['success']) {\n return true;\n }\n return false;\n }", "public function isTokenValid(): bool\n {\n return JwtManager::$plugin->jwts->isTokenValid($this->token, $this->type);\n }", "function simplechat_check_token($token, $form_id) {\n return $token == drupal_get_token($form_id);\n}", "public function valid_token(){\n $this->get(google_authsub::VERIFY_TOKEN_URL);\n\n if($this->info['http_code'] === 200){\n return true;\n }else{\n return false;\n }\n }", "public function valid_token($token){\n\t\treturn isset($_SESSION['token']) && $token == $_SESSION['token'];\t\n\t}", "public function hasToken()\n {\n $token = $this->getParameter('token');\n\n\n return !empty($token);\n }", "public function validateToken($token=\"\")\n { if ($this->input->method() == 'post')\n {\n // Is the token field set and valid?\n return $isValid = (empty($token) || ($token != get_session(\"session_token\"))) ? false : true;\n\t\t\t}\n\t\t\telse{\n\t\t\t \treturn false;\n\t\t\t}\n\t\t}", "public static function validate_token($token_string, $only_active_users=true) {\n $sql_enabled = '';\n if ($only_active_users) $sql_enabled = ' AND`u`.`is_enabled`=\\'1\\'';\n $sql_info = <<<SQL\nSELECT\n `u`.`id` AS `user_id`,\n `t`.`is_flash` AS `is_flash`,\n `t`.`id` AS `token_id`\nFROM `authtoken` AS `t`\nLEFT JOIN `user` AS `u` ON `u`.`id`=`t`.`user_id`\nWHERE\n `t`.`token`=?\n AND `t`.`expires_at` > NOW()\n$sql_enabled\nLIMIT 1\nSQL;\n $info = \\R::getRow($sql_info, array($token_string));\n if ($info['is_flash'] == '1') {\n // delete the flash token\n $sql_delete = <<<SQL\nDELETE FROM `authtoken`\nWHERE `id`=?\nSQL;\n \\R::exec($sql_delete, array($info['token_id']));\n }\n if (!$info['user_id']) {\n return false;\n } else {\n return $info['user_id'];\n }\n }", "private function validateToken( Token $token ): bool\n {\n if ( !$token ) {\n return false;\n }\n\n if ( $token->type !== 'api.authorization' ) {\n return false;\n }\n\n if ( (bool) $token->is_expired === true ) {\n return false;\n }\n\n return true;\n }", "private function validateToken($token, $userId)\n {\n $obj = $this->modelFactory()->create(LostPasswordToken::class);\n $sql = strtr('SELECT * FROM `%table` WHERE `token` = :token AND `user` = :userId AND `expiry` > NOW()', [\n '%table' => $obj->source()->table(),\n ]);\n $obj->loadFromQuery($sql, [\n 'token' => $token,\n 'userId' => $userId,\n ]);\n\n return !!$obj->token();\n }", "function pam_auth_usertoken() {\n\tglobal $CONFIG;\n\n\t$token = get_input('auth_token');\n\tif (!$token) {\n\t\treturn false;\n\t}\n\n\t$validated_userid = validate_user_token($token, $CONFIG->site_id);\n\n\tif ($validated_userid) {\n\t\t$u = get_entity($validated_userid);\n\n\t\t// Could we get the user?\n\t\tif (!$u) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Not an elgg user\n\t\tif ((!$u instanceof ElggUser)) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// User is banned\n\t\tif ($u->isBanned()) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Fail if we couldn't log the user in\n\t\tif (!login($u)) {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t}\n\n\treturn false;\n}", "public function validate($token)\n {\n return $token === $this->getToken();\n }", "public function validateToken(string $token) : Boolean\n {\n $invitation = Invitation::where('token', $token)->first();\n\n if ($invitation) return true;\n\n return false;\n }", "public function tokenValid($token)\n {\n return Hash::check($token, $this->token);\n }", "public static function isTokenValid($token)\n {\n if (empty($token)) {\n return false;\n }\n\n $timestamp = (int)substr($token, strrpos($token, '_') + 1);\n $expire = Settings::paramOf('user.password.reset.token.expire', 3600);\n\n return $timestamp + $expire >= time();\n }", "protected function tokenIsMatch(): bool\n {\n return Token::check($this->post('_csrf'));\n }", "function IsValidToken($token) {\r\n try {\r\n $PRIVATEKEY = \"CloudComputing2020\";\r\n $rawToken = json_decode(base64_decode($token), 1);\r\n $realtoken = hashSHA256(@$rawToken['username'] . @$rawToken['waktulogin'] . $PRIVATEKEY);\r\n \r\n if ($realtoken == @$rawToken['token']) {\r\n return true;\r\n \r\n } else {\r\n return false;\r\n }\r\n } catch (\\Exception $e) {\r\n return false;\r\n }\r\n }", "abstract public function verifyToken();" ]
[ "0.73285884", "0.72946674", "0.7233926", "0.71919787", "0.7175443", "0.7128193", "0.7026858", "0.70164853", "0.6947412", "0.69012374", "0.6878369", "0.68570954", "0.68478304", "0.684515", "0.6832807", "0.6814869", "0.681346", "0.6719054", "0.6621879", "0.66097075", "0.65879905", "0.65870607", "0.65742385", "0.656254", "0.6557403", "0.65297866", "0.6526815", "0.65013236", "0.64798874", "0.6478739" ]
0.76668674
0
Saves the token to the database and finishes dialog's step about getting the token.
private function saveToken(string $token): void { $this->dialog->user->tokens()->create([ 'name' => LaravelForge::setToken(new Token(['value' => $token]))->user(), 'value' => $token, ]); $this->dialog->data = [ 'token' => true, ]; $this->dialog->save(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function afterGetTokenAction()\r\n {\r\n //-------------------------------\r\n if (!isset($_SESSION['get_token_session_id'])) {\r\n $this->_redirect('*/*/index');\r\n }\r\n $sessionId = $_SESSION['get_token_session_id'];\r\n unset($_SESSION['get_token_session_id']);\r\n //-------------------------------\r\n\r\n // Get account form data\r\n //-------------------------------\r\n $_SESSION['get_token_account_token_session'] = $sessionId;\r\n //-------------------------------\r\n\r\n // Goto account add or edit page\r\n //-------------------------------\r\n $accountId = (int)$_SESSION['get_token_account_id'];\r\n unset($_SESSION['get_token_account_id']);\r\n\r\n if ($accountId == 0) {\r\n $this->_redirect('*/*/new');\r\n } else {\r\n $this->_redirect('*/*/edit/id/'.$accountId);\r\n }\r\n //-------------------------------\r\n }", "public function save($token)\n {\n }", "function token_post() {\n \n $this->oauth_server->handleTokenRequest(OAuth2\\Request::createFromGlobals())->send();\n }", "public function save($token)\r\n {\r\n $token->save();\r\n }", "protected function saveToken()\n {\n if (isset($this->token) && $this->token) {\n return;\n }\n\n if ($this->token = $this->getCookie($this->getCookieName())) {\n return;\n }\n\n // If cookie token doesn't exist, we need to create it with unique token...\n $this->token = base_convert(md5(uniqid(rand(), true)), 16, 36);\n setcookie($this->getCookieName(), $this->token, time() + 60 * 60 * 12, '/');\n\n // ... and attach it to broker session in SSO server.\n $this->attach();\n }", "protected function getToken()\n {\n $this->token = $this->client->getToken($this->aID);\n }", "private function retornoToken(){\n $this->setToken();\n }", "public function save_access_token() {\n if (!empty($_GET)) {\n $this->google->save_access_token(get_array_value($_GET, 'code'));\n set_alert('success', _l('authorized'));\n redirect(admin_url('crm_backup/manage'));\n }\n }", "function save_access_token() {\r\n $this->access_only_admin();\r\n\r\n if (!empty($_GET)) {\r\n $this->google->save_access_token(get_array_value($_GET, 'code'));\r\n redirect(\"settings/integration/google_drive\");\r\n }\r\n }", "public function save(Token $token)\n {\n return $this->_dao->save($token);\n }", "private function callSaveTokenCallback() {\n if($this->save_token_function){\n $function = $this->save_token_function;\n $function($this->token, $this->token_expire);\n }\n }", "function saveAccessToken()\n {\n // Check to make sure Google returned the same request\n // token we sent them\n \n // @fixme is there a better way to call object method?\n $requestToken = unserialize($_SESSION['GOOGLEDOCS_REQUEST_TOKEN']);\n \n if ($requestToken->getToken() != $this->oauth_token) {\n $this->serverError(\n _m('Couldn\\'t link your Google account: oauth_token mismatch.')\n );\n }\n\n $consumer = new GdataOauthClient();\n \n $_SESSION['GOOGLEDOCS_ACCESS_TOKEN'] = serialize($consumer->fetchAccessToken());\n \n $accessToken = unserialize($_SESSION['GOOGLEDOCS_ACCESS_TOKEN']);\n\n // @fixme handle for exception\n\n // @fixme now, only for the logged in users\n if (common_logged_in()) {\n // Save the access token in foreign link\n\n $user = common_current_user();\n $this->saveForeignLink($user->id, '', $_SESSION['GOOGLEDOCS_ACCESS_TOKEN']);\n //save_twitter_user($twitter_user->id, $twitter_user->screen_name);\n\n } /*else {\n\n $this->twuid = $twitter_user->id;\n $this->tw_fields = array(\"screen_name\" => $twitter_user->screen_name,\n \"fullname\" => $twitter_user->name);\n $this->access_token = $atok;\n $this->tryLogin();\n }*/\n\n if (common_logged_in()) {\n common_redirect(common_local_url(''));\n }\n }", "protected function _update_token() {\n }", "protected function saveAccessToken($token): self\n {\n return $this->setState('token', $token);\n }", "function Medieteknik_Save_Token() {\n \n //first check if we have a logged in user\n //äckliga wordpress vill att man gör såhär\n global $user_ID;\n get_currentuserinfo();\n \n if (!$user_ID) {\n die('Du är inte inloggad i wordpress. LOGGA IN FFS!!!!');\n }\n \n //get our temporary token\n $token = $_SESSION['oauth_token'];\n $secret = $_SESSION['oauth_token_secret'];\n \n //kolla att vi faktiskt har en token\n if (!$token || !$secret) {\n die('Kunde inte hitta en sparad token. Gör om gör rätt!');\n }\n \n //request a permanent token\n $oauth = new TwitterOAuth($token, $secret);\n $new_token = $oauth->access_token();\n \n //check our reply\n if (!$new_token['oauth_token'] || !$new_token['oauth_token_secret']) {\n die('Du blev inte autoriserad. Prova igen?');\n }\n \n //insert token and secret into the usermeta database\n update_usermeta($user_ID, 'twitter_token', $new_token['oauth_token']);\n update_usermeta($user_ID, 'twitter_token_secret', $new_token['oauth_token_secret']);\n \n //echo 'Välkommen ' . $new_token['screen_name'];\n //istället redirecta till index\n header('location: index.php');\n}", "public function saveToken($user, $token);", "private function _getToken()\r\n\t{\r\n\t\t$this->_http->resetHelper();\r\n\t\t$this->_setDefaultHeaders();\r\n\t\t$this->_http->setUrl($this->_createApiUrl(\"oauth2/token\"));\r\n\t\t$this->_http->setAuthentication($this->_client_id . \":\" . $this->_client_secret);\r\n\t\t$this->_http->setBody(\"grant_type=client_credentials\");\r\n\t\t$returnData = $this->_http->sendRequest();\r\n\t\t$this->_token = $returnData['access_token'];\r\n\t}", "function it_gets_and_sets_the_token()\n {\n $this->getToken()->shouldReturn('token');\n\n // Set the token\n $this->setToken('newtoken');\n\n // Get the current token\n $this->getToken()->shouldReturn('newtoken');\n }", "function actualiser_token(){\n\t\n\t// Si on est sur le serveur maitre on récupere un token sur le serveur d'autorisation.\n\tif(!defined(\"SERVEUR_TOKEN_MAITRE\")){\n\t\t$reponse = oauth_recuperer_token(URL_TOKEN) ;\n\t\tif($reponse == NULL){\n\t\t\tspip_log(\"Serveur d'autorisation inaccessible. :: \" . URL_TOKEN, \"OAuth-erreurs\");\n\t\t\treturn false ;\n\t\t}\n\t\t$token = $reponse['token'] ;\n\t\t$secret = $reponse['secret'] ;\n\t}else{\n\t\t// Si on est sur un serveur esclave, on recupère le token dans les metas du spip maitre.\n\t\t$token = sql_getfetsel(\"valeur\", \"spip_meta\",\"nom='oauth_token'\",\"\",\"\",\"\",\"\", SERVEUR_TOKEN_MAITRE);\n\t\t$secret = sql_getfetsel(\"valeur\", \"spip_meta\",\"nom='oauth_secret'\",\"\",\"\",\"\",\"\", SERVEUR_TOKEN_MAITRE);\n\t}\n\t\n\t// enregistrer le token et le secret dans spip_meta\n\tinclude_spip(\"inc/meta\");\n\tecrire_meta(\"oauth_token\", $token);\n\tecrire_meta(\"oauth_secret\",$secret);\n\tlire_metas();\n}", "function store_token($token, $name){\n\t\t\n\t\tfile_put_contents(APPPATH.\"libraries/dropbox/tokens/$name.token\", serialize($token));\n\t\n\t}", "function saveToke($ConversationID,$OriginatorCoversationID,$token,$userId,$ResponseDescription){\n $val = $this->lazyInsert(\"token\",\n array('T_CONVERSATIONID', 'T_ORIGINATORCONVERSATIONID', 'TOKEN', 'USER_ID', 'T_STATUS'),\n array($ConversationID,$OriginatorCoversationID,$token,$userId,$ResponseDescription));\n return $val;\n }", "function store_token($token, $name){\n file_put_contents(\"dropbox/tokens/$name.token\", serialize($token));\n}", "public function updateToken()\n {\n $token = \\Request::get('token');\n $data['result'] = [];\n if (!empty($token)) {\n $this->usersRep->setOrUpdateToken($token);\n $data['result'] = \"Токен обновлён\";\n } else {\n return \\Redirect::route('setting');\n }\n return \\Redirect::route('setting')->with($data);\n }", "public function token()\n {\n return $this->dispatch(new MakeGitHubAccessToken());\n }", "private function save_token($token) {\r\n $file = DOMAIN_TMP_UPLOAD_DIR . $this->ins_token_file . '.json';\r\n file_put_contents($file, json_encode($token));\r\n }", "private function retrieve()\n {\n $this->properties = $_SESSION;\n unset($this->properties['token']);\n if (isset($_SESSION['token']))\n $this->token = $_SESSION['token'];\n }", "public function token()\n {\n if ($this->http->method() != 'GET') {\n $this->json->sendBack([\n 'success' => false,\n 'message' => 'This API only supports method GET'\n ]);\n return;\n }\n\n $get_data = $this->http->data('GET');\n $this->json->sendBack([\n 'success' => $this->user->isTokenValid($get_data['token']) ? true : false\n ]);\n }", "protected function saveAccessToken($token) {\n\n $this->setState('auth_token', $token->access_token);\n $this->setState('expires', isset($token->expires_in) ? time() + (int)$token->expires_in - 60 : 0);\n\t$this->access_token = $token->access_token; \n \n }", "function submittokens($quotaexit = false)\n{\n $surveyid = Yii::app()->getConfig('surveyID');\n if (isset($_SESSION['survey_'.$surveyid]['s_lang'])) {\n $thissurvey = getSurveyInfo($surveyid, $_SESSION['survey_'.$surveyid]['s_lang']);\n } else {\n $thissurvey = getSurveyInfo($surveyid);\n }\n $clienttoken = $_SESSION['survey_'.$surveyid]['token'];\n\n $emailcharset = Yii::app()->getConfig(\"emailcharset\");\n // Shift the date due to global timeadjust setting\n $today = dateShift(date(\"Y-m-d H:i:s\"), \"Y-m-d H:i\", Yii::app()->getConfig(\"timeadjust\"));\n\n // check how many uses the token has left\n $token = Token::model($surveyid)->findByAttributes(array('token' => $clienttoken));\n $token->scenario = 'FinalSubmit'; // Do not XSS filter token data\n\n if ($quotaexit == true) {\n $token->completed = 'Q';\n $token->usesleft--;\n } else {\n if ($token->usesleft <= 1) {\n // Finish the token\n if (isTokenCompletedDatestamped($thissurvey)) {\n $token->completed = $today;\n } else {\n $token->completed = 'Y';\n }\n if (isset($token->participant_id)) {\n $slquery = SurveyLink::model()->find('participant_id = :pid AND survey_id = :sid AND token_id = :tid', array(':pid'=> $token->participant_id, ':sid'=>$surveyid, ':tid'=>$token->tid));\n if ($slquery) {\n if (isTokenCompletedDatestamped($thissurvey)) {\n $slquery->date_completed = $today;\n } else {\n // Update the survey_links table if necessary, to protect anonymity, use the date_created field date\n $slquery->date_completed = $slquery->date_created;\n }\n $slquery->save();\n }\n }\n }\n $token->usesleft--;\n }\n $token->save();\n\n if ($quotaexit == false) {\n if ($token && trim(strip_tags($thissurvey['email_confirm'])) != \"\" && $thissurvey['sendconfirmation'] == \"Y\") {\n // if($token->completed == \"Y\" || $token->completed == $today)\n// {\n $from = \"{$thissurvey['adminname']} <{$thissurvey['adminemail']}>\";\n $subject = $thissurvey['email_confirm_subj'];\n\n $aReplacementVars = array();\n $aReplacementVars[\"ADMINNAME\"] = $thissurvey['admin'];\n $aReplacementVars[\"ADMINEMAIL\"] = $thissurvey['adminemail'];\n $aReplacementVars['ADMINEMAIL'] = $thissurvey['adminemail'];\n //Fill with token info, because user can have his information with anonimity control\n $aReplacementVars[\"FIRSTNAME\"] = $token->firstname;\n $aReplacementVars[\"LASTNAME\"] = $token->lastname;\n $aReplacementVars[\"TOKEN\"] = $token->token;\n $aReplacementVars[\"EMAIL\"] = $token->email;\n // added survey url in replacement vars\n $surveylink = Yii::app()->getController()->createAbsoluteUrl(\"/survey/index/sid/{$surveyid}\", array('lang'=>$_SESSION['survey_'.$surveyid]['s_lang'], 'token'=>$token->token));\n $aReplacementVars['SURVEYURL'] = $surveylink;\n\n $attrfieldnames = getAttributeFieldNames($surveyid);\n foreach ($attrfieldnames as $attr_name) {\n $aReplacementVars[strtoupper($attr_name)] = $token->$attr_name;\n }\n\n $redata = array('thissurvey'=>$thissurvey);\n\n // NOTE: this occurence of template replace should stay here. User from backend could use old replacement keyword\n $subject = templatereplace($subject, $aReplacementVars, $redata, 'email_confirm_subj', false, null, array(), true);\n\n $subject = html_entity_decode($subject, ENT_QUOTES, $emailcharset);\n\n if (getEmailFormat($surveyid) == 'html') {\n $ishtml = true;\n } else {\n $ishtml = false;\n }\n\n $message = $thissurvey['email_confirm'];\n //$message=ReplaceFields($message, $fieldsarray, true);\n // NOTE: this occurence of template replace should stay here. User from backend could use old replacement keyword\n $message = templatereplace($message, $aReplacementVars, $redata, 'email_confirm', false, null, array(), true);\n if (!$ishtml) {\n $message = strip_tags(breakToNewline(html_entity_decode($message, ENT_QUOTES, $emailcharset)));\n } else {\n $message = html_entity_decode($message, ENT_QUOTES, $emailcharset);\n }\n\n //Only send confirmation email if there is a valid email address\n $sToAddress = validateEmailAddresses($token->email);\n if ($sToAddress) {\n $aAttachments = unserialize($thissurvey['attachments']);\n\n $aRelevantAttachments = array();\n /*\n * Iterate through attachments and check them for relevance.\n */\n if (isset($aAttachments['confirmation'])) {\n foreach ($aAttachments['confirmation'] as $aAttachment) {\n $relevance = $aAttachment['relevance'];\n // If the attachment is relevant it will be added to the mail.\n if (LimeExpressionManager::ProcessRelevance($relevance) && file_exists($aAttachment['url'])) {\n $aRelevantAttachments[] = $aAttachment['url'];\n }\n }\n }\n $event = new PluginEvent('beforeTokenEmail');\n $event->set('survey', $surveyid);\n $event->set('type', 'confirm');\n $event->set('model', 'confirm');\n $event->set('subject', $subject);\n $event->set('to', $sToAddress);\n $event->set('body', $message);\n $event->set('from', $from);\n $event->set('bounce', getBounceEmail($surveyid));\n $event->set('token', $token->attributes);\n App()->getPluginManager()->dispatchEvent($event);\n $subject = $event->get('subject');\n $message = $event->get('body');\n $to = $event->get('to');\n $from = $event->get('from');\n $bounce = $event->get('bounce');\n if ($event->get('send', true) != false) {\n SendEmailMessage($message, $subject, $to, $from, Yii::app()->getConfig(\"sitename\"), $ishtml, $bounce, $aRelevantAttachments);\n }\n }\n // } else {\n // Leave it to send optional confirmation at closed token\n // }\n }\n }\n}", "public function sendToken();" ]
[ "0.63720375", "0.6346748", "0.62446713", "0.6104643", "0.5945123", "0.5896801", "0.58143014", "0.57868606", "0.5737928", "0.5722101", "0.5671738", "0.56561977", "0.5636777", "0.56089866", "0.55655247", "0.55567676", "0.55529064", "0.55302167", "0.55131745", "0.5512945", "0.55081826", "0.5505265", "0.5498512", "0.54869854", "0.5459038", "0.5458486", "0.5418899", "0.5405634", "0.5396063", "0.53721094" ]
0.7157149
0
Sends a message to the user about invalid token.
private function askForValidToken(): void { OutboundMessage::make( $this->dialog->user, 'You sent an invalid token. I can\'t use it for connecting to your Laravel Forge account. Please, send me a valid token.' )->send(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function viewtokenfail($username,$password){\n $this->response([\n 'status'=>FALSE,\n 'username'=>$username,\n 'password'=>$password,\n 'message'=>'Invalid Credentials!!'\n ],REST_Controller::HTTP_BAD_REQUEST);\n }", "public function display_token_url_call_error() {\n $this->display_admin_notice( \"Call to token URL failed, please try again!\", \"error\" );\n }", "public function display_access_token_error() {\n $this->display_admin_notice( \"Access token missing from response, please try again!\", \"error\" );\n }", "public function getErrorMessage()\n {\n $app = Application::getFacadeApplication();\n $request = $app->make(Request::class);\n if ($request->isXmlHttpRequest()) {\n return t(\"Invalid token. Please reload the page and retry.\");\n } else {\n return t(\"Invalid form token. Please reload this form and submit again.\");\n }\n }", "private function checkTokenExpired($token) {\n $this->_user->checkTokenExpired($token);\n if ($this->_user->isTokenExpired() == true) {\n $this->_session->flash('message', '<p class=\"error\">Token is invalid or has been expired!</p>');\n $this->_registry->redirectTo();\n }\n }", "public function testProtectedRouteWithInvalidJWTToken(): void\n {\n $client = self::createClient(['environment' => 'prod']);\n\n $client->request('GET', '/protected/route?jwt=invalid');\n $this->assertResponseStatusCodeSame(403);\n $this->assertEquals('Authentication Failed: Failed to parse token', $client->getResponse()->getContent());\n }", "public function test_response_403_for_token_for_invalid_user()\n {\n $user_data = $this->user_data();\n\n $this->post('api/register',$user_data);\n\n $user = User::find(1);\n $token = $user->createJWT();\n $user->delete();\n $response = $response = $this->withHeaders([\n 'Authorization' => 'Bearer '.$token,\n ])->get('api/orders')->assertStatus(403);\n }", "public function forgetToken()\n {\n $session = $this->container->get('session');\n if ($session->has('forgetToken') and isset($_POST['project_name'])) {\n // Find project\n $em = $this->getDoctrine()->getManager();\n $projectRepo = $em->getRepository(Project::class);\n $project = $projectRepo->findOneByName($_POST['project_name']);\n\n if (!is_null($project)) {\n $transport = (new \\Swift_SmtpTransport('mail', 25))\n ->setUsername(null)\n ->setPassword(null);\n $mailer = new \\Swift_Mailer($transport);\n\n $message = (new \\Swift_Message('Did you lose something ?'))\n ->setFrom(['[email protected]' => 'Project Contact'])\n ->setTo($project->getAdmin())\n ->setContentType('text/html')\n ->setBody($this->renderView(\"mail/forget_token.html.twig\", [\n \"token\" => $session->get('forgetToken')\n ]\n ));\n $mailer->send($message);\n\n return new Response(\"true\");\n } else {\n return new Response(\"false\");\n }\n\n }\n }", "public function message()\n {\n return 'Invalid two factor token';\n }", "public function actionCheckToken()\n {\n if (is_guest()){\n return $this->error();\n }\n else{\n return $this->success();\n }\n }", "public function test_response_403_for_invalid_token_not_request()\n {\n\n $response = $response = $this->withHeaders([\n 'Authorization' => 'Bearer invalidtoken',\n ])->get('api/orders')->assertStatus(403);\n }", "public function testTokenMiddlewareRaisesExceptionOnInvalidToken($token)\n {\n $middleware = new TokenMiddleware();\n $middleware->validateToken($token);\n }", "public function sendBadRequestStatus() {\n $Config = GiroCheckout_SDK_Config::getInstance();\n\n if($Config->getConfig('DEBUG_MODE')) GiroCheckout_SDK_Debug_helper::getInstance()->logNotificationOutput('sendBadRequestStatus');\n header('HTTP/1.1 400 Bad Request');\n }", "public function testInvalidToken(): void\n {\n $image = \\file_get_contents(__DIR__ . '/../../../fixtures/images/basn2c08.png');\n $this->postImage($image, 'BadToken');\n $this->assertResponseStatus(401);\n }", "public static function sendUnauthorizedAccess() {\n header('HTTP/1.1 401 Unauthorized');\n die(\"<span style='color:red'>ERROR: Please contact your CodevTT administrator</span>\");\n }", "function handleTempTokenErrors($e) {\n\terror_log(\"Error : \" . json_encode($e->getJSONObject()));\n\t$errorResponse = array();\n\tif($e->getApiErrorCode() == \"payment_method_verification_failed\") {\n\t \t// Card verification failed\n\t \t$errorResponse[\"error_msg\"] = \"Card verification failed. Please enter a valid card.\n\t\t \t\t\t\tIf this error persists, please contact us.\";\n\t} else {\n\t\t// Card processing is failed\n \t\t$errorResponse[\"error_msg\"]= \"Unable to process payment. Please recheck your card details \n\t\t\t\t\t\t\t\t\t\tor try with a different card.\";\n\t}\n\theader('HTTP/1.0 400 Error');\n\tprint json_encode($errorResponse, true);\n}", "private function check_token() {\n\n $this -> load -> library('encrypt');\n $this -> post_data = $this -> get_post_data();\n $token = $this -> post_data[\"token\"];\n $key = $this -> token_generator_key;\n\n $ok = $this -> encrypt -> hash($key) === $token;\n if ( $ok ) {\n unset($this -> post_data[\"token\"]);\n $this -> load -> model(\"DataModel\");\n } else {\n $this -> json = array(\n 'status' => 'INVALID_TOKEN',\n 'token' => $this -> post_data['token'],\n 'key' => $this -> encrypt -> hash($key)\n );\n exit;\n }\n }", "protected function fail() {\n\t\t@header('HTTP/1.1 400 Bad Request');\n\t\techo JSON::encode([\n\t\t\t'status' => 'failed',\n\t\t\t'message' => 'no api data provided'\n\t\t]);\n\t\texit;\n\t}", "public static function validate( $token ) {\n\t\tif(strtolower($token) !== self::createToken()) {\n\t\t\tthrow new Exception('Wrong authentication token!');\n\t\t}\n\t}", "public function checkTokenValidityAction()\n {\n $token = $this->getRequest()->getQuery()->get('token');\n $user = $this->getRepository()->findOneByToken($token);\n\n if (!$user) {\n $this->getResponse()->setStatusCode(404);\n\n return new JsonModel(['message' => 'No user has been found']);\n }\n\n if ($this->checkTokenValidity($user)) {\n return new JsonModel($this->hydrator->extract($user, $this->getJsonConfig()));\n } else {\n $this->getResponse()->setStatusCode(403);\n\n return new JsonModel(['message' => 'Link validity timed out.']);\n }\n }", "public function invalidResetRequestAction() {\n\t\t$this->flashMessageContainer->add(\\TYPO3\\CMS\\Extbase\\Utility\\LocalizationUtility::translate('controller-login-invalidHash', 'cicregister'));\n\t\t$this->forward('forgotPassword');\n\t}", "public function testPasswordResetTokenNotFound(): void {\n\t\t$user = $this->createUser();\n\t\t$response = $this->withHeaders([\n\t\t\t'Accept' => 'application/json',\n\t\t\t'Content-Type' => 'application/json',\n\t\t])->postJson($this->route.'/password/reset', [\n\t\t\t'password' => 'SafePassword1',\n\t\t\t'c_password' => 'SafePassword1',\n\t\t\t'token' => Str::random(60)]);\n\t\t$response->assertStatus(HttpStatus::STATUS_UNAUTHORIZED);\n\t\t$response->assertJson([\n\t\t\t'error' => 'This password reset token is invalid.',\n\t\t]);\n\t}", "public function validateToken()\n {\n $isValid = JWTAuth::parseToken()->check();\n if ($isValid) {\n $responseBody = [\n 'message' => 'valid token',\n ];\n return ApiMethods::apiResponse('success', $responseBody);\n } else {\n $responseBody = [\n 'statusCode' => 401,\n 'error' => 'validate_token.invalid_token',\n 'message' => 'Token is invalid.'\n ];\n return ApiMethods::apiResponse('error', $responseBody);\n }\n }", "protected function tokenIsInvalid(OutputInterface $output)\n {\n $output->writeln('Validating Token: <fg=red>✘</>');\n $output->writeln('<comment>This API token is invalid.</comment>');\n }", "protected function getPermissionDeniedMessage()\n {\n return trans()->has('passwords.missing_token')\n ? trans()->get('passwords.missing_token')\n : 'Invalid request for reset token';\n }", "public function testGetInvalidUser(): void\n {\n $authToken = $this->getAuthToken();\n\n static::createClient()->request(Request::METHOD_GET, '/api/users/999', ['auth_bearer' => $authToken]);\n $this->assertResponseStatusCodeSame(Response::HTTP_NOT_FOUND);\n }", "public function testNoToken() {\n $response = $this->get('/auth/user');\n $response->assertResponseStatus(401);\n\n $response = $this->get('/auth/user', ['Authorization'=>'bearer invalid_token']);\n $response->assertResponseStatus(401);\n }", "public function verifyTokenFailed()\n {\n $testMessageId = 'test_message_id';\n $testToken = '12345';\n\n $this->twizo = $this->getMockBuilder(self::TWIZO)->setConstructorArgs([$this->mockEntityFactory])->disableOriginalConstructor()->setMethods(['getTokenResult'])->getMock();\n $mockVerificationException = $this->getMockBuilder(self::ENTITY_VERIFICATION_EXCEPTION)->disableOriginalConstructor()->getMock();\n $this->twizo->expects($this->once())->method('getTokenResult')->with($testMessageId, $testToken)->will($this->throwException($mockVerificationException));\n\n $this->assertFalse($this->twizo->verifyToken($testMessageId, $testToken));\n }", "private function _test_token() {\n $chall = $this->_create_token($this->untrusted['sid']);\n if($chall != $this->untrusted['tok']) {\n throw new TokenMismatchError();\n }\n }", "public static function sendForbiddenAccess() {\n header('HTTP/1.1 403 Forbidden');\n die(\"<span style='color:red'>ERROR: Please contact your CodevTT administrator</span>\");\n }" ]
[ "0.6687004", "0.6621068", "0.65274864", "0.6426514", "0.62638265", "0.62379634", "0.6098499", "0.6059663", "0.60507613", "0.60305345", "0.6020177", "0.6019953", "0.59419805", "0.5921312", "0.5907284", "0.5891482", "0.5874555", "0.5845867", "0.58301896", "0.580578", "0.58019274", "0.5775641", "0.57742995", "0.5772189", "0.5766452", "0.5760403", "0.5749288", "0.57458234", "0.5744846", "0.5735085" ]
0.7428275
0
Implement hook_ca_action(). Demonstrates defining an action for predicates to use; primarily specifies a callback function to perform the action and an array that specifies arguments and their data types.
function ca_ca_action() { $actions['ca_drupal_set_message'] = array( '#title' => t('Display a message to the user'), '#category' => t('Drupal'), '#callback' => 'ca_action_drupal_set_message', '#arguments' => array(), ); $actions['ca_action_custom_php'] = array( '#title' => t('Execute custom PHP code'), '#category' => t('System'), '#callback' => 'ca_action_custom_php', '#arguments' => array( 'arguments' => array('#entity' => 'arguments', '#title' => t('Arguments')), ), ); return $actions; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function invoke(& $controller, $action, & $passargs)\r\n\t{\r\n\t\t$controller->beforeFilter();\r\n\t\tcall_user_func_array(array(& $controller, $action), $passargs);\r\n\t\t$controller->afterFilter();\r\n\t}", "function add_filter( $action, $function, $priority = 10, $accepted_args = 1 ) {\n\n\t\t// Pass variables into Wordpress add_action function\n\t\tadd_filter( $action, $function, $priority, $accepted_args );\n\t}", "public function actionCallback()\n {\n }", "public function apply($spa, $action);", "static function add_filter($action, $function, $priority = 10, $accepted_args = 1) {\n\n add_filter($action, $function, $priority, $accepted_args);\n\n }", "function actionHookCallback()\n{\n // Run some code...\n}", "public function apply(callable $action)\n {\n foreach ($this->each() as $k => $v) {\n call_user_func($action, $v, $k);\n }\n }", "abstract public function preAction($actionName, $arguments);", "public static function run_actions( $action ) {\n\t\t$reg = UB_Registry::getInstance();\n\t\tif ( is_array($reg->UB_actions[$action]) && count($reg->UB_actions[$action]) > 0 ) {\n\t\t\tforeach ( $reg->UB_actions[$action] as $func ) {\n\t\t\t\tcall_user_func($func);\n\t\t\t}\n\t\t}\t\n\t}", "public function performAction($args=array(),$hook_name='')\n\t{\n\t\t$results = NOP;\n\t\tif ($this->isNumeric($args['action_value']))\n\t\t{\n\t\t\t// simple assignment, just update the location id \n\t\t\tStorydata::set('location_id',$args['action_value']);\n\t\t\t// pass to the parent action to refresh the scene\n\t\t\t$results = parent::performAction($args);\t\n\t\t}\n\t\treturn $results;\n\t}", "function action(IAction $action);", "public function runAction()\n {\n $hook = $this->createHook(func_get_args());\n $this->action->fire($hook->name, $hook->args);\n }", "function _beans_add_anonymous_action( $hook, $callback, $priority = 10, $args = 1 ) {\n\n\trequire_once( BEANS_API_COMPONENTS_PATH . 'actions/class.php' );\n\n\tnew _Beans_Anonymous_Actions( $hook, $callback, $priority, $args );\n\n}", "public static function action()\n\t{\n\t\tlist( $action, $return ) = func_get_args();\n\t\t$function = str_replace(\".\", \"_\", $action);\n\t\t$filterargs = array_slice(func_get_args(), 2);\n\n\t\tforeach ( self::$active as $name => $module )\n\t\t{\n\t\t\t$class = \"{$name}_Action\";\n\t\t\t$args = $filterargs;\n\t\t\tarray_unshift( $args, $return );\n\n\t\t\tif (is_callable( array($class, $function) ))\n\t\t\t{\n\t\t\t\ttry\n\t\t\t\t{\n\t\t\t\t\t$return = call_user_func_array(array( $class, $function ), $args);\n\t\t\t\t}\n\t\t\t\tcatch(Exception $e){}\n\t\t\t}\n\t\t}\n\n\t\treturn $return;\n\t}", "function uc_taxes_ca_predicate() {\n $predicates = array();\n\n $taxes = uc_taxes_get_rates();\n foreach ($taxes as $tax) {\n $predicates['uc_taxes_'. $tax->id] = array(\n '#title' => $tax->name,\n '#class' => 'uc_taxes',\n '#trigger' => 'calculate_tax_'. $tax->id,\n '#status' => 1,\n '#actions' => array(\n array(\n '#name' => 'uc_taxes_action_apply_tax',\n '#title' => t('Apply @tax', array('@tax' => $tax->name)),\n '#argument_map' => array(\n 'order' => 'order',\n 'tax' => 'tax',\n ),\n ),\n ),\n );\n }\n\n return $predicates;\n}", "public function applyuserAction();", "function mjf_test_action( $arg_1, $arg_2 ) {\r\n\techo '<h3>Testing do_action hook: ' . $arg_1 . ', ' . $arg_2 . '</h3>';\r\n}", "function add_action() {}", "function _beans_render_action( $hook ) {\n\n\t$args = func_get_args();\n\n\t// Return simple action if no subaction is set.\n\tif ( !preg_match_all( '#\\[(.*?)\\]#', $args[0], $matches ) )\n\t\tif ( has_filter( $args[0] ) )\n\t\t\treturn call_user_func_array( 'beans_render_function', array_merge( array( 'do_action' ), $args ) );\n\t\telse\n\t\t\treturn false;\n\n\t$output = null;\n\n\t// Base filter.\n\t$base_args = $args;\n\t$base_args[0] = preg_replace( '#\\[(.*?)\\]#', '', $hook );\n\n\tif ( has_filter( $base_args[0] ) )\n\t\t$output .= call_user_func_array( 'beans_render_function', array_merge( array( 'do_action' ), $base_args ) );\n\n\t// Make short filters.\n\tfor ( $i = 0 ; $i < count( $matches[0] ) ; $i++ ) {\n\n\t\t$_hook = str_replace( $matches[0][$i], $matches[1][$i], $hook );\n\t\t$_hook = preg_replace( '#\\[(.*?)\\]#', '', $_hook );\n\t\t$args[0] = $_hook;\n\n\t\tif ( has_filter( $args[0] ) )\n\t\t\t$output .= call_user_func_array( 'beans_render_function', array_merge( array( 'do_action' ), $args ) );\n\n\t}\n\n\tif ( !preg_match( '#\\[.*\\]\\[.*\\]#', $hook ) )\n\t\treturn $output;\n\n\t// Make final filter.\n\t$args[0] = preg_replace( '#(\\[|\\])#', '', $hook );\n\n\tif ( has_filter( $args[0] ) )\n\t\t$output .= call_user_func_array( 'beans_render_function', array_merge( array( 'do_action' ), $args ) );\n\n\treturn $output;\n\n}", "protected function beforeActionExecution(action $action) { }", "function add_action( $action, $function, $priority = 10, $accepted_args = 1 ) {\n\n\t\t// Pass variables into WordPress add_action function\n\t\tadd_action( $action, $function, $priority, $accepted_args );\n\t}", "abstract function execute($action);", "static function add_action($action, $function, $priority = 10, $accepted_args = 1) {\n\n add_action($action, $function, $priority, $accepted_args);\n\n }", "public function addAction(string $name, callable $callback, int $priority = 100, int $params = 1);", "public function _beforeAction($action)\n\t{\n\t}", "function user_action($actions, $vars) {\n while(true) {\n _user_actions($actions, count($vars->query_stack));\n $action = user_array_choice(\"Please select an action\", array_keys($actions));\n $actions[$action]['callback']($vars);\n }\n}", "public function add_action($hook, $callback, $priority = 10, $accepted_args = 1) {\n add_action($hook, array(\n $this,\n $callback\n ) , $priority, $accepted_args);\n }", "function toAll(callable $action, array $array): void {\n\tforeach($array as $elem) {\n\t\t$action($elem);\n\t}\n}", "function Row_CustomAction($action, $row) {\n\n\t\t// Return FALSE to abort\n\t\treturn TRUE;\n\t}", "function Row_CustomAction($action, $row) {\n\n\t\t// Return FALSE to abort\n\t\treturn TRUE;\n\t}" ]
[ "0.5933255", "0.59003335", "0.58268785", "0.57514375", "0.57300293", "0.56997776", "0.5682663", "0.55005485", "0.5473261", "0.5458127", "0.54511696", "0.54462504", "0.54351866", "0.53943944", "0.5375164", "0.53729635", "0.5365635", "0.53121656", "0.52756846", "0.52393067", "0.5186812", "0.51787525", "0.5141683", "0.51271874", "0.5123138", "0.51224804", "0.5117291", "0.5104869", "0.5102547", "0.5102547" ]
0.6771663
0
Compare a node field to a specified value using an operator list.
function ca_condition_node_field_comparison($node, $settings) { // Convert the node to an array. $node_array = (array) $node; // Store the value of the field we're comparing. $field_value = $node_array[$settings['field']]; // Return the result based on the operator. switch ($settings['operator']) { case 'equal': if ($field_value == $settings['value']) { return TRUE; } break; case 'not': if ($field_value != $settings['value']) { return TRUE; } break; case 'greater': if ($field_value > $settings['value']) { return TRUE; } break; case 'less': if ($field_value < $settings['value']) { return TRUE; } break; case 'greater_equal': if ($field_value >= $settings['value']) { return TRUE; } break; case 'less_equal': if ($field_value <= $settings['value']) { return TRUE; } break; case 'begins': if (strpos($field_value, $settings['value']) === 0) { return TRUE; } break; case 'ends': if (substr($field_value, -1 * strlen($settings['value'])) === $settings['value']) { return TRUE; } break; case 'contains': if (strpos($field_value, $settings['value']) !== FALSE) { return TRUE; } break; case 'yes': if ($field_value) { return TRUE; } break; case 'no': if (!$field_value) { return TRUE; } break; } return FALSE; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getOperatorCondition($field, $operator, $value)\n {\n switch ($operator) {\n case '!=':\n case '>=':\n case '<=':\n case '>':\n case '<':\n $selectOperator = sprintf('%s?', $operator);\n break;\n case '{}':\n case '!{}':\n if (preg_match('/^.*(category_id)$/', $field) && is_array($value)) {\n $selectOperator = ' IN (?)';\n } else {\n $selectOperator = ' LIKE ?';\n }\n if (substr($operator, 0, 1) == '!') {\n $selectOperator = ' NOT' . $selectOperator;\n }\n break;\n\n case '[]':\n case '![]':\n case '()':\n case '!()':\n $selectOperator = 'FIND_IN_SET(?,' . $this->_adapter->quoteIdentifier($field) . ')';\n if (substr($operator, 0, 1) == '!') {\n $selectOperator = 'NOT ' . $selectOperator;\n }\n break;\n\n default:\n $selectOperator = '=?';\n break;\n }\n $field = $this->_adapter->quoteIdentifier($field);\n\n if (is_array($value) && in_array($operator, array('==', '!=', '>=', '<=', '>', '<', '{}', '!{}'))) {\n $results = array();\n foreach ($value as $v) {\n $results[] = $this->_adapter->quoteInto(\"{$field}{$selectOperator}\", $v);\n }\n $result = implode(' AND ', $results);\n } elseif (in_array($operator, array('()', '!()', '[]', '![]'))) {\n if (!is_array($value)) {\n $value = array($value);\n }\n\n $results = array();\n foreach ($value as $v) {\n $results[] = $this->_adapter->quoteInto(\"{$selectOperator}\", $v);\n }\n $result = implode(in_array($operator, array('()', '!()')) ? ' OR ' : ' AND ', $results);\n } else {\n $result = $this->_adapter->quoteInto(\"{$field}{$selectOperator}\", $value);\n }\n return $result;\n }", "public function setComparison($field, $operator, $value , $raisin = \"\"){\n\t\t \n\n\t\t\t$this->setValidation($field, $raisin, function($expr1, $operator, $expr2){ \n\n\t\t switch(strtolower($operator)) { \n case '==': \n return $expr1 == $expr2; \n case '>=': \n return $expr1 >= $expr2; \n case '<=': \n return $expr1 <= $expr2; \n case '!=': \n return $expr1 != $expr2; \n case '&&': \n case 'and': \n return $expr1 && $expr2; \n case '||': \n case 'or': \n return $expr1 || $expr2; \n default: \n throw new Exception(\"Invalid operator '$operator'\"); \n } \n\n\t\t\t }, array($operator, $value));\n\t\t\n\t\t}", "public function getOperatorCondition($field, $operator, $value)\n {\n\n // CORE PATCH: Check to see if this is an (), {}, !() or !{} query, it is comma separated and it is not an array.\n\n if ( in_array($operator, array('()', '{}', '!()', '!{}')) && !is_array($value) && strstr($value, ',') ) {\n $value = explode(',', $value);\n $value = array_map('trim', $value);\n }\n\n // END CORE PATCH\n\n // CORE PATCH: Fix for products with few assigned values form multieselect attribute in catalog rules, regexp in SQL because in product flat table multieselect values stored as coma separated\n\n if (strstr($field, 'cpf.')){\n\n $attribute_parse = explode('.', $field); // get attribute code ( attribute from cpf.attribute )\n\n $attribute = $attribute_parse[1];\n\n $attribute_type = Mage::getSingleton(\"eav/config\")->getAttribute('catalog_product', $attribute)->getFrontendInput();\n\n if (strstr($attribute_type, 'multiselect')){\n\n $attribute_values = implode('|', $value);\n\n $result_patched = '`cpf`.`'.$attribute.'` REGEXP \"(^|,)'.$attribute_values.'(,|$)\"';\n\n return $result_patched; // return SQL for avoid future SqlBuider processing\n }\n\n }\n\n // END CORE PATCH\n\n\n switch ($operator) {\n case '!=':\n case '>=':\n case '<=':\n case '>':\n case '<':\n $selectOperator = sprintf('%s?', $operator);\n break;\n case '{}':\n case '!{}':\n // CORE PATCH: Commented out the category_id matching since any array should use this select operator.\n if (/*preg_match('/^.*(category_id)$/', $field) &&*/ is_array($value)) {\n $selectOperator = ' IN (?)';\n } else {\n $selectOperator = ' LIKE ?';\n $value = '%' . $value . '%';\n }\n if (substr($operator, 0, 1) == '!') {\n $selectOperator = ' NOT' . $selectOperator;\n }\n break;\n\n case '()':\n $selectOperator = ' IN(?)';\n break;\n\n case '!()':\n $selectOperator = ' NOT IN(?)';\n break;\n\n default:\n $selectOperator = '=?';\n break;\n }\n $field = $this->_adapter->quoteIdentifier($field);\n\n if (is_array($value) && in_array($operator, array('==', '!=', '>=', '<=', '>', '<'))) {\n $results = array();\n foreach ($value as $v) {\n $results[] = $this->_adapter->quoteInto(\"{$field}{$selectOperator}\", $v);\n }\n $result = implode(' AND ', $results);\n } else {\n $result = $this->_adapter->quoteInto(\"{$field}{$selectOperator}\", $value);\n }\n\n return $result;\n }", "public function where($field, $operator = null, $value = null);", "public function __construct($field, $value, $operator);", "public function compare( string $operator, string $key, $value ) : Iface;", "public function getOperator($field)\n {\n return $this->get($field)->getOperator();\n }", "public function findAndOrder($field, $value, $operator, $option) {\n\t\t$stmt = $this->pdo->prepare('SELECT * FROM '.$this->table. ' WHERE '.$field. ' ' . $operator. ' :value ORDER BY '.$field.' '.$option);\n\t\t$values = [\n\t\t\t'value' => $value\n\t\t];\n\t\t$stmt->setFetchMode(\\PDO::FETCH_CLASS, $this->entityClass, $this->entityConstructor);\n\t\t$stmt->execute($values);\n $results = $stmt->fetchAll();\n return $results;\n\t}", "private function compare($value, $operator, $reference) {\n switch ($operator) {\n case \"eq\":\n if (is_string($value)) {\n return (in_array(strtolower($value),array_map('strtolower', $reference)));\n } else {\n return (in_array($value, $reference));\n }\n case \"not\":\n if (is_string($value)) {\n return (!in_array(strtolower($value),array_map('strtolower', $reference)));\n } else {\n return (!in_array($value, $reference));\n }\n case \"le\":\n return ($value <= $reference);\n case \"lt\":\n return ($value < $reference);\n case \"ge\":\n return ($value >= $reference);\n case \"gt\":\n return ($value > $reference);\n default:\n throw new Exception('invalid compare operator: '. $operator);\n }\n }", "public function add(string $field, string $operator, $value): self\n {\n $this->criteria[$field] = [$operator, $value];\n\n return $this;\n }", "function dbNode($fieldName, $nodes = null, $operator = '') {\n\tif (is_null($nodes)) {\n\t\t$nodes = get_current_nodeid();\n\t}\n\telseif (is_bool($nodes)) {\n\t\t$nodes = get_current_nodeid($nodes);\n\t}\n\n\tif (empty($nodes)) {\n\t\t$nodes = array(0);\n\t}\n\telseif (!is_array($nodes)) {\n\t\tif (is_string($nodes)) {\n\t\t\tif (!preg_match('/^([0-9,]+)$/', $nodes)) {\n\t\t\t\tfatal_error('Incorrect \"nodes\" for \"dbNode\". Passed ['.$nodes.']');\n\t\t\t}\n\t\t}\n\t\telseif (!zbx_ctype_digit($nodes)) {\n\t\t\tfatal_error('Incorrect type of \"nodes\" for \"dbNode\". Passed ['.gettype($nodes).']');\n\t\t}\n\t\t$nodes = zbx_toArray($nodes);\n\t}\n\n\t$sql = '';\n\tif (count($nodes) == 1) {\n\t\t$nodeid = reset($nodes);\n\t\tif ($nodeid != 0) {\n\t\t\t$sql = $fieldName.' BETWEEN '.$nodeid.'00000000000000 AND '.$nodeid.'99999999999999';\n\t\t}\n\t}\n\telse {\n\t\tforeach ($nodes as $nodeid) {\n\t\t\t$sql .= '('.$fieldName.' BETWEEN '.$nodeid.'00000000000000 AND '.$nodeid.'99999999999999) OR ';\n\t\t}\n\t\t$sql = '('.rtrim($sql, ' OR ').')';\n\t}\n\n\tif ($sql != '' && $operator != '') {\n\t\t$sql = ' '.$operator.' '.$sql;\n\t}\n\n\treturn $sql;\n}", "public function getOperator();", "public function getOperator();", "public static function compare($value1, $operator, $value2)\n {\n switch ($operator) {\n case '<' : return $value1 < $value2;\n case '<=' : return $value1 <= $value2;\n case '>' : return $value1 > $value2;\n case '>=' : return $value1 >= $value2;\n case '==' : return $value1 == $value2;\n default: \n $operationStr = \"`{$value1}` {$operator} `{$value2}`\";\n \n throw new \\Pley\\Exception\\UnsupportedOperationException(\n \"Unsupported shipping rule operation from config file. ({$operationStr})\"\n );\n }\n }", "private function compare(string $reg_val, string $operator, string $comparator) : bool {\n $code = 'return %s %s %s;';\n\n return eval(sprintf($code, $reg_val, $operator, $comparator));\n }", "protected function operatorForWhere(\n string $key,\n string $operator,\n $value = null\n ): Closure {\n if (2 === func_num_args()) {\n $value = $operator;\n $operator = '=';\n }\n\n return function ($item) use ($key, $operator, $value) {\n $retrieved = data_get($item, $key);\n\n $strings = array_filter([$retrieved, $value,], function ($value) {\n return is_string($value)\n || (is_object($value) && method_exists($value, '__toString'));\n });\n\n if (2 >= count($strings)\n && 1 == count(array_filter([$retrieved, $value,], 'is_object'))) {\n return in_array($operator, ['!=', '<>', '!==',]);\n }\n\n switch ($operator) {\n case '!=':\n case '<>':\n return $retrieved != $value;\n case '<':\n return $retrieved < $value;\n case '>':\n return $retrieved > $value;\n case '<=':\n return $retrieved <= $value;\n case '>=':\n return $retrieved >= $value;\n case '===':\n return $retrieved === $value;\n case '!==':\n return $retrieved !== $value;\n case '=':\n case '==':\n default:\n return $retrieved == $value;\n }\n };\n }", "public function addCondition($field, $value = '', $op = '==') {\n\n if (!in_array($op, self::$operators)) {\n throw new \\InvalidArgumentException('Invalid operator');\n }\n\n // Change boolean into a string value of the same name.\n if (is_bool($value)) {\n $value = $value ? 'true' : 'false';\n }\n\n // Construction condition statement based on operator.\n if (in_array($op, array('==', '!='))) {\n $this->conditions[] = $field . $op . '\"' . $value . '\"';\n }\n elseif ($op == 'guid') {\n $this->conditions[] = $field . '= Guid(\"' . $value . '\")';\n }\n else {\n $this->conditions[] = $field . '.' . $op . '(\"' . $value . '\")';\n }\n\n return $this;\n }", "public function eq( $field, $value )\n {\n $field = trim( $field );\n\n $this->checkIfFieldExists( $field );\n $fieldType = $this->definition->fields[$field]->type;\n $value = $this->handler->mapFieldValueForSearch( $fieldType, $value );\n $fieldName = $this->handler->mapFieldType( $field, $this->definition->fields[$field]->type );\n\n $ret = \"$fieldName:$value\";\n\n if ( $this->definition->fields[$field]->boost != 1 )\n {\n $ret .= \"^{$this->definition->fields[$field]->boost}\";\n }\n return $ret;\n }", "public function where($field, $operator, $value, $method = 'where')\n {\n }", "public function compare($dn, $attribute, $value);", "private function translateCondition(string $field, string $value, string $operator): string {\n if (mb_strpos($operator, '!') === 0) {\n $condition = sprintf('(!(%s=%s))', $field, Html::escape($value));\n }\n else {\n $condition = sprintf('(%s=%s)', $field, Html::escape($value));\n }\n return $condition;\n }", "public function condition($field, $value, $operator, $concatenator, $date = false){\n if (!isset($operator) || $operator == \"IN\" || $operator == \"NOT IN\") {\n if (is_array($value)) {\n if(!isset($operator)){\n $operator = 'IN';\n }\n $v = '(';\n $i=0;\n foreach($value as $val){\n $i++;\n if ($date === true){\n $v .= ':' . $field . $i . \", \";\n }else{\n $v .= ':' . $field . $i . ', ';\n }\n\n $bind[':' . $field . $i] = $val;\n }\n $v = substr($v, 0, -2);\n $v .= ')';\n $placeholder = $v;\n }\n elseif (is_null($value)) {\n $operator = 'IS NULL';\n }\n else {\n $operator = '=';\n }\n }\n if(!isset($placeholder) && !is_null($value)){\n $placeholder = ':' . $field;\n $placeholder = str_replace('.', '', $placeholder);\n $i = 0;\n while(isset($this->params[$placeholder])){\n $i++;\n $placeholder = ':' . $field . $i;\n $placeholder = str_replace('.', '', $placeholder);\n }\n $bind[$placeholder] = $value;\n }elseif(!isset($placeholder)){\n $placeholder = '';\n }\n if (isset($bind)){\n $this->params += $bind;\n\n }\n if(!empty($concatenator)){\n $concatenator = \" \" . trim($concatenator) . \" \";\n }\n\n if ($date === true){\n $return = $concatenator .\" \". $field . \" \" . $operator. \" FROM_UNIXTIME(\" . $placeholder.\") \";\n }else{\n $return = $concatenator . $field . \" \" . $operator. \" \" . $placeholder;\n\n }\n\n return $return;\n }", "public function getOperator()\n {\n return '=';\n }", "public static function compareRule($value1, $operator, $value2)\n {\n switch ($operator) {\n case '<' : return $value1 < $value2;\n case '<=' : return $value1 <= $value2;\n case '>' : return $value1 > $value2;\n case '>=' : return $value1 >= $value2;\n case '==' : return $value1 == $value2;\n default: \n $operationStr = \"`{$value1}` {$operator} `{$value2}`\";\n \n throw new UnsupportedOperationException(\n \"Unsupported shipping rule operation from config file. ({$operationStr})\"\n );\n }\n }", "public function compare($column, $value, $partialMatch=false, $operator='AND', $escape=true)\n\t{\n\t\t$this->_column = $column;\n\t\t$this->_key = $this->generateKey();\n\t\t$columnPart = $this->_key .'.value';\n\t\t\n\t\treturn parent::compare($columnPart, $value,$partialMatch, $operator, $escape);\n\t}", "protected function generateCondition($field, $value)\n {\n // Check the field suffix against the operator map to see if it is\n // suffixed with a recognised operator modifier.\n $operator = Comparison::EQ;\n foreach ($this->getOperatorModifierMap() as $mod => $op) {\n $pos = 0 - strlen($mod);\n\n // Do nothing unless the modifier was appended to the field\n if (substr($field, $pos) !== $mod) {\n continue;\n }\n\n // Set the operator accordingly where the modifier was appened to \n // the field\n $field = substr($field, 0, $pos);\n $operator = $op;\n }\n\n // Special treatment is given to arrays\n if (is_array($value)) {\n $arrayMap = $this->getOperatorArrayMap();\n if (array_key_exists($operator, $arrayMap)) {\n $operator = $arrayMap[$operator];\n }\n }\n\n // Generate the expression\n return new Comparison($field, $operator, $value);\n }", "protected function create_entity_filter($field_name, $value, $operator = \\Wallee\\Sdk\\Model\\CriteriaOperator::EQUALS){\n\t $filter = new \\Wallee\\Sdk\\Model\\EntityQueryFilter();\n\t $filter->setType(\\Wallee\\Sdk\\Model\\EntityQueryFilterType::LEAF);\n\t\t$filter->setOperator($operator);\n\t\t$filter->setFieldName($field_name);\n\t\t$filter->setValue($value);\n\t\treturn $filter;\n\t}", "public function comparisonClause($field, $value, $exact = false, $negate = false, $caseSensitive = null,\n\t\t\t\t\t\t\t\t\t\t\t$parameterised = false) {\n\t\treturn $this->realConn->comparisonClause($field, $value, $exact, $negate, $caseSensitive, $parameterised);\n\t}", "public function having($field, $operator, $value)\n {\n }", "function identicalFieldValues($field=array(), $compare_field=null ) {\r\n return $this->data[get_class($this)][$compare_field] === current($field);\r\n }" ]
[ "0.6102927", "0.6063169", "0.6029205", "0.5826881", "0.57133466", "0.56622756", "0.56119806", "0.55749214", "0.54254603", "0.5392371", "0.533195", "0.5329275", "0.5329275", "0.52642846", "0.52544177", "0.5249833", "0.5233224", "0.5187945", "0.5165316", "0.5150266", "0.51284444", "0.5107684", "0.50801426", "0.50768334", "0.50640595", "0.5033083", "0.50227976", "0.50166065", "0.4996717", "0.4996596" ]
0.645475
0
Perform a custom PHP action.
function ca_action_custom_php($arguments, $settings) { _ca_custom_php_eval($settings['php'], $arguments); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "abstract public function doAction();", "public function execute_custom()\n {\n\n }", "public function executeAction();", "abstract function execute($action);", "function my_custom_action() {\n echo '<p>This is my custom action function</p>';\n}", "function actionWorld() {\n echo \"Hello World\";\n }", "public function execute() {\n \n $args = \\func_get_args();\n return \\call_user_func_array( 'do_action' , $args );\n\n }", "function run_custom()\n\t{\n\t\tswitch( $this->ipsclass->input['mode'] )\n\t\t{\n\t\t\tcase 'ticket':\n\t\t\t\t$this->do_ticket();\n\t\t\t\tbreak;\n\t\t}\n\t}", "public function exec()\n\t{\n\t\ttry\n\t\t{\n\t\t\t//todo move in processBeforeAction()\n\t\t\tif($this->request->isPost())\n\t\t\t{\n\t\t\t\t\\CUtil::jSPostUnescape();\n\t\t\t\t$this->request->addFilter(new PostDecodeFilter);\n\t\t\t}\n\n\t\t\t$this->resolveAction();\n\t\t\t$this->checkAction();\n\n\t\t\t$this->checkRequiredModules();\n\n\t\t\tif(!$this->prepareParams())\n\t\t\t{\n\t\t\t\t$this->sendJsonErrorResponse();\n\t\t\t}\n\n\t\t\t$action = $this->getAction();\n\t\t\tif(\n\t\t\t\t$this->processBeforeAction($action) === true &&\n\t\t\t\t$this->triggerOnBeforeAction($action) === true\n\t\t\t)\n\t\t\t{\n\t\t\t\t$this->runAction();\n\t\t\t}\n\t\t}\n\t\tcatch(\\Exception $e)\n\t\t{\n\t\t\t$this->runProcessingException($e);\n\t\t}\n\t}", "public function ExecuteAction() {\r\n return $this->{$this->action}($this->urlvalues, $this->action2, $this->action3);\r\n }", "abstract public function execute(Action $action);", "public function execute(){\n\t\tif(!method_exists($this,$this->request->action)){\n\t\t\tthrow new \\Exception(\"the method {$this->request->action} does not exist\", 102);\n\t\t}\n\t\tcall_user_func_array([$this,$this->request->action],$this->request->params);\n\t\t$this->view->render();\n\t}", "public static function exec()\n\t{\n\t\tif(class_exists(ucwords(MODULE_NAME). 'Action'))\n\t\t{\n\t\t\trunaction(MODULE_NAME, ACTION_NAME);\n\t\t}else{\n\t\t\t//rundefault\n\t\t\trunaction('AppBase', 'deal');\n\t\t}\n\t}", "public function run()\r\n {\r\n if (empty($this->request->actions))\r\n $this->response->contents = $this->get_api();\r\n\r\n else {\r\n $response = array();\r\n foreach ($this->request->actions as $action)\r\n $response[] = $action->run();\r\n\r\n if (count($response) > 1)\r\n $this->response->contents = utf8_encode(json_encode($response));\r\n else\r\n $this->response->contents = utf8_encode(json_encode($response[0]));\r\n\r\n if ($this->request->upload)\r\n $this->response->contents = '<html><body><textarea>' . preg_replace('/&quot;/', '\\\\&quot;', $this->response->contents) . '</textarea></body></html>';\r\n }\r\n\r\n if ($this->request->upload)\r\n $this->response->headers[] = 'Content-Type: text/html';\r\n else\r\n $this->response->headers[] = 'Content-Type: text/javascript';\r\n }", "public function runAction(){\n $op = isset($_GET['op']) ? $_GET['op'] : 'showOp';\n if(method_exists($this, $op)) $this->$op();\n else {\n $this->showOp();\n }\n }", "public function run(){\n\t\tif(!empty($_GET['do'])) $action=$_GET['do'];\n\t\tif(!empty($_POST['do'])) $action=$_POST['do'];\n\t\t$action = empty($action)? 'List' :$action;\n\t\t$func = 'action'.$action;\n\t\tif (method_exists($this,$func))\n\t\t$this->$func();\n\t}", "public function executeAction()\n {\n throw new Frapi_Error('METHOD_NOT_ALLOWED');\n }", "abstract function doExecute( \\woo\\controller\\Request $request );", "public function action();", "public function execute($action = null)\n\t{\n\t\t$action = $this->url->getAction() == null ? self::INDEX : $this->url->getAction();\n\t\tif (!$this->isCallable($action) || !$this->hasAnnotation($action, 'Invocable'))\n\t\t\t$action = self::ERROR;\n\t\t$this->$action();\n\t\t// TODO: is this really nice and ok???\n//\t\tif (!$this->hasAnnotation($action, 'WebMethod'))\n\t\t\t$this->view->display($action);\n\t}", "public function run()\n\t{\n\t\tif ( empty( $this->request->actions ) )\n\t\t\t$this->response->contents = $this->get_api();\n\n\t\telse\n\t\t{\n\t\t\t$response = array();\n\t\t\tforeach( $this->request->actions as $action )\n\t\t\t\t$response[] = $action->run();\n\n\t\t\tif ( count( $response ) > 1 )\n\t\t\t\t$this->response->contents = utf8_encode( json_encode( $response ) );\n\t\t\telse\n\t\t\t\t$this->response->contents = utf8_encode( json_encode( $response[0] ) );\n\n\t\t\tif ( $this->request->upload )\n\t\t\t\t$this->response->contents = '<html><body><textarea>' . preg_replace( '/&quot;/', '\\\\&quot;', $this->response->contents ) . '</textarea></body></html>';\n\t\t}\n\n\t\tif ( $this->request->upload )\n\t\t\t$this->response->headers[] = 'Content-Type: text/html';\n\t\telse\n\t\t\t$this->response->headers[] = 'Content-Type: text/javascript';\n\t}", "public function execute() \n {\n $opdracht = $this->action.'Action';\n if(!method_exists($this,$opdracht))\n {\n $opdracht = 'defaultAction';\n $this->action = 'default';\n }\n $this->$opdracht();\n $this->view->setAction($this->action);\n $this->view->setControl($this->control);\n $this->view->toon();\n }", "public function Invoke() { \n if ($_POST) {\n return $this->{$this->action . \"Post\"}();\n }\n else {\n return $this->{$this->action}();\n }\n }", "public function doAction($action = '')\n {\n parent::doAction($action);\n\n return;\n }", "public function execute()\n {\n $method = 'execute'.ucfirst($this->m_action);\n if (!is_callable(array($this, $method)))\n throw new RuntimeException('The action \"'. $this->m_action . '\" does not exist in the module : ' . $this->m_module);\n\n\t\t\t$this->$method($this->app()->httpRequest());\n }", "function action() {\r\n parent::action();\r\n switch (SQ_Tools::getValue('action')) {\r\n //login action\r\n case 'sq_login':\r\n $this->squirrlyLogin();\r\n break;\r\n\r\n //sign-up action\r\n case 'sq_register':\r\n $this->squirrlyRegister();\r\n break;\r\n\r\n //reset the token action\r\n case 'sq_reset':\r\n SQ_Tools::saveOptions('sq_api', '');\r\n $return = array();\r\n $return['reset'] = 'success';\r\n\r\n //Set the header for json reply\r\n SQ_Tools::setHeader('json');\r\n echo json_encode($return);\r\n //force exit\r\n exit();\r\n }\r\n }", "public function execute()\n\t{\n\t\t$controller = Router::getController($this);\n\n\t\tRouter::executeAction($this, $controller);\n\n\t\techo $controller->execute();\n\t}", "function doAction($action, $data) {\n $this->$action($data);\n\n /* Forward? */\n if ($this->forward) {\n $data = $this->forward;\n $this->forward = false;\n $this->doAction($data['action'], $data['data']);\n \n } else {\n /* Finish request and use the template */\n $view = 'content/' . $action . '.php';\n \n if (file_exists($view)) {\n require($view);\n } else {\n throw new Exception('no_template ' . $view);\n }\n }\n }", "public function go()\n {\n $this->request->init();\n $this->onBeginProcess();\n $this->loadModule();\n call_user_func_array(array($this->_m, $this->request->action),\n $this->request->paramToAction);\n $this->onEndProcess();\n }", "public function executeAction()\n {\n throw new Frapi_Error('NOT_IMPLEMENTED');\n }" ]
[ "0.66351444", "0.6573491", "0.6525868", "0.6465229", "0.6370322", "0.61517096", "0.615121", "0.61236274", "0.604541", "0.60316026", "0.6010873", "0.59983015", "0.59591377", "0.5926711", "0.59187007", "0.5896648", "0.5888719", "0.587002", "0.58693683", "0.58592826", "0.5859109", "0.5854438", "0.5850179", "0.58450156", "0.5844693", "0.58073276", "0.5774182", "0.5769478", "0.57356536", "0.57317394" ]
0.700751
0
Return a fieldset used to display available variables for custom PHP conditions and actions.
function _ca_custom_php_variables_table($arguments) { $rows = array(); $header = array(t('Variable'), t('Type'), t('Description')); // Translate the arguments into descriptive rows. foreach ($arguments as $key => $value) { $rows[] = array(check_plain('$'. $key), check_plain($value['#entity']), $value['#title']); } if (empty($rows)) { $rows[] = array(array('data' => t('No variables available.'), 'colspan' => 3)); } $fieldset = array( '#type' => 'fieldset', '#title' => t('Available PHP variables'), '#description' => t('You may use these variables in your custom PHP.') . theme('table', array('header' => $header, 'rows' => $rows)), '#collapsible' => TRUE, ); return $fieldset; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function getViewFormFields() {\n $fields = parent::getViewFormFields();\n $art66 = array(\n 'xtype' => 'fieldset',\n 'title' => 'MEDIDAS SOLICITAS (Art. 66)',\n 'defaultType' => 'checkbox',\n 'items' => array(),\n );\n\n \n $art71 = array(\n 'xtype' => 'fieldset',\n 'title' => 'MEDIDAS SOLICITAS (Art. 71)',\n 'defaultType' => 'checkbox',\n 'items' => array(),\n );\n \n foreach ($fields as $key => $field) {\n $obj = new stdClass();\n \n if($key && in_array($key, ['field10','field11','field12','field13','field14'])){\n $art66['items'][] = $obj;\n }else if($key && in_array($key, ['field15','field16','field17','field18'])){\n $art71['items'][] = $obj;\n }else{\n continue;\n }\n $obj->name = $field['name'];\n $obj->fieldLabel = $field['fieldLabel'];\n unset($fields[$key]);\n \n switch ($key){\n case false:break;//needed\n default: break;\n case 'field10':\n $obj->fieldLabel .= ' - ' . $this::ART_66_FRAC_1;\n break;\n case 'field11':\n $obj->fieldLabel .= ' - ' . $this::ART_66_FRAC_2;\n break;\n case 'field12':\n $obj->fieldLabel .= ' - ' . $this::ART_66_FRAC_3;\n break;\n case 'field13':\n $obj->fieldLabel .= ' - ' . $this::ART_66_FRAC_4;\n break;\n case 'field14':\n $obj->fieldLabel .= ' - ' . $this::ART_66_FRAC_5;\n break;\n case 'field15':\n $obj->fieldLabel .= ' - ' . $this::ART_77_FRAC_1;\n break;\n case 'field16':\n $obj->fieldLabel .= ' - ' . $this::ART_77_FRAC_2;\n break;\n case 'field17':\n $obj->fieldLabel .= ' - ' . $this::ART_77_FRAC_3;\n break;\n case 'field18':\n $obj->fieldLabel .= ' - ' . $this::ART_77_FRAC_4;\n break;\n }\n }\n $fields['field10'] = $art66;\n $fields['field15'] = $art71;\n return $fields;\n }", "public function fieldset($fieldset = null);", "function responsive_pop_up_variable_info() {\n $variable['normal_pop_up'] = array(\n 'type' => 'fieldset',\n 'title' => t('Normal POP UP'),\n 'localize' => TRUE,\n 'group' => 'Responsive_pop_up',\n\t'description' => t('Responsive Pop Up Module')\n );\n return $variable;\n}", "public function FieldsetSection(){\t\t//v1.1\n\n\t\tglobal $aDATA;\n\n\t\t$aArgs = func_get_args();\n//\t\t$sLegend = $aArgs[0];\n\t\tarray_splice($aArgs, 0, 1);\n\n\t\tforeach($aArgs as $sFieldName){\n\n\t\t\tif(IsField($sFieldName)) $s .= $aDATA[$sFieldName];\n\t\t\telse $s .= $sFieldName;\n\n\t\t}\n\n\t\tif($s != ''){\n\n\t\t\t$temp .= '<fieldset><legend>'.func_get_arg(0).'</legend>';\n\n\t\t\tforeach($aArgs as $sFieldName){\n\n\t\t\t\tif(IsField($sFieldName) && $aDATA[$sFieldName] != '')\n\t\t\t\t\t$temp .= $this->StringSection($sFieldName).' ';\n\t\t\t\telseif($sFieldName != '')\n\t\t\t\t\t$temp .= $this->StringSection($sFieldName).' ';\n\n\t\t\t}\n\n\t\t\t$temp .= '</fieldset>';\n\n\t\t}\n\n\t\treturn $temp;\n\n\t}", "function gdstheme_fieldset($vars) {\n $element = $vars['element'];\n element_set_attributes($element, array('id'));\n _form_set_class($element, array('form-wrapper'));\n\n $output = '<fieldset' . drupal_attributes($element['#attributes']) . '>';\n // add a class to the fieldset wrapper if a legend exists, in some instances they do not\n $class = \"without-legend\";\n if (!empty($element['#title'])) {\n // Always wrap fieldset legends in a SPAN for CSS positioning.\n $output .= '<legend><span class=\"fieldset-legend\">' . $element['#title'] . '</span></legend>';\n // add a class to the fieldset wrapper if a legend exists, in some instances they do not\n $class = 'with-legend';\n }\n $output .= '<div class=\"fieldset-wrapper ' . $class . '\">';\n if (!empty($element['#description'])) {\n $output .= '<div class=\"fieldset-description\">' . $element['#description'] . '</div>';\n }\n $output .= $element['#children'];\n if (isset($element['#value'])) {\n $output .= $element['#value'];\n }\n $output .= '</div>';\n $output .= \"</fieldset>\\n\";\n return $output;\n}", "function do_editFieldset() {\n $fieldset_id = KTUtil::arrayGet($_REQUEST, \"fieldset_id\");\n $oTemplating =& KTTemplating::getSingleton();\n $oTemplate = $oTemplating->loadTemplate(\"ktcore/metadata/conditional/editsimple\");\n /* alright: to \"do\" this we need at least:\n * 1. the list of all the columns (id, name) and their available values.\n * 2. the fieldset_id.\n * we can then render in/out. Everything \"intelligent\" happens\n * in AJAX (doing it with submits sucks arse.\n * \n */\n \n $oFieldset =& KTFieldset::get($fieldset_id);\n $aFields =& $oFieldset->getFields();\n\n $this->aBreadcrumbs[] = array(\n 'url' => KTUtil::ktLink('admin.php','documents/fieldmanagement','action=edit&fFieldsetId=' . $oFieldset->getId()),\n 'name' => $oFieldset->getName()\n );\n $this->aBreadcrumbs[] = array(\n 'url' => KTUtil::ktLink('admin.php','documents/fieldmanagement','action=manageConditional&fFieldsetId=' . $oFieldset->getId()), \n 'name' => _kt('Manage conditional fieldset'),\n );\n $this->oPage->setBreadcrumbDetails(_kt('Manage simple conditional'));\n $sTable = KTUtil::getTableName('field_orders');\n $aQuery = array(\n \"SELECT parent_field_id, child_field_id FROM $sTable WHERE fieldset_id = ?\",\n array($oFieldset->getId())\n );\n $aFieldOrders = DBUtil::getResultArray($aQuery); \n $aOrders = array();\n foreach ($aFieldOrders as $row) {\n $aChildren = KTUtil::arrayGet($aOrders, $row['parent_field_id'], array());\n $aChildren[] = $row['child_field_id'];\n $aOrders[$row['parent_field_id']] = $aChildren;\n } \n \n // for useability, they can go in any order\n // but master field should be first. beyond that \n // it can get odd anyway. \n \n $aKeyedFields = array();\n $aOrderedFields = array();\n $aStack = array($oFieldset->getMasterFieldId());\n \n // first, key\n foreach ($aFields as $oField) {\n $aKeyedFields[$oField->getId()] = $oField;\n }\n \n while (!empty($aStack)) {\n $iKey = array_shift($aStack);\n // this shouldn't happen, but avoid it anyway.\n if (!is_null($aKeyedFields[$iKey])) {\n $aOrderedFields[] = $aKeyedFields[$iKey];\n unset($aKeyedFields[$iKey]);\n }\n // add children to stack\n $aStack = kt_array_merge($aStack, $aOrders[$iKey]);\n }\n \n \n $aTemplateData = array(\n \"context\" => &$this,\n \"fieldset_id\" => $fieldset_id,\n \"ordering\" => $aOrders,\n \"aFields\" => $aOrderedFields,\n \"iMasterFieldId\" => $oFieldset->getMasterFieldId(),\n );\n return $oTemplate->render($aTemplateData);\n }", "function culturefeed_uitpas_register_where_settings_get(&$form) {\n\n $form['register_where'] = array(\n '#type' => 'fieldset',\n '#title' => t('UiTPAS register where settings'),\n '#collapsible' => TRUE,\n '#collapsed' => TRUE,\n );\n $form['register_where']['culturefeed_uitpas_register_where_title'] = array(\n '#type' => 'textfield',\n '#title' => t('Title'),\n '#default_value' => variable_get('culturefeed_uitpas_register_where_title', t('Register your UiTPAS')),\n );\n $form['register_where']['culturefeed_uitpas_register_where_filters_title'] = array(\n '#type' => 'textfield',\n '#title' => t('Filters title'),\n '#default_value' => variable_get('culturefeed_uitpas_register_where_filters_title', t('Registration counters')),\n );\n $form['register_where']['culturefeed_uitpas_register_where_intro'] = array(\n '#type' => 'textarea',\n '#title' => t('Intro'),\n '#default_value' => variable_get('culturefeed_uitpas_register_where_intro'),\n );\n $form['register_where']['culturefeed_uitpas_register_where_outro'] = array(\n '#type' => 'textarea',\n '#title' => t('Outro'),\n '#default_value' => variable_get('culturefeed_uitpas_register_where_outro'),\n );\n $form['register_where']['culturefeed_uitpas_register_where_pos_max'] = array(\n '#type' => 'textfield',\n '#title' => t('Number of points of sale to display'),\n '#default_value' => variable_get('culturefeed_uitpas_register_where_pos_max', 10),\n );\n\n}", "public function getFields()\n {\n return [\n [\n 'name' => 'basic_information',\n 'type' => 'group',\n 'visible' => 'ce',\n 'tabs' => [\n [\n 'name' => 'portfolio_information',\n 'type' => 'tab',\n 'visible' => 'ce',\n 'fields' => [\n [\n 'name' => 'id',\n 'type' => 'text',\n 'visible' => 'io',\n ],\n [\n 'name' => 'title',\n 'type' => 'text',\n 'validation' => 'required',\n 'visible' => 'ice',\n ],\n [\n 'name' => 'author_id',\n 'type' => 'relation',\n 'relation' => ['author', 'name'],\n 'visible' => 'ice',\n ],\n [\n 'name' => 'slug',\n 'type' => 'text',\n 'visible' => 'ce',\n ],\n [\n 'name' => 'categories',\n 'type' => 'relationM',\n 'relation' => ['categories', 'name'],\n 'visible' => 'ice'\n ],\n [\n 'name' => 'summary',\n 'type' => 'textarea',\n 'visible' => 'ce',\n ],\n [\n 'name' => 'content',\n 'type' => 'textEditor',\n 'visible' => 'ce',\n ],\n // [\n // 'name' => 'created_at',\n // 'type' => 'text',\n // 'visible' => 'c',\n // ],\n [\n 'name' => 'status',\n 'type' => 'select',\n 'data' => ['draft' => trans('portfolio::panel.draft'),\n 'published' => trans('portfolio::panel.published'),\n 'unpublished' => trans('portfolio::panel.unpublished')\n ],\n 'visible' => 'icef',\n ],\n ]\n ],\n [\n 'name' => 'images',\n 'type' => 'tab',\n 'visible' => 'ice',\n 'fields' => [\n [\n 'name' => 'images[intro]',\n 'display' => 'intro_image',\n 'type' => 'image',\n 'visible' => 'ce',\n ],\n [\n 'name' => 'images[main]',\n 'display' => 'intro_image',\n 'type' => 'image',\n 'visible' => 'ce',\n ],\n [\n 'name' => 'gallery',\n 'display' => 'gallery',\n 'type' => 'images',\n 'visible' => 'ce'\n ]\n ]\n ],\n\n [\n 'name' => 'meta',\n 'type' => 'tab',\n 'visible' => 'ce',\n 'fields' => [\n [\n 'name' => 'meta[keyword]',\n 'display' => 'meta_keywords',\n 'type' => 'text',\n 'visible' => 'ce',\n ],\n [\n 'name' => 'meta[description]',\n 'display' => 'meta_description',\n 'type' => 'textarea',\n 'visible' => 'ce',\n ]\n ]\n ]\n\n\n ]\n ]\n ];\n }", "function SeismicOcean_fieldset($element) {\n if (!empty($element['#collapsible'])) {\n drupal_add_js('misc/collapse.js');\n\n if (!isset($element['#attributes']['class'])) {\n $element['#attributes']['class'] = '';\n }\n\n $element['#attributes']['class'] .= ' collapsible';\n if (!empty($element['#collapsed'])) {\n if ($element['#title'] != 'Node Hierarchy') {\n $element['#attributes']['class'] .= ' collapsed';\n }\n }\n }\n\n return '<fieldset'. drupal_attributes($element['#attributes']) .'>'. ($element['#title'] ? '<legend>'. $element['#title'] .'</legend>' : '') . (isset($element['#description']) && $element['#description'] ? '<div class=\"description\">'. $element['#description'] .'</div>' : '') . (!empty($element['#children']) ? $element['#children'] : '') . (isset($element['#value']) ? $element['#value'] : '') .\"</fieldset>\\n\";\n}", "function get_fields() {\n\t\t$basic_fields = array(\n\t\t\t'title' => array(\n\t\t\t\t'label' => esc_html__( 'Title', 'dicm-divi-custom-modules' ),\n\t\t\t\t'type' => 'text',\n\t\t\t\t'option_category' => 'basic_option',\n\t\t\t\t'description' => esc_html__( 'Text entered here will appear as title.', 'dicm-divi-custom-modules' ),\n\t\t\t\t'toggle_slug' => 'main_content',\n\t\t\t),\n\t\t\t'content' => array(\n\t\t\t\t'label' => esc_html__( 'Content', 'dicm-divi-custom-modules' ),\n\t\t\t\t'type' => 'tiny_mce',\n\t\t\t\t'option_category' => 'basic_option',\n\t\t\t\t'description' => esc_html__( 'Content entered here will appear inside the module.', 'dicm-divi-custom-modules' ),\n\t\t\t\t'toggle_slug' => 'main_content',\n\t\t\t),\n\t\t\t'button_text' => array(\n\t\t\t\t'label' => esc_html__( 'Button Text', 'dicm-divi-custom-modules' ),\n\t\t\t\t'type' => 'text',\n\t\t\t\t'option_category' => 'basic_option',\n\t\t\t\t'description' => esc_html__( 'Input your desired button text, or leave blank for no button.', 'dicm-divi-custom-modules' ),\n\t\t\t\t'toggle_slug' => 'button',\n\t\t\t),\n\t\t\t'button_url' => array(\n\t\t\t\t'label' => esc_html__( 'Button URL', 'dicm-divi-custom-modules' ),\n\t\t\t\t'type' => 'text',\n\t\t\t\t'option_category' => 'basic_option',\n\t\t\t\t'description' => esc_html__( 'Input URL for your button.', 'dicm-divi-custom-modules' ),\n\t\t\t\t'toggle_slug' => 'button',\n\t\t\t),\n\t\t\t'button_url_new_window' => array(\n\t\t\t\t'default' => 'off',\n\t\t\t\t'default_on_front'=> true,\n\t\t\t\t'label' => esc_html__( 'Url Opens', 'dicm-divi-custom-modules' ),\n\t\t\t\t'type' => 'select',\n\t\t\t\t'option_category' => 'configuration',\n\t\t\t\t'options' => array(\n\t\t\t\t\t'off' => esc_html__( 'In The Same Window', 'dicm-divi-custom-modules' ),\n\t\t\t\t\t'on' => esc_html__( 'In The New Tab', 'dicm-divi-custom-modules' ),\n\t\t\t\t),\n\t\t\t\t'toggle_slug' => 'button',\n\t\t\t\t'description' => esc_html__( 'Choose whether your link opens in a new window or not', 'dicm-divi-custom-modules' ),\n\t\t\t),\n\t\t);\n\n\n\t\t// All possible official field types that can be used on custom module\n\t\t$all_types_tab_slug = 'demo';\n\t\t$all_types_of_fields = array(\n\t\t\t'text' => array(\n\t\t\t\t'label' => esc_html__( 'Text', 'dicm-divi-custom-modules' ),\n\t\t\t\t'type' => 'text',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'input',\n\t\t\t),\n\t\t\t'textarea' => array(\n\t\t\t\t'label' => esc_html__( 'Textarea', 'et_builder' ),\n\t\t\t\t'type' => 'textarea',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'input',\n\t\t\t),\n\t\t\t'select' => array(\n\t\t\t\t'label' => esc_html__( 'Select', 'et_builder' ),\n\t\t\t\t'type' => 'select',\n\t\t\t\t'options' => array(\n\t\t\t\t\t'off' => esc_html__( 'Close', 'et_builder' ),\n\t\t\t\t\t'on' => esc_html__( 'Open', 'et_builder' ),\n\t\t\t\t),\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'input',\n\t\t\t),\n\t\t\t'toggle' => array(\n\t\t\t\t'label' => esc_html__( 'Toggle', 'et_builder' ),\n\t\t\t\t'type' => 'yes_no_button',\n\t\t\t\t'options' => array(\n\t\t\t\t\t'on' => esc_html__( 'On', 'et_builder' ),\n\t\t\t\t\t'off' => esc_html__( 'Off', 'et_builder' ),\n\t\t\t\t),\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'input',\n\t\t\t),\n\t\t\t'multiple_buttons' => array(\n\t\t\t\t'label' => esc_html__( 'Multiple Buttons', 'et_builder' ),\n\t\t\t\t'type' => 'multiple_buttons',\n\t\t\t\t'options' => array(\n\t\t\t\t\t'horizontal' => array(\n\t\t\t\t\t\t'title' => esc_html__( 'Horizontal', 'et_builder' ),\n\t\t\t\t\t\t'icon' => 'flip-horizontally', // Any svg icon that is defined on ETBuilderIcon component\n\t\t\t\t\t),\n\t\t\t\t\t'vertical' => array(\n\t\t\t\t\t\t'title' => esc_html__( 'Vertical', 'et_builder' ),\n\t\t\t\t\t\t'icon' => 'flip-vertically', // Any svg icon that is defined on ETBuilderIcon component\n\t\t\t\t\t),\n\t\t\t\t),\n\t\t\t\t'default' => '',\n\t\t\t\t'toggleable' => true,\n\t\t\t\t'multi_selection' => true,\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'input',\n\t\t\t),\n\t\t\t'multiple_checkboxes' => array(\n\t\t\t\t'label' => esc_html__( 'Multiple Checkboxes', 'et_builder' ),\n\t\t\t\t'type' => 'multiple_checkboxes',\n\t\t\t\t'options' => array(\n\t\t\t\t\t'option_1' => esc_html__( 'Option 1', 'et_builder' ),\n\t\t\t\t\t'option_2' => esc_html__( 'Option 2', 'et_builder' ),\n\t\t\t\t\t'option_3' => esc_html__( 'Option 3', 'et_builder' ),\n\t\t\t\t),\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'input',\n\t\t\t),\n\t\t\t'input_range' => array(\n\t\t\t\t'label' => esc_html__( 'Input Range', 'dicm-divi-custom-modules' ),\n\t\t\t\t'type' => 'range',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'input',\n\t\t\t),\n\t\t\t'input_datetime' => array(\n\t\t\t\t'label' => esc_html__( 'Input Datetime', 'et_builder' ),\n\t\t\t\t'type' => 'date_picker',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'input',\n\t\t\t),\n\t\t\t'input_margin' => array(\n\t\t\t\t'label' => esc_html__( 'Input Margin', 'et_builder' ),\n\t\t\t\t'type' => 'custom_margin',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'input',\n\t\t\t),\n\t\t\t'checkboxes_category' => array(\n\t\t\t\t'label' => esc_html__( 'Checkboxes Category', 'et_builder' ),\n\t\t\t\t'type' => 'categories',\n\t\t\t\t'taxonomy_name' => 'category',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'input',\n\t\t\t),\n\t\t\t'select_sidebar' => array(\n\t\t\t\t'label' => esc_html__( 'Select Sidebar', 'et_builder' ),\n\t\t\t\t'type' => 'select_sidebar',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'input',\n\t\t\t),\n\t\t\t'codemirror' => array(\n\t\t\t\t'label' => esc_html__( 'Codemirror', 'dicm-divi-custom-modules' ),\n\t\t\t\t'type' => 'codemirror',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'code',\n\t\t\t),\n\t\t\t'options_list' => array(\n\t\t\t\t'label' => esc_html__( 'Options List', 'et_builder' ),\n\t\t\t\t'type' => 'options_list',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'form',\n\t\t\t),\n\t\t\t'options_list_checkbox' => array(\n\t\t\t\t'label' => esc_html__( 'Options List: Checkbox', 'et_builder' ),\n\t\t\t\t'type' => 'options_list',\n\t\t\t\t'checkbox' => true,\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'form',\n\t\t\t),\n\t\t\t'options_list_radio' => array(\n\t\t\t\t'label' => esc_html__( 'Options List: Radio', 'et_builder' ),\n\t\t\t\t'type' => 'options_list',\n\t\t\t\t'radio' => true,\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'form',\n\t\t\t),\n\t\t\t'select_fonticon' => array(\n\t\t\t\t'label' => esc_html__( 'Select Font Icon', 'et_builder' ),\n\t\t\t\t'type' => 'et_font_icon_select',\n\t\t\t\t'renderer' => 'et_pb_get_font_icon_list',\n\t\t\t\t'renderer_with_field' => true,\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'typography',\n\t\t\t),\n\t\t\t'text_align' => array(\n\t\t\t\t'label' => esc_html__( 'Text Align', 'et_builder' ),\n\t\t\t\t'type' => 'text_align',\n\t\t\t\t'options' => et_builder_get_text_orientation_options(),\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'typography',\n\t\t\t),\n\t\t\t'select_font' => array(\n\t\t\t\t'label' => esc_html__( 'Select Font', 'et_builder' ),\n\t\t\t\t'type' => 'font',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'typography',\n\t\t\t),\n\t\t\t'color' => array(\n\t\t\t\t'label' => esc_html__( 'Color', 'dicm-divi-custom-modules' ),\n\t\t\t\t'type' => 'color',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'color',\n\t\t\t),\n\t\t\t'color_alpha' => array(\n\t\t\t\t'label' => esc_html__( 'Color Alpha', 'dicm-divi-custom-modules' ),\n\t\t\t\t'type' => 'color-alpha',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'color',\n\t\t\t),\n\t\t\t'upload' => array(\n\t\t\t\t'label' => esc_html__( 'Upload', 'et_builder' ),\n\t\t\t\t'type' => 'upload',\n\t\t\t\t'upload_button_text' => esc_attr__( 'Upload an image', 'et_builder' ),\n\t\t\t\t'choose_text' => esc_attr__( 'Choose an Image', 'et_builder' ),\n\t\t\t\t'update_text' => esc_attr__( 'Set As Image', 'et_builder' ),\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'upload',\n\t\t\t),\n\t\t\t'composite_tabbed' => array(\n\t\t\t\t'label' => esc_html__( 'Composite Tabbed', 'et_builder' ),\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'advanced',\n\t\t\t\t'attr_suffix' => '',\n\t\t\t\t'type' => 'composite',\n\t\t\t\t'composite_type' => 'default',\n\t\t\t\t'composite_structure' => array(\n\t\t\t\t\t'tab_1' => array(\n\t\t\t\t\t\t'label' => esc_html( 'Tab 1', 'dicm-divi-custom-modules' ),\n\t\t\t\t\t\t'controls' => array(\n\t\t\t\t\t\t\t'tab_1_text' => array(\n\t\t\t\t\t\t\t\t'label' => esc_html__( 'Text 1', 'dicm-divi-custom-modules' ),\n\t\t\t\t\t\t\t\t'type' => 'text',\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t),\n\t\t\t\t\t),\n\t\t\t\t\t'tab_2' => array(\n\t\t\t\t\t\t'label' => esc_html( 'Tab 2', 'dicm-divi-custom-modules' ),\n\t\t\t\t\t\t'controls' => array(\n\t\t\t\t\t\t\t'tab_2_text' => array(\n\t\t\t\t\t\t\t\t'label' => esc_html__( 'Text 2', 'dicm-divi-custom-modules' ),\n\t\t\t\t\t\t\t\t'type' => 'text',\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t),\n\t\t\t\t\t),\n\t\t\t\t),\n\t\t\t),\n\t\t\t'presets_shadow' => array(\n\t\t\t\t'label' => esc_html__( 'Presets', 'et_builder' ),\n\t\t\t\t'type' => 'presets_shadow',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'advanced',\n\t\t\t\t'affects' => array(\n\t\t\t\t\t'preset_affected_1',\n\t\t\t\t\t'preset_affected_2',\n\t\t\t\t),\n\t\t\t\t'presets' => array(\n\t\t\t\t\tarray(\n\t\t\t\t\t\t'icon' => 'none',\n\t\t\t\t\t\t'value' => 'none',\n\t\t\t\t\t),\n\t\t\t\t\tarray(\n\t\t\t\t\t\t'content' => array(\n\t\t\t\t\t\t\t'class' => 'preset preset1',\n\t\t\t\t\t\t\t'content' => 'aA',\n\t\t\t\t\t\t),\n\t\t\t\t\t\t'fields' => array(\n\t\t\t\t\t\t\t'preset_affected_1' => '0.1em',\n\t\t\t\t\t\t\t'preset_affected_2' => '1em',\n\t\t\t\t\t\t),\n\t\t\t\t\t\t'value' => 'preset1'\n\t\t\t\t\t),\n\t\t\t\t\tarray(\n\t\t\t\t\t\t'content' => array(\n\t\t\t\t\t\t\t'class' => 'preset preset2',\n\t\t\t\t\t\t\t'content' => 'aA',\n\t\t\t\t\t\t),\n\t\t\t\t\t\t'fields' => array(\n\t\t\t\t\t\t\t'preset_affected_1' => '0.5em',\n\t\t\t\t\t\t\t'preset_affected_2' => '5em',\n\t\t\t\t\t\t),\n\t\t\t\t\t\t'value' => 'preset2'\n\t\t\t\t\t),\n\t\t\t\t),\n\t\t\t\t'default' => 'none',\n\t\t\t\t'default_on_front'=> true,\n\t\t\t),\n\t\t\t'preset_affected_1' => array(\n\t\t\t\t'label' => esc_html__( 'Preset Affected 1', 'dicm-divi-custom-modules' ),\n\t\t\t\t'type' => 'range',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'advanced',\n\t\t\t\t'depends_show_if_not' => 'none',\n\t\t\t\t'default' => array(\n\t\t\t\t\t'presets_shadow',\n\t\t\t\t\tarray(\n\t\t\t\t\t\t'none' => '0em',\n\t\t\t\t\t\t'preset1' => '0.1em',\n\t\t\t\t\t\t'preset2' => '0.5em',\n\t\t\t\t\t),\n\t\t\t\t),\n\t\t\t),\n\t\t\t'preset_affected_2' => array(\n\t\t\t\t'label' => esc_html__( 'Preset Affected 2', 'dicm-divi-custom-modules' ),\n\t\t\t\t'type' => 'range',\n\t\t\t\t'tab_slug' => $all_types_tab_slug,\n\t\t\t\t'toggle_slug' => 'advanced',\n\t\t\t\t'depends_show_if_not' => 'none',\n\t\t\t\t'default' => array(\n\t\t\t\t\t'presets_shadow',\n\t\t\t\t\tarray(\n\t\t\t\t\t\t'none' => '0em',\n\t\t\t\t\t\t'preset1' => '1em',\n\t\t\t\t\t\t'preset2' => '5em',\n\t\t\t\t\t),\n\t\t\t\t),\n\t\t\t),\n\t\t);\n\n\t\treturn array_merge( $basic_fields, $all_types_of_fields );\n\t}", "function getQADataEntryFields(&$form_state, $disabled, $myvalues)\n {\n // information.\n $root['qa_summary_fieldset'] = array(\n '#type' => 'fieldset',\n '#title' => t('QA Notes'),\n '#attributes' => array(\n 'class' => array(\n 'qa-data-entry1-area'\n )\n ),\n '#disabled' => $disabled,\n );\n\n $qa_scores = array( 0 => t('Not Evaluated')\n ,1 => t('Needs significant improvement')\n ,2 => t('Needs improvement')\n ,3 => t('Satisfactory')\n ,4 => t('Very good')\n ,5 => t('Outstanding')\n );\n $result = db_select('raptor_qa_criteria', 'n')\n ->fields('n')\n ->condition('context_cd', 'T','=')\n ->orderBy('position')\n ->execute();\n $qmarkup = array();\n while($record = $result->fetchAssoc())\n {\n $version = trim($record['version']);\n $shortname = trim($record['shortname']);\n $question = trim($record['question']);\n $explanation = trim($record['explanation']);\n $myitem = array(\n '#type' => 'radios',\n '#title' => t($question),\n '#options' => $qa_scores,\n '#description' => t($explanation),\n '#attributes' => array(\n 'class' => array('container-inline'),\n ),\n ); \n\n if(isset($myvalues[$shortname]['score']))\n {\n $myitem['#default_value'] = $myvalues[$shortname]['score'];\n }\n $mycomment = array(\n '#type' => 'textarea',\n '#rows' => 1,\n '#maxlength' => 1024,\n );\n if(isset($myvalues[$shortname]['comment']))\n {\n $mycomment['#default_value'] = $myvalues[$shortname]['comment'];\n }\n\n $qmarkup[$shortname]['version'] = array('#type' => 'hidden', '#value' => $version);\n $qmarkup[$shortname]['score'] = $myitem;\n $qmarkup[$shortname]['comment'] = $mycomment;\n }\n if(count($qmarkup)>0)\n {\n $root['qa_summary_fieldset']['evaluations'] = array(\n '#type' => 'fieldset',\n '#title' => t('Assessment Questions'),\n '#disabled' => $disabled,\n '#tree' => TRUE,\n );\n foreach($qmarkup as $key=>$value)\n {\n $root['qa_summary_fieldset']['evaluations'][$key] = $value;\n }\n }\n \n //Show the general comment input.\n $sName = 'qa_notes_tx';\n $default_value = isset($myvalues[$sName]) ? $myvalues[$sName] : '';\n $root['qa_summary_fieldset']['overall'][$sName] = array(\n '#type' => 'textarea',\n '#rows' => 10,\n '#title' => t('Overall QA Comments'),\n '#maxlength' => 1024,\n '#default_value' => $default_value,\n '#disabled' => $disabled,\n );\n return $root;\n }", "function filter_form($form_values) {\n $form = [\n '#prefix' => '<div id=\"filter-form\">',\n '#suffix' => '</div>',\n\n /* css attachment does not work\n '#attached' => [\n 'css' => [\n drupal_get_path('module', 'btrClient') . '/lib/fn/filter/style.css',\n ],\n ],\n */\n\n 'basic' => [\n '#type' => 'fieldset',\n\n // buttons\n 'submit' => [\n '#value' => '<span class=\"glyphicon glyphicon-repeat\"></span>',\n '#type' => 'submit',\n '#attributes' => ['class' => ['btn-primary']],\n ],\n\n // advanced search checkbox\n 'options' => [\n '#markup' => '\n <div class=\"btn-group\" data-toggle=\"buttons\" style=\"float: right;\">\n <label class=\"btn btn-default\">\n <input type=\"checkbox\" id=\"edit-options\" name=\"options\">\n <span class=\"glyphicon glyphicon-option-vertical\"></span>\n </label>\n </div>\n ',\n ],\n\n // words to be searched\n 'words' => [\n '#type' => 'textfield',\n '#default_value' => $form_values['words'],\n ],\n ],\n\n // advanced search fieldset\n 'advanced' => [\n '#type' => 'fieldset',\n '#states' => [\n 'visible' => [\n ':input[name=\"options\"]' => ['checked' => TRUE],\n ]],\n ],\n ];\n\n // Add form fieldset advanced.\n $form['advanced'] += _advanced($form_values);\n\n return $form;\n}", "public function define_fields() {\n\n\t\treturn array(\n\t\t\tarray(\n\t\t\t\t'type' => 'container',\n\t\t\t\t'html' => sprintf( '<p class=\"strong margin-top\">%s</p>', esc_html__( 'Optional settings', 'give' ) ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'textbox',\n\t\t\t\t'name' => 'ids',\n\t\t\t\t'label' => esc_attr__( 'Form IDs:', 'give' ),\n\t\t\t\t'tooltip' => esc_attr__( 'Enter a comma-separated list of form IDs. If empty, all published forms are displayed.', 'give' ),\n\t\t\t\t'placeholder' => esc_html__( 'All Forms', 'give' ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'textbox',\n\t\t\t\t'name' => 'exclude',\n\t\t\t\t'label' => esc_attr__( 'Excluded Form IDs:', 'give' ),\n\t\t\t\t'tooltip' => esc_attr__( 'Enter a comma-separated list of form IDs to exclude those from the grid.', 'give' ),\n\t\t\t\t'placeholder' => esc_html__( 'Excluded Forms', 'give' ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'listbox',\n\t\t\t\t'name' => 'orderby',\n\t\t\t\t'label' => esc_attr__( 'Order By:', 'give' ),\n\t\t\t\t'tooltip' => esc_attr__( 'Different parameter to set the order for the forms display in the form grid.', 'give' ),\n\t\t\t\t'options' => array(\n\t\t\t\t\t'title' => esc_html__( 'Form Name', 'give' ),\n\t\t\t\t\t'amount_donated' => esc_html__( 'Amount Donated', 'give' ),\n\t\t\t\t\t'number_donations' => esc_html__( 'Number of Donations', 'give' ),\n\t\t\t\t\t'menu_order' => esc_html__( 'Menu Order', 'give' ),\n\t\t\t\t\t'post__in' => esc_html__( 'Provided Form IDs', 'give' ),\n\t\t\t\t\t'closest_to_goal' => esc_html__( 'Closest To Goal', 'give' ),\n\t\t\t\t),\n\t\t\t\t'placeholder' => esc_html__( 'Date Created', 'give' ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'listbox',\n\t\t\t\t'name' => 'order',\n\t\t\t\t'label' => esc_attr__( 'Order:', 'give' ),\n\t\t\t\t'tooltip' => esc_attr__( 'Display forms based on order.', 'give' ),\n\t\t\t\t'options' => array(\n\t\t\t\t\t'ASC' => esc_html__( 'Ascending', 'give' ),\n\t\t\t\t),\n\t\t\t\t'placeholder' => esc_html__( 'Descending', 'give' ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'listbox',\n\t\t\t\t'name' => 'columns',\n\t\t\t\t'label' => esc_attr__( 'Columns:', 'give' ),\n\t\t\t\t'tooltip' => esc_attr__( 'Sets the number of forms per row.', 'give' ),\n\t\t\t\t'options' => array(\n\t\t\t\t\t'1' => esc_html__( '1', 'give' ),\n\t\t\t\t\t'2' => esc_html__( '2', 'give' ),\n\t\t\t\t\t'3' => esc_html__( '3', 'give' ),\n\t\t\t\t\t'4' => esc_html__( '4', 'give' ),\n\t\t\t\t),\n\t\t\t\t'placeholder' => esc_html__( 'Best Fit', 'give' ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'listbox',\n\t\t\t\t'name' => 'show_goal',\n\t\t\t\t'label' => esc_attr__( 'Show Goal:', 'give' ),\n\t\t\t\t'tooltip' => __( 'Do you want to display the goal\\'s progress bar?', 'give' ),\n\t\t\t\t'options' => array(\n\t\t\t\t\t'false' => esc_html__( 'Hide', 'give' ),\n\t\t\t\t),\n\t\t\t\t'placeholder' => esc_html__( 'Show', 'give' ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'listbox',\n\t\t\t\t'name' => 'show_excerpt',\n\t\t\t\t'label' => esc_attr__( 'Show Excerpt:', 'give' ),\n\t\t\t\t'tooltip' => esc_attr__( 'Do you want to display the excerpt?', 'give' ),\n\t\t\t\t'options' => array(\n\t\t\t\t\t'false' => esc_html__( 'Hide', 'give' ),\n\t\t\t\t),\n\t\t\t\t'placeholder' => esc_html__( 'Show', 'give' ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'listbox',\n\t\t\t\t'name' => 'show_featured_image',\n\t\t\t\t'label' => esc_attr__( 'Show Featured Image:', 'give' ),\n\t\t\t\t'tooltip' => esc_attr__( 'Do you want to display the featured image?', 'give' ),\n\t\t\t\t'options' => array(\n\t\t\t\t\t'false' => esc_html__( 'Hide', 'give' ),\n\t\t\t\t),\n\t\t\t\t'placeholder' => esc_html__( 'Show', 'give' ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'listbox',\n\t\t\t\t'name' => 'display_style',\n\t\t\t\t'label' => esc_attr__( 'Display Style:', 'give' ),\n\t\t\t\t'tooltip' => esc_attr__( 'Show form as modal window or redirect to a new page?', 'give' ),\n\t\t\t\t'options' => array(\n\t\t\t\t\t'redirect' => esc_html__( 'Redirect', 'give' ),\n\t\t\t\t),\n\t\t\t\t'placeholder' => esc_html__( 'Modal', 'give' ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'textbox',\n\t\t\t\t'name' => 'forms_per_page',\n\t\t\t\t'label' => esc_attr__( 'Forms Per Page:', 'give' ),\n\t\t\t\t'tooltip' => esc_attr__( 'Sets the number of forms to display per page.', 'give' ),\n\t\t\t\t'value' => 12,\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'docs_link',\n\t\t\t\t'text' => esc_html__( 'Learn more about the Donation Form Grid Shortcode', 'give' ),\n\t\t\t\t'link' => 'http://docs.givewp.com/shortcode-form-grid',\n\t\t\t),\n\t\t);\n\t}", "public function fieldset(string $fields = '', array $options = []): string\n {\n $legend = $options['legend'] ?? true;\n $fieldset = $options['fieldset'] ?? true;\n $context = $this->_getContext();\n $out = $fields;\n\n if ($legend === true) {\n $isCreate = $context->isCreate();\n $modelName = Inflector::humanize(\n Inflector::singularize($this->_View->getRequest()->getParam('controller'))\n );\n if (!$isCreate) {\n $legend = __d('cake', 'Edit {0}', $modelName);\n } else {\n $legend = __d('cake', 'New {0}', $modelName);\n }\n }\n\n if ($fieldset !== false) {\n if ($legend) {\n $out = $this->formatTemplate('legend', ['text' => $legend]) . $out;\n }\n\n $fieldsetParams = ['content' => $out, 'attrs' => ''];\n if (is_array($fieldset) && !empty($fieldset)) {\n $fieldsetParams['attrs'] = $this->templater()->formatAttributes($fieldset);\n }\n $out = $this->formatTemplate('fieldset', $fieldsetParams);\n }\n\n return $out;\n }", "public function displayFieldset() {\n return array(\n '#type' => 'details',\n '#title' => t('Secondary Navigation Options'),\n '#open' => TRUE,\n );\n }", "function getExamDataEntryFields(&$form_state\r\n , $disabled, $myvalues, $protocolValues\r\n , $includeexamnotesinput)\r\n {\r\n \r\n $modality_abbr = $protocolValues['modality_abbr'];\r\n $protocol_shortname = $protocolValues['protocol_shortname'];\r\n \r\n // information.\r\n $root = array(\r\n '#type' => 'fieldset',\r\n '#title' => FormHelper::getTitleAsUnrequiredField('Examination Notes'),\r\n '#attributes' => array(\r\n 'class' => array(\r\n 'exam-data-entry1-area'\r\n )\r\n ),\r\n '#disabled' => $disabled,\r\n );\r\n \r\n $sFieldsetKeyName = 'exam_contrast_fieldset';\r\n $root['exam_contrast_fieldset'] = array(\r\n '#type' => 'fieldset',\r\n '#title' => FormHelper::getTitleAsUnrequiredField('Contrast Administered'),\r\n '#description' => t('Provide the actual contrast administered during the exam'),\r\n );\r\n if($this->hasContrastValues($myvalues))\r\n {\r\n $root[$sFieldsetKeyName]['#collapsible'] = FALSE;\r\n $root[$sFieldsetKeyName]['#collapsed'] = FALSE;\r\n } else {\r\n $root[$sFieldsetKeyName]['#collapsible'] = TRUE;\r\n $root[$sFieldsetKeyName]['#collapsed'] = TRUE;\r\n }\r\n $sName = 'exam_contrast_enteric_tx';\r\n $aNames = array($sName,'contrast_enteric_customtx','contrast_enteric_id');\r\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\r\n $root['exam_contrast_fieldset'][$sName] = array(\r\n '#type' => 'textfield',\r\n '#title' => t('Enteric Type'),\r\n '#maxlength' => 100,\r\n '#default_value' => $default_value,\r\n );\r\n $sName = 'exam_contrast_iv_tx';\r\n $aNames = array($sName,'contrast_iv_customtx','contrast_iv_id');\r\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\r\n $root['exam_contrast_fieldset'][$sName] = array(\r\n '#type' => 'textfield',\r\n '#title' => t('IV Type'),\r\n '#maxlength' => 100,\r\n '#default_value' => $default_value,\r\n );\r\n\r\n $sFieldsetKeyName = 'exam_hydration_fieldset';\r\n $root[$sFieldsetKeyName] = array(\r\n '#type' => 'fieldset',\r\n '#title' => FormHelper::getTitleAsUnrequiredField('Hydration Administered', $disabled),\r\n '#description' => t('Provide the actual hydration administered during the exam'),\r\n );\r\n if($this->hasHydrationValues($myvalues))\r\n {\r\n $root[$sFieldsetKeyName]['#collapsible'] = FALSE;\r\n $root[$sFieldsetKeyName]['#collapsed'] = FALSE;\r\n } else {\r\n $root[$sFieldsetKeyName]['#collapsible'] = TRUE;\r\n $root[$sFieldsetKeyName]['#collapsed'] = TRUE;\r\n }\r\n $sName = 'exam_hydration_oral_tx';\r\n $aNames = array($sName,'hydration_oral_customtx','hydration_oral_id');\r\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\r\n $root['exam_hydration_fieldset'][$sName] = array(\r\n '#type' => 'textfield',\r\n '#title' => t('Oral Type'),\r\n '#maxlength' => 100,\r\n '#default_value' => $default_value,\r\n );\r\n $sName = 'exam_hydration_iv_tx';\r\n $aNames = array($sName,'hydration_iv_customtx','hydration_iv_id');\r\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\r\n $root['exam_hydration_fieldset'][$sName] = array(\r\n '#type' => 'textfield',\r\n '#title' => t('IV Type'),\r\n '#maxlength' => 100,\r\n '#default_value' => $default_value,\r\n );\r\n \r\n $sFieldsetKeyName = 'exam_sedation_fieldset';\r\n $root[$sFieldsetKeyName] = array(\r\n '#type' => 'fieldset',\r\n '#title' => FormHelper::getTitleAsUnrequiredField('Sedation Administered', $disabled),\r\n '#description' => t('Provide the actual sedation administered during the exam'),\r\n );\r\n if($this->hasSedationValues($myvalues))\r\n {\r\n $root[$sFieldsetKeyName]['#collapsible'] = FALSE;\r\n $root[$sFieldsetKeyName]['#collapsed'] = FALSE;\r\n } else {\r\n $root[$sFieldsetKeyName]['#collapsible'] = TRUE;\r\n $root[$sFieldsetKeyName]['#collapsed'] = TRUE;\r\n }\r\n $sName = 'exam_sedation_oral_tx';\r\n $aNames = array($sName,'sedation_oral_customtx','sedation_oral_id');\r\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\r\n $root['exam_sedation_fieldset'][$sName] = array(\r\n '#type' => 'textfield',\r\n '#title' => t('Oral Type'),\r\n '#maxlength' => 100,\r\n '#default_value' => $default_value,\r\n );\r\n $sName = 'exam_sedation_iv_tx';\r\n $aNames = array($sName,'sedation_iv_customtx','sedation_iv_id');\r\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\r\n $root['exam_sedation_fieldset'][$sName] = array(\r\n '#type' => 'textfield',\r\n '#title' => t('IV Type'),\r\n '#maxlength' => 100,\r\n '#default_value' => $default_value,\r\n );\r\n\r\n $bGivenRadioisotope = $this->hasRadioisotopeValues($myvalues);\r\n $bMachineEmitsRadiation = $modality_abbr == 'CT'\r\n || $modality_abbr == 'FL'\r\n || $modality_abbr == 'NM';\r\n \r\n $sFieldsetKeyName = 'exam_radioisotope_fieldset';\r\n $dose_source_cd = 'R';\r\n if($modality_abbr == 'NM')\r\n {\r\n $nmareatitle = FormHelper::getTitleAsUnrequiredField('Radionuclide Administered', $disabled);\r\n } else {\r\n $nmareatitle = FormHelper::getTitleAsUnrequiredField('Radionuclide Administered (if any)', $disabled);\r\n }\r\n $root[$sFieldsetKeyName] = array(\r\n '#type' => 'fieldset',\r\n '#title' => $nmareatitle,\r\n '#description' => t('Provide the actual radionuclide administered during the exam'),\r\n );\r\n if($bGivenRadioisotope)\r\n {\r\n $root[$sFieldsetKeyName]['#collapsible'] = FALSE;\r\n $root[$sFieldsetKeyName]['#collapsed'] = FALSE;\r\n } else {\r\n $root[$sFieldsetKeyName]['#collapsible'] = TRUE;\r\n $root[$sFieldsetKeyName]['#collapsed'] = TRUE;\r\n }\r\n \r\n $sName = 'exam_radioisotope_enteric_tx';\r\n $aNames = array($sName,'radioisotope_enteric_customtx','radioisotope_enteric_id');\r\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\r\n $root[$sFieldsetKeyName][$sName] = array(\r\n '#type' => 'textfield',\r\n '#title' => t('Enteric Type'),\r\n '#maxlength' => 100,\r\n '#default_value' => $default_value,\r\n );\r\n $sName = 'exam_radioisotope_iv_tx';\r\n $aNames = array($sName,'radioisotope_iv_customtx','radioisotope_iv_id');\r\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\r\n $root[$sFieldsetKeyName][$sName] = array(\r\n '#type' => 'textfield',\r\n '#title' => t('IV Type'),\r\n '#maxlength' => 100,\r\n '#default_value' => $default_value,\r\n );\r\n $tmpuom = RadiationDoseHelper::getDefaultUOMForDoseSource('R'); \r\n if(isset($myvalues['exam_radioisotope_radiation_dose_tx']) \r\n || isset($myvalues['exam_radioisotope_radiation_dose_uom_tx']))\r\n {\r\n //Use this value if we find it.\r\n $default_dose_value = isset($myvalues['exam_radioisotope_radiation_dose_tx']) ? $myvalues['exam_radioisotope_radiation_dose_tx'] : '';\r\n $default_dose_uom = isset($myvalues['exam_radioisotope_radiation_dose_uom_tx']) ? $myvalues['exam_radioisotope_radiation_dose_uom_tx'] : $tmpuom;\r\n $default_dose_value_type_cd = isset($myvalues['exam_radioisotope_radiation_dose_type_cd']) ? $myvalues['exam_radioisotope_radiation_dose_type_cd'] : '';\r\n } else {\r\n //Derive a default from the dose map.\r\n $default_dose_value = NULL;\r\n $default_dose_uom = NULL;\r\n $default_dose_value_type_cd = NULL;\r\n if(isset($myvalues['exam_radioisotope_radiation_dose_map']))\r\n {\r\n $dose_map = $myvalues['exam_radioisotope_radiation_dose_map'];\r\n $a = $this->getDefaultRadiationDoseValuesForForm($dose_map);\r\n $default_dose_uom = $a['uom'];\r\n $default_dose_value = $a['dose'];\r\n $default_dose_value_type_cd = $a['dose_type_cd'];\r\n }\r\n }\r\n if($default_dose_value == NULL)\r\n {\r\n $default_dose_value = '';\r\n }\r\n $sName = 'exam_radioisotope_radiation_dose_tx';\r\n $root[$sFieldsetKeyName][$sName] = array(\r\n '#type' => 'textfield',\r\n '#title' => FormHelper::getTitleAsUnrequiredField('Radiation Dose Values'),\r\n '#size' => 100,\r\n '#maxlength' => 256,\r\n '#default_value' => $default_dose_value,\r\n '#description' => t('Provide the radionuclide radiation exposure during the exam. If there are multiple doses, delimit each dose with a comma.'),\r\n );\r\n if($default_dose_uom == NULL)\r\n {\r\n $default_dose_uom = 'mGy';\r\n }\r\n $sName = 'exam_radioisotope_radiation_dose_uom_tx';\r\n $root[$sFieldsetKeyName][$sName] = array(\r\n '#type' => 'textfield',\r\n '#title' => t('Radiation Dose Units'),\r\n '#size' => 8,\r\n '#maxlength' => 32,\r\n '#default_value' => $default_dose_uom,\r\n '#description' => t('Provide the radionuclide radiation unit of measure for the dose(s) recorded here'),\r\n );\r\n $aDoseTypeOptions = array();\r\n $aDoseTypeOptions['A'] = t('Actual');\r\n $aDoseTypeOptions['E'] = t('Estimate');\r\n\t$sDoseTypeRadiosTitle = 'Dose Value Type';\r\n $sName = 'exam_radioisotope_radiation_dose_type_cd';\r\n $root[$sFieldsetKeyName][$sName] = array(\r\n '#type' => 'radios',\r\n '#attributes' => array(\r\n 'class' => array('container-inline'),\r\n ),\r\n '#options' => $aDoseTypeOptions,\r\n '#disabled' => $disabled,\r\n '#title' => t($sDoseTypeRadiosTitle), //Important to have title otherwise required symbol not shown! \r\n ); \r\n if($default_dose_value_type_cd != '')\r\n {\r\n $root[$sFieldsetKeyName][$sName]['#default_value'] = $default_dose_value_type_cd;\r\n }\r\n \r\n \r\n //Get the inputs for device dose\r\n if($bMachineEmitsRadiation)\r\n {\r\n if($modality_abbr == 'CT')\r\n {\r\n //Specifically a CT device\r\n $littlename = 'ctdivol';\r\n $dose_source_cd = 'C';\r\n $this->addFormDeviceRadiationDoseGroup($root, $myvalues, $disabled\r\n , $dose_source_cd\r\n ,'exam_ct_dose_fieldset'\r\n , 'Machine-Produced Radiation Dose CT'\r\n , 'CTDIvol'\r\n , 'CTDIvol'\r\n , RadiationDoseHelper::getDefaultUOMForDoseSource($dose_source_cd) \r\n , 'exam_'.$littlename.'_radiation_dose_map'\r\n , 'exam_'.$littlename.'_radiation_dose_tx'\r\n , 'exam_'.$littlename.'_radiation_dose_uom_tx'\r\n , 'exam_'.$littlename.'_radiation_dose_type_cd');\r\n $littlename = 'dlp';\r\n $dose_source_cd = 'D';\r\n $this->addFormDeviceRadiationDoseGroup($root, $myvalues, $disabled\r\n , $dose_source_cd\r\n , 'exam_ct_dose_fieldset'\r\n , 'Machine-Produced Radiation Dose CT'\r\n , 'DLP', 'DLP'\r\n , RadiationDoseHelper::getDefaultUOMForDoseSource($dose_source_cd) \r\n , 'exam_'.$littlename.'_radiation_dose_map'\r\n , 'exam_'.$littlename.'_radiation_dose_tx'\r\n , 'exam_'.$littlename.'_radiation_dose_uom_tx'\r\n , 'exam_'.$littlename.'_radiation_dose_type_cd');\r\n } else if($modality_abbr == 'FL') {\r\n $littlename = 'fluoroQ';\r\n $dose_source_cd = 'Q';\r\n $this->addFormDeviceRadiationDoseGroup($root, $myvalues, $disabled\r\n , $dose_source_cd\r\n , 'exam_fluoro_dose_fieldset'\r\n , 'Machine-Produced Radiation Dose Fluoroscopy'\r\n , 'Air Kerma', 'Air Kerma'\r\n , RadiationDoseHelper::getDefaultUOMForDoseSource($dose_source_cd) \r\n , 'exam_'.$littlename.'_radiation_dose_map'\r\n , 'exam_'.$littlename.'_radiation_dose_tx'\r\n , 'exam_'.$littlename.'_radiation_dose_uom_tx'\r\n , 'exam_'.$littlename.'_radiation_dose_type_cd');\r\n $littlename = 'fluoroS';\r\n $dose_source_cd = 'S';\r\n $this->addFormDeviceRadiationDoseGroup($root, $myvalues, $disabled\r\n , $dose_source_cd\r\n , 'exam_fluoro_dose_fieldset'\r\n , 'Machine-Produced Radiation Dose Fluoroscopy'\r\n , 'DAP', 'DAP'\r\n , RadiationDoseHelper::getDefaultUOMForDoseSource($dose_source_cd) \r\n , 'exam_'.$littlename.'_radiation_dose_map'\r\n , 'exam_'.$littlename.'_radiation_dose_tx'\r\n , 'exam_'.$littlename.'_radiation_dose_uom_tx'\r\n , 'exam_'.$littlename.'_radiation_dose_type_cd');\r\n $littlename = 'fluoroT';\r\n $dose_source_cd = 'T';\r\n $this->addFormDeviceRadiationDoseGroup($root, $myvalues, $disabled\r\n , $dose_source_cd\r\n , 'exam_fluoro_dose_fieldset'\r\n , 'Machine-Produced Radiation Dose Fluoroscopy Time'\r\n , 'Fluoroscopy Time', 'Fluoroscopy Time'\r\n , RadiationDoseHelper::getDefaultUOMForDoseSource($dose_source_cd) \r\n , 'exam_'.$littlename.'_radiation_dose_map'\r\n , 'exam_'.$littlename.'_radiation_dose_tx'\r\n , 'exam_'.$littlename.'_radiation_dose_uom_tx'\r\n , 'exam_'.$littlename.'_radiation_dose_type_cd');\r\n $littlename = 'fluoroH';\r\n $dose_source_cd = 'H';\r\n $this->addFormDeviceRadiationDoseGroup($root, $myvalues, $disabled\r\n , $dose_source_cd\r\n , 'exam_fluoro_dose_fieldset'\r\n , 'Machine-Produced Radiation Dose Fluoroscopy Frame Rate'\r\n , 'Fluoroscopy Frame Rate', 'Fluoroscopy Frame Rate'\r\n , RadiationDoseHelper::getDefaultUOMForDoseSource($dose_source_cd) \r\n , 'exam_'.$littlename.'_radiation_dose_map'\r\n , 'exam_'.$littlename.'_radiation_dose_tx'\r\n , 'exam_'.$littlename.'_radiation_dose_uom_tx'\r\n , 'exam_'.$littlename.'_radiation_dose_type_cd'\r\n , TRUE, FALSE, FALSE);\r\n } else {\r\n //Other kind of device\r\n $dose_source_cd = 'E';\r\n $this->addFormDeviceRadiationDoseGroup($root, $myvalues, $disabled\r\n , $dose_source_cd\r\n , 'exam_other_dose_fieldset'\r\n , 'Machine-Produced Radiation Dose Other'\r\n , 'Other', 'other'\r\n , RadiationDoseHelper::getDefaultUOMForDoseSource($dose_source_cd) \r\n , 'exam_other_radiation_dose_map'\r\n , 'exam_other_radiation_dose_tx'\r\n , 'exam_other_radiation_dose_uom_tx'\r\n , 'exam_other_radiation_dose_type_cd');\r\n }\r\n }\r\n $root['exam_consent_received_fieldset'] = $this->getConsentReceivedBlock($form_state, $disabled, $myvalues);\r\n \r\n if($includeexamnotesinput)\r\n {\r\n $sectionname = 'examnotes';\r\n $sName = $sectionname.'_tx';\r\n $root['exam_summary'][$sName]\r\n = $this->getNotesSectionMarkup($sectionname, 'Examination Notes'\r\n , $disabled, $myvalues);\r\n }\r\n return $root;\r\n }", "private function get_fields() {\r\n /** \r\n * Use the charitable_settings_tab_fields to include the fields for new tabs. \r\n * DO NOT use it to add individual fields. That should be done with the\r\n * filters within each of the methods. \r\n */\r\n return apply_filters( 'charitable_settings_tab_fields', array(\r\n 'general' => $this->get_general_fields(),\r\n 'forms' => $this->get_form_fields(),\r\n 'gateways' => $this->get_gateway_fields() \r\n ) );\r\n }", "function do_editComplexFieldset() {\n $fieldset_id = KTUtil::arrayGet($_REQUEST, \"fieldset_id\");\n $oTemplating =& KTTemplating::getSingleton();\n $oTemplate = $oTemplating->loadTemplate(\"ktcore/metadata/conditional/editcomplex\");\n /* alright: to \"do\" this we need at least:\n * 1. the list of all the columns (id, name) and their available values.\n * 2. the fieldset_id.\n * we can then render in/out. Everything \"intelligent\" happens\n * in AJAX (doing it with submits sucks arse.\n * \n * FIXME we fake it here with nested arrays...\n */\n $oFieldset =& KTFieldset::get($fieldset_id);\n $aFields =& $oFieldset->getFields(); \n \n $this->aBreadcrumbs[] = array(\n 'url' => KTUtil::ktLink('admin.php','documents/fieldmanagement','action=edit&fFieldsetId=' . $oFieldset->getId()),\n 'name' => $oFieldset->getName()\n );\n $this->aBreadcrumbs[] = array(\n 'url' => KTUtil::ktLink('admin.php','documents/fieldmanagement','action=manageConditional&fFieldsetId=' . $oFieldset->getId()), \n 'name' => _kt('Manage conditional fieldset'),\n );\n \n $sTable = KTUtil::getTableName('field_orders');\n $aQuery = array(\n \"SELECT parent_field_id, child_field_id FROM $sTable WHERE fieldset_id = ?\",\n array($oFieldset->getId())\n );\n $aFieldOrders = DBUtil::getResultArray($aQuery); \n $aOrders = array();\n foreach ($aFieldOrders as $row) {\n $aChildren = KTUtil::arrayGet($aOrders, $row['parent_field_id'], array());\n $aChildren[] = $row['child_field_id'];\n $aOrders[$row['parent_field_id']] = $aChildren;\n } \n \n\n $aKeyedFields = array();\n $aOrderedFields = array();\n $aStack = array($oFieldset->getMasterFieldId());\n \n // first, key\n foreach ($aFields as $oField) {\n $aKeyedFields[$oField->getId()] = $oField;\n }\n \n while (!empty($aStack)) {\n $iKey = array_shift($aStack);\n // this shouldn't happen, but avoid it anyway.\n if (!is_null($aKeyedFields[$iKey])) {\n $aOrderedFields[] = $aKeyedFields[$iKey];\n unset($aKeyedFields[$iKey]);\n }\n // add children to stack\n $aStack = kt_array_merge($aStack, $aOrders[$iKey]);\n } \n \n $this->oPage->setBreadcrumbDetails(_kt('Manage complex conditional'));\n $aTemplateData = array(\n \"context\" => &$this,\n \"fieldset_id\" => $fieldset_id,\n \"ordering\" => $aOrders,\n \"aFields\" => $aOrderedFields,\n \"iMasterFieldId\" => $oFieldset->getMasterFieldId(),\n );\n return $oTemplate->render($aTemplateData);\n }", "function getQADataEntryFields(&$form_state, $disabled, $myvalues)\r\n {\r\n try\r\n {\r\n $root['qa_summary_fieldset'] = array(\r\n '#type' => 'fieldset',\r\n '#title' => t('QA Notes'),\r\n '#attributes' => array(\r\n 'class' => array(\r\n 'qa-data-entry1-area'\r\n )\r\n ),\r\n '#disabled' => $disabled,\r\n );\r\n\r\n $qa_scores = \\raptor\\TermMapping::getQAScoreLanguageMapping();\r\n $result = db_select('raptor_qa_criteria', 'n')\r\n ->fields('n')\r\n ->condition('context_cd', 'T','=')\r\n ->orderBy('position')\r\n ->execute();\r\n $qmarkup = array();\r\n while($record = $result->fetchAssoc())\r\n {\r\n $version = trim($record['version']);\r\n $shortname = trim($record['shortname']);\r\n $question = trim($record['question']);\r\n $explanation = trim($record['explanation']);\r\n $myitem = array(\r\n '#type' => 'radios',\r\n '#title' => t($question),\r\n '#options' => $qa_scores,\r\n '#description' => t($explanation),\r\n '#attributes' => array(\r\n 'class' => array('container-inline'),\r\n ),\r\n ); \r\n\r\n if(isset($myvalues[$shortname]['score']))\r\n {\r\n $myitem['#default_value'] = $myvalues[$shortname]['score'];\r\n }\r\n $mycomment = array(\r\n '#type' => 'textarea',\r\n '#rows' => 1,\r\n '#maxlength' => 1024,\r\n );\r\n if(isset($myvalues[$shortname]['comment']))\r\n {\r\n $mycomment['#default_value'] = $myvalues[$shortname]['comment'];\r\n }\r\n\r\n $qmarkup[$shortname]['version'] = array('#type' => 'hidden', '#value' => $version);\r\n $qmarkup[$shortname]['score'] = $myitem;\r\n $qmarkup[$shortname]['comment'] = $mycomment;\r\n }\r\n if(count($qmarkup)>0)\r\n {\r\n $root['qa_summary_fieldset']['evaluations'] = array(\r\n '#type' => 'fieldset',\r\n '#title' => t('Assessment Questions'),\r\n '#disabled' => $disabled,\r\n '#tree' => TRUE,\r\n );\r\n foreach($qmarkup as $key=>$value)\r\n {\r\n $root['qa_summary_fieldset']['evaluations'][$key] = $value;\r\n }\r\n }\r\n\r\n //Show the general comment input.\r\n $sName = 'qa_notes_tx';\r\n $default_value = isset($myvalues[$sName]) ? $myvalues[$sName] : '';\r\n $root['qa_summary_fieldset']['overall'][$sName] = array(\r\n '#type' => 'textarea',\r\n '#rows' => 10,\r\n '#title' => t('Overall QA Comments'),\r\n '#maxlength' => 1024,\r\n '#default_value' => $default_value,\r\n '#disabled' => $disabled,\r\n );\r\n return $root;\r\n } catch (\\Exception $ex) {\r\n throw $ex;\r\n }\r\n }", "function islandora_mag_admin_globals() {\n $form['islandora_mag_admin_globals'] = array(\n '#type' => 'fieldset',\n '#title' => t('Global settings'),\n );\n \n\n $form['islandora_mag_admin_globals']['islandora_mag_img_cc_str'] = array(\n '#type' => 'textfield',\n '#title' => t('Creative Commons Label on Watermark'),\n '#default_value' => variable_get('islandora_mag_img_cc_str', 'You can remove this label without breaking the Creative Commons license.'),\n '#description' => t('Default string to be shown on the label attached to the image.')\n );\n \n $taxonomies = array(\"---\");\n \n $tax_vocs = taxonomy_get_vocabularies();\n \n if (!empty($tax_vocs)) {\n\t foreach ($tax_vocs as $tax_voc) {\n\t \t$taxonomies[$tax_voc->vid] = $tax_voc->name;\n\t }\n }\n else {\n \tdrupal_set_message(t('You have to create at least one taxonomy!'), 'warning');\n }\n \n $form['islandora_mag_admin_globals']['islandora_mag_dcsubject_taxonomy'] = array(\n '#type' => 'select',\n '#title' => t('MAG dc:subject Taxonomy'),\n '#options' => $taxonomies,\n '#default_value' => variable_get('islandora_mag_dcsubject_taxonomy', 0),\n '#description' => t('Taxonomy used to fill the dc:subject MAG\\'s field.')\n );\n \n /*\n $options = array('1' => t('Enabled'), '0' => t('Disabled'));\n $form['islandora_mag_admin_globals']['islandora_mag_delete_fo_on_del'] = array(\n '#type' => 'radios',\n '#title' => t('Cancellation of the Fedora object upon removal of the node'),\n '#default_value' => variable_get('islandora_mag_delete_fo_on_del', '0'),\n \t'#options' => $options,\n '#description' => t('WARNING: Set this to \"Enabled\" will remove the Fedora Object related to the deleted node.')\n );\n */\n\n $form['islandora_mag_admin_globals']['#submit'][] = 'islandora_mag_admin_globals_submit';\n \n return system_settings_form($form); \n}", "function seo_friend_text_settings(&$form, $type, $name, $module,\n $fieldsets_closed) {\n if (module_exists($module)) {\n if ($type == 'default') {\n $fieldset_desc = t('These settings will be used for all content types unless you have checked the override checkbox for the specific content type.');\n }\n else {\n $fieldset_desc = t('The default settings will be used for this content type unless you check the override checkbox below.');\n $fieldset_desc2 = t('Only applies if override checkbox is checked.');\n }\n }\n $form[$type][$module] = array(\n '#title' => t('@module @name Settings', array('@module'=>$module, '@name'=>$name)),\n '#type' => 'fieldset',\n '#collapsible' => TRUE,\n '#collapsed' => $fieldsets_closed,\n '#description' => $fieldset_desc,\n );\n if (module_exists($module)) {\n $tags = seo_friend_get_tags($module);\n if (! empty($tags)) {\n if (sizeof($tags) > 1) {\n\n $key = seo_friend_get_key(SEO_FIELDSETS_COLLAPSED_TEXT, $type);\n $fieldsets_closed = variable_get($key, TRUE);\n $form[$type][$module][$key] = array(\n '#title' => '<b>'.t('Keep fieldsets below closed?').'</b>',\n '#type' => 'checkbox',\n '#default_value' => $fieldsets_closed,\n '#description' => t('If checked, fieldsets will stay closed when loading\n this page; otherwise, they will stay open.'),\n );\n\n $form[$type][$module]['required'] = array(\n '#title' => t('Required'),\n '#type' => 'fieldset',\n '#collapsible' => TRUE,\n '#collapsed' => $fieldsets_closed,\n '#description' => t('Check each field that should be required. ').$fieldset_desc2,\n );\n $form[$type][$module]['min_chars'] = array(\n '#title' => t('Minimum Characters'),\n '#type' => 'fieldset',\n '#collapsible' => TRUE,\n '#collapsed' => $fieldsets_closed,\n '#description' => t('Minimum number of characters. ').$fieldset_desc2,\n );\n $form[$type][$module]['max_chars'] = array(\n '#title' => t('Maximum Characters'),\n '#type' => 'fieldset',\n '#collapsible' => TRUE,\n '#collapsed' => $fieldsets_closed,\n '#description' => t('Maximum number of characters. '.$fieldset_desc2),\n );\n $form[$type][$module]['min_words'] = array(\n '#title' => t('Minimum Words'),\n '#type' => 'fieldset',\n '#collapsible' => TRUE,\n '#collapsed' => $fieldsets_closed,\n '#description' => t('Minimum number of words. ').$fieldset_desc2,\n );\n $form[$type][$module]['max_words'] = array(\n '#title' => t('Maximum Words'),\n '#type' => 'fieldset',\n '#collapsible' => TRUE,\n '#collapsed' => $fieldsets_closed,\n '#description' => t('Maximum number of words. '.$fieldset_desc2),\n );\n $form[$type][$module]['duplicate'] = array(\n '#title' => t('Duplicate Check'),\n '#type' => 'fieldset',\n '#collapsible' => TRUE,\n '#collapsed' => $fieldsets_closed,\n '#description' => t('Check if there are duplicates. '.$fieldset_desc2),\n );\n }\n foreach ($tags as $tag) {\n if ($type != 'default') {\n $override_key = seo_friend_get_key(SEO_OVERRIDE, $module, $type);\n $form[$type][$module][$override_key] = array(\n '#title' => '<b>'.t('Override Default Settings?').'</b>',\n '#type' => 'checkbox',\n '#default_value' => variable_get($override_key, FALSE),\n '#weight' => -10,\n );\n }\n $key = seo_friend_get_key(SEO_REQUIRED, $module, $tag, $type);\n $form[$type][$module]['required'][$key] = array(\n '#title' => seo_friend_get_tag_name($tags, $tag, 'Required?'),\n '#type' => 'checkbox',\n '#default_value' => variable_get($key, FALSE),\n );\n $key = seo_friend_get_key(SEO_MIN_CHARS, $module, $tag, $type);\n $form[$type][$module]['min_chars'][$key] = array(\n '#title' => seo_friend_get_tag_name($tags, $tag, 'Minimum Characters'),\n '#type' => 'textfield',\n '#size' => 4,\n '#maxlength' => 4,\n '#default_value' => variable_get($key, FALSE),\n );\n $key = seo_friend_get_key(SEO_MAX_CHARS, $module, $tag, $type);\n $form[$type][$module]['max_chars'][$key] = array(\n '#title' => seo_friend_get_tag_name($tags, $tag, 'Maximum Characters'),\n '#type' => 'textfield',\n '#size' => 4,\n '#maxlength' => 4,\n '#default_value' => variable_get($key, FALSE),\n );\n $key = seo_friend_get_key(SEO_MIN_WORDS, $module, $tag, $type);\n $form[$type][$module]['min_words'][$key] = array(\n '#title' => seo_friend_get_tag_name($tags, $tag, 'Minimum Words'),\n '#type' => 'textfield',\n '#size' => 4,\n '#maxlength' => 4,\n '#default_value' => variable_get($key, FALSE),\n );\n $key = seo_friend_get_key(SEO_MAX_WORDS, $module, $tag, $type);\n $form[$type][$module]['max_words'][$key] = array(\n '#title' => seo_friend_get_tag_name($tags, $tag, 'Maximum Words'),\n '#type' => 'textfield',\n '#size' => 4,\n '#maxlength' => 4,\n '#default_value' => variable_get($key, FALSE),\n );\n $key = seo_friend_get_key(SEO_DUPLICATES, $module, $tag, $type);\n $form[$type][$module]['duplicate'][$key] = array(\n '#title' => seo_friend_get_tag_name($tags, $tag, 'Duplicate Check'),\n '#type' => 'select',\n '#options' => seo_friend_get_duplicate_select_options(),\n '#default_value' => variable_get($key, seo_friend_get_duplicate_select_default($tag)),\n );\n }\n $form['#validate'][] = 'seo_friend_settings_validate';\n }\n }\n else {\n $message = seo_friend_module_not_found($module);\n $msg = seo_friend_get_key('seo', $module, 'msg');\n $form[$type][$module][$msg] = array(\n '#value' => '<div>' . $message . '</div>',\n );\n }\n}", "function field_settings_field_details($field_name) {\r\n $field = field_info_field($field_name);\r\n\r\n // I'd love to use my own field info render function instead of kpr,\r\n // but alas, I cannot render fieldsets without FAPI.\r\n $output = kpr($field, TRUE);\r\n //$output = field_settings_render_field_info($field);\r\n\r\n return $output;\r\n}", "function getExamDataEntryFields(&$form_state, $disabled, $myvalues, $protocolValues)\n {\n \n $modality_abbr = $protocolValues['modality_abbr'];\n $protocol_shortname = $protocolValues['protocol_shortname'];\n \n // information.\n $root = array(\n '#type' => 'fieldset',\n '#title' => t('Examination Notes'),\n '#attributes' => array(\n 'class' => array(\n 'exam-data-entry1-area'\n )\n ),\n '#disabled' => $disabled,\n );\n \n $sFieldsetKeyName = 'exam_contrast_fieldset';\n $root['exam_contrast_fieldset'] = array(\n '#type' => 'fieldset',\n '#title' => t('Contrast Administered'),\n '#description' => t('Provide the actual contrast administered during the exam'),\n );\n if($this->hasContrastValues($myvalues))\n {\n $root[$sFieldsetKeyName]['#collapsible'] = FALSE;\n $root[$sFieldsetKeyName]['#collapsed'] = FALSE;\n } else {\n $root[$sFieldsetKeyName]['#collapsible'] = TRUE;\n $root[$sFieldsetKeyName]['#collapsed'] = TRUE;\n }\n $sName = 'exam_contrast_enteric_tx';\n $aNames = array($sName,'contrast_enteric_customtx','contrast_enteric_id');\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\n $root['exam_contrast_fieldset'][$sName] = array(\n '#type' => 'textfield',\n '#title' => t('Enteric Type'),\n '#maxlength' => 100,\n '#default_value' => $default_value,\n );\n $sName = 'exam_contrast_iv_tx';\n $aNames = array($sName,'contrast_iv_customtx','contrast_iv_id');\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\n $root['exam_contrast_fieldset'][$sName] = array(\n '#type' => 'textfield',\n '#title' => t('IV Type'),\n '#maxlength' => 100,\n '#default_value' => $default_value,\n );\n\n $sFieldsetKeyName = 'exam_hydration_fieldset';\n $root[$sFieldsetKeyName] = array(\n '#type' => 'fieldset',\n '#title' => t('Hydration Administered'),\n '#description' => t('Provide the actual hydration administered during the exam'),\n );\n if($this->hasHydrationValues($myvalues))\n {\n $root[$sFieldsetKeyName]['#collapsible'] = FALSE;\n $root[$sFieldsetKeyName]['#collapsed'] = FALSE;\n } else {\n $root[$sFieldsetKeyName]['#collapsible'] = TRUE;\n $root[$sFieldsetKeyName]['#collapsed'] = TRUE;\n }\n $sName = 'exam_hydration_oral_tx';\n $aNames = array($sName,'hydration_oral_customtx','hydration_oral_id');\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\n $root['exam_hydration_fieldset'][$sName] = array(\n '#type' => 'textfield',\n '#title' => t('Oral Type'),\n '#maxlength' => 100,\n '#default_value' => $default_value,\n );\n $sName = 'exam_hydration_iv_tx';\n $aNames = array($sName,'hydration_iv_customtx','hydration_iv_id');\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\n $root['exam_hydration_fieldset'][$sName] = array(\n '#type' => 'textfield',\n '#title' => t('IV Type'),\n '#maxlength' => 100,\n '#default_value' => $default_value,\n );\n \n $sFieldsetKeyName = 'exam_sedation_fieldset';\n $root[$sFieldsetKeyName] = array(\n '#type' => 'fieldset',\n '#title' => t('Sedation Administered'),\n '#description' => t('Provide the actual sedation administered during the exam'),\n );\n if($this->hasSedationValues($myvalues))\n {\n $root[$sFieldsetKeyName]['#collapsible'] = FALSE;\n $root[$sFieldsetKeyName]['#collapsed'] = FALSE;\n } else {\n $root[$sFieldsetKeyName]['#collapsible'] = TRUE;\n $root[$sFieldsetKeyName]['#collapsed'] = TRUE;\n }\n $sName = 'exam_sedation_oral_tx';\n $aNames = array($sName,'sedation_oral_customtx','sedation_oral_id');\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\n $root['exam_sedation_fieldset'][$sName] = array(\n '#type' => 'textfield',\n '#title' => t('Oral Type'),\n '#maxlength' => 100,\n '#default_value' => $default_value,\n );\n $sName = 'exam_sedation_iv_tx';\n $aNames = array($sName,'sedation_iv_customtx','sedation_iv_id');\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\n $root['exam_sedation_fieldset'][$sName] = array(\n '#type' => 'textfield',\n '#title' => t('IV Type'),\n '#maxlength' => 100,\n '#default_value' => $default_value,\n );\n\n $bGivenRadioisotope = $this->hasRadioisotopeValues($myvalues);\n $bMachineEmitsRadiation = $modality_abbr == 'CT'\n || $modality_abbr == 'FL'\n || $modality_abbr == 'NM';\n \n $sFieldsetKeyName = 'exam_radioisotope_fieldset';\n $root[$sFieldsetKeyName] = array(\n '#type' => 'fieldset',\n '#title' => t('Radioisotope Administered'),\n '#description' => t('Provide the actual radioisotope administered during the exam'),\n );\n if($bGivenRadioisotope)\n {\n $root[$sFieldsetKeyName]['#collapsible'] = FALSE;\n $root[$sFieldsetKeyName]['#collapsed'] = FALSE;\n } else {\n $root[$sFieldsetKeyName]['#collapsible'] = TRUE;\n $root[$sFieldsetKeyName]['#collapsed'] = TRUE;\n }\n \n $sName = 'exam_radioisotope_enteric_tx';\n $aNames = array($sName,'radioisotope_enteric_customtx','radioisotope_enteric_id');\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\n $root[$sFieldsetKeyName][$sName] = array(\n '#type' => 'textfield',\n '#title' => t('Enteric Type'),\n '#maxlength' => 100,\n '#default_value' => $default_value,\n );\n $sName = 'exam_radioisotope_iv_tx';\n $aNames = array($sName,'radioisotope_iv_customtx','radioisotope_iv_id');\n $default_value = ProtocolInfoUtility::getFirstAvailableValue($myvalues, $aNames, '');\n $root[$sFieldsetKeyName][$sName] = array(\n '#type' => 'textfield',\n '#title' => t('IV Type'),\n '#maxlength' => 100,\n '#default_value' => $default_value,\n );\n if(isset($myvalues['exam_radioisotope_radiation_dose_tx']) || isset($myvalues['exam_radioisotope_radiation_dose_uom_tx']))\n {\n //Use this value if we find it.\n $default_dose_value = isset($myvalues['exam_radioisotope_radiation_dose_tx']) ? $myvalues['exam_radioisotope_radiation_dose_tx'] : '';\n $default_dose_uom = isset($myvalues['exam_radioisotope_radiation_dose_uom_tx']) ? $myvalues['exam_radioisotope_radiation_dose_uom_tx'] : '';\n $default_dose_value_type_cd = isset($myvalues['exam_radioisotope_radiation_dose_type_cd']) ? $myvalues['exam_radioisotope_radiation_dose_type_cd'] : '';\n } else {\n //Derive a default from the dose map.\n $default_dose_value = NULL;\n $default_dose_uom = NULL;\n $default_dose_value_type_cd = NULL;\n if(isset($myvalues['exam_radioisotope_radiation_dose_map']))\n {\n $dose_map = $myvalues['exam_radioisotope_radiation_dose_map'];\n $a = $this->getDefaultRadiationDoseValuesForForm($dose_map);\n $default_dose_uom = $a['uom'];\n $default_dose_value = $a['dose'];\n $default_dose_value_type_cd = $a['dose_type_cd'];\n }\n }\n if($default_dose_value == NULL)\n {\n $default_dose_value = '';\n }\n $sName = 'exam_radioisotope_radiation_dose_tx';\n $root[$sFieldsetKeyName][$sName] = array(\n '#type' => 'textfield',\n '#title' => t('Radiation Dose Values'),\n '#size' => 100,\n '#maxlength' => 256,\n '#default_value' => $default_dose_value,\n '#description' => t('Provide the radioisotope radiation exposure during the exam. If there are multiple doses, delimit each dose with a comma.'),\n );\n if($default_dose_uom == NULL)\n {\n $default_dose_uom = 'mGy';\n }\n $sName = 'exam_radioisotope_radiation_dose_uom_tx';\n $root[$sFieldsetKeyName][$sName] = array(\n '#type' => 'textfield',\n '#title' => t('Radiation Dose Units'),\n '#size' => 8,\n '#maxlength' => 32,\n '#default_value' => $default_dose_uom,\n '#description' => t('Provide the radioisotope radiation unit of measure for the dose(s) recorded here'),\n );\n $aDoseTypeOptions = array();\n $aDoseTypeOptions['A'] = t('Actual');\n $aDoseTypeOptions['E'] = t('Estimate');\n\t$sDoseTypeRadiosTitle = 'Dose Value Type';\n $sName = 'exam_radioisotope_radiation_dose_type_cd';\n $root[$sFieldsetKeyName][$sName] = array(\n '#type' => 'radios',\n '#attributes' => array(\n 'class' => array('container-inline'),\n ),\n '#options' => $aDoseTypeOptions,\n '#disabled' => $disabled,\n '#title' => t($sDoseTypeRadiosTitle), //Important to have title otherwise required symbol not shown! \n ); \n if($default_dose_value_type_cd != '')\n {\n $root[$sFieldsetKeyName][$sName]['#default_value'] = $default_dose_value_type_cd;\n }\n \n \n //Get the inputs for device dose\n if($bMachineEmitsRadiation)\n {\n if($modality_abbr == 'CT')\n {\n //Specifically a CT device\n $this->addFormDeviceRadiationDoseGroup($root, $myvalues, $disabled\n , 'exam_ctdivol_dose_fieldset', 'Device Radiation Dose CTDIvol', 'CTDIvol', 'CTDIvol', 'mGycm' \n , 'exam_ctdivol_radiation_dose_map'\n , 'exam_ctdivol_radiation_dose_tx'\n , 'exam_ctdivol_radiation_dose_uom_tx'\n , 'exam_ctdivol_radiation_dose_type_cd');\n $this->addFormDeviceRadiationDoseGroup($root, $myvalues, $disabled\n , 'exam_dlp_dose_fieldset', 'Device Radiation Dose DLP', 'DLP', 'DLP', 'mGy'\n , 'exam_dlp_radiation_dose_map'\n , 'exam_dlp_radiation_dose_tx'\n , 'exam_dlp_radiation_dose_uom_tx'\n , 'exam_dlp_radiation_dose_type_cd');\n } else {\n //Other kind of device\n $this->addFormDeviceRadiationDoseGroup($root, $myvalues, $disabled\n , 'exam_other_dose_fieldset', 'Device Radiation Dose Other', 'Other', 'other', 'mGy'\n , 'exam_other_radiation_dose_map'\n , 'exam_other_radiation_dose_tx'\n , 'exam_other_radiation_dose_uom_tx'\n , 'exam_other_radiation_dose_type_cd');\n }\n }\n $root['exam_consent_received_fieldset'] = $this->getConsentReceivedBlock($form_state, $disabled, $myvalues);\n \n $sName = 'exam_notes_tx';\n $default_value = isset($myvalues[$sName]) ? $myvalues[$sName] : '';\n if ($disabled)\n {\n if(trim($default_value) > '')\n {\n //A hack to work-around CSS issue on coloring!\n $root['exam_summary'][$sName] = array(\n '#type' => 'textarea',\n '#title' => t('Examination Comments'),\n '#default_value' => $default_value,\n '#disabled' => $disabled,\n );\n }\n }\n else\n {\n $root['exam_summary'][$sName] = array(\n '#type' => 'textarea',\n '#rows' => 20,\n '#title' => t('Examination Comments'),\n '#maxlength' => 1024,\n '#default_value' => $default_value,\n '#disabled' => $disabled,\n );\n }\n return $root;\n }", "function foodpress_lang_get_custom_fields(){\n\t\t$output = '';\n\t\t$resOPT = get_option('fp_options_food_6');\n\t\tfor($x=1; $x<=foodpress_get_reservation_form_fields(); $x++){\n\t\t\tif( !empty($resOPT['fp_af_'.$x]) && $resOPT['fp_af_'.$x]=='yes' && !empty($resOPT['fp_ec_f'.$x]) ){\n\t\t\t\t$output[]= array('label'=>$resOPT['fp_ec_f'.$x],'name'=>'fp_ec_f'.$x);\n\t\t\t}\n\t\t}\n\t\treturn $output;\n\t}", "private function initialize_action_logic_variables_no_field() {\n\t\t$value = '';\n\t\t$row_key = 0;\n\t\t$field = array( 'hide_opt' => array( $row_key => $value ) );\n\t\t$field_name = 'frm_email_action[13827][post_content][conditions][' . $row_key . '][hide_opt]';\n\n\t\treturn array( $value, $row_key, $field, $field_name );\n\t}", "function sj_portfolio_fields() {\n\n\tif( get_field('client') ):\n\t\t$field = get_field_object('client');\n\t\techo '<p class=\"sj-portfolio-acf-client\">' . '<span>' . $field['label'] . '</span>' . \" \" . $field['value'] . '</p><br/>';\n\tendif; \n\n\n\tif( get_field('director') ):\n\t\t$field = get_field_object('director');\n\t\techo '<p class=\"sj-portfolio-acf-director\">' . '<span>' . $field['label'] . '</span>' . \" \" . $field['value'] . '</p>';\n\tendif; \n}", "function inputFields() {\n\t\t$content = '<div style=\"float: left;\">' . \"\\n\";\n\t\t$content .= '<label for=\"startdate\" style=\"font-weight: bold; display: block; float: left; width: 50px;\">' . $this->LANG->getLL('filter_start') . ':</label><input type=\"text\" name=\"startdate\" id=\"startdate\" value=\"' . $this->startdate . '\" /><br />' . \"\\n\";\n\t\t$content .= '<label for=\"enddate\" style=\"font-weight: bold; display: block; float: left; width: 50px; clear: both;\">' . $this->LANG->getLL('filter_end') . ':</label><input type=\"text\" name=\"enddate\" id=\"enddate\" value=\"' . $this->enddate . '\" />' . \"\\n\";\n\t\tif(isset($_GET['id'])) $content .= '<input type=\"hidden\" name=\"id\" value=\"' . intval($_GET['id']) . '\" />' . \"\\n\";\n\t\t$content .= '<input type=\"submit\" value=\"Filter\" />' . \"\\n\";\n\t\t$content .= '</div>' . \"\\n\";\n\t\t\n\t\treturn $content;\n\t}", "protected function form_fields() {\n\t\t$form_fields = array(\n\t\t\tarray(\n\t\t\t\t'type' => 'text',\n\t\t\t\t'name' => 'title',\n\t\t\t\t'desc' => __( 'Title:', APP_TD ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'text',\n\t\t\t\t'name' => 'count',\n\t\t\t\t'desc' => __( 'Number of ads to show:', APP_TD ),\n\t\t\t\t'extra' => array( 'size' => 3 ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'checkbox',\n\t\t\t\t'name' => 'show_thumbnail',\n\t\t\t\t'desc' => __( 'Show ad thumbnail', APP_TD ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'checkbox',\n\t\t\t\t'name' => 'show_date',\n\t\t\t\t'desc' => __( 'Show post date', APP_TD ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'checkbox',\n\t\t\t\t'name' => 'show_category',\n\t\t\t\t'desc' => __( 'Show ad category', APP_TD ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'checkbox',\n\t\t\t\t'name' => 'show_location',\n\t\t\t\t'desc' => __( 'Show ad location', APP_TD ),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'type' => 'checkbox',\n\t\t\t\t'name' => 'show_price',\n\t\t\t\t'desc' => __( 'Show ad price', APP_TD ),\n\t\t\t),\n\t\t);\n\n\t\tif ( current_theme_supports( 'app-stats' ) ) {\n\t\t\t$form_fields[] = array(\n\t\t\t\t'type' => 'checkbox',\n\t\t\t\t'name' => 'show_views',\n\t\t\t\t'desc' => __( 'Show ad views', APP_TD ),\n\t\t\t);\n\t\t}\n\n\t\treturn $form_fields;\n\t}", "function fieldset ($survey, $language, $category) {\n $result = '<fieldset class=\"section\" name=\"'.$category.'\">';\n $json = file_get_contents('json/'.$survey.'.json');\n $arrQuery = json_decode($json, true);\n // $result .= '<div class=\"language left\" code=\"verybad\"></div>';\n // $result .= '<div class=\"language right\" code=\"verygood\"></div>';\n $result .= '<div class=\"language mini\" code=\"legende\"></div>';\n foreach ($arrQuery as $k => $q) {\n $scale = '';\n if ($q['category'] == $category) {\n $result .= '<div class=\"slidecontainer\">';\n $result .= '<p class=\"language\" code=\"'.$q['question'].'\"></p> ';\n $result .= '<div class=\"range_box_wrapper\">';\n for ($i = 1; $i <= 10; $i++) {\n $result .= '<div class=\"range_box\" value=\"'.$i.'\">'.$i.'</div>';\n }\n $result .= '<input type=\"hidden\" class=\"hidden-slider-value\" name=\"form[input]['.$q['question'].'][mark]\">';\n $result .= '<input type=\"checkbox\" name=\"form[input]['.$q['question'].'][skip]\" class=\"skip\" ><span class=\"mini\">skip</span>';\n $result .= '</div>';\n // <input type=\"range\" min=\"1\" max=\"10\" class=\"range-slider\" id=\"'.$q['question'].'\">\n $result .= '<div class=\"negative-comment\">\n <p class=\"language\" code=\"comment-negative\"></p>\n <textarea name=\"form[input]['.$q['question'].'][comment]\" id=\"'.$q['question'].'-comment\" class=\"language comment\" code=\"comments1\" rows=\"3\"></textarea>\n </div>';\n $result .= '</div>';\n }\n if ($q['bpi'] == 'true') {\n $result .= '<input type=\"hidden\" name=\"form[input]['.$q['question'].'][bpi]\" value=\"true\">';\n }\n }\n \n\n $result .= '\n <div class=\"button-container\">\n <div class=\"button last language\" code=\"back\"></div>\n <div class=\"button next language\" code=\"next\"></div>\n </div>';\n $result .= '</fieldset>';\n\n return $result;\n\n}", "private function get_form_fields() {\r\n return apply_filters( 'charitable_settings_fields_forms', array(\r\n 'section_donation_form' => array(\r\n 'title' => __( 'Donation Form', 'charitable' ),\r\n 'type' => 'heading',\r\n 'priority' => 2\r\n )\r\n ) ); \r\n }" ]
[ "0.6275308", "0.62725836", "0.61806655", "0.5933619", "0.59291184", "0.5905185", "0.58789337", "0.5847535", "0.58330363", "0.579773", "0.5790952", "0.57518375", "0.57153195", "0.5680551", "0.56731236", "0.56588924", "0.56255335", "0.5609654", "0.5592557", "0.558618", "0.5577888", "0.5572916", "0.5561559", "0.5552729", "0.55503154", "0.5549159", "0.55388665", "0.55254453", "0.5510498", "0.5507566" ]
0.64651203
0
Returns the default view property values for this visualization.
public static function getDefaultPropertyValues() { $result = parent::getDefaultPropertyValues(); $result['visualization_properties']['graph']['allow_multi_select_series_picker'] = false; $result['visualization_properties']['infoviz-treemap']['show_evolution_values'] = true; return $result; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getDefaultProperties()\n {\n return array();\n }", "public function get_default_values()\n\t{\n\t\treturn $this->_default_values;\n\t}", "protected function getPropertyDefaults() : array {\n\t\t$defaults = [];\n\t\tforeach ( array_keys( $this->properties ) as $property ) {\n\t\t\t$defaults[ $property ] = $this->getPropertyDefault( $property );\n\t\t}\n\n\t\treturn $defaults;\n\t}", "public static function get_default_property_names()\n {\n return parent::get_default_property_names(\n array(\n self::PROPERTY_USER_ID, \n self::PROPERTY_PORTFOLIO_ID, \n self::PROPERTY_PUBLICATION_ID, \n self::PROPERTY_ITEM_ID, \n self::PROPERTY_ACCESS_DATE, \n self::PROPERTY_TIME));\n }", "public function getDefaults()\n {\n return $this->_defaults;\n }", "protected function getDefaults()\n {\n return $this->defaults;\n }", "public function getPropertiesWithDefault()\n {\n $properties = $this->getPropertiesForTable($this->table);\n $defaultProperties = array_filter($properties, function (AbstractBeanPropertyDescriptor $property) {\n return $property->hasDefault();\n });\n\n return $defaultProperties;\n }", "function getDefaults()\n\t{\n\t\treturn $this->defaults;\n\t}", "static function get_default_property_names()\r\n {\r\n return parent :: get_default_property_names(array(\r\n self :: PROPERTY_APPLICATION,\r\n self :: PROPERTY_VARIABLE,\r\n self :: PROPERTY_VALUE,\r\n self :: PROPERTY_USER_SETTING));\r\n }", "protected function renderViewDefaultData()\n {\n return [];\n }", "public function getDefaults();", "public static function get_default_property_names()\n {\n return parent::get_default_property_names(\n array(self::PROPERTY_USER_ID, self::PROPERTY_DOCUMENT_ID, self::PROPERTY_ACCESS_DATE, self::PROPERTY_TIME));\n }", "static function get_default_property_names()\n {\n return array (self :: PROPERTY_ID, self :: PROPERTY_PARENT_ID, self :: PROPERTY_PROPERTY_ATTRIBUTE_TYPE_ID, self :: PROPERTY_RELATION, self :: PROPERTY_VALUE, self :: PROPERTY_VALUE_TYPE);\n }", "protected function getDefaultDimensionValues()\n {\n $dimensionValues = [];\n foreach ($this->contentDimensionsConfiguration as $dimensionName => $dimensionConfiguration) {\n $dimensionValues[$dimensionName] = [$dimensionConfiguration['default']];\n }\n return $dimensionValues;\n }", "protected function getDefaults() {\n return [];\n }", "protected function getDefaults()\n {\n return self::$defaults;\n }", "public function getDefaults()\n {\n return array();\n }", "public function getDefaultValues();", "public function getDefaults()\n {\n //Default values described in defaults property, inherited\n $defaults = $this->property('defaults', true);\n\n $setters = $this->getSetters();\n $accessors = $this->getAccessors();\n\n foreach ($this->getFields() as $field => $type) {\n $default = is_array($type) ? [] : null;\n\n if (array_key_exists($field, $defaults)) {\n //Default value declared in model schema\n $default = $defaults[$field];\n }\n\n if (isset($setters[$field])) {\n try {\n $setter = $setters[$field];\n\n //Applying filter to default value\n $default = call_user_func($setter, $default);\n } catch (\\ErrorException $exception) {\n //Ignoring\n }\n }\n\n if (isset($accessors[$field])) {\n $default = $this->accessorDefaults($accessors[$field], $type, $default);\n }\n\n //Using composition to resolve default value\n if (!empty($this->getCompositions()[$field])) {\n $default = $this->compositionDefaults($field, $default);\n }\n\n $defaults[$field] = $default;\n }\n\n return $defaults;\n }", "public function getDefaults()\n\t{\n\t\t$data = $this->getModelsMetaData()->getDefaultValues($this);\n\t\t\n\t\tforeach ($data as $field => $value) {\n\t\t\tif (! isset($this->{$field}) || (null === $this->{$field})) {\n\t\t\t\t$this->{$field} = $value;\n\t\t\t}\n\t\t}\n\t\t\n\t\treturn $this;\n\t}", "public function getDefaults(): array\n {\n return $this->defaults;\n }", "static function get_default_property_names()\r\n {\r\n return parent :: get_default_property_names(array(self :: PROPERTY_CATEGORY, self :: PROPERTY_TITLE, self :: PROPERTY_SORT, self :: PROPERTY_APPLICATION, self :: PROPERTY_SECTION, self :: PROPERTY_EXTRA, self :: PROPERTY_URL, self :: PROPERTY_IS_CATEGORY));\r\n }", "public function getDefaults()\n {\n $this->validateStructure();\n return $this->defaults;\n }", "static function get_default_property_names()\r\n {\r\n return parent :: get_default_property_names(array(self :: PROPERTY_APPLICATION, self :: PROPERTY_PID, self :: PROPERTY_CID, self :: PROPERTY_VALIDATED, self :: PROPERTY_OWNER));\r\n }", "protected function getDefaultValues() {\n\t\treturn array(\n\t\t\t'name' => '',\n\t\t\t'title' => '',\n\t\t\t'color' => '000000',\n\t\t\t'priority' => '0',\n\t\t\t'text' => '',\n\t\t\t'autoJoin' => false,\n\t\t\t'loginConfirmationRequired' => false);\n\t}", "public function defaults()\n {\n return array();\n }", "static function get_default_property_names()\r\n {\r\n return array(self :: PROPERTY_GROUP_ID, self :: PROPERTY_RIGHTS_TEMPLATE_ID);\r\n }", "public function getDefaultProperties(): Division\n {\n return $this->defaultProperties;\n }", "public function defaultData()\n {\n return [\n 'condition' => null,\n 'active' => true,\n 'name' => null,\n ];\n }", "public function getDefaultValues(): array;" ]
[ "0.7012139", "0.6728691", "0.66616726", "0.6612742", "0.6582033", "0.657398", "0.65130335", "0.6493912", "0.64927727", "0.6483443", "0.64812624", "0.6474181", "0.6421023", "0.64157975", "0.641458", "0.6323233", "0.63137114", "0.6290639", "0.62685776", "0.6228532", "0.62274", "0.6217823", "0.62085074", "0.62078285", "0.6172164", "0.61621106", "0.61505485", "0.61330473", "0.6130335", "0.6123955" ]
0.7863447
0
Checks if the data obtained by ViewDataTable has data or not. Since we get the last period when calculating evolution, we need this hook to determine if there's data in the latest table.
public function isThereDataToDisplay($dataTable, $view) { return $this->getCurrentData($dataTable)->getRowsCount() != 0; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function isDataLoaded()\n { \n return isset($this->_data);\n }", "public function hasData()\n {\n return $this->data !== null;\n }", "public function existsData() {\n if (count($this->_data) == 0) {\n return false;\n } else {\n return true;\n }\n }", "public function is_missing_required_data() {\n\t\tif ( ! $this->exists ) {\n\t\t\treturn true;\n\t\t}\n\n\t\tif ( ! $this->get_trigger() ) {\n\t\t\treturn true;\n\t\t}\n\n\t\tif ( $this->data_layer()->is_missing_data() ) {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t}", "public function hasData();", "public function hasData(){\n return $this->_has(6);\n }", "public function hasDataChanges()\n {\n if($this->_hasDataChanges) {\n return TRUE;\n }\n \n if(isset($this->_children)) {\n foreach($this->_children as $value) {\n if($value->hasDataChanges()) {\n return TRUE;\n }\n }\n }\n return FALSE;\n }", "public function hasDatas(){\n return $this->_has(1);\n }", "public function hasDatas(){\n return $this->_has(9);\n }", "public function dataHasChangedForPeriod()\n {\n return $this->getProduct()->dataHasChangedFor('sold_qty_period');\n }", "private function checkData()\n {\n $this->checkTable();\n }", "public function getExistingJemData()\n\t{\n\t\t$tablesCount = $this->getJemTablesCount();\n\n\t\tforeach ($tablesCount as $tableCount) {\n\t\t\tif ($tableCount !== null && $tableCount > 0) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}", "private function exists() {\n return (!empty($this->getData())) ? true : false;\n }", "public function hasData ( ): bool\n\t{\n\t\treturn ($this->id->value!==null);\n\t}", "public function dataFileExists() {\n\t\tif(!file_exists($this->tabFile)) {\n\t\t\terror_log(\"FilemakerProImporter: Data file not found: \".$this->tabFile);\n\t\t\treturn false;\n\t\t} else {\t\n\t\t\treturn true;\n\t\t}\n\t}", "public function valid()\n {\n if ($this->retrieved) {\n return false !== current($this->updatedDatas);\n } else {\n return parent::valid();\n }\n }", "function isTableUpToDate ()\n\t{\n\t\tif (!$this->findTable ())\n\t\t{\n\t\t\treturn false;\n\t\t}\n\t\t$columnNames =\n\t\t\t$this->db->MetaColumnNames ($this->tableName,\n\t\t\t\ttrue);\n\t\treturn (\n\t\t\tcount ($columnNames) == 12 &&\n\t\t\t$columnNames[0] == 'item_id' &&\n\t\t\t$columnNames[1] == 'owner' &&\n\t\t\t$columnNames[2] == 'parent_id' &&\n\t\t\t$columnNames[3] == 'is_parent' &&\n\t\t\t$columnNames[4] == 'name' &&\n\t\t\t$columnNames[5] == 'description' &&\n\t\t\t$columnNames[6] == 'visibility' &&\n\t\t\t$columnNames[7] == 'category' &&\n\t\t\t$columnNames[8] == 'is_deleted' &&\n\t\t\t$columnNames[9] == 'when_created' &&\n\t\t\t$columnNames[10] == 'when_modified' &&\n\t\t\t$columnNames[11] == 'value'\n\t\t);\n\t}", "public function isWaitingForData(): bool\n {\n return $this->getRemainingData() > 0;\n }", "public function isWaitingForData(): bool\n {\n return $this->getRemainingData() > 0;\n }", "public function hasDeleteAllDataFromTable(){\n return $this->_has(3);\n }", "public function isFetched() {\n return !empty($this->fetchDate);\n }", "public function isFetched() {\n return !empty($this->fetchDate);\n }", "public function valid()\n {\n $keys = $this->getKeys();\n if (!isset($keys[$this->databag_current_position])) {\n return false;\n }\n return isset($this->dataelement_data[ $keys[$this->databag_current_position] ]);\n }", "public function hasDynamicDateCallback(): bool\n {\n\n return null !== $this->_dynamicDate;\n\n }", "public function refresh() {\n\t\t$this->dataCached = FALSE;\n\t\tif ($this->getData() === FALSE)\n\t\t\treturn FALSE;\n\t\treturn TRUE;\n\t}", "public function hasBoundData(): bool\n\t{\n\t\treturn null !== $this->bound_data\n\t\t\tor ($this->session_store && $this->session_store->hasOldInput());\n\t}", "public function hasOOEntries() {\n\t\t$entryCount = \\WorkplanQuery::create()\n\t\t\t\t\t\t\t->filterById($this->getId())\n\t\t\t\t\t\t\t->useDayQuery()\n\t\t\t\t\t\t\t\t->useOOEntryQuery()\n\t\t\t\t\t\t\t\t->endUse()\n\t\t\t\t\t\t\t->endUse()\n\t\t\t\t\t\t\t->count();\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\treturn $entryCount != 0 ? true : false;\n\t}", "public function hasRows()\n {\n return ! empty($this->rows);\n }", "public function isTodayLoaded()\n\t{\n\t\t$result = (int) $this->db->get_var(\"SELECT COUNT(*) FROM `dates` WHERE `date` = '{$this->_today_date}'\");\n\t\tif($result > 0) return true;\n\t\telse\t\t\treturn false;\n\t}", "protected function hasRequiredData() {\n return $this->Context->activity()->elevation() > 0;\n\t}" ]
[ "0.64899546", "0.6337184", "0.61317116", "0.6110161", "0.61000127", "0.6045405", "0.59748685", "0.58887327", "0.5867654", "0.58526224", "0.5841412", "0.58364403", "0.58052105", "0.57619464", "0.5752801", "0.5715812", "0.571335", "0.56561303", "0.56561303", "0.56470096", "0.56370133", "0.56370133", "0.56198376", "0.5618518", "0.5609649", "0.5607999", "0.5593698", "0.55803245", "0.55800384", "0.5567412" ]
0.6540598
0
Useful functions and classes to deal with PHPReports stuff. This file is part of the standard PHPReports package. This function will return if there is a PHPReports path in the PHP ini_get("include_path").
function getPHPReportsIncludePath(){ $aPaths = explode((stristr(PHP_OS,"LINUX")?":":";"),ini_get("include_path")); foreach($aPaths as $sPath) if(stristr($sPath,"phpreports")) return $sPath; return null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function getPHPReportsFilePath(){\n\t\t$sPath = getPHPReportsIncludePath();\n\t\tif(!is_null($sPath))\n\t\t\treturn $sPath;\n\t\t// put your distro path here\n\t\treturn \"/var/htdocs/phpreports/\"; \n\t}", "function Check_PHP_Config() {\n if (!strstr(get_include_path(),$_SERVER['DOCUMENT_ROOT'])) {\n echo \"The document Root is not part of the php include path - LOTS of things depend on this<p>\";\n exit;\n }\n // Should check for open_basedir and file size eventually\n}", "public function isIncludePath(): bool;", "function get_ini_path()\n{\n if ($path = get_cfg_var('cfg_file_path')) {\n return $path;\n }\n\n return 'WARNING: not using a php.ini file';\n}", "function fileExistsInPath($file) {\n\t\t$paths = explode(PATH_SEPARATOR, ini_get('include_path'));\n\t\tforeach ($paths as $path) {\n\t\t\t$fullPath = $path . DS . $file;\n\n\t\t\tif (file_exists($fullPath)) {\n\t\t\t\treturn $fullPath;\n\t\t\t} elseif (file_exists($file)) {\n\t\t\t\treturn $file;\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t}", "function site_include_exists( $path ) {\n\n\treturn file_exists( site_view_path( $path ) );\n\n}", "function isPathInfoEnabled() {\n\t\tstatic $isPathInfoEnabled;\n\t\tif (!isset($isPathInfoEnabled)) {\n\t\t\t$isPathInfoEnabled = Config::getVar('general', 'disable_path_info')?false:true;\n\t\t}\n\t\treturn $isPathInfoEnabled;\n\t}", "public function isIncludePath(): bool\n {\n if ($this->includePath instanceof Closure) {\n $this->includePath = ($this->includePath)();\n }\n\n return $this->includePath;\n }", "public function checkIncludePaths()\n {\n $currentPath = $this->getRequest()->getRequestUri();\n $pathsConfig = $this->_helperData->getWhereToShowConfig('include_pages_with_url');\n\n if ($pathsConfig) {\n $arrayPaths = explode(\"\\n\", $pathsConfig);\n $pathsUrl = array_map('trim', $arrayPaths);\n foreach ($pathsUrl as $path) {\n if ($path && strpos($currentPath, $path) !== false) {\n return true;\n }\n }\n }\n\n return false;\n }", "public static function isEnabled()\n {\n return (bool) error_reporting() && self::$enabled;\n }", "public function checkPath( $path ) {\n\t\tif( file_exists( $this->_pluginsPath.'/'.$path.'.php') ) {\n\t\t\treturn true;\n\t\t} else {\n\t\t\treturn false;\n\t\t}\n\t}", "public function hasIncludes()\n {\n return count($this->include_path) > 0;\n }", "function phpConfigPath() {\n\t\tRuntime::_requires('5.2.4', 'phpConfigPath');\n\t\treturn php_ini_loaded_file();\n\t}", "public function getInclude() {\n\t\tif ($this->getConfig()->getTpa($this->tpa)->getType() == \"php\") {\n\t\t\tif (!file_exists($this->getConfig()->getTpa($this->tpa)->getUri()) || is_dir($this->getConfig()->getTpa($this->tpa)->getUri())) {\n\t\t\t\treturn $this->throwError(\"adapter_missingfile\");\n\t\t\t}\n\t\t\treturn $this->getConfig()->getTpa($this->tpa)->getUri();\n\t\t}\n\t\treturn false;\n\t}", "public function isPathIncluded($pathInfo)\n {\n //remove locale if exists from path info\n $result = $this->getLocalePathInfo($pathInfo);\n if (isset($result['locale'])) {\n $locale = $result['locale'];\n $pathInfo = $this->removeInvalidLocale($pathInfo, $locale);\n }\n\n // '/' is a special case, so do it manually\n if ($pathInfo == '/') {\n return true;\n }\n\n foreach ($this->includePaths as $path) {\n if (0 === strpos($pathInfo, $path)) {\n return true;\n }\n }\n\n return false;\n }", "public function hasFilePath() : bool;", "public function hasFilePath() : bool ;", "public function hasFilePath(): bool;", "function is_plugin_installed() {\n require_once ABSPATH . 'wp-admin/includes/plugin.php';\n\n if ( is_plugin_active( 'wedevs-project-manager/cpm.php' ) ) {\n return true;\n }\n\n if ( is_plugin_active( 'wedevs-project-manager-pro/cpm.php' ) ) {\n \n $this->parent_path = dirname( dirname( __FILE__ ) ) . '/wedevs-project-manager-pro';\n\n return true;\n }\n\n return false;\n }", "public function isPath();", "function php_ini_loaded_file () {}", "private static function isExistingJiaoyuProject($path) {\n\t\t\t// Does this path even exist?\n\t\t\tif (!file_exists($path)) {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\t// Make sure this is a path to a directory (and not a file)\n\t\t\tif (!is_dir($path)) {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\tif (preg_match(\"/.+\\/$/\", $path)) {\n\t\t\t\tif (file_exists($path . self::CORE_CONFIG_FILE)) {\n\t\t\t\t\treturn true;\n\t\t\t\t} else {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif (file_exists($path . \"/\" . self::CORE_CONFIG_FILE)) {\n\t\t\t\t\treturn true;\n\t\t\t\t} else {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn false;\n\t\t}", "public function isInstalled()\n {\n return file_exists(dirname(\\pm_Context::getPlibDir()) . '/' . $this->extensionId);\n }", "function findImport($filePath)\n {\n foreach ($this->allCssPaths as $file => $files) {\n foreach ($files as $info) {\n if ($info['file_path'] == $filePath) {\n return $info['full_string'];\n }\n }\n }\n return false;\n }", "public function hasFilePath(){\n return $this->_has(1);\n }", "function canHandle() {\n if( PHP_VERSION >= 5 ) {\n if(! extension(\"xsl\")) return _(\"No XSL extension for PHP5. Can't generate OpenOffice files\");\n } else {\n if(! extension(\"xslt\") && ! function_exists('domxml_xslt_stylesheet_file'))\n return _(\"No XSLT extension. Can't generate OpenOffice files\");\n }\n if(! extension(\"zlib\")) return \"No zlib extension. Can't unpack OpenOffice files\";\n if(! include_once(\"Zip.php\")) return \"Can't load Zip class file\";\n if(! class_exists(\"Archive_Zip\")) return \"No Archive_Zip class.\";\n return true;\n }", "public function isAvailable()\n {\n return class_exists(\"\\DOMXPath\");\n }", "function canShowReports() {\n\t\treturn isInRequest(\"show_reports\");\n\t}", "public function isGemini();", "public function hasBootstrapPath(): bool;" ]
[ "0.6373429", "0.61294323", "0.60860866", "0.6009333", "0.5678176", "0.55846363", "0.5514236", "0.54869306", "0.54510975", "0.5446863", "0.5443962", "0.53772", "0.53753465", "0.5360466", "0.5345205", "0.5333045", "0.5315265", "0.5289318", "0.5282853", "0.52038735", "0.5202448", "0.51951516", "0.51804733", "0.51737815", "0.51575947", "0.5134553", "0.512639", "0.5123395", "0.5121067", "0.50959235" ]
0.7713111
0
This function will return the file path where the PHPReports classes are.
function getPHPReportsFilePath(){ $sPath = getPHPReportsIncludePath(); if(!is_null($sPath)) return $sPath; // put your distro path here return "/var/htdocs/phpreports/"; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getClassFilePath()\n {\n return strtr($this->getFullClassName(), '\\\\', '/') . '.php';\n }", "protected function getClassDirPath()\n {\n return self::doGetClassDirPath(\\get_class($this));\n }", "protected static function getClassDirPathEx()\n {\n return self::doGetClassDirPath(\\get_called_class());\n }", "public function getClassesPath();", "public function getPath()\n {\n return $this->getBasePath().$this->getFileName().'.php';\n }", "public function getClassFilePath() \n {\n return $this->classFilePath;\n }", "abstract public function getClassPath();", "static function getClassPath()\r\n\t{\r\n\t\tif (self::$_classPath === null)\r\n\t\t\tself::setDefaultClassPath();\r\n\t\t\t\r\n\t\treturn self::$_classPath;\r\n\t}", "static function getClassMapFilePath()\r\n\t{\r\n\t\treturn self::$_classMapFileLocation;\r\n\t}", "public function getFullClassPath()\n {\n return $this->basePath . $this->name . '.php';\n }", "function getFilePath() {\n\t\tif ( isset($this->_Controller['path']) ) {\n\t\t\treturn (string) $this->_Controller['path'];\n\t\t} else {\n\t\t\treturn $this->getPathAsString().system::getDirSeparator().$this->getName().'Controller.class.php';\n\t\t}\n\t}", "public static function path()\n {\n \treturn substr(__DIR__, 0, -11);\n }", "public function get_directory_path(){\n\t\t$current_folder = realpath(dirname(__FILE__));\n\t\t$current_folder = str_replace('\\\\classes', '/', $current_folder);\n\t\t$current_folder = str_replace('/classes', '/', $current_folder);\n\t\treturn $current_folder;\n\t}", "public function getClassesNamespaceEntryPath();", "public function getExtensionPath() {\n\t\treturn __DIR__ . '/../../';\n\t}", "function getPHPReportsIncludePath(){\n\t\t$aPaths = explode((stristr(PHP_OS,\"LINUX\")?\":\":\";\"),ini_get(\"include_path\"));\n\t\tforeach($aPaths as $sPath)\n\t\t\tif(stristr($sPath,\"phpreports\"))\n\t\t\t\treturn $sPath;\n\t\treturn null;\n\t}", "public function getPath(): string\n {\n return \\dirname(__DIR__);\n\n }", "public function generateFileFullPath(): String\n {\n return $this->path = $this->directory . $this->className . '.php';\n }", "public function getPath(): string\n {\n return __DIR__;\n }", "function getSqlPath()\n {\n return dirname(__FILE__).'/sql/'.__CLASS__;\n }", "function getSqlPath()\n {\n return dirname(__FILE__).'/sql/'.__CLASS__;\n }", "protected function getClassDirUrl()\n {\n return self::doGetClassDirUrl(\\get_class($this));\n }", "protected function getClassTestDir() {\n\t\t$refClass = new \\ReflectionClass(get_class($this));\n\t\treturn $refClass->getShortName();\n\t}", "public function getPath()\n {\n return $this->getBasePath() . '/' . parent::getConfigGeneratorClassPath($this->getPathConfigNode(), true) . '/' . $this->getName() . '.php';\n }", "static function path()\r\n\t\t{\r\n\t\t\tif (self::$path === null)\r\n\t\t\t\tself::$path = dirname(__FILE__) . DIRECTORY_SEPARATOR;\r\n\t\t\treturn self::$path;\r\n\t\t}", "public function getPath()\n {\n return Loader::getRootPath() . \"{$this->path}{$this->name}\";\n }", "function dirPath() {return (\"../../../../\"); }", "public function getDefinitionResourcePath()\n {\n return \"{$this->_sqlDefinitionDir}/{$this->_xmlContainer->pkg}\";\n }", "public function getAopClassDir();", "public function yiiSrcPath()\n {\n return getcwd();\n }" ]
[ "0.73591566", "0.7195603", "0.7151756", "0.6974393", "0.69158256", "0.6872916", "0.68009347", "0.67783016", "0.66755617", "0.6584337", "0.6558442", "0.6502996", "0.64796644", "0.6404552", "0.6404319", "0.6359167", "0.6339881", "0.63289285", "0.63267654", "0.6319232", "0.6319232", "0.6272056", "0.62668496", "0.6235311", "0.622433", "0.620696", "0.6180429", "0.6163487", "0.6161292", "0.6155155" ]
0.7494188
0
Insert a parameter sParm_ parameter name oVal_ parameter value
function setParm($sParm_=null,$oVal_=null){ if(is_null($sParm_)) return; $this->_aParms[$sParm_]=$oVal_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function addParam ($name, $value);", "function add_parameter($p_name, $p_value) {\n\t\tif (false !== $this->closed_xml) {\n\t\t\tthrow new Exception($GLOBALS[\"lib_cake_errors\"][CLOSED_XML], CLOSED_XML);\n\t\t}\n\t\n\t\t$this->insert(\"<\" . $p_name . \">\" . rawurlencode($p_value) . \"</\" . $p_name . \">\");\n\t}", "function setParam($nameOrPosition, $value);", "public function add_param($name, $value);", "function addParam($n,$v){\r\n \tif ($this->params==null){\r\n \t\t$this->params=new SOS_Scheduler_Job_params();\r\n \t}\r\n \t$this->params->addParam($n,$v);\r\n }", "function setParameter($name, $value);", "public function addParameter(string $name, string $value) {\n\t\t$this->parameters[ $name ] = $value;\n\t}", "public function addParameter($sType, $sValue)\n {\n $this->pushParameter(new Parameter($sType, $sValue));\n }", "public function setParameter($name, $value) {}", "public function setParameter($name, $value) {}", "public function setParameter($name, $value) {}", "public function setParameter($name, $value) {}", "public function setParameter($name, $value);", "public function setParameter($name, $value);", "public function addParam($name, $value) {\r\n\t\tif (!array_key_exists($name, $this->params)) {\r\n\t\t\t$this->params[$name] = $value;\r\n\t\t}\r\n\t}", "public function addParamWithValue($pName, $pValue, $pType = DbParameter::TYPE_STRING, $pDirection = DbParameter::DIRECTION_INPUT, $pLength = 0, $pEmptyStringToNull = true) {\n $NewParameter = new DbParameter();\n $NewParameter->Value = $pValue;\n $NewParameter->Type = $pType;\n $NewParameter->Direction = $pDirection;\n $NewParameter->Length = $pLength;\n $NewParameter->EmptyStringToNull = $pEmptyStringToNull;\n $this->offsetSet($pName, $NewParameter);\n }", "function addParameter( $name, $value )\n {\n $this->addGetParameter( $name, $value );\n }", "public function addParam($name, $value)\n\t{\n\t\t$this->params[$name] = $value;\n\t}", "public function addParameter($name, $value)\n {\n if ($this->hasParameter($name)) {\n throw new afsBaseModelTemplateException(\"Parameter '{$name}' already exists\");\n }\n \n $this->params[$name] = $value;\n }", "public function addParameter($name, $value)\n {\n $this->parameters[$name] = $value;\n }", "function set_param($name, $value)\n {\n if (array_key_exists($name, $this->_def_params())) {\n $this->_params[$name] = $value;\n }\n }", "public function setParameter( $aName, $aValue ) {\r\n\t\t\tif (!isset($this->Parameters[ $aName ])) {\r\n\t\t\t\t$this->Parameters[ $aName ] = new DatabaseParameter();\r\n\t\t\t} \r\n $this->Parameters[ $aName ]->Name = $aName;\r\n $this->Parameters[ $aName ]->Value = $aValue;\r\n }", "function __set($name, $value)\r\n {\r\n $this->modelObject->Db->Parameters[\":{$name}\"] = $value;\r\n }", "function AddParam( $Name, $Value ) {\n\t\t$this->PostString = $this->PostString . $Name . \"=\" . urlencode( $Value ) . \"&\";\n\t}", "public function setParam($name, $value)\n {\n }", "private function add_value_and_type($name, $value, $type) {\r\n\t\t$this->params[$name] = $value;\r\n \t\t$this->types[$name] = $type;\t\t\r\n\t}", "function setParam($name, $value) {\n\t\t$this->table->$name = $value;\n\t}", "public function insert($module, $name, $value);", "public function new_param($name)\n\t{\n\t\t\n\t}", "public function prepareParam($param_name, $param_value) {\n\t\t// check if name or value is not empty \n\t\tif (!empty($param_name) || !empty(param_value)) {\n\t\t\t$this->sess_param[$param_name] = $param_value;\n\t\t\t$this->sess_param_ready = true;\n\t\t}else {\n\t\t\t$this->sess_param_ready = false;\n\t\t\techo 'Parametr or value not set!';\n\t\t}\n\t}" ]
[ "0.6718961", "0.6558614", "0.6551068", "0.65128624", "0.6465661", "0.6302577", "0.62250924", "0.616379", "0.6124796", "0.6124796", "0.6124796", "0.6124796", "0.6112057", "0.6112057", "0.6090139", "0.6079215", "0.60669816", "0.605226", "0.5983269", "0.594718", "0.5923676", "0.588837", "0.58649075", "0.5854227", "0.5853704", "0.5852571", "0.5836893", "0.58308625", "0.58123326", "0.5785026" ]
0.7214615
0
Returns a parameter value sParm_ parameter name
function getParm($sParm_){ if(!array_key_exists($sParm_)) return null; return $this->_aParms[$sParm_]; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract function get_parameter($name);", "public function getParamName() {\n\t\treturn $this->_paramName;\n\t}", "function GetParameterValue( $name ) {\n $name = strtoupper($name);\n if ( isset($this->parameters[$name]) ) return $this->parameters[$name];\n return null;\n }", "public function getNameParameter();", "public function getParameter($name);", "public function getParam($name){\n if(isset($this->requestData[$name])){\n return $this->requestData[$name];\n }\n return \"\";\n }", "function getParameter($name);", "public function getParam(string $sName = ''): string\n {\n if ($sName != '') {\n return ((isset($this->_aParams[$sName])) ? $this->_aParams[$sName] : '');\n }\n }", "public function getName()\n {\n return $this->parameterName;\n }", "protected function getParamName()\n\t{\n\n\t\tif ($this->get('urlparam'))\n\t\t{\n\t\t\treturn $this->get('urlparam');\n\t\t}\n\n\t\treturn 'textsearch_' . $this->get('id');\n\n\t}", "public function getName()\n {\n return 'parameter';\n }", "public function getParam($name);", "protected function get_column_parameter($name)\r\n\t{\r\n\t\tif(array_key_exists($name, $this->fields))\r\n\t\t\treturn $this->fields[$name];\r\n\t\t\r\n\t\treturn '';\r\n\t}", "function getParam ($name);", "public function getParamNameByParamName($paramName) {\n $stmt = 'SELECT ParamName FROM ref_parameters WHERE ParamName = :ParamName';\n $this->prepare($stmt);\n $this->bindparameter(':ParamName', $paramName);\n $this->execute();\n $result = $this->fetchData();\n\n return $result['ParamName'];\n \n }", "public static function GetParamAsString(/* const char * */$name,\n /* const ParamsVectors* */$member_params,\n $value) {\n\n }", "public function getParameter()/*# : Parameter */;", "public function getParameter($name)\n {\n return $this->parameters[$name];\n }", "abstract public function getParam($name);", "public function getParameter(string $parameterName);", "public function getParamNameAttribute()\n {\n return json_decode($this->realtime_options)->param_name;\n }", "public function getParam($name = ''){\n if( $name == '' )\n return $this->params;\n else\n return ($this->params[$name] != '' ? $this->params[$name] : '');\n }", "public function getValue($name)\n {\n return $this->_attributes['params'][$name];\n }", "protected function getParam(string $name) {\n return $this->params[$name];\n }", "private function getParam($name)\n\t{\n\t\tif ( !@array_key_exists($name, $this->params) )\n\t\t\tthrow new Exception(\"Missing parameter '$name'\");\n\t\t\n\t\treturn $this->params[$name];\n\t}", "public function getParam(string $param);", "public function GetParam($Name,$Def){ return isset($_GET[$Name])? $_GET[$Name]:$Def; }", "public function getValue($sName);", "public function getParameter() {\n\t\treturn $this->parameter;\n\t}", "public function getName(){\n return $this->getParameter('name');\n }" ]
[ "0.69599813", "0.694381", "0.6878553", "0.68453586", "0.6794424", "0.6691137", "0.66719276", "0.66328394", "0.65997446", "0.65862226", "0.6544361", "0.6544281", "0.6477537", "0.6463971", "0.64637166", "0.64207673", "0.63616556", "0.6359569", "0.6349373", "0.62806296", "0.62689066", "0.62194604", "0.62008333", "0.61640996", "0.61070585", "0.607651", "0.60549045", "0.60153955", "0.6003381", "0.5998817" ]
0.7246233
0
Remove a parameter sParm_ parameter name
function removeParm($sParm_=null){ if(is_null($sParm_)) return; if(!array_key_exists($sParm_,$this->_aParms)) return; unset($this->_aParms[$sParm_]); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function unsetParameter($name)\n {\n unset($this->parameters[$name]);\n }", "public function __unset($name)\n\t{\n\t\tunset($this->params[$name]);\n\t}", "public function __unset($param)\n {\n $this->params_named->remove($param);\n }", "public function removeParam(string $name): self\n {\n unset($this->params[$name]);\n return $this;\n }", "public function forgetParameter($name)\n {\n $this->parameters();\n\n unset($this->parameters[$name]);\n }", "public function drop($sParamName) {\n unset($this->_aSessionVars[$sParamName]);\n }", "public function removeParameter($parameterName)\n {\n unset($this->parameters[$parameterName]);\n }", "function del($name){\n\t\tif(isset($this->vars[$name])){\n\t\t\tunset($this->vars[$name]);\n\t\t}\n\t}", "public function remove($name);", "public function remove($name);", "public function unsetVar($name);", "public function removeInput($name);", "public function remove(string $key): void\n\t{\n\t\tunset($this->parameters[$key]);\n\t}", "public function removeOverride(string $name): void\n {\n if (isset($this->parameterOverrides[$name])) {\n\n unset($this->parameterOverrides[$name]);\n }\n }", "private function removeFirstParameter () {\r\n\r\n array_shift($this->urlParameters);\r\n\r\n }", "public function removeFromQueryString($parameter, $uri = null);", "function eliminarVariable($pVarName) \r\n {\r\n unset($_SESSION[$pVarName]); \r\n }", "function z_remove_atribute_by_name_in_frame($name,$name_attr,$frame_number)\n\t{\n\t\t$res = $this->call(\"$this->prefix.RemoveAtributeByNameInFrame?name=\".urlencode($name).\"&name_attr=\".urlencode($name_attr).\"&frame_number=\".urlencode($frame_number));\n if ($res ==\"false\")\n\t\t\treturn false;\n\t else\n\t\t\treturn $res;\n\t}", "public function __unset($name);", "public function __unset($name);", "public function unsetParam($key)\n {\n unset($this->params[$key]);\n }", "function z_remove_atribute_by_name($name,$name_attr)\n\t{\n\t\t$res = $this->call(\"$this->prefix.RemoveAtributeByName?name=\".urlencode($name).\"&name_attr=\".urlencode($name_attr));\n if ($res ==\"false\")\n\t\t\treturn false;\n\t\telse\n\t\t\treturn $res;\n\t}", "function __unset($name) {\n\t\t$name = $this->_vartoxml($name);\n\t\tunset($this->_data[$name]);\n\t\tif(isset($this->_modified[$name])) {\n\t\t\tunset($this->_modified[$name]);\n\t\t}\n\t}", "public function __unset($name)\n {\n echo \"Unsetting $name : \",\"\\n\";\n unset($this->data[$name]); // destroys the specified variables\n }", "public function removeAttribute($sName) {\r\n\t\tunset($this->aAttributes[$sName]);\r\n\t}", "private static function deleteVar(string $name, string $from)\n\t{\n\t\tif ($from == 'get')\n\t\t{\n\t\t\tif (array_key_exists($name, $_GET))\n\t\t\t{\n\t\t\t\tunset($_GET[$name]);\n\t\t\t}\n\t\t}\n\t\telseif ($from === 'post')\n\t\t{\n\t\t\tif (array_key_exists($name, $_POST))\n\t\t\t{\n\t\t\t\tunset($_POST[$name]);\n\t\t\t}\n\t\t}\n\t\telseif ($from == 'files')\n\t\t{\n\t\t\tif (array_key_exists($name, $_FILES))\n\t\t\t{\n\t\t\t\tunset($_FILES[$name]);\n\t\t\t}\n\t\t}\n\t\telseif ($from == 'request')\n\t\t{\n\t\t\tif (array_key_exists($name, $_REQUEST))\n\t\t\t{\n\t\t\t\tunset($_REQUEST[$name]);\n\t\t\t}\n\t\t}\n\t}", "function remove_attribute_by_name($name,$name_attr)\n\t{\n\t\treturn $this->call(\"InputButton.RemoveAtributeByName?name=\".urlencode($name).\"&name_attr=\".urlencode($name_attr));\n\t}", "function removePanelByName($name = NULL){\n\t\tunset(self::$panels[$name]);\n\t}", "function header_remove ($name = null) {}", "public function removeQueryParam($name)\n\t{\n\t\tunset($this->queryParams[$name]);\n\t\treturn $this;\n\t}" ]
[ "0.70262504", "0.69802165", "0.6850101", "0.67724293", "0.67644274", "0.67211753", "0.6545333", "0.6373173", "0.6326535", "0.6326535", "0.6282314", "0.6225802", "0.6186758", "0.6118208", "0.610724", "0.6032865", "0.6031524", "0.5991573", "0.59812856", "0.59812856", "0.59659696", "0.5965679", "0.5936942", "0.59010303", "0.5891424", "0.5863973", "0.5846288", "0.5843004", "0.57655734", "0.5760965" ]
0.84192914
0
get the selected brands for a product
public function getSelectedBrands(Mage_Catalog_Model_Product $product){ if (!$product->hasSelectedBrands()) { $brands = array(); foreach ($this->getSelectedBrandsCollection($product) as $brand) { $brands[] = $brand; } $product->setSelectedBrands($brands); } return $product->getData('selected_brands'); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getBrands();", "public function _get_all_brands(){\n\t\trequire_once '../../app/Mage.php';\n\t\tMage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);\n\t\t//-----------------------------------------------------------------\n\t\t$all_brands=array();\n\n\t\t$attrModel = Mage::getModel('eav/entity_attribute');\n\n\t\t$attrID = $attrModel->getIdByCode('catalog_product', \"brands\");\n\t\t$attribute = $attrModel->load($attrID);\n\n\t\t$options = Mage::getModel('eav/entity_attribute_source_table')\n\t\t\t->setAttribute($attribute)\n\t\t\t->getAllOptions(false);\n\t\t\n\t\tforeach ($options as $option) {\n\t\t\t// if ($option['label'] == $optionLabel) {\n\t\t\t// \treturn $option['value'];\n\t\t\t// }\n\t\t\t$all_brands[$option['label']]=$option['value'];\n\t\t}\n\n\t\treturn $all_brands;\n\t}", "public function getSelectedBrandsCollection(Mage_Catalog_Model_Product $product){\n\t\t$collection = Mage::getResourceSingleton('brands/brand_collection')\n\t\t\t->addProductFilter($product);\n\t\treturn $collection;\n\t}", "public function getBrands()\n {\n return $this->requestHandler->sendRequestAsync('GET', 'api/v4/brands/');\n }", "public function brands()\n {\n $getData = Brands::all();\n return view('admin.product.brand',compact('getData'));\n }", "public function getBrands()\n\t{\n\t\t$brands=\\DB::table('prod_brands')->get();\n\t\t//$brandCount=count($brands);\n\t\t$brandResp=array($brands);\n\t\treturn $brandResp;\n\t}", "public static function getBrandsFromCurrentCategory()\n {\n sfContext::getInstance()->getConfiguration()->loadHelpers('sfsCategory');\n $categoryId = get_current_category_id();\n if(!$categoryId)\n return BrandPeer::getAll(new Criteria(), true);\n $criteria = new Criteria();\n $ah = sfContext::getInstance()->getUser()->getAttributeHolder()->getAll('product/filter');\n $cton2 = null;\n if(isset($ah['brand_id'])) {\n $cton2 = $criteria->getNewCriterion(BrandPeer::ID, $ah['brand_id']);\n }\n $criteria->addJoin(Product2CategoryPeer::PRODUCT_ID, ProductPeer::ID);\n $ids = CategoryPeer::getAllChildIds($categoryId);\n\n $ids = array_merge($ids, array($categoryId));\n if($cton2) {\n $cton1 = $criteria->getNewCriterion(Product2CategoryPeer::CATEGORY_ID, $ids, Criteria::IN);\n $cton1->addOr($cton2);\n $criteria->add($cton1);\n }\n else \n $criteria->add(Product2CategoryPeer::CATEGORY_ID, $ids, Criteria::IN);\n\n $criteria->addJoin(ProductPeer::BRAND_ID, BrandPeer::ID);\n $criteria->setDistinct();\n $criteria->add(ProductPeer::IS_ACTIVE, 1);\n $criteria->add(ProductPeer::IS_DELETED, 0);\n $criteria->add(CategoryPeer::IS_ACTIVE, 1);\n $criteria->add(CategoryPeer::IS_DELETED, 0);\n return BrandPeer::doSelectWithTranslation($criteria);\n }", "function GetAllBrands()\n\t{\n\t}", "public function getActiveBrands(): BrandCollectionTransfer;", "public function getBrandList() {\n return $this->getList($this->getConfig()['brand']);\n }", "function get_brand(){\n require (\"../api/conn.php\");\n //Assign an empty variable to store the fetched items\n $output = '';\n //SQL query to fetch the phone brands to the input field\n $sql = \"select DISTINCT `product_name` from product\";\n // execution of the query. Output a boolean value\n $res = mysqli_query($conn , $sql);\n // Check whether there are results or not\n if(mysqli_num_rows($res)>0){\n while ($row = mysqli_fetch_array($res)) {\n //Concatenate fetched items to the output variable with HTML option tags to display\n $output .= '<option value=\"'.$row[\"product_name\"].'\">'.$row[\"product_name\"].'</option>';\n }\n }\n //return the output results to be displayed\n return $output;\n\n }", "public function getBrandList()\n {\n $url = $this->client->getBaseURL() . '/brands';\n\n return $this->curl->makeRequest($url, 'GET', $this->client->getHeaders());\n }", "public static function getBrandsWidget() {\n return DB::select('brands.name', 'brands.alias', 'brands.id')\n ->from('brands')\n ->join('catalog', 'LEFT')->on('catalog.brand_id', '=', 'brands.id')\n ->where('catalog.status', '=', 1)\n ->where('brands.status', '=', 1)\n ->where('catalog.parent_id', '=', Route::param('group'))\n ->group_by('brands.id')\n ->order_by('brands.name')\n ->find_all();\n }", "public static function getBrandsWidget() {\n return DB::select('brands.name', 'brands.alias', 'brands.id')\n ->from('brands')\n ->join('catalog', 'LEFT')->on('catalog.brand_id', '=', 'brands.id')\n ->where('catalog.parent_id', '=', Route::param('group'))\n ->where('catalog.status', '=', 1)\n ->where('brands.status', '=', 1)\n ->group_by('brands.id')\n ->order_by('brands.name')\n ->as_object()->execute();\n }", "public function get_brands($cat_id){\n $objectList = $this->db2->query(\"SELECT DISTINCT CD.DET_ID, CM. SPECIFIC_NAME, CD. SPECIFIC_VALUE FROM LZ_CATALOGUE_MT M, CATEGORY_SPECIFIC_MT CM, CATEGORY_SPECIFIC_DET CD WHERE CM.MT_ID = CD.MT_ID AND UPPER(CM.SPECIFIC_NAME) = 'BRAND' AND M.CATEGORY_ID = CM.EBAY_CATEGORY_ID AND M.CATEGORY_ID = $cat_id\"); \n return $objectList->result_array();\n\n }", "public static function getitem_brand() {\n $item_brand = array();\n $query = \"select id,name from item_brand\";\n $result = self::execquery($query);\n if ($result) {\n\n while ($obj = $result->fetch_object()) {\n\n $element = \n\t\t\t\tarray(\n 'name' => $obj->name,\n\t\t\t\t\t 'id' => $obj->id\n\t\t\t\t\t);\n array_push($item_brand, $element);\n }\n }\n\n return $item_brand;\n }", "public function get_brands($id = null)\n {\n $this->db->select(\"b.name, b.id\", false);\n if($id){\n $this->db->select(\"if(bg.cat_id=$id, 1, 0) as is_selected\");\n }\n $this->db->join(\"brand_groups bg\", \"bg.brand_id=b.id\", \"left\");\n $this->db->group_by(\"b.id\");\n $res = $this->db->get(\"brands b\")->result();\n // exit($this->db->last_query());\n return $res;\n }", "public function getBrand();", "public function getBrand();", "public function actionBrandsList($q = null) {\n $query = new Query;\n \n $query->select('brand')\n ->distinct()\n ->from('tbl_product_lines')\n ->where('brand LIKE \"%' . $q .'%\"')\n ->orderBy('brand');\n $command = $query->createCommand();\n $data = $command->queryAll();\n $out = [];\n foreach ($data as $d) {\n $out[] = ['value' => $d['name']];\n }\n return $out;\n // echo Json::encode($out);\n }", "public function getItuemartTvBrands()\n {\n // Get via PCMS API\n $params = array();\n $response = $this->pcmsClient->api(\"brands/itruemart-tv\", $params, 'GET');\n $responseData = empty($response['data']) ? array() : $response['data'] ;\n\n return $responseData;\n }", "public function product_brands()\n {\n return $this->belongsTo(Manufacturer::class, 'manufacturer_id', 'id');\n }", "public function getBrands($ETag=null)\n\t{\n\t\treturn $this->getResponse(self::REQUEST_ENTITY_BRANDS, [], $ETag);\n\t}", "public function getBrands(){\n return View('general.brand');\n }", "public function getBrandsByBegin() {\r\n if ($input = $this->getInputSearch()) {\r\n\r\n $store = Mage::app()->getStore()->getId();\r\n $extended_search = Mage::getStoreConfig('shopbybrand/general/brand_extended_search', $store);\r\n $shopbybrands = Mage::getModel('shopbybrand/brand')->getCollection();\r\n $shopbybrands->setStoreId($this->getStoreId());\r\n $shopbybrands->addFieldToFilter('name', array('like' => '%' . $input . '%'));\r\n if ($extended_search) {\r\n $allIds1 = $shopbybrands->getAllIDs();\r\n $allIds2 = Mage::getModel('shopbybrand/brand')\r\n ->getCollection()\r\n ->setStoreId($this->getStoreId())\r\n ->addFieldToFilter('description', array('like' => '%' . $input . '%'))\r\n ->getAllIDs();\r\n $allIds = array_merge($allIds1, $allIds2);\r\n $allIds = array_unique($allIds);\r\n $shopbybrands = Mage::getModel('shopbybrand/brand')\r\n ->getCollection()\r\n ->setStoreId($this->getStoreId())\r\n ->addFieldToFilter('brand_id', array('in' => $allIds));\r\n }\r\n return $shopbybrands;\r\n }\r\n if ($top = $this->getRequest()->getParam(\"top\")) {\r\n if ($top == 'most_subscribers') {\r\n \r\n } elseif ($top == 'sales') {\r\n \r\n }\r\n }\r\n $begin = $this->getRequest()->getParam(\"begin\");\r\n $shopbybrands = Mage::helper(\"shopbybrand\")->getBrandsByBegin($begin);\r\n\r\n return $shopbybrands;\r\n }", "public function getTrueyouBrands()\n {\n // Get via PCMS API\n $params = array();\n $response = $this->pcmsClient->api(\"brands/trueyou\", $params, 'GET');\n $responseData = empty($response['data']) ? array() : $response['data'] ;\n\n return $responseData;\n }", "public function getGroupBrands($groupId)\n {\n # GET /accounts/{accountId}/groups/{groupId}/brands\n }", "public function getBrand()\n\t{\n\t\t$Brand = new Product_Brand();\n\t\treturn $Brand->findItem( array( 'Id = '.$this->BrandId ) );\n\t}", "public function getProductBrand()\n {\n return $this->product_brand;\n }", "public function allBrand()\n {\n $brand_query = \"SELECT * FROM tbl_brand ORDER BY brandId DESC\";\n $select_brand = $this->db->select($brand_query);\n if ($select_brand != false) {\n return $select_brand;\n } else {\n return false;\n }\n }" ]
[ "0.7951921", "0.7892705", "0.77910024", "0.72177404", "0.7146471", "0.71426743", "0.7064807", "0.69896257", "0.6986245", "0.6807683", "0.6735732", "0.6676806", "0.66574335", "0.6601803", "0.6595996", "0.6557374", "0.6554246", "0.65210843", "0.65210843", "0.6461444", "0.64318436", "0.6393073", "0.6387446", "0.6371392", "0.6279992", "0.62578845", "0.6251969", "0.62482333", "0.6210774", "0.6210444" ]
0.79779565
0
get brand collection for a product
public function getSelectedBrandsCollection(Mage_Catalog_Model_Product $product){ $collection = Mage::getResourceSingleton('brands/brand_collection') ->addProductFilter($product); return $collection; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getProductCollection($brand){\r\n $collection = Mage::getResourceModel('zozoconcepts_brands/brand_product_collection')\r\n ->addBrandFilter($brand);\r\n return $collection;\r\n }", "public function getBrandCollection()\n {\n $storeViewId = $this->_storeManager->getStore()->getId();\n\n /** @var \\Acx\\BrandSlider\\Model\\ResourceModel\\Brand\\Collection $brandCollection */\n $brandCollection = $this->_brandCollectionFactory->create()\n ->setStoreViewId($storeViewId) \n ->addFieldToFilter('status', Status::STATUS_ENABLED)\n ->addFieldToFilter('store_id', ['in' => [0,$storeViewId]])\n ->setOrder('sort_order', 'ASC');\n \n return $brandCollection;\n }", "public function getBrand()\n\t{\n\t\t$Brand = new Product_Brand();\n\t\treturn $Brand->findItem( array( 'Id = '.$this->BrandId ) );\n\t}", "public function getBrand();", "public function getBrand();", "public function getProductBrand()\n {\n return $this->product_brand;\n }", "public function product_brands()\n {\n return $this->belongsTo(Manufacturer::class, 'manufacturer_id', 'id');\n }", "public function brands()\n {\n $getData = Brands::all();\n return view('admin.product.brand',compact('getData'));\n }", "public function brand()\n {\n return $this->brand;\n }", "public function brand()\n {\n return $this->hasOne(Brand::class, '_id', 'brands__id')\n ->select('_id', 'name', 'status', 'logo');\n }", "public function getBrandList() {\n return $this->getList($this->getConfig()['brand']);\n }", "public static function getitem_brand() {\n $item_brand = array();\n $query = \"select id,name from item_brand\";\n $result = self::execquery($query);\n if ($result) {\n\n while ($obj = $result->fetch_object()) {\n\n $element = \n\t\t\t\tarray(\n 'name' => $obj->name,\n\t\t\t\t\t 'id' => $obj->id\n\t\t\t\t\t);\n array_push($item_brand, $element);\n }\n }\n\n return $item_brand;\n }", "public function getActiveBrands(): BrandCollectionTransfer;", "public function getBrand()\n {\n return $this->brand;\n }", "public function getBrand()\n {\n return $this->brand;\n }", "public function getBrands();", "public function index()\n {\n return Brand::all();\n }", "public function brand() {\n return $this->belongs_to('Brand', 'brand');\n }", "public function brand() {\n return $this->belongs_to('Brand', 'brand');\n }", "public function getBrands()\n\t{\n\t\t$brands=\\DB::table('prod_brands')->get();\n\t\t//$brandCount=count($brands);\n\t\t$brandResp=array($brands);\n\t\treturn $brandResp;\n\t}", "public function index()\n {\n $brands = Brand::query()->paginate();\n return BrandResource::collection($brands);\n }", "public static function getBrandsFromCurrentCategory()\n {\n sfContext::getInstance()->getConfiguration()->loadHelpers('sfsCategory');\n $categoryId = get_current_category_id();\n if(!$categoryId)\n return BrandPeer::getAll(new Criteria(), true);\n $criteria = new Criteria();\n $ah = sfContext::getInstance()->getUser()->getAttributeHolder()->getAll('product/filter');\n $cton2 = null;\n if(isset($ah['brand_id'])) {\n $cton2 = $criteria->getNewCriterion(BrandPeer::ID, $ah['brand_id']);\n }\n $criteria->addJoin(Product2CategoryPeer::PRODUCT_ID, ProductPeer::ID);\n $ids = CategoryPeer::getAllChildIds($categoryId);\n\n $ids = array_merge($ids, array($categoryId));\n if($cton2) {\n $cton1 = $criteria->getNewCriterion(Product2CategoryPeer::CATEGORY_ID, $ids, Criteria::IN);\n $cton1->addOr($cton2);\n $criteria->add($cton1);\n }\n else \n $criteria->add(Product2CategoryPeer::CATEGORY_ID, $ids, Criteria::IN);\n\n $criteria->addJoin(ProductPeer::BRAND_ID, BrandPeer::ID);\n $criteria->setDistinct();\n $criteria->add(ProductPeer::IS_ACTIVE, 1);\n $criteria->add(ProductPeer::IS_DELETED, 0);\n $criteria->add(CategoryPeer::IS_ACTIVE, 1);\n $criteria->add(CategoryPeer::IS_DELETED, 0);\n return BrandPeer::doSelectWithTranslation($criteria);\n }", "public function products(){\n \treturn $this->belongsTo(\\App\\Models\\Product::class, 'product_id')->with(['brand']);\n }", "public function brand()\n\t{\n\t\t$_slug = preg_replace( '#' . app_setting( 'url', 'shop' ) . 'brand/?#', '', uri_string() );\n\n\t\tif ( $_slug ) :\n\n\t\t\t$this->_brand_single( $_slug );\n\n\t\telse :\n\n\t\t\t$this->_brand_index();\n\n\t\tendif;\n\t}", "public function index()\n { \n if(request()->keyword != '') {\n\t\t\t$brands = Brand::with('product')->whereHas('product', function($query) {\n $query->where('name', 'LIKE', '%' . request()->keyword . '%');\n })\n ->orWhere('name', 'LIKE', '%' . request()->keyword . '%')\n ->orderBy('created_at', 'DESC')\n ->get();\n\t\t} else if(request()->product != '') {\n\t\t\t$brands = Product::find(request()->product)->brands;\n\t\t} else {\n\t\t\t$brands = Brand::with('product')->orderBy('created_at', 'DESC')->get();\n\t\t}\n\n if($brands) {\n return new BrandCollection($brands);\n }\n\n return response()->json(['status' => 'not found']);\n }", "public function brand()\n {\n return $this->hasOne('App\\Brand', 'id', 'id_brand')->first();\n }", "public function getLazyBrandCollection()\r\n {\r\n $ref = $this->getBrandCollectionRef();\r\n if (! $ref instanceof Closure) {\r\n return new BrandCollection();\r\n }\r\n\r\n $this->brandCollection = $ref();\r\n return $this->brandCollection;\r\n }", "public function products()\n {\n return $this->hasMany('App\\Product','brand_id');\n }", "public function getBrandList()\n {\n $url = $this->client->getBaseURL() . '/brands';\n\n return $this->curl->makeRequest($url, 'GET', $this->client->getHeaders());\n }", "protected function _getFrontendCollection()\n {\n $collection = $this->_brandCollectionFactory->create();\n $collection->addActiveFilter()\n ->addFieldToFilter('brand_id', ['neq' => $this->getBrand()->getId()])\n ->addStoreFilter($this->_storeManager->getStore()->getId())\n ->setOrder('publish_time', 'DESC')\n ->setPageSize(1);\n return $collection;\n }" ]
[ "0.76603943", "0.7538414", "0.7355425", "0.72147924", "0.72147924", "0.7128924", "0.7021592", "0.69928193", "0.69849783", "0.6973205", "0.69147193", "0.69128245", "0.68540686", "0.67744267", "0.67744267", "0.67725956", "0.6752429", "0.6731203", "0.6731203", "0.6710641", "0.6694395", "0.6659256", "0.6642401", "0.6625584", "0.66213554", "0.6585615", "0.6584779", "0.65750575", "0.64955336", "0.6488599" ]
0.76517373
1
Formats a Vampire for the log
public function format(Vampire $vampire) { $template = '%s - Vampire detected: tombstone("%s", "%s"%s), in file %s:%s, in function %s, invoked by %s' . "\n"; return sprintf( $template, $vampire->getInvocationDate(), $vampire->getTombstoneDate(), $vampire->getAuthor(), $vampire->getLabel() ? ', "' . $vampire->getLabel() . '"' : '', $vampire->getFile(), $vampire->getLine(), $vampire->getMethod(), $vampire->getInvoker() ); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function format(Vampire $vampire)\n {\n return json_encode(array(\n 'tombstoneDate' => $vampire->getTombstoneDate(),\n 'author' => $vampire->getAuthor(),\n 'label' => $vampire->getLabel(),\n 'file' => $vampire->getFile(),\n 'line' => $vampire->getLine(),\n 'method' => $vampire->getMethod(),\n 'invocationDate' => $vampire->getInvocationDate(),\n 'invoker' => $vampire->getInvoker(),\n )) . \"\\n\";\n }", "public abstract function format();", "protected function getLogOutputFormat()\n {\n return '{\n \\\"hash\\\":\\\"%H\\\",\n \\\"shortHash\\\":\\\"%h\\\",\n \\\"treeHash\\\":\\\"%T\\\",\n \\\"shortTreeHash\\\":\\\"%t\\\",\n \\\"parentHashes\\\":\\\"%P\\\",\n \\\"shortParentHashes\\\":\\\"%p\\\",\n \\\"authorName\\\":\\\"%an\\\",\n \\\"authorEmail\\\":\\\"%ae\\\",\n \\\"authorDate\\\":\\\"%ad\\\",\n \\\"commiterName\\\":\\\"%cn\\\",\n \\\"commiterEmail\\\":\\\"%ce\\\",\n \\\"commiterDate\\\":\\\"%cd\\\",\n \\\"subject\\\":\\\"%s\\\"\n },';\n }", "protected function formatSearchLogTime()\n {\n if (!empty($this->log_time_search)) {\n $exploded = explode(' - ', $this->log_time_search);\n $start_time = ArrayHelper::getValue($exploded, 0);\n $this->start_time = $start_time ? Yii::$app->formatter->asTimestamp($start_time) : null;\n\n $end_time = ArrayHelper::getValue($exploded, 1);\n $this->end_time = $end_time ? Yii::$app->formatter->asTimestamp($end_time) : null;\n }\n }", "protected function parseLog()\r\n {\r\n $log = '';\r\n if (count($this->log) > 0) {\r\n foreach ($this->log as $logEntry) {\r\n if ($logEntry['extended']) {\r\n $log .= sprintf(\r\n '[%s] %s: %s<br />',\r\n $logEntry['datetime']->format('Y-m-d H:i:s'), // DateTime object\r\n $logEntry['type'],\r\n $logEntry['message']\r\n );\r\n } else {\r\n $log .= sprintf(\r\n '%s<br />',\r\n $logEntry['message']\r\n );\r\n }\r\n }\r\n }\r\n return $log;\r\n }", "public function parseLog();", "private function _formatLog ()\r\n\t{\r\n\t\t$this->outputLine = str_replace ('<br /><br />', '<br />', $this->outputLine);\r\n\t\t\r\n\t\treturn ('<br /><center><table width=\"700px\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" border=\"0\" style=\"border: #000066 1px solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #000066;\"><tbody><tr><td><pre>' . substr ($this->outputLine, 0, -6) . '</pre></td></tr></tbody></table></center><br />');\r\n\t}", "function vqfInfo() {\n\t\t$this->result['format_name'] = 'VQF';\n\t}", "abstract public function recordFormat();", "function vprintf ($format, array $args) {}", "public function format($vo);", "function vrxlog($contents) {\n\t$file = plugin_dir_path(__FILE__).'vxlog.txt';\n\tfile_put_contents($file, date('m-d H:i:s').\": \", FILE_APPEND);\n\tif (is_array($contents))\n\t\tfile_put_contents($file, var_export($contents, true).\"\\n\", FILE_APPEND);\t\t\n\telse if (is_object($contents))\n\t\tfile_put_contents($file, json_encode($contents).\"\\n\", FILE_APPEND);\n\telse\n\t\tfile_put_contents($file, $contents.\"\\n\", FILE_APPEND);\n}", "public static function getLogFormatRegex()\n {\n return <<<EOF\n /^\n \\[(?<date>\\w+\\s+\\w+\\s+\\d+\\s+\\d+:\\d+:\\d+\\s\\d+)\\]\n \\s\\#\n (?<channel>[^\\s]*)\\s\n (?<nick>[^\\s]*)\\s\n (?<username>[^@]*)@[^\\s]*\\s\n (?<message>.+)\n $/mx\nEOF;\n }", "public function format(LogRecord $record): string\n {\n $formatted = $this->toLogstashFormat($record);\n\n $formatted['entry_type'] = self::ENTRY_TYPE;\n\n return $this->toJson($formatted) . \"\\n\";\n }", "public function getVersionLog();", "public function format( Collector $collector );", "public function vtigerFormat($date) {\r\n list($date, $timestring) = explode('T', $date);\r\n list($time, $tz) = explode('.', $timestring);\r\n\r\n return $date . \" \" . $time;\r\n }", "public function getFormatter() {}", "public function getFormatter() {}", "public function format($event);", "abstract public function getFormatter();", "function vsprintf ($format, array $args) {}", "function format($format);", "public function format($format);", "public function getFormatter(){ }", "public function format($data);", "protected function _format(){\n\n\t\t\t// define classes\n\t\t\t$class = ''; \n\t\t\tif($this->_useClasses && ( $this->_highlighted || $this->_multiple\t)){\n\t\t\t\t$class .= $this->_highlighted?\" \".$this->_params['classHighlight']:NULL;\n\t\t\t\t$class .= $this->_multiple?\" \".$this->_params['classMultiple']:NULL;\n\t\t\t} else {\n\t\t\t\t$class = $this->_params['classDefault']; \n\t\t\t}\n\t\t\t\n\t\t\t// reset the values of the title\n\t\t\t$this->_formatted = NULL;\n\t\t\t\n\t\t\t// defines beginning of stamp\n\t\t\t$this->_formatted .= \"<span class='$class'>\".$this->_title.\"</span>\";\n\t\t\t\n\t\t}", "private function vqfInfo()\n {\n $this->mediaInfo['audio']['format_name'] = 'VQF';\n }", "public function toLogContext();", "public static function format($data);" ]
[ "0.6198636", "0.5824273", "0.5772369", "0.57300234", "0.5653732", "0.5643005", "0.5591579", "0.554449", "0.5525675", "0.5407613", "0.53592044", "0.5300209", "0.52663195", "0.52255213", "0.5194737", "0.51741827", "0.5163335", "0.51439047", "0.51439047", "0.5139622", "0.5128051", "0.5106927", "0.5099677", "0.50716573", "0.5071519", "0.5070802", "0.5040043", "0.49968225", "0.49611637", "0.49437815" ]
0.6747732
0
$this>Cell(50, 15, 'Address', 1, 0, 'C');
function Sub_Header() { //$this->Cell(50, 15, 'Address', 1, 0, 'C'); $this->MultiCell(100, 30, 'asdfasd', 1); $this->SetLeftMargin(115); $this->SetX(30); $this->SetY(30); $this->MultiCell(85, 30, 'Address', 1); $this->Ln(5); return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function clientData($school,$street,$postcode,$address,$email)\n {\n $this->cell(130, 5, 'Rechnung an : ', 0, 1);\n $this->cell(130, 5, $school, 0, 1);\n $this->cell(130, 5, $street, 0, 1);\n $this->cell(130, 5, $postcode.' '.$address, 0, 1);\n $this->cell(130, 5, $email, 0, 1,'L');\n $this->cell(190, 10, '', 0, 1);\n }", "protected function generateCell() {\n return \"\";\n }", "function write_cell ($type, $text, $attribute='')\n{\n printf (\" <%s %s>%s</%s>\\n\",\n\t $type, $attribute,\n\t $text,\n\t $type);\n}", "public function getAddress() { return $this->Address; }", "public function cell($value) {\n return $this->setProperty('cell', $value);\n }", "public function getAddress(): Address;", "function Header() {\r\n $this->SetFont('Arial', 'B', 15);\r\n // Titre\r\n $this->Cell(0, 10, 'po32', 'B', 0, 'C');\r\n // Saut de ligne\r\n $this->Ln(15);\r\n }", "function cellToCell(){\n return \t'</td><td>';\n\n}", "public function newCell($text = '')\n {\n return $this->cells[] = new Cell($this, $text);\n }", "function df_address_h():AddressH {return df_o(AddressH::class);}", "public function getCellPhone(){\n\t\t\treturn $this->cellphone;\n\t\t}", "public function address();", "public function address();", "public function testAccessCellByColumnAndRow() {\n $sheet = new Sheet(3,6);\n $sheet->getCell(\"B2\")->setValue(666);\n $this->assertEquals($sheet->getCell(\"B2\")->getValue(), 666);\n }", "function setAddress($value);", "public function getAddress() {\n return $this->address;\n\n }", "public function addCell($value) {\n return $this->add('cells', func_get_args());\n }", "public function getAddress() : string;", "public function getAddress() : string;", "function Header()\n{\n //Pilih font Arial bold 15\n $this->SetFont('Arial','B',15);\n //Geser ke kanan\n $this->Cell(80);\n //Judul dalam bingkai\n $this->Cell(30,10,'Title',1,0,'C');\n //Ganti baris\n $this->Ln(0);\n}", "Function createhyperlink($sheet=\"Hoja1\",$cell,$hyperl)\n{\nprint \"<br>link = $hyperl <br>\";\n$sheets = $this->ex->Application->Worksheets($sheet);\n$sheets->activate;\n#Select the cell\n$selcell = $sheets->Range($cell);\n$sheets->hyperlinks->add($selcell,$hyperl);\n\nreturn 1;\n}", "public function getAddress() {\n\t\t\treturn $this->address; \n\t\t}", "public function getAddress(): Address {\n return $this->address;\n }", "public function getAddress()\n {\n return $this->Address;\n }", "public function getAddress()\n {\n return $this->Address;\n }", "function invoiceBill()\n {\n\n $this->SetFont('Arial', 'B', 14);\n $this->Cell(110, 5, 'Beschreibung', 0, 0);\n $this->Cell(80, 5, 'Betrag(CHF)', 0, 1, 'R');\n $this->SetFont('Arial', '', 12);\n $this->Cell(110, 5, 'Neuer Kurs: ', 0, 0);\n $this->Cell(80, 5, '30.- CHF', 0, 1, 'R');\n $this->SetFont('Arial', 'B', 12);\n $this->Cell(110, 5, 'Total: ', 0, 0);\n $this->SetFont('Arial', '', 12);\n $this->Cell(80, 5, '30.- CHF', 0, 1, 'R');\n\n }", "public function getCellPhoneNumber()\n {\n return $this->cellPhoneNumber;\n }", "function getAddress()\n {\n return $this->address ;\n }", "public function getAddress(){\n\t\t\treturn $this->address;\n\t\t}", "public function getAddress()\n\t{\n\t\treturn $this->address;\n\t}" ]
[ "0.6088719", "0.5908206", "0.57691884", "0.5763462", "0.5725625", "0.56513995", "0.5572994", "0.5547273", "0.54686505", "0.5446095", "0.54415154", "0.5439234", "0.5439234", "0.5436305", "0.54007804", "0.53979564", "0.5395925", "0.53895944", "0.53895944", "0.5380647", "0.5367", "0.53568923", "0.5348244", "0.53441596", "0.53441596", "0.53391314", "0.5334357", "0.533335", "0.5264442", "0.5260484" ]
0.61864835
0
DripService constructor. initialises the Drip API connection
public function __construct() { parent::__construct(); if (!$this->drip) { $plugin = Drip::$plugin; $this->drip = new DripRequest( $plugin->getSettings()->dripApiToken, $plugin->getSettings()->dripAccountId ); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private function __construct(){\n $this->username=\"\";\n $this->password=\"\";\n $this->urlWsdl = \"https://hive.mobilogy.com/bonobo/services/RewardService?wsdl\";\n try {\n $this->client = new \\SoapClient($this->urlWsdl);\n }\n catch(SoapFault $fault){\n echo \"request failed. Returned error : \".$fault->faultcode.\"-\".$fault->faultstring;\n }\n }", "public function __construct()\n {\n $this->client = new Client([\n 'base_uri' => config('api-gateway.api_endpoint')\n ]);\n }", "public function __construct()\n {\n $this->apiKey = \"4d6064da3ab51d18e0586027f4cdbda9-us19\";// desarrollo;\n $this->user = \"Uteg\";\n $arr_data = explode(\"-\",$this->apiKey);\n $this->dc = $arr_data[1];\n //$this->apiUrl = \"https://\" . $this->dc . \".\" . $this->uri . \"/\" . $this->apiVersion . \"/\";\n $this->host = $this->dc . \".\" . $this->host; //. \"/\" . $this->apiVersion . \"/\";\n $this->apiUrl = $this->apiVersion . \"/\";\n }", "public function __construct(){\n $this->base_url = env('DING_BASE_API_URL');\n $this->api_key = env('DING_KEY');\n $this->initHeaders();\n }", "public function __construct()\n {\n /* Initializing Dd Connection object*/\n $db = new DbContext();\n /* Assign Db Connection to attribute dbConnection */\n $dbConnection = $db->dbConnection;\n /* Initializing Task Service Object by passing db object to handle Task's related database */\n $this->TaskService = new TaskService($dbConnection);\n }", "public function __construct()\n {\n $this->api = '';\n $this->client = new Guzzle(self::URI);\n }", "public function __construct()\n {\n $this->auth_service_client = new Client([\n // Base URI is used with relative requests\n 'base_uri' => env('AUTH_SERVICE_IP'),\n // You can set any number of default request options.\n 'timeout' => 2.0,\n ]);\n\n $this->mail_service_client = new Client([\n // Base URI is used with relative requests\n 'base_uri' => env('MAIL_SERVICE_IP'),\n // You can set any number of default request options.\n 'timeout' => 2.0,\n ]);\n\n $this->resource_service_client = new Client([\n // Base URI is used with relative requests\n 'base_uri' => env('RESOURCE_SERVICE_IP'),\n // You can set any number of default request options.\n 'timeout' => 2.0,\n ]);\n }", "function __construct()\n\t{ \n\t $this->sSiteKey = $this->getConfig()->getConfigParam('sCel_SiteKey');\n\t $this->host = $this->getConfig()->getConfigParam('sCel_ServiceHost');\n\t $this->port = $this->getConfig()->getConfigParam('sCel_ServicePort');\n\t\t$this->sWebServiceUrl = \"http://{$this->host}:{$this->port}\";\n\t\t\n\t\t$this->blLastOperationSucceeded = 1;\n\t $this->LastOperationErrorMessage = '';\n\t}", "public function __construct()\n {\n if (is_null(self::$_client)) {\n self::$_client = new Client();\n }\n\n $this->apiCall();\n }", "public function __construct() {\n \n $this->twilioService = new Services_Twilio(getenv('twilio.sid'),getenv('twilio.token'));\n }", "public function __construct() {\n\t\t$mollie = new \\Mollie_API_Client();\n\t\t$mollie->setApiKey(env('MOLLIE_API_KEY'));\n\t\t$this->mollie = $mollie;\n\t}", "public function __construct()\n {\n $this->client = new RouterOS\\Client('170.245.65.134', 'NetSerb', 'nets@2017#');\n }", "public function __construct()\n {\n\n // ### Api Context\n // Pass in a `ApiContext` object to authenticate\n // the call. You can also send a unique request id\n // (that ensures idempotency). The SDK generates\n // a request id if you do not pass one explicitly.\n\n $this->_apiContext = Paypalpayment::apiContext(config('paypal_payment.Account.ClientId'),\n\n config('paypal_payment.Account.ClientSecret'));\n\n }", "private function connectCourier()\r\n {\r\n // Use endpoint url & credentials to create a connection and set it to $this->connection\r\n }", "public function __construct()\n {\n // Instantiate DB & connect\n $this->database = new Connect();\n $this->db = $this->database->connect();\n // Instantiate Appointment object\n $this->Appointment = new Appointment($this->db);\n $this->data = json_decode(file_get_contents(\"php://input\"));\n }", "public function __construct()\r\n\t{\r\n\t\tparent::Base_service();\r\n\t\tinclude_once(APPPATH.\"libraries/service/cps_batch_service.php\");\r\n\t\t$this->set_batch_service(new Cps_batch_service());\r\n\t\tinclude_once(APPPATH.\"libraries/service/cps_sku_individual_service.php\");\r\n\t\t$this->set_sku_service(new Cps_sku_individual_service());\r\n\t\tinclude_once(APPPATH.\"libraries/service/context_config_service.php\");\r\n\t\t$this->set_config_service(new Context_config_service());\r\n\t\tinclude_once(APPPATH.\"libraries/service/schedule_job_service.php\");\r\n\t\t$this->set_schedule_service(new Schedule_job_service());\r\n include_once(APPPATH.\"libraries/service/cps_sku_mapping_service.php\");\r\n $this->set_cps_sku_mapping_service(new Cps_sku_mapping_service());\r\n include_once(APPPATH.\"libraries/dao/cps_view_supplier_skuprice_dao.php\");\r\n $this->set_cps_view_supplier_skuprice_dao(New Cps_view_supplier_skuprice_dao());\r\n include_once(APPPATH.\"libraries/dao/inventory_from_wms_dao.php\");\r\n $this->set_inventory_from_wms_dao(New Inventory_from_wms_dao());\r\n\t}", "public function __construct()\n\t{\n\t\t$this->rest_client = new RequestRest();\n\n\t\t// check arguments\n\t\t$ctp = func_num_args();\n\t\t$args = func_get_args();\n\t\tif ($ctp == 1)\n\t\t{\n\t\t\tif (Tools::strlen($args[0]) == 112)\n\t\t\t{\n\t\t\t\t$this->auto_login_key = $args[0];\n\t\t\t\t$this->authFromAlk();\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$this->xkey = $args[0];\n\t\t\t\t$this->rest_client->xkey = $args[0];\n\t\t\t}\n\t\t}\n\t\tif ($ctp == 2)\n\t\t{\n\t\t\t$this->login = $args[0];\n\t\t\t$this->password = $args[1];\n\t\t\t$this->authFromCredentials();\n\t\t}\n\n\t\t$this->category = new CategoryConnector($this->rest_client);\n\t\t$this->contacts = new ContactsConnector($this->rest_client);\n\t\t$this->fields = new FieldsConnector($this->rest_client);\n\t\t$this->forms = new FormsConnector($this->rest_client);\n\t\t$this->segments = new SegmentsConnector($this->rest_client);\n\t\t$this->targets = new TargetsConnector($this->rest_client);\n\t\t$this->value_lists = new ValueListsConnector($this->rest_client);\n\t}", "function __construct(){\n $this->_db = (new DataBaseServices())->connect();\n }", "public function __construct() {\n $this->hotelService = \\App::make('hotelService');\n }", "public function __construct() \n {\n $this->client = new Client(['base_uri' =>'']);\n }", "public function __construct()\n {\n\n $this->merchantId = $this->get_config('merchant_id');\n $this->apiKey = $this->get_config('api_key');\n $this->serviceTypeId = $this->get_config('servicetype_id');\n $this->publickey = $this->get_config('public_key');\n }", "public function __construct()\n {\n\t\t$host = env('DAEMON_HOST', '127.0.0.1');\n\t\t$port = env('DAEMON_PORT', '18081');\n\t\t$this->__url = 'http://'.$host.':'.$port;\n }", "public function initialize() : void\n {\n // Use to initialise member variables.\n $this->db = \"active\";\n $service = $this->di->get(\"apikeys\");\n\n $this->validator = new IPValidator($service->getIpKey());\n $this->report = new WeatherReport($service->getWeatherKey());\n }", "public function __construct() {\n $this->connect();\n }", "public function __construct()\n {\n // use faked non-wsdl-mode to let every method call pass through (pseudoCall)\n parent::__construct(null, array('location' => '1', 'uri' => '2'));\n }", "function __construct()\n\t{\n\t\t$this->connect();\n\t}", "public function __construct()\n {\n $this->client = new Client();\n }", "function __construct() {\n\t\t$this->connect ();\n\t}", "public function __construct()\n {\n parent::__construct();\n $this->load->Model('globables_model');\n $this->load->helper('url_helper');\n $this->ruta=\"./imagenes/clientes\";\n $this->load->library('Nusoap_library');\n // creacion del webservice pero tipo cliente\n // configurar ruta de acceso al servicio web\n // que se desee\n// $ruta=\"http://localhost:8089/proyectoweb/index.php/webservice?wsdl\";\n $ruta=\"http://www.uxagenciadigital.com/cesde/index.php/webservice?wsdl\";\n $this->cliente=new SoapClient($ruta);\n }", "public function __construct()\n {\n $this->apiKey = config('app.TMDB_API_KEY');\n $this->client = new Client(['base_uri' => 'http://api.themoviedb.org/']);\n }" ]
[ "0.65050334", "0.63334304", "0.63156056", "0.6299826", "0.6298853", "0.6233973", "0.6204561", "0.6179662", "0.6133925", "0.6120044", "0.6090293", "0.60875475", "0.60636914", "0.60632455", "0.60427403", "0.6038194", "0.6037384", "0.60295796", "0.60294396", "0.60244936", "0.6005718", "0.6002528", "0.5979118", "0.59790224", "0.5975129", "0.59729844", "0.5963514", "0.59544396", "0.5940417", "0.5921567" ]
0.72635335
0
Public Methods ========================================================================= Returns array of custom fields from Drip Call with Drip::$plugin>dripService>getCustomFields()
public function getCustomFields() { $dripCustomFields = $this->drip->get('v2', 'custom_field_identifiers')->get(); return $dripCustomFields; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static function get_custom_fields()\n {\n return self::make_request(self::$account_id.\"/custom_field_identifiers\");\n }", "public function get_custom_fields(){\n\t\t$items = array();\n\t\ttry {\n\t\t\t$url = \"/accounts/{$this->account->id}/lists/{$this->list_id}/custom_fields\";\n\t\t\t$fields = $this->account->loadFromUrl( $url );\n\t\t\tif( count( $fields ) > 0 ){\n\t\t\t\tforeach( $fields as $key => $field ){\n\t\t\t\t\t$items[$field->id] = $field->name;\n\t\t\t\t}\n\t\t\t}\n\t\t} catch( \\Exception $e ){\n\t\t}\n\t\treturn $items;\n\t}", "public function getCustomFields()\n {\n return $this->customFields;\n }", "public function getCustomFields()\n {\n return $this->customFields;\n }", "public function getCustomFields() {\n }", "public function customFieldInfo() : array {\n $return = [];\n $raw_custom_field_info = $this->fieldMapping();\n $rows = str_getcsv($raw_custom_field_info, \"\\n\");\n foreach ($rows as $row) {\n $return[] = str_getcsv($row);\n }\n return $return;\n }", "public function getCustomFieldsList(): array\n {\n return $this->custom_fields()\n ->pluck('value', 'key')\n ->toArray();\n }", "abstract protected function get_custom_fields();", "public function customFields() {\n\t\t$request = $this->send(\"GET\", 'contactCustomFields', [\n\t\t\t'headers' => [\n\t\t\t\t'Accept' => 'application/json, */*'\n\t\t\t]\n\t\t]);\n\t\treturn $request;\n\t}", "public function getRPCFields();", "public function getCustomFields()\n {\n # GET /accounts/{accountId}/custom_fields\n }", "public function getCustomFieldList()\n {\n $url = $this->client->getBaseURL() . '/custom_fields';\n\n return $this->curl->makeRequest($url, 'GET', $this->client->getHeaders());\n }", "public function getCustomFieldsList() {\n\n $query = \"SELECT mantis_custom_field_project_table.field_id, mantis_custom_field_table.name \".\n \"FROM `mantis_custom_field_project_table`, `mantis_custom_field_table` \".\n \"WHERE mantis_custom_field_project_table.project_id = $this->id \".\n \"AND mantis_custom_field_table.id = mantis_custom_field_project_table.field_id \".\n \"ORDER BY mantis_custom_field_table.name\";\n $result = SqlWrapper::getInstance()->sql_query($query);\n if (!$result) {\n echo \"<span style='color:red'>ERROR: Query FAILED</span>\";\n exit;\n }\n $customFieldsList = array();\n while ($row = SqlWrapper::getInstance()->sql_fetch_object($result)) {\n $customFieldsList[\"$row->field_id\"] = $row->name;\n }\n return $customFieldsList;\n }", "public function getFields(): array;", "public function getFields() {}", "public function getFields() {}", "public function getFields() {}", "public function getCustomFields($params = array())\n {\n return $this->call('custom-fields?' . $this->setParams($params));\n }", "public function getFields();", "public function getFields();", "public function getFields();", "public function getFields();", "public function getFields();", "public function getFields();", "static function getFields() {\n\t\t// Expect Override\n\t\treturn array();\n\t}", "protected function _get_fields() {\n\t\treturn $this->getData( 'fields' );\n\t}", "function getCustomFields()\r\n\t\t{\r\n\t\t\t/* Setup POST parameters - Begin */\r\n\t\t\t$ArrayPostParameters = array();\r\n\t\t\t$ArrayPostParameters[] = \"Command=CustomFields.Get\";\r\n\t\t\t$ArrayPostParameters[] = \"ResponseFormat=JSON\";\r\n\t\t\t$ArrayPostParameters[] = \"SessionID=\".$_POST['SessionID'];\r\n\t\t\t$ArrayPostParameters[] = \"OrderField=FieldName\";\r\n\t\t\t$ArrayPostParameters[] = \"OrderType=ASC\";\r\n\t\t\t$ArrayPostParameters[] = \"SubscriberListID=\".$_POST['SubscriberListID'];\r\n\t\t\t/* Setup POST parameters - End */\r\n\t\t\t\r\n\t\t\t$response = $this->_postToRemoteURL($_POST['ar1_url'].\"/api.php?\", $ArrayPostParameters);\r\n\t\t\techo $response[1];\r\n\t\t\texit;\r\n\t\t}", "public function fields()\n {\n $baseFields = parent::fields();\n\n $fields = [\n 'id',\n 'productId',\n 'typeId',\n 'fields',\n 'settings',\n 'siteId',\n 'title',\n 'dateCreated',\n 'dateUpdated',\n 'dateDeleted',\n 'status',\n ];\n\n // Filter out the fields we want\n $baseElementFields = array_intersect_key($baseFields, array_flip($fields));\n\n // Add in the variant count\n $baseElementFields['numberOfVariants'] = function(){\n return $this->getVariantsCount();\n };\n\n $customElementFields = [];\n $customElementFields['values'] = function(){\n $values = [];\n foreach ($this->fieldLayoutFields() as $field) {\n $value = $this->getFieldValue($field->handle);\n $values[$field->handle] = $field->serializeValue($value, $this);\n }\n return $values;\n };\n\n return array_merge($baseElementFields, $customElementFields);\n }", "public function &getFields();", "public function get_fields()\n {\n return [\n \"isys_cats_person_list__isys_obj__id\" => \"ID\",\n \"isys_cats_person_list__first_name\" => \"LC__CONTACT__PERSON_FIRST_NAME\",\n \"isys_cats_person_list__last_name\" => \"LC__CONTACT__PERSON_LAST_NAME\",\n \"isys_cats_person_list__department\" => \"LC__CONTACT__PERSON_DEPARTMENT\",\n \"isys_cats_person_list__phone_company\" => \"LC__CONTACT__PERSON_TELEPHONE_COMPANY\",\n \"isys_cats_person_list__mail_address\" => \"LC__CONTACT__PERSON_MAIL_ADDRESS\",\n \"organame\" => \"LC__CONTACT__PERSON_ASSIGNED_ORGANISATION\"\n ];\n }" ]
[ "0.7396041", "0.7123722", "0.70715356", "0.70715356", "0.706091", "0.69071496", "0.6847956", "0.680819", "0.67643964", "0.67452353", "0.6701492", "0.66392785", "0.6541112", "0.6464712", "0.64336", "0.64336", "0.64336", "0.64220595", "0.6421705", "0.6421705", "0.6421705", "0.6421705", "0.6421705", "0.6421705", "0.6407729", "0.6380524", "0.636491", "0.6348254", "0.62800413", "0.6251765" ]
0.80154264
0
Returns array of custom events from Drip Call with Drip::$plugin>dripService>getCustomEvents()
public function getCustomEvents() { $dripCustomEvents = $this->drip->get('v2', 'event_actions')->get(); return $dripCustomEvents; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getEvents(): array;", "public function getEvents();", "public function getEvents();", "public function getEvents();", "public function getEvents();", "public function getEvents();", "public function getEvents(){ }", "public function get_appended_events();", "abstract protected function getEvents();", "public function getEventData();", "public function events() {\n if (empty($this->info)) {\n $this->refreshInfo();\n }\n return !empty($this->info['events']) ? $this->info['events'] : array();\n }", "public function getMonitorEvents()\n {\n return array(\n \"REQUEST\" => array('handleRequestEvent',0)\n );\n }", "public function getEvents()\n {\n $this->validate();\n $this->url = $this->apiUrl.'events?';\n return $this->fire();\n }", "public function getEventCustoms()\n {\n return $this->hasMany(EventCustom::className(), ['event_id' => 'id']);\n }", "public function getCalledEvents()\n {\n return $this->data['called_events'];\n }", "public function get_events() { \n\t\treturn $this->default_events();\n\t}", "public static function getSubscribedEvents()\n {\n return array(\n FinancialEvents::PAYMENT_EVENT => array(\n array('insertDriverWage', 140),\n array('insertDriverCommission', 130),\n ),\n );\n }", "function events() { return $this->get('events'); }", "private function handleEventGet(): array\n {\n $this->validateEvent($this->options['event_id']);\n\n return $this->translateOutgoingEventJSON($this->options['event_id']);\n }", "public function events()\n {\n return array_merge(parent::events(), [\n 'onUserFind' => 'userFind',\n 'onConnect' => 'connect',\n 'onError' => 'error',\n ]);\n }", "public function getRecordedEvents(): DomainEvents;", "public function getEvents()\n {\n \treturn $this->_mock->events;\n }", "public static function getSubscribedEvents(): array\n {\n $methods = get_class_methods(get_called_class());\n\n $list = [];\n foreach ($methods as $method) {\n if (strpos($method, 'on') === 0) {\n $list[$method] = [$method, 0];\n }\n }\n\n return $list;\n }", "public static function getSubscribedEvents()\n {\n $methods = get_class_methods(get_called_class());\n\n $list = [];\n foreach ($methods as $method) {\n if (strpos($method, 'on') === 0) {\n $list[$method] = [$method, 0];\n }\n }\n\n return $list;\n }", "protected function getEventArray()\n {\n return array(\n 'request' => $this,\n 'response' => $this->response\n );\n }", "public function getEvents()\r\n\t\t{\r\n\t\t\t$events = array();\r\n\t\t\tforeach ($this->days as $day)\r\n\t\t\t\t$events[] = $day->getEvent();\r\n\t\t\treturn $events;\r\n\t\t}", "protected function getRegisterEvents() {\n\t\t\t$events = array();\n\t\t\tif ($this->isCRUDEventsEnabled()) {\n\t\t\t\t$events = array_merge($events,array(\n\t\t\t\t\t'save_post' => 'queueSavePostEvent',\n\t\t\t\t\t'deleted_post' => 'queueDeletedPostEvent',\n\t\t\t\t\t'trashed_post' => 'queueTrashedPostEvent',\n\t\t\t\t\t'edit_post' => 'queueEditPostEvent',\n\t\t\t\t\t'publish_post' => 'queuePublishPostEvent',\n\t\t\t\t\t'publish_future_post' => 'queuePublishFuturePostEvent',\n\t\t\t\t\t'transition_post_status' => 'queueTransitionPostStatusEvent',\n\t\t\t\t\t'created_term' => 'queueCreatedTermEvent',\n\t\t\t\t\t'edited_term' => 'queueEditedTermEvent',\n\t\t\t\t\t'delete_term' => 'queueDeleteTermEvent'\n\t\t\t\t));\n\t\t\t}\n\t\t\tif ($this->isPreviewEnabled()) {\n\t\t\t\t$events = array_merge($events,array(\n\t\t\t\t\t'wp_footer' => 'queuePreviewPostEvent'\n\t\t\t\t));\n\t\t\t}\n\t\t\treturn $events;\n\t\t}", "public static function getSubscribedEvents()\n {\n return array(\n //Events::APPROVED_CONSENT => 'onApproveConsent',\n Events::REQUEST_CONSENT => 'onRequestConsent',\n Events::BILL_ONCE => 'onBillOnce',\n );\n }", "public function findAllEvents() {\n\t\treturn $this->db->exec_SELECTgetRows('*', 'tx_cal_event', '');\n\t}", "public function implementedEvents()\n {\n return array(\n 'Controller.PaymentsApp.callback' => 'onPaymentCallback',\n 'Model.Deposit.setStatus' => 'onSetStatus',\n );\n }" ]
[ "0.69110805", "0.6704798", "0.6704798", "0.6704798", "0.6704798", "0.6704798", "0.65407413", "0.65381235", "0.6454069", "0.6314255", "0.62970126", "0.6067149", "0.60603625", "0.60546875", "0.60530806", "0.5984308", "0.591779", "0.58895123", "0.58807653", "0.5877678", "0.58675367", "0.58544296", "0.58392346", "0.57730544", "0.5768486", "0.5756296", "0.5754911", "0.57436895", "0.5721497", "0.5700224" ]
0.76782525
0
Record Freeform form submission event if subscriber form option enabled (and GDPR permission is granted) also create or update subscriber
public function addFormSubmission(AfterSubmitEvent $event) { $result = []; $settings = Drip::$plugin->getSettings(); $form = $event->getForm(); $formHandle = $form->getHandle(); $formFields = $form->getLayout()->getFields(); // first log the event if we have a user $user = Craft::$app->getUser()->getIdentity(); $formIsEnabled = $this->settingIsEnabled($settings, $formHandle, 'enabled'); if ($user && $formIsEnabled) { $eventName = Craft::t('drip', 'event_freeform_submission', ['formName' => $form->getName()]); $eventData = new Dataset('events', [ 'action' => $eventName, 'email' => $user->email, 'occurred_at' => date('c'), 'properties' => [ 'source' => 'Drip Plugin', 'form' => $formHandle ] ]); try { $result = $this->drip->post('v2', 'events', $eventData)->get(); } catch (DripException $e) { Craft::error($e->getMessage(), 'drip'); } if (array_key_exists('errors', $result)) { foreach ($result['errors'] as $error) { Craft::error($error['message'], 'drip'); } } } $subscriberEnabled = $this->settingIsEnabled($settings, $formHandle, 'subscriber'); if ($subscriberEnabled) { $gdprConsentFieldHandle = array_key_exists('permission', $settings['freeform'][$formHandle]) ? $settings['freeform'][$formHandle]['permission'] : null; $gdprConsentRequired = $gdprConsentProvided = false; $gdprConsentText = ''; foreach ($formFields as $field) { if ($gdprConsentFieldHandle && $gdprConsentFieldHandle == $field->getHandle()) { $gdprConsentRequired = true; if ($field->getValue() != '') { $gdprConsentProvided = true; $gdprConsentText = $field->getLabel(); } } } if ($gdprConsentRequired && $gdprConsentProvided) { $this->updateDripSubscriberFreeform($formHandle, $formFields, 'granted', $gdprConsentText); } elseif (!$gdprConsentRequired) { $this->updateDripSubscriberFreeform($formHandle, $formFields); } } return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function pre_submission_handler_user_registration( $form ) {\n\tif ($_POST['input_17'] == 'yes') {\n\t\tif ($_POST['input_12_1'] == 'yes') {\n\t\t\t$_POST['input_14'] = 'Website w/ Email'; // the user has been subscribed to CM\n\t\t\t$_POST['input_16'] = 1;\n\t\t} else {\n\t\t\t$_POST['input_14'] = 'Website only'; // the user would like to browse the site only\n\t\t\t$_POST['input_16'] = 0;\n\t\t}\n\t}\n}", "public function whenFormPassesValidation()\n\t{\n\t\t$this->_successfully_submitted = true;\n\t\t$values = $this->getForm()->getValues();\n\t\t$first_name = empty($values[$this->_first_name_id]) ? '' : $values[$this->_first_name_id];\n\t\t$last_name = empty($values[$this->_last_name_id]) ? '' : $values[$this->_last_name_id];\n\t\t$company_name = empty($values[$this->_company_name_id]) ? '' : $values[$this->_company_name_id];\n\t\t$email = empty($values[$this->_email_id]) ? '' : $values[$this->_email_id];\n\n\t\t$instance = $this->getInstance();\n\t\tif (!empty($instance['recipient-email'])) {\n\t\t\t$email_text = <<<EOF\nHello,\n\nThe following person has subscribed on the site:\n\nFirst name:$first_name\nLast name:$last_name\nCompany name:$company_name\nEmail:$email\nEOF;\n\n\t\t\t$subject = __('New Site Subscription','wp-email-collection');\n\t\t\twp_mail($instance['recipient-email'], $subject, $email_text);\n\t\t}\n\t}", "public static function listen(){\n\t\tif( isset( $_POST[ 'edd_action' ], $_POST[ 'license' ] ) && 'activate_license' == $_POST[ 'edd_action' ] ) {\n\t\t\tif( is_email( $_POST[ 'license' ] ) ) {\n\t\t\t\t$create = new create( sanitize_email( $_POST[ 'license' ] ) );\n\t\t\t\tif( is_string( self::$code = $create->get_license_code() ) ){\n\t\t\t\t\tself::$license_id = $create->get_license_id();\n\t\t\t\t\t$_POST[ 'license' ] = self::$code;\n\t\t\t\t\tself::$user = $create->get_user();\n\t\t\t\t\tself::$trial = true;\n\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tself::$code = strip_tags( $_POST[ 'license' ] );\n\t\t\t}\n\n\t\t}\n\n\n\t}", "function bbp_form_forum_subscribed()\n{\n}", "private function subscribe()\n\t{\t\n\t\t// check if honeypot was filled\n\t\tif( isset( $_POST['_mc4wp_required_but_not_really'] ) && ! empty( $_POST['_mc4wp_required_but_not_really'] ) ) {\n\t\t\t// spam bot filled the honeypot field\n\t\t\t$this->error = 'spam';\n\t\t\treturn false;\n\t\t}\n\n\t\t// check if captcha was present and valid\n\t\tif( isset( $_POST['_mc4wp_has_captcha'] ) && $_POST['_mc4wp_has_captcha'] == 1 && function_exists( 'cptch_check_custom_form' ) && cptch_check_custom_form() !== true ) {\n\t\t\t$this->error = 'invalid_captcha';\n\t\t\treturn false;\n\t\t}\n\n\t\t// get form ID\n\t\t$form_id = ( isset( $_POST['_mc4wp_form_ID'] ) ) ? intval( $_POST['_mc4wp_form_ID'] ) : 0;\n\n\t\t// allow plugins to add additional validation\n\t\t$valid_form_request = apply_filters( 'mc4wp_valid_form_request', true, $form_id );\n\t\tif( $valid_form_request !== true ) {\n\t\t\t$this->error = $valid_form_request;\n\t\t\treturn false;\n\t\t}\n\n\t\t// get individual form settings\n\t\t$settings = mc4wp_get_form_settings( $form_id, true );\n\n\t\t// get lists for submitted form \n\t\t$lists = $this->get_form_lists( $form_id );\n\t\t\n\t\tif( empty( $lists ) ) {\n\t\t\t$this->error = 'no_lists_selected';\n\t\t\treturn false;\n\t\t}\n\n\t\t// Let's go\n\t\t$data = $this->get_posted_form_data();\n\t\t$merge_vars = array();\n\t\t$email = null;\n\n\t\t// add all submited variables to merge vars array\n\t\tforeach( $data as $name => $value ) {\n\n\t\t\t// uppercase all variables\n\t\t\t$name = trim( strtoupper( $name ) );\n\t\t\t$value = ( is_scalar( $value ) ) ? trim( $value ) : $value;\n\n\t\t\tif( $name === 'EMAIL' && is_email( $value ) ) {\n\t\t\t\t// set the email address\n\t\t\t\t$email = $value;\n\t\t\t} else if($name === 'GROUPINGS') {\n\t\t\t\t// try to properly format groupings\n\t\t\t\t$groupings = $value;\n\n\t\t\t\t// malformed groupings data, do nothing..\n\t\t\t\tif( ! is_array( $groupings ) ) { \n\t\t\t\t\tcontinue; \n\t\t\t\t}\n\n\t\t\t\t$merge_vars['GROUPINGS'] = array();\n\n\t\t\t\tforeach($groupings as $grouping_id_or_name => $groups) {\n\n\t\t\t\t\t$grouping = array();\n\n\t\t\t\t\t// group ID or group name given?\n\t\t\t\t\tif( is_numeric( $grouping_id_or_name ) ) {\n\t\t\t\t\t\t$grouping['id'] = $grouping_id_or_name;\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$grouping['name'] = $grouping_id_or_name;\n\t\t\t\t\t}\n\n\t\t\t\t\t// comma separated list should become an array\n\t\t\t\t\tif( ! is_array( $groups ) ) {\n\t\t\t\t\t\t$groups = explode( ',', $groups );\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t$grouping['groups'] = array_map( 'stripslashes', $groups );\n\t\t\t\t\t\n\n\t\t\t\t\t// add grouping to array\n\t\t\t\t\t$merge_vars['GROUPINGS'][] = $grouping;\n\t\t\t\t}\n\n\t\t\t\t// unset groupings if not used\n\t\t\t\tif( empty( $merge_vars['GROUPINGS'] ) ) { \n\t\t\t\t\tunset( $merge_vars['GROUPINGS'] ); \n\t\t\t\t}\n\t\t\t\t\n\t\t\t} else if( $name === 'BIRTHDAY' ) {\n\t\t\t\t// format birthdays in the MM/DD format required by MailChimp\n\t\t\t\t$merge_vars['BIRTHDAY'] = date( 'm/d', strtotime( $value ) );\n\t\t\t} else if( $name === 'ADDRESS' ) {\n\t\t\t\t\n\t\t\t\tif( ! isset( $value['addr1'] ) ) {\n\t\t\t\t\t// addr1, addr2, city, state, zip, country \n\t\t\t\t\t$addr_pieces = explode( ',', $value );\n\n\t\t\t\t\t// try to fill it.... this is a long shot\n\t\t\t\t\t$merge_vars['ADDRESS'] = array(\n\t\t\t\t\t\t'addr1' => $addr_pieces[0],\n\t\t\t\t\t\t'city' => ( isset( $addr_pieces[1] ) ) ? $addr_pieces[1] : '',\n\t\t\t\t\t\t'state' => ( isset( $addr_pieces[2] ) ) ? $addr_pieces[2] : '',\n\t\t\t\t\t\t'zip' => ( isset( $addr_pieces[3] ) ) ? $addr_pieces[3] : ''\n\t\t\t\t\t);\n\n\t\t\t\t} else {\n\t\t\t\t\t// form contains the necessary fields already: perfection\n\t\t\t\t\t$merge_vars['ADDRESS'] = $value;\n\t\t\t\t}\n\n\t\t\t} else {\n\t\t\t\t// just add to merge vars array\n\t\t\t\t$merge_vars[$name] = $value;\n\t\t\t}\t\n\t\t}\n\n\t\t// check if an email address has been found\n\t\tif( ! $email ) {\n\t\t\t$this->error = 'invalid_email';\n\t\t\treturn false;\n\t\t}\n\n\t\t// Try to guess FNAME and LNAME if they are not given, but NAME is\n\t\tif( isset( $merge_vars['NAME'] ) && ! isset( $merge_vars['FNAME'] ) && ! isset( $merge_vars['LNAME'] ) ) {\n\n\t\t\t$strpos = strpos( $merge_vars['NAME'], ' ' );\n\t\t\tif( $strpos !== false ) {\n\t\t\t\t$merge_vars['FNAME'] = substr( $merge_vars['NAME'], 0, $strpos );\n\t\t\t\t$merge_vars['LNAME'] = substr( $merge_vars['NAME'], $strpos );\n\t\t\t} else {\n\t\t\t\t$merge_vars['FNAME'] = $merge_vars['NAME'];\n\t\t\t}\n\n\t\t}\n\n\t\t// everything is ready and sanitized\n\t\t// now make the subscribe request\n\n\t\t$api = mc4wp_get_api();\n\t\t$result = false;\n\n\t\tdo_action( 'mc4wp_before_subscribe', $email, $merge_vars, $form_id );\n\n\t\t// get email type for this form\n\t\t$email_type = $this->get_form_email_type( $form_id );\n\t\n\t\t// make subscribe request for each selected list\n\t\tforeach( $lists as $list_id ) {\n\n\t\t\t// allow plugins to alter merge vars for each individual list\n\t\t\t$list_merge_vars = apply_filters( 'mc4wp_merge_vars', $merge_vars, $form_id, $list_id );\n\n\t\t\t// send a subscribe request to MailChimp for each list\n\t\t\t$result = $api->subscribe( $list_id, $email, $list_merge_vars, $email_type, $settings['double_optin'], $settings['update_existing'], $settings['replace_interests'], $settings['send_welcome'] );\n\t\t}\n\n\t\tdo_action( 'mc4wp_after_subscribe', $email, $merge_vars, $form_id, $result );\n\n\t\tif( $result !== true ) {\n\n\t\t\t// request failed, store error \n\t\t\t$this->success = false;\n\t\t\t$this->error = $result;\n\t\t\t$this->mailchimp_error = $api->get_error_message();\n\t\t\treturn false;\n\t\t} \n\n\t\t// store user email in a cookie\n\t\t$this->set_email_cookie( $email );\n\n\t\t// send an email copy if that is desired\n\t\tif( $settings['send_email_copy'] == true ) {\n\t\t\t$this->send_email( $email, $merge_vars, $form_id );\n\t\t}\n\n\t\t/**\n\t\t* @depreciated Don't use, will be removed in v2.0\n\t\t*/\n\t\t$from_url = ( isset( $_SERVER['HTTP_REFERER'] ) ) ? $_SERVER['HTTP_REFERER'] : '';\n\t\tdo_action( 'mc4wp_subscribe_form', $email, $lists, $form_id, $merge_vars, $from_url ); \n\n\t\t$this->success = true;\n\t\treturn true;\n\t}", "function bbp_form_topic_subscribed()\n{\n}", "public function submit()\n\t{\n\t\t// check nonce\n\t\tif(!isset($_POST['_mc4wp_form_nonce']) || !wp_verify_nonce( $_POST['_mc4wp_form_nonce'], '_mc4wp_form_nonce' )) { \n\t\t\t$this->error = 'invalid_nonce';\n\t\t\t$success = false;\n\t\t} else {\n\t\t\t$success = $this->subscribe();\n\t\t}\n\n\t\t$this->submitted_form_instance = absint($_POST['_mc4wp_form_instance']);\n\n\t\t// enqueue scripts (in footer)\n\t\twp_enqueue_script( 'mc4wp-forms' );\n\t\twp_localize_script( 'mc4wp-forms', 'mc4wp', array(\n\t\t\t'success' => $success,\n\t\t\t'submittedFormId' => intval($this->submitted_form_instance),\n\t\t\t'postData' => $this->posted_data\n\t\t\t)\n\t\t);\n\n\t\tif($success) { \n\n\t\t\t$form_ID = $_POST['_mc4wp_form_ID'];\n\t\t\t$settings = mc4wp_get_form_settings($form_ID, true);\n\n\t\t\t// check if we want to redirect the visitor\n\t\t\tif ( !empty( $settings['redirect'] ) ) {\n\t\t\t\twp_redirect( $settings['redirect'] );\n\t\t\t\texit;\n\t\t\t}\n\n\t\t\treturn true;\n\t\t} else {\n\t\t\treturn false;\n\t\t}\n\t}", "function SignupForm() {\r\n\t\tif($this->ReadyToReceiveSubscribtions()) {\r\n\t\t\t// Create fields\r\n\t\t\t$member = Member::currentUser();\r\n\t\t\t$emailField = null;\r\n\t\t\t$emailRequired = true;\r\n\t\t\tif(!$member) {\r\n\t\t\t\t$member = new Member();\r\n\t\t\t}\r\n\t\t\telse{\r\n\t\t\t\t$this->email = $member->Email;\r\n\t\t\t\tif($this->email) {\r\n\t\t\t\t\t$emailRequired = false;\r\n\t\t\t\t\t$emailField = new ReadonlyField('CampaignMonitorEmail', _t(\"CAMPAIGNMONITORSIGNUPPAGE.EMAIL\",'Email'), $this->email);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tif(!$emailField) {\r\n\t\t\t\t$emailField = new EmailField('CampaignMonitorEmail', _t(\"CAMPAIGNMONITORSIGNUPPAGE.EMAIL\",'Email'), $this->email);\r\n\t\t\t}\r\n\t\t\tif($this->ShowAllNewsletterForSigningUp) {\r\n\t\t\t\t$signupField = $member->getCampaignMonitorSignupField(null, \"SubscribeManyChoices\");\r\n\t\t\t}\r\n\t\t\telse {\r\n\t\t\t\t$signupField = $member->getCampaignMonitorSignupField($this->ListID, \"SubscribeChoice\");\r\n\t\t\t}\r\n\t\t\t$fields = new FieldList(\r\n\t\t\t\t$emailField,\r\n\t\t\t\t$signupField\r\n\t\t\t);\r\n\t\t\t// Create action\r\n\t\t\t$actions = new FieldList(\r\n\t\t\t\tnew FormAction('subscribe', _t(\"CAMPAIGNMONITORSIGNUPPAGE.UPDATE_SUBSCRIPTIONS\", \"Update Subscriptions\"))\r\n\t\t\t);\r\n\t\t\t// Create Validators\r\n\t\t\tif($emailRequired) {\r\n\t\t\t\t$validator = new RequiredFields('CampaignMonitorEmail');\r\n\t\t\t}\r\n\t\t\telse {\r\n\t\t\t\t$validator = new RequiredFields();\r\n\t\t\t}\r\n\t\t\t$form = new Form($this, 'SignupForm', $fields, $actions, $validator);\r\n\t\t\tif($member->exists()) {\r\n\t\t\t\t$form->loadDataFrom($member);\r\n\t\t\t}\r\n\t\t\telse {\r\n\t\t\t\t$form->Fields()->fieldByName(\"CampaignMonitorEmail\")->setValue($this->email);\r\n\t\t\t}\r\n\t\t\treturn $form;\r\n\t\t}\r\n\t\telse {\r\n\t\t\treturn _t(\"CampaignMonitorSignupPage.NOTREADY\", \"You can not suscribe to this newsletter at present.\");\r\n\t\t}\r\n\t}", "public function submitForm(array &$form, FormStateInterface $form_state) {\n\n $values = $form_state->getValues('subscribe');\n\n $conn = \\Drupal::database();\n $conn->insert('subscribe_list')->fields(\n array(\n 'email' => $values['subscribe'],\n )\n )->execute();\n\n }", "function bbp_is_topic_form_post_request()\n{\n}", "function SubscrForm()\n {\n ?>\n <h2><?=$this->multi['TXT_SUBSCRIBE'];?></h2>\n <form action=\"<?=_LINK?>news/\" method=post>\n <input type=hidden name=\"task\" value=\"save_reg_data\">\n <input type=hidden name=\"categories\" value=\"all\">\n <?=$this->showErr();?>\n <table border=\"0\" cellspacing=\"3\" cellpadding=\"0\">\n <tr>\n <td aling=\"right\"><?=$this->multi['_FLD_EMAIL'];?>:</td>\n <td><?=$this->Form->TextBox('subscriber', $this->subscriber, 15 );?></td>\n <td colspan=\"2\" align=\"right\"><input type=\"submit\" value=\"<?=$this->multi['TXT_SAVE'];?>\"></td>\n </tr>\n </table>\n </form>\n <?\n }", "function bbp_get_form_forum_subscribed()\n{\n}", "function bbp_get_form_topic_subscribed()\n{\n}", "public function setIsRequiredSubscribersFromFieldForNewsletterQueueForm($observer)\n {\n $observer->getEvent()->getBlock()->getForm()->getElement(\n 'stores'\n )->setRequired(\n true\n )->addClass(\n 'required-entry'\n );\n }", "public function showUpdateSubscriberForm() {\n\t\t$this->redirectIfNoAccess('Modify Account', 'subscribers/showUpdateSubscriberForm');\n\t\t$portal = $this->session->userdata('portal');\n\t\t$realm = $this->session->userdata('realm');\n\t\t/**************************************************\n\t\t * check connections\n\t\t **************************************************/\n\t\t// RM Dependencies 6/20/2019\n\t\t// $clientCheck = $this->isConnectedToRmV2();\n\t\t// $rmOk = $clientCheck === false ? false : true;\n\t\t$dbOk = $this->isConnectedToMainDbV2();\n\t\t$checks = $this->proceedWithAction($dbOk);\n\t\t// $checks = $this->proceedWithAction($dbOk, $rmOk);\n\t\tlog_message('debug', '@showUpdateSubscriberForm|dbOk:'.json_encode($dbOk).'|proceed:'.json_encode($checks));\n\t\t// log_message('debug', '@showUpdateSubscriberForm|rmOk:'.json_encode($rmOk).',dbOk:'.json_encode($dbOk).'|proceed:'.json_encode($checks));\n\t\t//get realms\n\t\t$this->load->model('realm');\n\t\t$realms = $this->realm->fetchAllNamesOnly();\n\t\t$data = array(\n\t\t\t'show' => $checks['go'] ? false : true,\n\t\t\t'found' => false,\n\t\t\t'proceed' => $checks['go'],\n\t\t\t'error' => $checks['msg'],\n\t\t\t'realms' => $realms);\n\t\tif ($portal == 'service') {\n\t\t\t$data['realm'] = $realm;\n\t\t\t$data['disableRealm'] = true;\n\t\t}\n\t\t$data['useIPv6'] = $this->useIPv6;\n\t\t$data['useSeparateSubnetForNetAddress'] = $this->useSeparateSubnetForNetAddress;\n\t\t$this->load->view('modify_user_account', $data);\n\t}", "public function new_cf7_subscription( $contact_form ) {\r\n\t\tif ( false === $this->was_checkbox_checked( $this->type ) ) {\r\n\t\t\treturn false;\r\n\t\t}\r\n\t\t$integration_options = get_option( 'optin-checkbox-init', '' );\r\n\t\t$submission = WPCF7_Submission::get_instance();\r\n\t\tif ( $submission ) {\r\n\t\t\t$data = $submission->get_posted_data();\r\n\t\t\t$email = isset( $data['your-email'] ) ? $data['your-email'] : '';\r\n\t\t\t$fields = array( 'email' => $email );\r\n\t\t\t$this->subscribe_user_integration( $email, $this->type, apply_filters( 'yikes-mailchimp-contact-form-7', $fields, $data ) );\r\n\t\t}\r\n\t}", "public function ajax_submit()\n\t{\n\t\t// check nonce, die if invalid.\n\t\tcheck_ajax_referer('_mc4wp_form_nonce', '_mc4wp_form_nonce');\n\n\t\t// unset AJAX $_POST action\n\t\tif( isset( $_POST['action'] ) ) {\n\t\t\tunset( $_POST['action'] );\n\t\t}\n\n\t\t$success = $this->subscribe();\n\t\t$response = array();\n\t\t$response['success'] = $success;\n\t\t\n\t\tif( true === $success ) {\n\t\t\t$form_ID = $_POST['_mc4wp_form_ID'];\n\t\t\t$settings = mc4wp_get_form_settings($form_ID, true);\n\t\t\t$response['redirect'] = (empty($settings['redirect'])) ? false : $settings['redirect'];\n\t\t\t$response['hide_form'] = ($settings['hide_after_success'] == 1);\n\t\t} else {\n\t\t\t$response['error'] = $this->error;\n\t\t\t$response['mailchimp_error'] = $this->mailchimp_error;\n\t\t\t$response['show_error'] = current_user_can('manage_options');\n\t\t}\n\n\t\t// clear output, some plugins might have thrown errors by now.\n\t\tif( ob_get_level() > 0 ) {\n\t\t\tob_end_clean();\n\t\t}\n\n\t\theader( \"Content-Type: application/json\" );\n\t\techo json_encode($response);\n\t\texit;\n\t}", "public function updateDripSubscriberFreeform(string $formHandle, array $formFields, $gdprConsent = null, $gdprText = null)\n {\n $fields = [];\n $settings = Drip::$plugin->getSettings();\n\n $formValues = [];\n $mappedFields = $settings['freeform'][$formHandle];\n\n // create array of formValues in format handle=>value\n\n foreach ($formFields as $formField) {\n $value = $formField->getValue();\n\n // freeform email field type value is array\n if ($formField instanceof \\Solspace\\Freeform\\Fields\\EmailField) {\n $value = is_array($value) ? $value[0] : $value;\n }\n\n // only add fields that have handles (excludes submit etc)\n $handle = $formField->getHandle();\n if ($handle) {\n $formValues[$handle] = $value;\n }\n }\n\n // iterate the mapped form fields to generate the $field array\n\n foreach ($mappedFields as $freeformField => $dripField) {\n if ($dripField === 'unmapped' || !array_key_exists($freeformField, $formValues)) {\n continue;\n }\n\n // test if this is a core field - compare to settings->dripCoreFields\n\n $isCoreField = array_key_exists($dripField, $settings->dripCoreFields);\n\n if ($isCoreField) {\n $fields[$dripField] = $formValues[$freeformField];\n } else {\n $fields['custom_fields'][$dripField] = $formValues[$freeformField];\n }\n }\n\n // assign gdpr consent values if set\n\n if ($gdprConsent) {\n $fields['eu_consent'] = $gdprConsent;\n }\n\n if ($gdprText) {\n $fields['eu_consent_message'] = $gdprText;\n }\n\n // prepare subscriber data for Drip\n $userData = new Dataset('subscribers', $fields);\n\n try {\n $update = $this->drip->post('v2', 'subscribers', $userData);\n if ($update->status !== 200) {\n Craft::error($update->message, 'drip');\n }\n return $update;\n } catch (DripException $e) {\n Craft::error($e->getMessage(), 'drip');\n return false;\n }\n }", "function mailchimpSF_save_general_form_settings() {\n\n // IF NOT DEV MODE\n if (isset($_POST['mc_rewards'])){\n update_option('mc_rewards', 'on');\n $msg = '<p class=\"success_msg\">'.__('Monkey Rewards turned On!', 'mailchimp_i18n').'</p>';\n mailchimpSF_global_msg($msg);\n } else if (get_option('mc_rewards')!='off') {\n update_option('mc_rewards', 'off');\n $msg = '<p class=\"success_msg\">'.__('Monkey Rewards turned Off!', 'mailchimp_i18n').'</p>';\n mailchimpSF_global_msg($msg);\n }\n if (isset($_POST['mc_use_javascript'])){\n update_option('mc_use_javascript', 'on');\n $msg = '<p class=\"success_msg\">'.__('Fancy Javascript submission turned On!', 'mailchimp_i18n').'</p>';\n mailchimpSF_global_msg($msg);\n } else if (get_option('mc_use_javascript')!='off') {\n update_option('mc_use_javascript', 'off');\n $msg = '<p class=\"success_msg\">'.__('Fancy Javascript submission turned Off!', 'mailchimp_i18n').'</p>';\n mailchimpSF_global_msg($msg);\n }\n\n if (isset($_POST['mc_use_datepicker'])){\n update_option('mc_use_datepicker', 'on');\n $msg = '<p class=\"success_msg\">'.__('Datepicker turned On!', 'mailchimp_i18n').'</p>';\n mailchimpSF_global_msg($msg);\n } else if (get_option('mc_use_datepicker')!='off') {\n update_option('mc_use_datepicker', 'off');\n $msg = '<p class=\"success_msg\">'.__('Datepicker turned Off!', 'mailchimp_i18n').'</p>';\n mailchimpSF_global_msg($msg);\n }\n\n /*Enable double optin toggle*/\n\n if(isset($_POST['mc_double_optin'])) {\n update_option('mc_double_optin', true);\n $msg = '<p class=\"success_msg\">'.__('Double opt-in turned On!', 'mailchimp_i18n').'</p>';\n mailchimpSF_global_msg($msg);\n } else if (get_option('mc_double_optin') != false) {\n update_option('mc_double_optin', false);\n $msg = '<p class=\"success_msg\">'.__('Double opt-in turned Off!', 'mailchimp_i18n').'</p>';\n mailchimpSF_global_msg($msg);\n }\n\n /* NUKE the CSS! */\n if(isset($_POST['mc_nuke_all_styles'])) {\n update_option('mc_nuke_all_styles', true);\n $msg = '<p class=\"success_msg\">'.__('MailChimp CSS turned Off!', 'mailchimp_i18n').'</p>';\n mailchimpSF_global_msg($msg);\n }elseif (get_option('mc_nuke_all_styles') !== false) {\n update_option('mc_nuke_all_styles', false);\n $msg = '<p class=\"success_msg\">'.__('MailChimp CSS turned On!', 'mailchimp_i18n').'</p>';\n mailchimpSF_global_msg($msg);\n }\n\n /* Update existing */\n if (isset($_POST['mc_update_existing'])) {\n update_option('mc_update_existing', true);\n $msg = '<p class=\"success_msg\">' . __('Update existing subscribers turned On!') . '</p>';\n mailchimpSF_global_msg($msg);\n } elseif (get_option('mc_update_existing') ==! false) {\n update_option('mc_update_existing', false);\n $msg = '<p class=\"success_msg\">' . __('Update existing subscribers turned Off!') . '</p>';\n mailchimpSF_global_msg($msg);\n }\n\n if (isset($_POST['mc_use_unsub_link'])){\n update_option('mc_use_unsub_link', 'on');\n $msg = '<p class=\"success_msg\">'.__('Unsubscribe link turned On!', 'mailchimp_i18n').'</p>';\n mailchimpSF_global_msg($msg);\n }\n\n elseif (get_option('mc_use_unsub_link')!='off') {\n update_option('mc_use_unsub_link', 'off');\n $msg = '<p class=\"success_msg\">'.__('Unsubscribe link turned Off!', 'mailchimp_i18n').'</p>';\n mailchimpSF_global_msg($msg);\n }\n\n $content = stripslashes($_POST['mc_header_content']);\n $content = str_replace(\"\\r\\n\",\"<br/>\", $content);\n update_option('mc_header_content', $content );\n\n $content = stripslashes($_POST['mc_subheader_content']);\n $content = str_replace(\"\\r\\n\",\"<br/>\", $content);\n update_option('mc_subheader_content', $content );\n\n\n $submit_text = stripslashes($_POST['mc_submit_text']);\n $submit_text = str_replace(\"\\r\\n\",\"\", $submit_text);\n update_option('mc_submit_text', $submit_text);\n\n // Set Custom Style option\n update_option('mc_custom_style', isset($_POST['mc_custom_style']) ? 'on' : 'off');\n\n //we told them not to put these things we are replacing in, but let's just make sure they are listening...\n if(isset($_POST['mc_form_border_width'])) {\n update_option('mc_form_border_width',str_replace('px', '', $_POST['mc_form_border_width']) );\n }\n if(isset($_POST['mc_form_border_color'])) {\n update_option('mc_form_border_color', str_replace('#', '', $_POST['mc_form_border_color']));\n }\n if(isset($_POST['mc_form_background'])){\n update_option('mc_form_background',str_replace('#', '', $_POST['mc_form_background']));\n }\n if(isset($_POST['mc_form_text_color'])) {\n update_option('mc_form_text_color', str_replace('#', '', $_POST['mc_form_text_color']));\n }\n\n\n // IF NOT DEV MODE\n $igs = get_option('mc_interest_groups');\n if (is_array($igs)) {\n foreach($igs as $var){\n $opt = 'mc_show_interest_groups_'.$var['id'];\n if (isset($_POST[$opt])){\n update_option($opt,'on');\n } else {\n update_option($opt,'off');\n }\n }\n }\n\n $mv = get_option('mc_merge_vars');\n if (is_array($mv)) {\n foreach($mv as $var){\n $opt = 'mc_mv_'.$var['tag'];\n if (isset($_POST[$opt]) || $var['required']=='Y'){\n update_option($opt,'on');\n } else {\n update_option($opt,'off');\n }\n }\n }\n\n $msg = '<p class=\"success_msg\">'.esc_html(__('Successfully Updated your List Subscribe Form Settings!', 'mailchimp_i18n')).'</p>';\n mailchimpSF_global_msg($msg);\n}", "public function maybe_subscribe() {\n\n\t\tif( $this->is_spam() ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif( ! $this->checkbox_was_checked() ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// don't run if this is a CF7 request, since they use the same mc4wp-subscribe trigger\n\t\tif( isset( $_POST['_wpcf7'] ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// don't run if this is an Events Manager request\n\t\tif( isset( $_POST['action'] ) && $_POST['action'] === 'booking_add' && isset( $_POST['event_id'] ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// run!\n\t\treturn $this->try_subscribe();\n\t}", "function pronamic_subscriptions_gform_editor_js() {\n\t?>\n\t<script type=\"text/javascript\">\n\t\tjQuery(document).bind(\"gform_load_field_settings\", function(event, field, form) {\n\t\t\tif(field.type == \"product\") {\n\t\t\t\tvar populateSubscriptions = typeof field.populateSubscriptions == \"boolean\" ? field.populateSubscriptions : false;\n\t\t\t\tjQuery(\"#pronamic_populate_subscriptions\").prop(\"checked\", populateSubscriptions);\n\t\t\t}\n\t\t});\n\t</script>\n\t<?php\n}", "public function form_subscribe($form_id, $options) {\n\t\t$request = sprintf('forms/%s/subscribe', $form_id);\n\t\t$args = array(\n\t\t 'email' => $options['email'],\n\t\t 'first_name' => isset( $options['fname'] ) ? $options['fname'] : '',\n\t\t);\n\t\treturn $this->make_request($request, 'POST', $args);\n\t}", "function save()\n\t{\n\t\t$model = $this->getModel('subscriber');\n\n\t\tif ($model->store($post)) {\n\t\t\t$msg = JText::_( 'Subscriber Information Saved!' );\n\t\t\t//dump(\"success\", \"Update\");\n\t\t} else {\n\t\t\t$msg = JText::_( 'Error Saving Subscriber Information' );\n\t\t\t//dump(\"fail\", \"Update\");\n\t\t}\n\n\t\t$link = 'index.php?option=com_subsys';\n\t\t$this->setRedirect($link, $msg);\n\t}", "function hook_webform_submission_confirmed(Submission $submission) {\n}", "public function showCreateSubscriberForm() {\n\t\t$this->redirectIfNoAccess('Create Primary Account', 'subscribers/showCreateSubscriberForm');\n\t\t$portal = $this->session->userdata('portal');\n\t\t$realm = $this->session->userdata('realm');\n\t\t//get services\n\t\t$this->load->model('services');\n\t\t// $allServices = $this->services->fetchAllNamesOnly2();\n\t\t$allServices = $this->services->fetchAllNamesOnlyNew($this->SESSIONHOST, $this->SESSIONPORT, $this->SESSIONSCHEMA, $this->SESSIONUSERNAME, $this->SESSIONPASSWORD);\n\t\t//get realms\n\t\t$this->load->model('realm');\n\t\t$realms = $this->realm->fetchAllNamesOnly();\n\t\t/**************************************************\n\t\t * check connections\n\t\t **************************************************/\n\t\t// RM Dependencies 6/20/2019\n\t\t// $clientCheck = $this->isConnectedToRmV2();\n\t\t// $rmOk = $clientCheck === false ? false : true;\n\t\t$dbOk = $this->isConnectedToMainDbV2();\n\t\t$checks = $this->proceedWithAction($dbOk);\n\t\t// $checks = $this->proceedWithAction($dbOk, $rmOk);\n\t\tlog_message('debug', '@showCreateSubscriberForm|dbOk:'.json_encode($dbOk).'|proceed:'.json_encode($checks));\n\t\t// log_message('debug', '@showCreateSubscriberForm|rmOk:'.json_encode($rmOk).',dbOk:'.json_encode($dbOk).'|proceed:'.json_encode($checks));\n\t\t$data = array(\n\t\t\t'allServicesFilter' => $allServices,\n\t\t\t'realms' => $realms,\n\t\t\t'message' => '',\n\t\t\t'proceed' => $checks['go'],\n\t\t\t'error' => $checks['msg']);\n\t\tif ($portal == 'service') {\n\t\t\t$data['realm'] = $realm;\n\t\t\t$data['disableRealm'] = true;\n\t\t}\n\t\t$data['useIPv6'] = $this->useIPv6;\n\t\t$data['useSeparateSubnetForNetAddress'] = $this->useSeparateSubnetForNetAddress;\n\t\t$this->load->view('create_user_account', $data);\n\t}", "public function process_run_once_form()\n\t{\n\t}", "function tobenski_dgp_contact_form_activate() { \n Tobenski_Message_CPT::add();\n flush_rewrite_rules(); \n}", "function pronamic_subscriptions_gform_pre_render( $form ) {\n\t$processor = new Pronamic_WP_SubscriptionsPlugin_GravityFormsProcessor( $form );\n\n\treturn $form;\n}", "function pipit_stripe_form_handler($SubmittedForm) {\n if ($SubmittedForm->validate()) {\n switch($SubmittedForm->formID) {\n case 'unsubscribe':\n if(!perch_member_logged_in()) {\n $SubmittedForm->throw_error('login', 'all');\n }\n\n // get data from submitted form\n $data = $SubmittedForm->data;\n #echo '<pre>' . print_r($data, 1) . '</pre>' ;\n #exit;\n\n $result = false;\n if(isset($data['subscriptionID'])) {\n $result = pipit_stripe_cancel_subscription($data['subscriptionID'], $data['cancel_at_end'], $data['customer_email']);\n } elseif(isset($data['planID'])) {\n $result = pipit_stripe_cancel_customer_plan($data['planID'], $data['cancel_at_end'], $data['customer_email']);\n }\n\n\n // could not unsubscribe\n if(!$result) {\n PerchUtil::debug('Could not unsubscribe' , 'error');\n $SubmittedForm->throw_error('unsubscribe', 'all');\n }\n\n // has a return url?\n if(isset($data['return_url'])) {\n PerchUtil::redirect($data['return_url']);\n }\n break;\n }\n }\n }", "function update_cust_f( $entry, $form) {\n global $wpdb;\n\n $current_user = wp_get_current_user();\n $username = $current_user->user_login;\n\n $data;\n $field_type;\n add_contact_only($entry, $form, $data, $field_type);\n\n $wpdb->update(\n 'cust_info',\n $data,\n array('contact_email' => \"$username\"),\n $field_type\n );\n\n $wpdb->insert('logs', array('user_type' => 'vendor', 'log_type' => 'Update Customer Profile', 'log_entry' => \"Customer $username updated profile\")); //log the event\n}" ]
[ "0.6663314", "0.6584627", "0.63710046", "0.633109", "0.63143", "0.6301441", "0.62266725", "0.62237024", "0.6206822", "0.6149609", "0.61104584", "0.60119987", "0.59961075", "0.5952296", "0.5817993", "0.5788869", "0.57429534", "0.57270616", "0.5689959", "0.5685316", "0.5677435", "0.56196547", "0.56043375", "0.55946785", "0.557205", "0.5571545", "0.5569314", "0.55400354", "0.55263275", "0.55256414" ]
0.6805432
0
Updates a drip subscriber using the field mapping defined in the core plugin settings
public function updateDripSubscriber($user) { $fields = []; $settings = Drip::$plugin->getSettings(); foreach ($settings->coreFieldsDefault as $craftField => $dripField) { if ($dripField === 'unmapped') { continue; } $fields[$dripField] = $user[$craftField]; } foreach ($settings->coreFieldsCustom as $fieldGroup) { foreach ($fieldGroup as $craftField => $dripField) { if ($dripField === 'unmapped') { continue; } $fields['custom_fields'][$dripField] = $user[$craftField]; } } $userData = new Dataset('subscribers', $fields); try { $update = $this->drip->post('v2', 'subscribers', $userData); if ($update->status !== 200) { Craft::error($update->message, 'drip'); } } catch (DripException $e) { Craft::error($e->getMessage(), 'drip'); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function addUpdateSubscriber($data, $segments, $custom_fields,\n $send_welcome) {\n if (count($segments) > 0) {\n $data['grp'] = implode(',', $segments);\n }\n\n // Add any custom field values.\n foreach($custom_fields as $number => $value) {\n $data[\"custval{$number}\"] = $value;\n }\n\n if ($send_welcome) {\n $data['welcomeletter'] = '1';\n }\n\n if (variable_get('pm_signup_log', FALSE)) {\n db_insert('pm_signup_log')\n ->fields(array(\n 'handler' => 'bluehornet.api.inc',\n 'message' => 'api request',\n 'exception' => print_r($data, true),\n 'backtrace' => '',\n 'created' => REQUEST_TIME,\n ))\n ->execute();\n }\n\n // Add or update the subscriber.\n $response = $this->core->addUpdateSubscriber($data);\n\n return $response;\n }", "public function changeSubscribeEmail(Varien_Event_Observer $observer) {\n\t\t$mapFields = Mage::getStoreConfig ( 'fourdem/fourdem_mapping' );\n\t\t$customFields = array ();\n\t\t$oldDataCustomer = $observer->getCustomer ()->getOrigData ();\n\t\t$newDataCustomer = $observer->getCustomer ()->getData ();\n\t\t\n\t\t$listID = Mage::getStoreConfig ( 'fourdem/system_access/customer_list' );\n\t\t$oldEmailCustomer = $oldDataCustomer ['email'];\n\t\t$newEmailCustomer = $newDataCustomer ['email'];\n\t\t$customerModel = Mage::getModel ( 'customer/customer' )->load ( $newDataCustomer ['entity_id'] );\n\t\t\n\t\tif (empty ( $oldEmailCustomer )) {\n\t\t\treturn;\n\t\t\t$oldEmailCustomer = $newEmailCustomer;\n\t\t}\n\t\t\n\t\tforeach ( $mapFields as $label => $customFieldID ) {\n\t\t\tif (! empty ( $customFieldID )) {\n\t\t\t\t$billingValueField = $customerModel->getData ( $label );\n\t\t\t\t\n\t\t\t\tif (! empty ( $billingValueField )) {\n\t\t\t\t\t\n\t\t\t\t\t// ************************** INIZIO MODIFICA CAMPI PERSONALIZZATI SELECT *************************************\n\t\t\t\t\t// Step 1 - Verifica se il campo è personalizzato e di tipo select\n\t\t\t\t\t$Custom_Var = Mage::getResourceModel ( 'customer/attribute_collection' )->addFieldToFilter ( 'is_user_defined', '1' )->addFieldToFilter ( 'attribute_code', $label )->addFieldToFilter ( 'frontend_input', 'select' )->getItems ();\n\t\t\t\t\t// Step 2 - Carica il valore testuale della selezione (il campo contiene l'ID della option selezionata dall'utente\n\t\t\t\t\tif (! empty ( $Custom_Var ) && isset ( $Custom_Var )) {\n\t\t\t\t\t\t$customerModel = Mage::getModel ( 'customer/customer' ); /* ->setStoreId ( $modelCustomer->getData ( 'store_id' ) ); */\n\t\t\t\t\t\t$attr = $customerModel->getResource ()->getAttribute ( $label );\n\t\t\t\t\t\tif ($attr->usesSource ()) {\n\t\t\t\t\t\t\t$currentStore = Mage::app ()->getStore ()->getCode ();\n\t\t\t\t\t\t\tMage::app ()->getStore ()->setId ( 0 );\n\t\t\t\t\t\t\t$billingValueField = $attr->getSource ()->getOptionText ( $billingValueField );\n\t\t\t\t\t\t\tMage::app ()->getStore ()->setId ( $currentStore );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t// ************************** FINE MODIFICA CAMPI PERSONALIZZATI SELECT ************************************\n\t\t\t\t\t// Website and WebStore names\n\t\t\t\t\tif ($label == \"website_id\") {\n\t\t\t\t\t\t$billingValueField = Mage::app ()->getWebsite ( $billingValueField )->getName ();\n\t\t\t\t\t}\n\t\t\t\t\tif ($label == \"store_id\") {\n\t\t\t\t\t\t$billingValueField = Mage::app ()->getStore ( $billingValueField )->getName ();\n\t\t\t\t\t}\n\t\t\t\t\t// ----- end ---\n\t\t\t\t\t\n\t\t\t\t\t$key = 'Fields' . $customFieldID;\n\t\t\t\t\t$customFields [$key] = '&Fields[CustomField' . $customFieldID . ']=' . $billingValueField;\n\t\t\t\t} else {\n\t\t\t\t\tif (is_object ( $customerModel->getDefaultBillingAddress () )) {\n\t\t\t\t\t\t$billingDefaultAddress = $customerModel->getDefaultBillingAddress ()->getData ();\n\t\t\t\t\t\t$billingValueField = $billingDefaultAddress [$label];\n\t\t\t\t\t\t\n\t\t\t\t\t\t// ************************** INIZIO MODIFICA CAMPI PERSONALIZZATI SELECT *************************************\n\t\t\t\t\t\t// Step 1 - Verifica se il campo è personalizzato e di tipo select\n\t\t\t\t\t\t$Custom_Var = Mage::getResourceModel ( 'customer/attribute_collection' )->addFieldToFilter ( 'is_user_defined', '1' )->addFieldToFilter ( 'attribute_code', $label )->addFieldToFilter ( 'frontend_input', 'select' )->getItems ();\n\t\t\t\t\t\t// Step 2 - Carica il valore testuale della selezione (il campo contiene l'ID della option selezionata dall'utente\n\t\t\t\t\t\tif (! empty ( $Custom_Var ) && isset ( $Custom_Var )) {\n\t\t\t\t\t\t\t$customerModel = Mage::getModel ( 'customer/customer' ); /* ->setStoreId ( $modelCustomer->getData ( 'store_id' ) ); */\n\t\t\t\t\t\t\t$attr = $customerModel->getResource ()->getAttribute ( $label );\n\t\t\t\t\t\t\tif ($attr->usesSource ()) {\n\t\t\t\t\t\t\t\t$currentStore = Mage::app ()->getStore ()->getCode ();\n\t\t\t\t\t\t\t\tMage::app ()->getStore ()->setId ( 0 );\n\t\t\t\t\t\t\t\t$billingValueField = $attr->getSource ()->getOptionText ( $billingValueField );\n\t\t\t\t\t\t\t\tMage::app ()->getStore ()->setId ( $currentStore );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\t// ************************** FINE MODIFICA CAMPI PERSONALIZZATI SELECT ************************************\n\t\t\t\t\t\t// Website and WebStore names\n\t\t\t\t\t\tif ($label == \"website_id\") {\n\t\t\t\t\t\t\t$billingValueField = Mage::app ()->getWebsite ( $billingValueField )->getName ();\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ($label == \"store_id\") {\n\t\t\t\t\t\t\t$billingValueField = Mage::app ()->getStore ( $billingValueField )->getName ();\n\t\t\t\t\t\t}\n\t\t\t\t\t\t// ----- end ---\n\t\t\t\t\t\t\n\t\t\t\t\t\t$key = 'Fields' . $customFieldID;\n\t\t\t\t\t\t$customFields [$key] = '&Fields[CustomField' . $customFieldID . ']=' . $billingValueField;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tif (isset ( $newDataCustomer ['is_subscribed'] ) && ! $newDataCustomer ['is_subscribed']) {\n\t\t\t// Se l'utente disabilita la newsletter lo disiscrivo da 4Marketing.it..\n\t\t\t$resource = Mage::getSingleton ( 'core/resource' )->getConnection ( 'core_write' );\n\t\t\t$email = $newDataCustomer ['email'];\n\t\t\t$user = $resource->query ( \"SELECT * FROM devtrade_fourdem_users WHERE email_address = '\" . $email . \"'\" );\n\t\t\t$userRow = array_pop ( $user );\n\t\t\t$idUser = $userRow ['fourdem_id'];\n\t\t\t\n\t\t\tMage::helper ( 'fourdem' )->unsubscribeSubscriber ( $listID, $idUser, $email, true );\n\t\t\treturn;\n\t\t} elseif (isset ( $newDataCustomer ['is_subscribed'] ) && $newDataCustomer ['is_subscribed']) {\n\t\t\t// Se l'utente abilita la newsletter lo iscrivo nella lista 4Marketing.it impostata dall'utente.\n\t\t\t$email = $newDataCustomer ['email'];\n\t\t\t$ipAddress = $_SERVER ['REMOTE_ADDR'];\n\t\t\t\n\t\t\t//Mage::helper ( 'fourdem' )->newSubscriber ( $listID, $email, $ipAddress, $customFields, true, true );\n\t\t\tMage::helper ( 'fourdem' )->updateSubscriber ( $oldEmailCustomer, $newEmailCustomer, $listID, $customFields, true );\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tMage::helper ( 'fourdem' )->updateSubscriber ( $oldEmailCustomer, $newEmailCustomer, $listID, $customFields, true );\n\t\treturn;\n\t}", "public function addUpdateSubscriber( $data )\n {\n \n\t\t$AddUpdateSubscriber = new AddUpdateSubscriber;\n\n\t\t$AddUpdateSubscriber->setAccount( $this->Account )\n\t\t\t->setPassword( $this->Password )\n\t\t\t->setResAccount( $data['res_account'] )\n\t\t\t->setEmailAddress( $data['email_address'] )\n\t\t\t->setFirstName( $data['first_name'] )\n\t\t\t->setLastName( $data['last_name'] )\n\t\t\t->setAddress1( $data['address'] )\n\t\t\t->setAddress2( $data['address_2'] )\n\t\t\t->setCity( $data['city'] )\n\t\t\t->setState( $data['state'] )\n\t\t\t->setZip( $data['postal_code'] )\n\t\t\t->setPhone( $data['phone'] )\n\t\t\t->setSubscriptionLists( $data['subscription_lists'] )\n\t\t\t->setUnsubScribeLists( $data['unsubscribe_lists'] )\n\t\t\t->setGlobalUnsubscribeParm( $data['unsubscribe_param'] )\n\t\t\t->setCountry( $data['country'] );\n\t\t\n\t\t\n\t\t// Create SoapClient\n\t\t$client = new ReachSoapClient($this->WSDL, array('trace' => 1, 'encoding'=>'UTF-8'));\n\n\t\t// Invoke webservice method\n\t\t$response = $client->__soapCall(\"AddUpdateSubscriber\", array($AddUpdateSubscriber));\n\n\t\treturn $response;\n }", "public function edit(Subscriber $subscriber)\n {\n //\n }", "public function update(Request $request, Subscriber $subscriber)\n {\n //\n }", "public function updateSubscriberSubscription($is_active = true)\n {\n $wp_user = $this->getWordpressUser();\n\n if($is_active)\n {\n update_user_meta($wp_user->ID, 'wp_capabilities', array('employer'=>true));\n }\n }", "public function testUpdateSubscriptions()\n {\n // TODO: implement\n $this->markTestIncomplete('Not implemented');\n }", "public function update() {\n $ad = $this->ad_protected_for_current_user($this->params['id']);\n $type = $ad->type;\n\n $ad->update([\n 'city' => $this->params['city'],\n 'description' => $this->params['description'],\n 'price' => $this->params['price'],\n 'type' => $type,\n 'author_id' => $this->current_user->id,\n 'console_id' => $this->params['console_id'],\n \"{$type}_id\" => $this->params[$type . '_id'],\n 'published' => $this->params['published']\n ]);\n\n $this->notify_subscribed_users($ad);\n\n redirect(\n '/ads/edit',\n ['notice' => 'Ad updated successfully'],\n ['id' => $ad->id]\n );\n }", "public function updateDripSubscriberFreeform(string $formHandle, array $formFields, $gdprConsent = null, $gdprText = null)\n {\n $fields = [];\n $settings = Drip::$plugin->getSettings();\n\n $formValues = [];\n $mappedFields = $settings['freeform'][$formHandle];\n\n // create array of formValues in format handle=>value\n\n foreach ($formFields as $formField) {\n $value = $formField->getValue();\n\n // freeform email field type value is array\n if ($formField instanceof \\Solspace\\Freeform\\Fields\\EmailField) {\n $value = is_array($value) ? $value[0] : $value;\n }\n\n // only add fields that have handles (excludes submit etc)\n $handle = $formField->getHandle();\n if ($handle) {\n $formValues[$handle] = $value;\n }\n }\n\n // iterate the mapped form fields to generate the $field array\n\n foreach ($mappedFields as $freeformField => $dripField) {\n if ($dripField === 'unmapped' || !array_key_exists($freeformField, $formValues)) {\n continue;\n }\n\n // test if this is a core field - compare to settings->dripCoreFields\n\n $isCoreField = array_key_exists($dripField, $settings->dripCoreFields);\n\n if ($isCoreField) {\n $fields[$dripField] = $formValues[$freeformField];\n } else {\n $fields['custom_fields'][$dripField] = $formValues[$freeformField];\n }\n }\n\n // assign gdpr consent values if set\n\n if ($gdprConsent) {\n $fields['eu_consent'] = $gdprConsent;\n }\n\n if ($gdprText) {\n $fields['eu_consent_message'] = $gdprText;\n }\n\n // prepare subscriber data for Drip\n $userData = new Dataset('subscribers', $fields);\n\n try {\n $update = $this->drip->post('v2', 'subscribers', $userData);\n if ($update->status !== 200) {\n Craft::error($update->message, 'drip');\n }\n return $update;\n } catch (DripException $e) {\n Craft::error($e->getMessage(), 'drip');\n return false;\n }\n }", "public function testUpdateSubscriber()\n {\n // Get auth token\n $token = $this->authenticate();\n\n // use factory to create Subscriber record\n $subscriber = factory(\\App\\Subscriber::class)->create();\n \n // set new data\n $data = [\n 'firstname' => $this->faker->name,\n 'state' => 'unsubscribed'\n ];\n \n // udpate subscriber\n $response = $this->withHeaders([\n 'Authorization' => 'Bearer '. $token,\n ])->json('PATCH', route('subscribers.update', $subscriber->id), $data);\n \n // test successful response\n $response->assertStatus(200);\n }", "public function updatePostTrip()\n {\n $id = $this->getPostValue('tripId');\n $bites = $this->getPostValue('bites');\n $hooks = $this->getPostValue('hooks');\n// $dateEnd = $this->getPostValue('dateEnd');\n\n (new TripBroker())->update($id, $bites, $hooks);\n }", "public function map()\n {\n $type = $this->resolveType();\n foreach ($this->fieldsMap as $dinteroField => $magentoField) {\n if ($value = $this->dataObject->getDataByPath(sprintf('%s/%s', $type, $dinteroField))) {\n $this->address->setData($magentoField, $value);\n }\n }\n }", "function update_tracking_fields($post_data, &$member){\r\r\n\t \t// validate\r\r\n\t\tif(isset($member->payment_info->module) && $member->payment_info->module != $this->code) return false;\r\r\n\t\t\r\r\n\t \t// fields, module_field => post_field\r\r\n\t\t$fields = array('subscr_id'=>'subscriber_id','txn_id'=>'transaction_id');\r\r\n\t\t// data\r\r\n\t\t$data = $post_data['epoch'];\r\r\n\t \t// return\r\r\n\t \treturn $this->_save_tracking_fields($fields, $member, $data); \t\t\t\r\r\n\t }", "public function testUpdateSubscriptionSettings()\n {\n // TODO: implement\n $this->markTestIncomplete('Not implemented');\n }", "public function updated(Prescription $prescription)\n {\n //\n }", "public function updateField($fieldName, $value, $id);", "public function testUpdateZoneCustomFields()\n {\n }", "protected function callback_topic_subscriptions($field)\n {\n }", "function saveDataFromInput() {\n $this->subscriber = \\Idno\\Core\\site()->currentPage()->getInput('subscriber');\n $this->subscription = \\Idno\\Core\\site()->currentPage()->getInput('subscribe');\n\n\n // Check duplicates\n if ($result = \\Idno\\Core\\site()->db()->getObjects('IdnoPlugins\\Subscribe\\Subscription', ['subscriber' => $this->subscriber, 'subscription' => $this->subscription]))\n throw new SubscriptionException(\"{$this->subscriber} already subscribed to updates from {$this->subscription}\");\n\n if ($content = \\Idno\\Core\\Webservice::get($this->subscription)) {\n\n // For reference, store the domain part so we can quickly see if it's a recognised domain before performing a MF2 parse\n $this->subscription_domain = parse_url($this->subscription, PHP_URL_HOST);\n\n // Now fetch MF2 of the subscription url\n $this->subscription_mf2 = \\Idno\\Core\\Webmention::parseContent($content['content']);\n\n // Get the endpoint\n // Get subscriber endpoint\n if (preg_match('~<link href=\"([^\"]+)\" rel=\"http://mapkyc.me/1dM84ud\" ?\\/?>~', $content['content'], $match)) {\n $this->subscription_endpoint = $match[1];\n }\n else\n throw new SubscriptionException('No subscription endpoint found.');\n \n // Attempt to subscribe (makes sure object is not created unless we've got a +ve response from remote server)\n $this->subscribe();\n }\n else\n throw new SubscriptionException(\"Page {$this->subscription} could not be reached.\");\n\n return $this->save();\n }", "public function testUpdatePublisherSuggestion()\n {\n\n }", "public function updateSubscriber(\r\n\t\t$listID,\r\n\t\t$oldEmailAddress = \"\",\r\n\t\tMember $member,\r\n\t\t$customFields = array(),\r\n\t\t$resubscribe = true,\r\n\t\t$restartSubscriptionBasedAutoResponders = false\r\n\t){\r\n\t\tif(!$oldEmailAddress) {\r\n\t\t\t$oldEmailAddress = $member->Email;\r\n\t\t}\r\n\t\tforeach($customFields as $key => $customFieldValue) {\r\n\t\t\tif(!is_array($customFields[$key])) {\r\n\t\t\t\t$customFields[] = array(\r\n\t\t\t\t\t\"Key\" => $key,\r\n\t\t\t\t\t\"Value\" => $customFieldValue,\r\n\t\t\t\t\t\"Clear\" => $customFieldValue ? false : true\r\n\t\t\t\t);\r\n\t\t\t\tunset($customFields[$key]);\r\n\t\t\t}\r\n\t\t}\r\n\t\t//require_once '../../csrest_subscribers.php';\r\n\t\t$wrap = new CS_REST_Subscribers($listID, $this->getAuth());\r\n\t\t$request = array();\r\n\t\t$result = $wrap->update(\r\n\t\t\t$request[] = $oldEmailAddress,\r\n\t\t\t$request[] = array(\r\n\t\t\t\t'EmailAddress' => $member->Email,\r\n\t\t\t\t'Name' => $member->getName(),\r\n\t\t\t\t'CustomFields' => $customFields,\r\n\t\t\t\t'Resubscribe' => $resubscribe,\r\n\t\t\t\t'RestartSubscriptionBasedAutoResponders' => $restartSubscriptionBasedAutoResponders,\r\n\t\t\t)\r\n\t\t);\r\n\t\treturn $this->returnResult(\r\n\t\t\t$result,\r\n\t\t\t\"PUT /api/v3.1/subscribers/{list id}.{format}?email={email}\",\r\n\t\t\t\"updated with email $oldEmailAddress ...\"\r\n\t\t);\r\n\t}", "private function update() {\r\n\t\t$targetname = ($this->type==\"A\" ? \"address\" : ($this->type==\"CNAME\" ? \"cname\" : \"txtdata\"));\r\n\t\t$params = array(\t\"line\"\t\t\t=> $this->line,\r\n\t\t\t\t\t\t\t\"type\"\t\t\t=> $this->type,\r\n\t\t\t\t\t\t\t$targetname\t\t=> $this->target,\r\n\t\t\t\t\t\t\t\"ttl\"\t\t\t=> $this->ttl,\r\n\t\t\t\t\t\t\t\"class\"\t\t\t=> self::$class);\r\n\t\t$result = $this->zone_records->doquery(\"edit_zone_record\", $params, array());\r\n\t\t$this->zone_records->updaterecords();\r\n\t\t//todo: return result or check status?\r\n\t}", "function _recast_api_update($id, $data) {\r\n $x=print_r($data, true);\r\n return $id . $x;\r\n }", "function dbFieldUpdate(& $dbo, & $input) {\n\n\tif (!dbFieldCheck($dbo, str2db($input['field_id'])))\n\t\treturn false;\n\n\t$sql = 'UPDATE '.$dbo->table['subscriber_fields'].' SET field_name=\\''.str2db($input['field_name']).'\\', field_prompt=\\''.str2db($input['field_prompt']).'\\', field_required=\\''.str2db($input['field_required']).'\\', field_active=\\''.str2db($input['field_active']).'\\', field_normally=\\''.str2db($input['field_normally']).'\\' WHERE field_id=\\''.str2db($input['field_id']).'\\' LIMIT 1';\n\treturn $dbo->affected($sql);\n}", "public function updateConnectionFields($uid, $data = []);", "function subscribe($fieldSet)\n {\n try {\n $listClassPath = get_option('ec_subscriptionClass');\n if (empty($listClassPath))\n return ;\n\n $list = _createFromClassPath($listClassPath);\n\n $logMsg = $list->subscribe($this->templateFields, $fieldSet);\n\n if (!empty($logMsg)) $this->log->write(\"subscribe\", $fieldSet, $logMsg);\n }\n catch(Exception $e)\n {\n $this->log->write(\"exception\", $fieldSet, $e->getMessage());\n }\n }", "function AddCustomFieldInfo($subscriber_email=false, $customfields=array())\n\t{\n\t\tif (!$subscriber_email) {\n\t\t\treturn;\n\t\t}\n\n\t\t/**\n\t\t* in case somehow the email addresses have a space before them (or after)\n\t\t* when they are stored in the system, trim it down.\n\t\t* otherwise we end up with a very hard to track down bug where custom fields/links\n\t\t* are not replaced - because the _recipientscustomfields array has a space before the address\n\t\t* but the base address doesn't have it.\n\t\t*/\n\t\t$this->_RecipientsCustomFields[trim($subscriber_email)] = $customfields;\n\t}", "public function updateList()\r\n\t{\r\n\t\t$this->setUnsubscribers();\r\n\t\t\r\n\t\t$this->setSubscribers();\r\n\t\t\r\n\t\t$this->processUnsubscribers();\r\n\t}", "abstract public function update( $fields );", "public function update(Request $request, SubscribePackages $subscribePackages)\n {\n //\n }" ]
[ "0.54841167", "0.5439401", "0.54001564", "0.53243005", "0.52400273", "0.5193918", "0.51912695", "0.5132947", "0.50933576", "0.5081728", "0.507433", "0.50592995", "0.5032457", "0.50025135", "0.49820232", "0.487829", "0.48468736", "0.4835858", "0.48304877", "0.48288405", "0.48230436", "0.48163608", "0.48143077", "0.4793842", "0.47933286", "0.4778544", "0.47657114", "0.4765368", "0.476285", "0.4762827" ]
0.6340659
0
Updates a drip subscriber using the field mapping defined in the Freeform settings
public function updateDripSubscriberFreeform(string $formHandle, array $formFields, $gdprConsent = null, $gdprText = null) { $fields = []; $settings = Drip::$plugin->getSettings(); $formValues = []; $mappedFields = $settings['freeform'][$formHandle]; // create array of formValues in format handle=>value foreach ($formFields as $formField) { $value = $formField->getValue(); // freeform email field type value is array if ($formField instanceof \Solspace\Freeform\Fields\EmailField) { $value = is_array($value) ? $value[0] : $value; } // only add fields that have handles (excludes submit etc) $handle = $formField->getHandle(); if ($handle) { $formValues[$handle] = $value; } } // iterate the mapped form fields to generate the $field array foreach ($mappedFields as $freeformField => $dripField) { if ($dripField === 'unmapped' || !array_key_exists($freeformField, $formValues)) { continue; } // test if this is a core field - compare to settings->dripCoreFields $isCoreField = array_key_exists($dripField, $settings->dripCoreFields); if ($isCoreField) { $fields[$dripField] = $formValues[$freeformField]; } else { $fields['custom_fields'][$dripField] = $formValues[$freeformField]; } } // assign gdpr consent values if set if ($gdprConsent) { $fields['eu_consent'] = $gdprConsent; } if ($gdprText) { $fields['eu_consent_message'] = $gdprText; } // prepare subscriber data for Drip $userData = new Dataset('subscribers', $fields); try { $update = $this->drip->post('v2', 'subscribers', $userData); if ($update->status !== 200) { Craft::error($update->message, 'drip'); } return $update; } catch (DripException $e) { Craft::error($e->getMessage(), 'drip'); return false; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function updateDripSubscriber($user)\n {\n $fields = [];\n $settings = Drip::$plugin->getSettings();\n\n foreach ($settings->coreFieldsDefault as $craftField => $dripField) {\n if ($dripField === 'unmapped') {\n continue;\n }\n $fields[$dripField] = $user[$craftField];\n }\n\n foreach ($settings->coreFieldsCustom as $fieldGroup) {\n foreach ($fieldGroup as $craftField => $dripField) {\n if ($dripField === 'unmapped') {\n continue;\n }\n $fields['custom_fields'][$dripField] = $user[$craftField];\n }\n }\n\n $userData = new Dataset('subscribers', $fields);\n\n try {\n $update = $this->drip->post('v2', 'subscribers', $userData);\n if ($update->status !== 200) {\n Craft::error($update->message, 'drip');\n }\n } catch (DripException $e) {\n Craft::error($e->getMessage(), 'drip');\n }\n }", "public function edit(Subscriber $subscriber)\n {\n //\n }", "public function update(Request $request, Subscriber $subscriber)\n {\n //\n }", "public function changeSubscribeEmail(Varien_Event_Observer $observer) {\n\t\t$mapFields = Mage::getStoreConfig ( 'fourdem/fourdem_mapping' );\n\t\t$customFields = array ();\n\t\t$oldDataCustomer = $observer->getCustomer ()->getOrigData ();\n\t\t$newDataCustomer = $observer->getCustomer ()->getData ();\n\t\t\n\t\t$listID = Mage::getStoreConfig ( 'fourdem/system_access/customer_list' );\n\t\t$oldEmailCustomer = $oldDataCustomer ['email'];\n\t\t$newEmailCustomer = $newDataCustomer ['email'];\n\t\t$customerModel = Mage::getModel ( 'customer/customer' )->load ( $newDataCustomer ['entity_id'] );\n\t\t\n\t\tif (empty ( $oldEmailCustomer )) {\n\t\t\treturn;\n\t\t\t$oldEmailCustomer = $newEmailCustomer;\n\t\t}\n\t\t\n\t\tforeach ( $mapFields as $label => $customFieldID ) {\n\t\t\tif (! empty ( $customFieldID )) {\n\t\t\t\t$billingValueField = $customerModel->getData ( $label );\n\t\t\t\t\n\t\t\t\tif (! empty ( $billingValueField )) {\n\t\t\t\t\t\n\t\t\t\t\t// ************************** INIZIO MODIFICA CAMPI PERSONALIZZATI SELECT *************************************\n\t\t\t\t\t// Step 1 - Verifica se il campo è personalizzato e di tipo select\n\t\t\t\t\t$Custom_Var = Mage::getResourceModel ( 'customer/attribute_collection' )->addFieldToFilter ( 'is_user_defined', '1' )->addFieldToFilter ( 'attribute_code', $label )->addFieldToFilter ( 'frontend_input', 'select' )->getItems ();\n\t\t\t\t\t// Step 2 - Carica il valore testuale della selezione (il campo contiene l'ID della option selezionata dall'utente\n\t\t\t\t\tif (! empty ( $Custom_Var ) && isset ( $Custom_Var )) {\n\t\t\t\t\t\t$customerModel = Mage::getModel ( 'customer/customer' ); /* ->setStoreId ( $modelCustomer->getData ( 'store_id' ) ); */\n\t\t\t\t\t\t$attr = $customerModel->getResource ()->getAttribute ( $label );\n\t\t\t\t\t\tif ($attr->usesSource ()) {\n\t\t\t\t\t\t\t$currentStore = Mage::app ()->getStore ()->getCode ();\n\t\t\t\t\t\t\tMage::app ()->getStore ()->setId ( 0 );\n\t\t\t\t\t\t\t$billingValueField = $attr->getSource ()->getOptionText ( $billingValueField );\n\t\t\t\t\t\t\tMage::app ()->getStore ()->setId ( $currentStore );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t// ************************** FINE MODIFICA CAMPI PERSONALIZZATI SELECT ************************************\n\t\t\t\t\t// Website and WebStore names\n\t\t\t\t\tif ($label == \"website_id\") {\n\t\t\t\t\t\t$billingValueField = Mage::app ()->getWebsite ( $billingValueField )->getName ();\n\t\t\t\t\t}\n\t\t\t\t\tif ($label == \"store_id\") {\n\t\t\t\t\t\t$billingValueField = Mage::app ()->getStore ( $billingValueField )->getName ();\n\t\t\t\t\t}\n\t\t\t\t\t// ----- end ---\n\t\t\t\t\t\n\t\t\t\t\t$key = 'Fields' . $customFieldID;\n\t\t\t\t\t$customFields [$key] = '&Fields[CustomField' . $customFieldID . ']=' . $billingValueField;\n\t\t\t\t} else {\n\t\t\t\t\tif (is_object ( $customerModel->getDefaultBillingAddress () )) {\n\t\t\t\t\t\t$billingDefaultAddress = $customerModel->getDefaultBillingAddress ()->getData ();\n\t\t\t\t\t\t$billingValueField = $billingDefaultAddress [$label];\n\t\t\t\t\t\t\n\t\t\t\t\t\t// ************************** INIZIO MODIFICA CAMPI PERSONALIZZATI SELECT *************************************\n\t\t\t\t\t\t// Step 1 - Verifica se il campo è personalizzato e di tipo select\n\t\t\t\t\t\t$Custom_Var = Mage::getResourceModel ( 'customer/attribute_collection' )->addFieldToFilter ( 'is_user_defined', '1' )->addFieldToFilter ( 'attribute_code', $label )->addFieldToFilter ( 'frontend_input', 'select' )->getItems ();\n\t\t\t\t\t\t// Step 2 - Carica il valore testuale della selezione (il campo contiene l'ID della option selezionata dall'utente\n\t\t\t\t\t\tif (! empty ( $Custom_Var ) && isset ( $Custom_Var )) {\n\t\t\t\t\t\t\t$customerModel = Mage::getModel ( 'customer/customer' ); /* ->setStoreId ( $modelCustomer->getData ( 'store_id' ) ); */\n\t\t\t\t\t\t\t$attr = $customerModel->getResource ()->getAttribute ( $label );\n\t\t\t\t\t\t\tif ($attr->usesSource ()) {\n\t\t\t\t\t\t\t\t$currentStore = Mage::app ()->getStore ()->getCode ();\n\t\t\t\t\t\t\t\tMage::app ()->getStore ()->setId ( 0 );\n\t\t\t\t\t\t\t\t$billingValueField = $attr->getSource ()->getOptionText ( $billingValueField );\n\t\t\t\t\t\t\t\tMage::app ()->getStore ()->setId ( $currentStore );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\t// ************************** FINE MODIFICA CAMPI PERSONALIZZATI SELECT ************************************\n\t\t\t\t\t\t// Website and WebStore names\n\t\t\t\t\t\tif ($label == \"website_id\") {\n\t\t\t\t\t\t\t$billingValueField = Mage::app ()->getWebsite ( $billingValueField )->getName ();\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ($label == \"store_id\") {\n\t\t\t\t\t\t\t$billingValueField = Mage::app ()->getStore ( $billingValueField )->getName ();\n\t\t\t\t\t\t}\n\t\t\t\t\t\t// ----- end ---\n\t\t\t\t\t\t\n\t\t\t\t\t\t$key = 'Fields' . $customFieldID;\n\t\t\t\t\t\t$customFields [$key] = '&Fields[CustomField' . $customFieldID . ']=' . $billingValueField;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tif (isset ( $newDataCustomer ['is_subscribed'] ) && ! $newDataCustomer ['is_subscribed']) {\n\t\t\t// Se l'utente disabilita la newsletter lo disiscrivo da 4Marketing.it..\n\t\t\t$resource = Mage::getSingleton ( 'core/resource' )->getConnection ( 'core_write' );\n\t\t\t$email = $newDataCustomer ['email'];\n\t\t\t$user = $resource->query ( \"SELECT * FROM devtrade_fourdem_users WHERE email_address = '\" . $email . \"'\" );\n\t\t\t$userRow = array_pop ( $user );\n\t\t\t$idUser = $userRow ['fourdem_id'];\n\t\t\t\n\t\t\tMage::helper ( 'fourdem' )->unsubscribeSubscriber ( $listID, $idUser, $email, true );\n\t\t\treturn;\n\t\t} elseif (isset ( $newDataCustomer ['is_subscribed'] ) && $newDataCustomer ['is_subscribed']) {\n\t\t\t// Se l'utente abilita la newsletter lo iscrivo nella lista 4Marketing.it impostata dall'utente.\n\t\t\t$email = $newDataCustomer ['email'];\n\t\t\t$ipAddress = $_SERVER ['REMOTE_ADDR'];\n\t\t\t\n\t\t\t//Mage::helper ( 'fourdem' )->newSubscriber ( $listID, $email, $ipAddress, $customFields, true, true );\n\t\t\tMage::helper ( 'fourdem' )->updateSubscriber ( $oldEmailCustomer, $newEmailCustomer, $listID, $customFields, true );\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tMage::helper ( 'fourdem' )->updateSubscriber ( $oldEmailCustomer, $newEmailCustomer, $listID, $customFields, true );\n\t\treturn;\n\t}", "public function updatePostTrip()\n {\n $id = $this->getPostValue('tripId');\n $bites = $this->getPostValue('bites');\n $hooks = $this->getPostValue('hooks');\n// $dateEnd = $this->getPostValue('dateEnd');\n\n (new TripBroker())->update($id, $bites, $hooks);\n }", "public function testUpdateSubscriber()\n {\n // Get auth token\n $token = $this->authenticate();\n\n // use factory to create Subscriber record\n $subscriber = factory(\\App\\Subscriber::class)->create();\n \n // set new data\n $data = [\n 'firstname' => $this->faker->name,\n 'state' => 'unsubscribed'\n ];\n \n // udpate subscriber\n $response = $this->withHeaders([\n 'Authorization' => 'Bearer '. $token,\n ])->json('PATCH', route('subscribers.update', $subscriber->id), $data);\n \n // test successful response\n $response->assertStatus(200);\n }", "public function addUpdateSubscriber( $data )\n {\n \n\t\t$AddUpdateSubscriber = new AddUpdateSubscriber;\n\n\t\t$AddUpdateSubscriber->setAccount( $this->Account )\n\t\t\t->setPassword( $this->Password )\n\t\t\t->setResAccount( $data['res_account'] )\n\t\t\t->setEmailAddress( $data['email_address'] )\n\t\t\t->setFirstName( $data['first_name'] )\n\t\t\t->setLastName( $data['last_name'] )\n\t\t\t->setAddress1( $data['address'] )\n\t\t\t->setAddress2( $data['address_2'] )\n\t\t\t->setCity( $data['city'] )\n\t\t\t->setState( $data['state'] )\n\t\t\t->setZip( $data['postal_code'] )\n\t\t\t->setPhone( $data['phone'] )\n\t\t\t->setSubscriptionLists( $data['subscription_lists'] )\n\t\t\t->setUnsubScribeLists( $data['unsubscribe_lists'] )\n\t\t\t->setGlobalUnsubscribeParm( $data['unsubscribe_param'] )\n\t\t\t->setCountry( $data['country'] );\n\t\t\n\t\t\n\t\t// Create SoapClient\n\t\t$client = new ReachSoapClient($this->WSDL, array('trace' => 1, 'encoding'=>'UTF-8'));\n\n\t\t// Invoke webservice method\n\t\t$response = $client->__soapCall(\"AddUpdateSubscriber\", array($AddUpdateSubscriber));\n\n\t\treturn $response;\n }", "public function update() {\n $ad = $this->ad_protected_for_current_user($this->params['id']);\n $type = $ad->type;\n\n $ad->update([\n 'city' => $this->params['city'],\n 'description' => $this->params['description'],\n 'price' => $this->params['price'],\n 'type' => $type,\n 'author_id' => $this->current_user->id,\n 'console_id' => $this->params['console_id'],\n \"{$type}_id\" => $this->params[$type . '_id'],\n 'published' => $this->params['published']\n ]);\n\n $this->notify_subscribed_users($ad);\n\n redirect(\n '/ads/edit',\n ['notice' => 'Ad updated successfully'],\n ['id' => $ad->id]\n );\n }", "public function addUpdateSubscriber($data, $segments, $custom_fields,\n $send_welcome) {\n if (count($segments) > 0) {\n $data['grp'] = implode(',', $segments);\n }\n\n // Add any custom field values.\n foreach($custom_fields as $number => $value) {\n $data[\"custval{$number}\"] = $value;\n }\n\n if ($send_welcome) {\n $data['welcomeletter'] = '1';\n }\n\n if (variable_get('pm_signup_log', FALSE)) {\n db_insert('pm_signup_log')\n ->fields(array(\n 'handler' => 'bluehornet.api.inc',\n 'message' => 'api request',\n 'exception' => print_r($data, true),\n 'backtrace' => '',\n 'created' => REQUEST_TIME,\n ))\n ->execute();\n }\n\n // Add or update the subscriber.\n $response = $this->core->addUpdateSubscriber($data);\n\n return $response;\n }", "function update_tracking_fields($post_data, &$member){\r\r\n\t \t// validate\r\r\n\t\tif(isset($member->payment_info->module) && $member->payment_info->module != $this->code) return false;\r\r\n\t\t\r\r\n\t \t// fields, module_field => post_field\r\r\n\t\t$fields = array('subscr_id'=>'subscriber_id','txn_id'=>'transaction_id');\r\r\n\t\t// data\r\r\n\t\t$data = $post_data['epoch'];\r\r\n\t \t// return\r\r\n\t \treturn $this->_save_tracking_fields($fields, $member, $data); \t\t\t\r\r\n\t }", "public function map()\n {\n $type = $this->resolveType();\n foreach ($this->fieldsMap as $dinteroField => $magentoField) {\n if ($value = $this->dataObject->getDataByPath(sprintf('%s/%s', $type, $dinteroField))) {\n $this->address->setData($magentoField, $value);\n }\n }\n }", "public function update(Request $request, SubscribePackages $subscribePackages)\n {\n //\n }", "public function updateSubscriberSubscription($is_active = true)\n {\n $wp_user = $this->getWordpressUser();\n\n if($is_active)\n {\n update_user_meta($wp_user->ID, 'wp_capabilities', array('employer'=>true));\n }\n }", "public function updated(Prescription $prescription)\n {\n //\n }", "public function testUpdateSubscriptionSettings()\n {\n // TODO: implement\n $this->markTestIncomplete('Not implemented');\n }", "public function testUpdateSubscriptions()\n {\n // TODO: implement\n $this->markTestIncomplete('Not implemented');\n }", "public function setFieldMapping($fieldMapping)\n {\n // ...\n }", "public function update(Request $request, TripDestination $tripDestination)\n {\n //\n }", "function update_field( $field, $post_id )\r\n\t{\r\n\t\t// format sub_fields\r\n\t\tif( $field['layouts'] )\r\n\t\t{\r\n\t\t\t$layouts = array();\r\n\t\t\t\r\n\t\t\t// loop through and save fields\r\n\t\t\tforeach($field['layouts'] as $layout_key => $layout)\r\n\t\t\t{\t\t\t\t\r\n\t\t\t\r\n\t\t\t\tif( $layout['sub_fields'] )\r\n\t\t\t\t{\r\n\t\t\t\t\t// remove dummy field\r\n\t\t\t\t\tunset( $layout['sub_fields']['field_clone'] );\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t// loop through and save fields\r\n\t\t\t\t\t$i = -1;\r\n\t\t\t\t\t$sub_fields = array();\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\tforeach( $layout['sub_fields'] as $key => $f )\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t$i++;\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\t// order + key\r\n\t\t\t\t\t\t$f['order_no'] = $i;\r\n\t\t\t\t\t\t$f['key'] = $key;\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t// save\r\n\t\t\t\t\t\t$f = apply_filters('acf/update_field/type=' . $f['type'], $f, $post_id ); // new filter\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t$sub_fields[] = $f;\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t// update sub fields\r\n\t\t\t\t\t$layout['sub_fields'] = $sub_fields;\r\n\t\t\t\t\t\r\n\t\t\t\t}\r\n\t\t\t\t\r\n\t\t\t\t$layouts[] = $layout;\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t// clean array keys\r\n\t\t\t$field['layouts'] = $layouts;\r\n\t\t\t\r\n\t\t}\r\n\t\t\r\n\r\n\t\t// return updated repeater field\r\n\t\treturn $field;\r\n\t}", "public function updateReplyFields(EntryInterface $entry, FormInterface $form);", "public function update_subscription( $subscription_code, $plan_id );", "public function updated(TrialRequest $trial_request)\n {\n //\n }", "public function update(Request $request, Departure $departure)\n {\n //\n }", "private function update() {\r\n\t\t$targetname = ($this->type==\"A\" ? \"address\" : ($this->type==\"CNAME\" ? \"cname\" : \"txtdata\"));\r\n\t\t$params = array(\t\"line\"\t\t\t=> $this->line,\r\n\t\t\t\t\t\t\t\"type\"\t\t\t=> $this->type,\r\n\t\t\t\t\t\t\t$targetname\t\t=> $this->target,\r\n\t\t\t\t\t\t\t\"ttl\"\t\t\t=> $this->ttl,\r\n\t\t\t\t\t\t\t\"class\"\t\t\t=> self::$class);\r\n\t\t$result = $this->zone_records->doquery(\"edit_zone_record\", $params, array());\r\n\t\t$this->zone_records->updaterecords();\r\n\t\t//todo: return result or check status?\r\n\t}", "public function updateTracking(): void\n {\n $spools = Spool::where('completed', false)->where('created_at', '>', new Carbon('last month'))->get();\n $spools->map(function (Spool $spool) {\n if ($spool->spool_prt !== null) {\n try {\n // Appel API PRT\n $prtTracking = $this->tracking($spool->spool_prt);\n //Update le tracking et envoie des mails pour chaque étapes\n $this->event($prtTracking);\n } catch (ModelNotFoundException $e) {\n Log::error($e->getMessage() . '- fichier' . __FILE__ . '- line' . __LINE__);\n } catch (\\InvalidArgumentException $e) {\n Log::error($e->getMessage() . '- fichier' . __FILE__ . '- line' . __LINE__);\n }\n }\n });\n\n $this->trackingLaPoste();\n }", "public function addAddressFormFilledListener(callable $listener): SubscriptionInterface;", "function updateSignup_ET($email, $zip, $source, $group, $newsletter, $lid) {\n\t$wsdl = '../_includes/etframework.wsdl';\n\t\n\ttry{\n\t\t//echo \"got here\";\n\t\t\n\t\t/* Create the Soap Client */\n\t\t$client = new ExactTargetSoapClient($wsdl, array('trace'=>1));\n\t\n\t\t/* Set username and password here */\n\t\t$client->username = 'hdi_drm'; // was hdi-drm\n\t\t$client->password = 'exact@123'; // was campbuzz@1\n\t\n\t\t$subscriber = new ExactTarget_Subscriber(); \n\t\t$subscriber->EmailAddress = $email;\n\t\t$subscriber->Lists = array(); \n\t\t\t\t\t\n\t\t$attr_zip = new ExactTarget_Attribute();\n\t\t$attr_zip->Name = \"Zip Code\";\n\t\t$attr_zip->Value = $zip;\n\t\t\n\t\t$attr_source = new ExactTarget_Attribute();\n\t\t$attr_source->Name = \"Source\";\n\t\t$attr_source->Value = $source;\n\t\t\n\t\t$attr_group = new ExactTarget_Attribute();\n\t\t$attr_group->Name = \"group\";\n\t\t$attr_group->Value = $group;\n\t\t\n\t\t$attr_newsletter = new ExactTarget_Attribute();\n\t\t$attr_newsletter->Name = \"Newsletter\";\n\t\t$attr_newsletter->Value = $newsletter;\n\n\t\t$subscriber->Attributes=array($attr_zip, $attr_source, $attr_group, $attr_newsletter); \n\t\t\n\t\t$list = new ExactTarget_SubscriberList(); \n\t\t$list->ID = $lid;\n\t\t$subscriber->Lists[] = $list;\n\t\n\t\t$object = new SoapVar($subscriber, SOAP_ENC_OBJECT, 'Subscriber', \"http://exacttarget.com/wsdl/partnerAPI\");\n\t\n\t\t$request = new ExactTarget_UpdateRequest();\n\t\t$request->Options = NULL;\n\t\t$request->Objects = array($object);\n\t\n\t\t$results = $client->Update($request);\n\t\n//\t\techo \"<pre>\";\n//\t\t//echo \"what\";\n//\t\tvar_dump($results);\n//\t\techo \"</pre>\";\n\t\treturn $results;\n\t\n\t} catch (SoapFault $e) {\n\t\t\n\t\t// Add one to the counter\n\t\t$tries_updateSignup++;\n\t\t\n\t\t// Referring Page\n\t\t$ref = $_SERVER['HTTP_REFERER'];\n\t\t\n\t\t// If the form has failed less than three times,\n\t\tif ($tries_updateSignup <= 3) {\n\t\t\t\n\t\t\t// try again\n\t\t\tupdateSignup_ET($email, $zip, $source, $group, $newsletter, $lid);\n\t\t\t\n\t\t} else {\n\t\t\t// Alert [email protected] to ET API User locked out\n\t\t\tmailHDi();\n\t\t\t\n\t\t\t// Error message\n\t\t\techo \"<strong>Oops! There was an error in submitting the form.</strong><br>\n\t\t\tPlease <a href=\\\"javascript:history.go(-1);\\\">go back</a> to try signing up again.<br><br>\n\t\t\tIf you've been having difficulty submitting this form, please <a href=\\\"http://www.dreamfieldsfoods.com/dreamfields-pasta-contact.html\\\">contact Dreamfields</a> to let us know which web page caused you any trouble.<br><br>\n\t\t\tYou came from this page: {$ref}\";\n\t\t}\n\t\t\n//\t\techo \"oops\";\n//\t\techo \"<pre>\";\n//\t\t//echo \"what else\";\n//\t\tvar_dump($e);\n//\t\techo \"</pre>\";\n\t}\t\n\n}", "public static function maybe_update_order_address( $subscription, $address_fields ) {\n\t\tglobal $woocommerce;\n\n\t\tif ( in_array( $subscription['status'], array( 'active', 'on-hold' ) ) ) {\n\t\t\tforeach ( $address_fields as $key => $field ) {\n\t\t\t\tupdate_post_meta( $subscription['order_id'], '_' . $key, woocommerce_clean( $_POST[ $key ] ) );\n\t\t\t}\n\t\t}\n\t}", "function AddCustomFieldInfo($subscriber_email=false, $customfields=array())\n\t{\n\t\tif (!$subscriber_email) {\n\t\t\treturn;\n\t\t}\n\n\t\t/**\n\t\t* in case somehow the email addresses have a space before them (or after)\n\t\t* when they are stored in the system, trim it down.\n\t\t* otherwise we end up with a very hard to track down bug where custom fields/links\n\t\t* are not replaced - because the _recipientscustomfields array has a space before the address\n\t\t* but the base address doesn't have it.\n\t\t*/\n\t\t$this->_RecipientsCustomFields[trim($subscriber_email)] = $customfields;\n\t}", "public function updateField($fieldName, $value, $id);" ]
[ "0.6084302", "0.5578463", "0.5561738", "0.54967123", "0.53216237", "0.53144896", "0.52453864", "0.52353925", "0.52310693", "0.5215365", "0.51285756", "0.5099857", "0.50829166", "0.5068457", "0.50604385", "0.5003535", "0.49896902", "0.49444157", "0.49247676", "0.49180543", "0.49148402", "0.4914443", "0.48903295", "0.48833254", "0.48783267", "0.48716655", "0.48626608", "0.48623878", "0.4839973", "0.4837183" ]
0.5909879
1
Validator with correct country value, correct type.
public function testValidatePhoneWithDefaultCountryWithType() { $this->assertTrue($this->performValidation(['value' => '0499123456', 'params' => 'BE,mobile'])); // Validator with correct country value, wrong type. $this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'BE,mobile'])); // Validator with wrong country value, correct type. $this->assertFalse($this->performValidation(['value' => '0499123456', 'params' => 'NL,mobile'])); // Validator with wrong country value, wrong type. $this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'NL,mobile'])); // Validator with multiple country values, one correct, correct type. $this->assertTrue($this->performValidation(['value' => '0499123456', 'params' => 'BE,NL,mobile'])); // Validator with multiple country values, one correct, wrong type. $this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'BE,NL,mobile'])); // Validator with multiple country values, none correct, correct type. $this->assertFalse($this->performValidation(['value' => '0499123456', 'params' => 'DE,NL,mobile'])); // Validator with multiple country values, none correct, wrong type. $this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'DE,NL,mobile'])); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function testValidatePhoneWithCountryFieldWithType()\n\t{\n\t\t$this->assertTrue($this->performValidation(['value' => '0499123456', 'params' => 'mobile', 'country' => 'BE']));\n\n\t\t// Validator with correct country field supplied, wrong type.\n\t\t$this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'mobile', 'country' => 'BE']));\n\n\t\t// Validator with wrong country field supplied, correct type.\n\t\t$this->assertFalse($this->performValidation(['value' => '0499123456', 'params' => 'mobile', 'country' => 'NL']));\n\n\t\t// Validator with wrong country field supplied, wrong type.\n\t\t$this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'mobile', 'country' => 'NL']));\n\t}", "public function testValidatePhoneWithCountryFieldNoType()\n\t{\n\t\t$this->assertTrue($this->performValidation(['value' => '016123456', 'country' => 'BE']));\n\n\t\t// Validator with wrong country field supplied.\n\t\t$this->assertFalse($this->performValidation(['value' => '016123456', 'country' => 'NL']));\n\t}", "function venture_deal_validate_country($element) {\n global $form_values;\n if ($form_values['field_deal_country']['key'] == 'United States') {\n if ($profile = venture_profile_retrieve(arg(1))) {\n if (!venture_profile_is_accredited($profile)) {\n form_set_error('field_deal_country', 'Country field is invalid. United States deals may not be submitted to a non-accredited investor.');\n }\n }\n }\n}", "public function testValidatePhoneWithDefaultCountryNoType()\n\t{\n\t\t$this->assertTrue($this->performValidation(['value' => '016123456', 'params' => 'BE']));\n\n\t\t// Validator with wrong country value.\n\t\t$this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'NL']));\n\n\t\t// Validator with multiple country values, one correct.\n\t\t$this->assertTrue($this->performValidation(['value' => '016123456', 'params' => 'BE,NL']));\n\n\t\t// Validator with multiple wrong country values.\n\t\t$this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'DE,NL']));\n\t}", "function country_valid($country)\n\t{\n\t\tif (strlen($country)<4)\n\t\t{\n\t\t\t$this->form_validation->set_message('country_valid', t('callback_country_invalid'));\n\t\t\treturn FALSE;\n\t\t}\n\t\treturn TRUE;\n\t}", "protected function _validateCountryCurrency()\n {\n $country_cur_serv = CountryCurrencyServiceFactory::build();\n if( $info = $country_cur_serv->getCountryCurrencyInfo($this->request->getCountryCurrencyCode()) )\n {\n $this->request->setCountryCode($info['country_code']);\n return $info;\n }\n\n $this->setErrorCode(MessageCode::CODE_COUNTRY_CURRENCY_INVALID_CURRENCY_CODE);\n return false;\n }", "public function validateCountry($attr, $params)\n\t{\n\t\tif ($this->$attr && $this->protection) {\n\t\t\tif (in_array($this->$attr, [3, 24, 31, 41, 43]) && $this->protection != 1) {\n\t\t\t\t$this->addError('protection', 'New York City countries must be Highly Protected.');\n\t\t\t\t$this->addError($attr, 'New York City countries must be Highly Protected.');\n\t\t\t}\n\t\t}\n\t}", "public function validCountry($country)\n {\n return $this->dataRepository->validCountry($country);\n }", "public function testLowerCaseCountryCode(): void\n {\n $this->assertTrue($this->validator->supports('nl'));\n $this->assertNotNull($this->validator->patternFor('nl'));\n $this->assertTrue($this->validator->passes('nl', '1234 AB'));\n }", "public static function validSmsCountry($country) {\n\n\t\t//TODO: add this to a db table\n\t\treturn $country == \"GBR\" ? true : false;\n\t}", "abstract public function countryCode();", "function _commerce_dapi_orders_country($country) {\n $countries = _commerce_dapi_countries();\n\n // Country abbreviations will always be two uppercase letters. \n $country = drupal_strtoupper($country);\n if (!empty($country) && isset($countries[$country])) {\n return check_plain($countries[$country]);\n }\n return check_plain($country);\n}", "public function testUnsupportedCountryCode(): void\n {\n $this->assertFalse($this->validator->supports('XX'));\n $this->assertNull($this->validator->patternFor('XX'));\n $this->assertTrue($this->validator->fails('any value'));\n }", "function _publication_xml_process_country($value, $type = 'name'){\n if($type == 'iso2'){\n return $value['iso2'];\n }else{\n $country = country_load($value['iso2']);\n return $country->name;\n }\n}", "public function canUseForCountry($country)\n {\n }", "abstract public function country();", "public function ValidateCountry($country_code)\n\t{\n\t\t// Create a client with a base URI\n\t\t$client = new \\GuzzleHttp\\Client(['base_uri' => 'https://api.hostaway.com/']);\n\n\t\ttry\n\t\t{\n\t\t\t$response = $client->request('GET', 'countries');\n\n if($response->getStatusCode() == 200)\n\t\t\t{\n\t\t\t\t$body = json_decode($response->getBody())->result;\n\n\t\t\t\t$object = json_decode(json_encode($body), true);\n\n\t\t\t\t$country_codes = array_keys($object);\n\n\t\t\t\tif(in_array(strtoupper($country_code), $country_codes))\n\t\t\t\t{\n\t\t\t\t\t$country = $object[strtoupper($country_code)];\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t$this->ajax(\"<p class='alert alert-danger'>This is an unknown country.</p>\", $return=false);\n\t\t\t\t}\n\n\t\t\t\treturn strtolower($country);\n\t\t\t}\n\t\t}\n\n\t\tcatch (\\GuzzleHttp\\Exception\\RequestException $e) \n\t\t{\n\t\t\t$this->ajax(Psr7\\Message::toString($e->getRequest()));\n\t\t\tif ($e->hasResponse()) \n\t\t\t{\n\t\t\t\t$this->ajax(Psr7\\Message::toString($e->getResponse()));\n\t\t\t}\n\t\t\texit;\n\t\t}\n\n\t\tcatch (\\GuzzleHttp\\Exception\\ConnectException $e) \n\t\t{\n\t\t\t$this->ajax(\"<p class='alert alert-danger'>Network error. Please refresh the page.</p>\");\n\t\t\t//echo Psr7\\Message::toString($e->getRequest());\n\t\t\texit;\n\t\t}\n\t}", "public function testCountry(): void\n {\n $actual = $expected = 'FR';\n\n self::assertSame($this->bill, $this->bill->setCountry($actual));\n self::assertSame($expected, $this->bill->getCountry());\n }", "function is_country($country) {\n return in_array($country, array('AD','AE','AF','AG','AI','AL','AM','AO','AQ','AR','AS','AT','AU','AW','AX','AZ','BA','BB','BD','BE','BF','BG','BH','BI','BJ','BL','BM','BN','BO','BQ','BR','BS','BT','BV','BW','BY','BZ','CA','CC','CD','CF','CG','CH','CI','CK','CL','CM','CN','CO','CR','CU','CV','CW','CX','CY','CZ','DE','DJ','DK','DM','DO','DZ','EC','EE','EG','EH','ER','ES','ET','FI','FJ','FK','FM','FO','FR','GA','GB','GD','GE','GF','GG','GH','GI','GL','GM','GN','GP','GQ','GR','GS','GT','GU','GW','GY','HK','HM','HN','HR','HT','HU','ID','IE','IL','IM','IN','IO','IQ','IR','IS','IT','JE','JM','JO','JP','KE','KG','KH','KI','KM','KN','KP','KR','KW','KY','KZ','LA','LB','LC','LI','LK','LR','LS','LT','LU','LV','LY','MA','MC','MD','ME','MF','MG','MH','MK','ML','MM','MN','MO','MP','MQ','MR','MS','MT','MU','MV','MW','MX','MY','MZ','NA','NC','NE','NF','NG','NI','NL','NO','NP','NR','NU','NZ','OM','PA','PE','PF','PG','PH','PK','PL','PM','PN','PR','PS','PT','PW','PY','QA','RE','RO','RS','RU','RW','SA','SB','SC','SD','SE','SG','SH','SI','SJ','SK','SL','SM','SN','SO','SR','SS','ST','SV','SX','SY','SZ','TC','TD','TF','TG','TH','TJ','TK','TL','TM','TN','TO','TR','TT','TV','TW','TZ','UA','UG','UM','US','UY','UZ','VA','VC','VE','VG','VI','VN','VU','WF','WS','YE','YT','ZA','ZM','ZW'));\n}", "public function validate()\n {\n $valid = parent::validate();\n $filter = array(\n \"OrderStepID\" => $this->OrderStepID,\n \"EcommerceCountryID\" => $this->EcommerceCountryID\n );\n $exclude = array(\"ID\" => $this->ID);\n if (EcommerceOrderStepCountryData::get()->filter($filter)->exclude($exclude)->count()) {\n $valid->error('An entry for this country and order step already exists. Please change the country or review existing records.');\n }\n return $valid;\n }", "public function setCountry($country)\n {\n if ($this->_validation->validateIsString($country)) {\n $this->_country = $country;\n } else {\n throw new PiRatepay_Paypage_Util_ValidationException(120);\n }\n }", "public function countryCode();", "public function saveCountry(Request $request){\n $data = $request->validate([\n 'continents' => 'nullable|string',\n \"country_name_nl\" => 'required',\n \"country_name_en\" => 'required',\n 'iso_code' => 'required',\n 'shipment_rate' => 'required',\n ]);\n $checker = Country::where('country_nl', '=' ,$data['country_name_nl'])->first();\n $controle2 = Country::where('isocode', '=' ,$data['iso_code'])->first();\n $controle3 = Country::where('country_en','=',$data['country_name_en'])->first();\n\n if ($controle2 != null || $controle3 != null || $checker != null){\n $request->session()->flash('status', trans('general.info_exists'));\n return view('backend.pages.countries.edit')->with('data',$data);\n }\n\n $country = new Country();\n $country->isocode = strtolower($data ['iso_code']);\n $country->country_nl = $data['country_name_nl'];\n $country->country_en = $data['country_name_en'];\n $country->shipment_rate = $data['shipment_rate'];\n $country->continents = strtolower($data['continents']);\n\n $country->save();\n\n $request->session()->flash('status', trans('general.country_saved'));\n return Redirect::route('country');\n }", "abstract public function validate($value);", "public function _addPostalValidation($rule) {\r\n $regex = empty($rule->rule[1]) ? null : $rule->rule[1];\r\n $country = empty($rule->rule[2]) ? 'us' : $rule->rule[2];\r\n\r\n if ($regex === null) {\r\n switch ($country) {\r\n case 'uk':\r\n $regex = '/\\\\A\\\\b[A-Z]{1,2}[0-9][A-Z0-9]? [0-9][ABD-HJLNP-UW-Z]{2}\\\\b\\\\z/i';\r\n break;\r\n case 'ca':\r\n $district = '[ABCEGHJKLMNPRSTVYX]';\r\n $letters = '[ABCEGHJKLMNPRSTVWXYZ]';\r\n $regex = \"/\\\\A\\\\b{$district}[0-9]{$letters} [0-9]{$letters}[0-9]\\\\b\\\\z/i\";\r\n break;\r\n case 'it':\r\n case 'de':\r\n $regex = '/^[0-9]{5}$/i';\r\n break;\r\n case 'be':\r\n $regex = '/^[1-9]{1}[0-9]{3}$/i';\r\n break;\r\n case 'us':\r\n $regex = '/\\\\A\\\\b[0-9]{5}(?:-[0-9]{4})?\\\\b\\\\z/i';\r\n break;\r\n }\r\n }\r\n\r\n return array(\r\n 'rule' => 'pattern',\r\n 'value' => $regex,\r\n );\r\n }", "public function testCountry()\n {\n }", "protected function _validate()\n {\n if (strlen(trim($this->getCountry())) === 0 && $this->_defaultCountry) {\n $this->setCountry($this->_defaultCountry);\n }\n return strlen(trim($this->getCountry())) > 0 &&\n strlen(trim($this->getQuery())) > 0;\n }", "public function phone_country($country)\n\t{\n\t\treturn (strlen($country) === 2 && ctype_alpha($country) && ctype_upper($country) && $country != 'ZZ');\n\t}", "public function isValid($value)\n {\n $this->setValue($value);\n\n if ($value instanceof CountryInterface) {\n return true;\n }\n\n if (!is_string($value)) {\n $this->error(static::INVALID);\n\n return false;\n }\n\n $country = $this->getLoader()->loadCountry($value);\n if (!$country instanceof CountryInterface) {\n $this->error(static::COUNTRY_NOT_FOUND);\n\n return false;\n }\n\n return true;\n }", "abstract public function validateValue($value);" ]
[ "0.7781455", "0.7189284", "0.6996846", "0.6955278", "0.68818504", "0.638131", "0.62986946", "0.62848735", "0.6199202", "0.61907595", "0.61693084", "0.6120122", "0.611805", "0.6106131", "0.60687345", "0.60322064", "0.59864825", "0.5919121", "0.5899361", "0.5886123", "0.5869867", "0.5844469", "0.5818154", "0.58080757", "0.5794412", "0.5767533", "0.57662576", "0.57501286", "0.5747961", "0.5747543" ]
0.7287717
1
Validator with correct country field supplied, correct type.
public function testValidatePhoneWithCountryFieldWithType() { $this->assertTrue($this->performValidation(['value' => '0499123456', 'params' => 'mobile', 'country' => 'BE'])); // Validator with correct country field supplied, wrong type. $this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'mobile', 'country' => 'BE'])); // Validator with wrong country field supplied, correct type. $this->assertFalse($this->performValidation(['value' => '0499123456', 'params' => 'mobile', 'country' => 'NL'])); // Validator with wrong country field supplied, wrong type. $this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'mobile', 'country' => 'NL'])); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function testValidatePhoneWithCountryFieldNoType()\n\t{\n\t\t$this->assertTrue($this->performValidation(['value' => '016123456', 'country' => 'BE']));\n\n\t\t// Validator with wrong country field supplied.\n\t\t$this->assertFalse($this->performValidation(['value' => '016123456', 'country' => 'NL']));\n\t}", "function venture_deal_validate_country($element) {\n global $form_values;\n if ($form_values['field_deal_country']['key'] == 'United States') {\n if ($profile = venture_profile_retrieve(arg(1))) {\n if (!venture_profile_is_accredited($profile)) {\n form_set_error('field_deal_country', 'Country field is invalid. United States deals may not be submitted to a non-accredited investor.');\n }\n }\n }\n}", "public function testValidatePhoneWithDefaultCountryWithType()\n\t{\n\t\t$this->assertTrue($this->performValidation(['value' => '0499123456', 'params' => 'BE,mobile']));\n\n\t\t// Validator with correct country value, wrong type.\n\t\t$this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'BE,mobile']));\n\n\t\t// Validator with wrong country value, correct type.\n\t\t$this->assertFalse($this->performValidation(['value' => '0499123456', 'params' => 'NL,mobile']));\n\n\t\t// Validator with wrong country value, wrong type.\n\t\t$this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'NL,mobile']));\n\n\t\t// Validator with multiple country values, one correct, correct type.\n\t\t$this->assertTrue($this->performValidation(['value' => '0499123456', 'params' => 'BE,NL,mobile']));\n\n\t\t// Validator with multiple country values, one correct, wrong type.\n\t\t$this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'BE,NL,mobile']));\n\n\t\t// Validator with multiple country values, none correct, correct type.\n\t\t$this->assertFalse($this->performValidation(['value' => '0499123456', 'params' => 'DE,NL,mobile']));\n\n\t\t// Validator with multiple country values, none correct, wrong type.\n\t\t$this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'DE,NL,mobile']));\n\t}", "function country_valid($country)\n\t{\n\t\tif (strlen($country)<4)\n\t\t{\n\t\t\t$this->form_validation->set_message('country_valid', t('callback_country_invalid'));\n\t\t\treturn FALSE;\n\t\t}\n\t\treturn TRUE;\n\t}", "public function testValidatePhoneWithDefaultCountryNoType()\n\t{\n\t\t$this->assertTrue($this->performValidation(['value' => '016123456', 'params' => 'BE']));\n\n\t\t// Validator with wrong country value.\n\t\t$this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'NL']));\n\n\t\t// Validator with multiple country values, one correct.\n\t\t$this->assertTrue($this->performValidation(['value' => '016123456', 'params' => 'BE,NL']));\n\n\t\t// Validator with multiple wrong country values.\n\t\t$this->assertFalse($this->performValidation(['value' => '016123456', 'params' => 'DE,NL']));\n\t}", "public function validCountry($country)\n {\n return $this->dataRepository->validCountry($country);\n }", "public function validateCountry($attr, $params)\n\t{\n\t\tif ($this->$attr && $this->protection) {\n\t\t\tif (in_array($this->$attr, [3, 24, 31, 41, 43]) && $this->protection != 1) {\n\t\t\t\t$this->addError('protection', 'New York City countries must be Highly Protected.');\n\t\t\t\t$this->addError($attr, 'New York City countries must be Highly Protected.');\n\t\t\t}\n\t\t}\n\t}", "function _commerce_dapi_orders_country($country) {\n $countries = _commerce_dapi_countries();\n\n // Country abbreviations will always be two uppercase letters. \n $country = drupal_strtoupper($country);\n if (!empty($country) && isset($countries[$country])) {\n return check_plain($countries[$country]);\n }\n return check_plain($country);\n}", "public function canUseForCountry($country)\n {\n }", "protected function _validateCountryCurrency()\n {\n $country_cur_serv = CountryCurrencyServiceFactory::build();\n if( $info = $country_cur_serv->getCountryCurrencyInfo($this->request->getCountryCurrencyCode()) )\n {\n $this->request->setCountryCode($info['country_code']);\n return $info;\n }\n\n $this->setErrorCode(MessageCode::CODE_COUNTRY_CURRENCY_INVALID_CURRENCY_CODE);\n return false;\n }", "public static function validSmsCountry($country) {\n\n\t\t//TODO: add this to a db table\n\t\treturn $country == \"GBR\" ? true : false;\n\t}", "public function setCountry($country)\n {\n if ($this->_validation->validateIsString($country)) {\n $this->_country = $country;\n } else {\n throw new PiRatepay_Paypage_Util_ValidationException(120);\n }\n }", "public function validate()\n {\n $valid = parent::validate();\n $filter = array(\n \"OrderStepID\" => $this->OrderStepID,\n \"EcommerceCountryID\" => $this->EcommerceCountryID\n );\n $exclude = array(\"ID\" => $this->ID);\n if (EcommerceOrderStepCountryData::get()->filter($filter)->exclude($exclude)->count()) {\n $valid->error('An entry for this country and order step already exists. Please change the country or review existing records.');\n }\n return $valid;\n }", "public function testLowerCaseCountryCode(): void\n {\n $this->assertTrue($this->validator->supports('nl'));\n $this->assertNotNull($this->validator->patternFor('nl'));\n $this->assertTrue($this->validator->passes('nl', '1234 AB'));\n }", "public function ValidateCountry($country_code)\n\t{\n\t\t// Create a client with a base URI\n\t\t$client = new \\GuzzleHttp\\Client(['base_uri' => 'https://api.hostaway.com/']);\n\n\t\ttry\n\t\t{\n\t\t\t$response = $client->request('GET', 'countries');\n\n if($response->getStatusCode() == 200)\n\t\t\t{\n\t\t\t\t$body = json_decode($response->getBody())->result;\n\n\t\t\t\t$object = json_decode(json_encode($body), true);\n\n\t\t\t\t$country_codes = array_keys($object);\n\n\t\t\t\tif(in_array(strtoupper($country_code), $country_codes))\n\t\t\t\t{\n\t\t\t\t\t$country = $object[strtoupper($country_code)];\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t$this->ajax(\"<p class='alert alert-danger'>This is an unknown country.</p>\", $return=false);\n\t\t\t\t}\n\n\t\t\t\treturn strtolower($country);\n\t\t\t}\n\t\t}\n\n\t\tcatch (\\GuzzleHttp\\Exception\\RequestException $e) \n\t\t{\n\t\t\t$this->ajax(Psr7\\Message::toString($e->getRequest()));\n\t\t\tif ($e->hasResponse()) \n\t\t\t{\n\t\t\t\t$this->ajax(Psr7\\Message::toString($e->getResponse()));\n\t\t\t}\n\t\t\texit;\n\t\t}\n\n\t\tcatch (\\GuzzleHttp\\Exception\\ConnectException $e) \n\t\t{\n\t\t\t$this->ajax(\"<p class='alert alert-danger'>Network error. Please refresh the page.</p>\");\n\t\t\t//echo Psr7\\Message::toString($e->getRequest());\n\t\t\texit;\n\t\t}\n\t}", "public function phone_country($country)\n\t{\n\t\treturn (strlen($country) === 2 && ctype_alpha($country) && ctype_upper($country) && $country != 'ZZ');\n\t}", "abstract public function country();", "protected function _validate()\n {\n if (strlen(trim($this->getCountry())) === 0 && $this->_defaultCountry) {\n $this->setCountry($this->_defaultCountry);\n }\n return strlen(trim($this->getCountry())) > 0 &&\n strlen(trim($this->getQuery())) > 0;\n }", "abstract public function countryCode();", "function venture_deal_validate_state($element) {\n global $form_values;\n if ($form_values['field_deal_country']['key'] == 'United States') {\n if (!$form_values['field_deal_state']['key']) {\n form_set_error('field_deal_state', 'State field is required.');\n }\n }\n}", "public function testUnsupportedCountryCode(): void\n {\n $this->assertFalse($this->validator->supports('XX'));\n $this->assertNull($this->validator->patternFor('XX'));\n $this->assertTrue($this->validator->fails('any value'));\n }", "public function _addPostalValidation($rule) {\r\n $regex = empty($rule->rule[1]) ? null : $rule->rule[1];\r\n $country = empty($rule->rule[2]) ? 'us' : $rule->rule[2];\r\n\r\n if ($regex === null) {\r\n switch ($country) {\r\n case 'uk':\r\n $regex = '/\\\\A\\\\b[A-Z]{1,2}[0-9][A-Z0-9]? [0-9][ABD-HJLNP-UW-Z]{2}\\\\b\\\\z/i';\r\n break;\r\n case 'ca':\r\n $district = '[ABCEGHJKLMNPRSTVYX]';\r\n $letters = '[ABCEGHJKLMNPRSTVWXYZ]';\r\n $regex = \"/\\\\A\\\\b{$district}[0-9]{$letters} [0-9]{$letters}[0-9]\\\\b\\\\z/i\";\r\n break;\r\n case 'it':\r\n case 'de':\r\n $regex = '/^[0-9]{5}$/i';\r\n break;\r\n case 'be':\r\n $regex = '/^[1-9]{1}[0-9]{3}$/i';\r\n break;\r\n case 'us':\r\n $regex = '/\\\\A\\\\b[0-9]{5}(?:-[0-9]{4})?\\\\b\\\\z/i';\r\n break;\r\n }\r\n }\r\n\r\n return array(\r\n 'rule' => 'pattern',\r\n 'value' => $regex,\r\n );\r\n }", "public function countryLength($field)\n\t{\n\t\tif(strlen($this->post[$field]) < 2 || strlen($this->post[$field]) > 20) {\n\t\t\t$this->setError($field, \"{$this->label($field)} must be of minimum \n\t\t\t\t\t\t\t\t\t2 characters or maximum of 20 characters\");\n\t\t}\n\t}", "function _publication_xml_process_country($value, $type = 'name'){\n if($type == 'iso2'){\n return $value['iso2'];\n }else{\n $country = country_load($value['iso2']);\n return $country->name;\n }\n}", "public function validateField();", "public function testCountry(): void\n {\n $actual = $expected = 'FR';\n\n self::assertSame($this->bill, $this->bill->setCountry($actual));\n self::assertSame($expected, $this->bill->getCountry());\n }", "public function ValidTax($country = null, $region = null)\n {\n if (empty($country)) {\n // First try and get the locale from the member\n $member = Security::getCurrentUser();\n\n if ($member && $member->getLocale()) {\n $country = $member->getLocale();\n }\n }\n\n if (empty($country)) {\n $country = i18n::get_locale();\n }\n\n if (strlen($country) > 2) {\n $country = Locale::getRegion($country);\n }\n\n $filter = [\n 'Global' => 1,\n \"Zones.Regions.CountryCode\" => $country\n ];\n\n $rates = $this\n ->Rates()\n ->filterAny($filter);\n\n if (isset($region)) {\n $rates = $rates->filter(\"Zones.Regions.Code\", $region);\n }\n\n return $rates->first();\n }", "public function setCountry($country);", "public function validateCountryList(array $countries, $property = Country::PROPERTY_ISO_3166) {\n\t\t$validatedCountries = array();\n\t\tforeach ($countries as $country) {\n\t\t\tif (isset($country[$property])) {\n\t\t\t\t$countryEntity = $this->countryRepository->findByNumericalCode($country[$property], $property);\n\t\t\t\tif ($countryEntity !== NULL) {\n\t\t\t\t\t$validatedCountries[] = $country;\n\t\t\t\t} else {\n\t\t\t\t\t$this->systemLogger->log('Invalid country code: ' . $country[$property], LOG_WARNING, NULL, 'Ttree.ISO', __CLASS__, __METHOD__);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t$this->systemLogger->log('Invalid country, missing field: ' . $property, LOG_WARNING, NULL, 'Ttree.ISO', __CLASS__, __METHOD__);\n\t\t\t}\n\t\t}\n\n\t\treturn $validatedCountries;\n\t}", "public function saveCountry(Request $request){\n $data = $request->validate([\n 'continents' => 'nullable|string',\n \"country_name_nl\" => 'required',\n \"country_name_en\" => 'required',\n 'iso_code' => 'required',\n 'shipment_rate' => 'required',\n ]);\n $checker = Country::where('country_nl', '=' ,$data['country_name_nl'])->first();\n $controle2 = Country::where('isocode', '=' ,$data['iso_code'])->first();\n $controle3 = Country::where('country_en','=',$data['country_name_en'])->first();\n\n if ($controle2 != null || $controle3 != null || $checker != null){\n $request->session()->flash('status', trans('general.info_exists'));\n return view('backend.pages.countries.edit')->with('data',$data);\n }\n\n $country = new Country();\n $country->isocode = strtolower($data ['iso_code']);\n $country->country_nl = $data['country_name_nl'];\n $country->country_en = $data['country_name_en'];\n $country->shipment_rate = $data['shipment_rate'];\n $country->continents = strtolower($data['continents']);\n\n $country->save();\n\n $request->session()->flash('status', trans('general.country_saved'));\n return Redirect::route('country');\n }" ]
[ "0.73319256", "0.72548705", "0.69674", "0.6888495", "0.66606057", "0.6584441", "0.6341817", "0.6286936", "0.62495196", "0.6207709", "0.6181669", "0.61236817", "0.60803187", "0.5988599", "0.5981165", "0.5979871", "0.5892904", "0.5857793", "0.58144563", "0.58104694", "0.58068186", "0.5803513", "0.579843", "0.57712597", "0.5734032", "0.56961143", "0.5678136", "0.56684417", "0.5665555", "0.5656875" ]
0.79218227
0
Validator with correct international input.
public function testValidatePhoneAutomaticDetectionFromInternationalInput() { $this->assertTrue($this->performValidation(['value' => '+3216123456', 'params' => 'AUTO'])); // Validator with wrong international input. $this->assertFalse($this->performValidation(['value' => '003216123456', 'params' => 'AUTO'])); // Validator with wrong international input. $this->assertFalse($this->performValidation(['value' => '+321456', 'params' => 'AUTO'])); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function testValidateLanguage()\n {\n $oLang = new oxLang();\n\n $this->assertEquals( 1, $oLang->validateLanguage( 1 ) );\n $this->assertEquals( 0, $oLang->validateLanguage( 3 ) );\n $this->assertEquals( 0, $oLang->validateLanguage( 'xxx' ) );\n }", "private function _checkLocale()\n {\n if (!is_int($this->_country)\n || !is_int($this->_language)\n || !is_int($this->_currency)\n ) {\n throw new Klarna_InvalidLocaleException;\n }\n }", "protected function validateLanguageCode() {\n\t\tif (empty($this->languageCode)) {\n\t\t\tthrow new UserInputException('languageCode');\n\t\t}\n\t\t\n\t\tif ($this->action == 'add' || ($this->language !== null && $this->language->languageCode != $this->languageCode)) {\n\t\t\tif (LanguageCache::getInstance()->getLanguageByCode($this->languageCode)) {\n\t\t\t\tthrow new UserInputException('languageCode', 'notUnique');\n\t\t\t}\n\t\t}\n\t}", "public function validateI18n()\n\t{\n\t\tif($this->getTable()->hasI18n())\n\t\t{\n\t\t\tif($this->get('Translation')->count() === 0)\n\t\t\t{\n\t\t\t\t$newI18n = $this->_getNewI18n();\n\t\t\t\tif(!$newI18n->isValid())\n\t\t\t\t{\n\t\t\t\t\tthrow new Doctrine_Validator_Exception(array($newI18n));\n\t\t\t\t}\n\t\t\t}\n\t\t\telse{\n\t\t\t\t$inError = array();\n\n\t\t\t\tforeach($this->get('Translation') as $translation)\n\t\t\t\t{\n\t\t\t\t\t$state = $translation->isValid();\n\t\t\t\t\tif(true !== $state)\n\t\t\t\t\t{\n\t\t\t\t\t\t$inError[] = $translation;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(!empty($inError))\n\t\t\t\t{\n\t\t\t\t\tthrow new Doctrine_Validator_Exception($inError);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "public function testLowerCaseCountryCode(): void\n {\n $this->assertTrue($this->validator->supports('nl'));\n $this->assertNotNull($this->validator->patternFor('nl'));\n $this->assertTrue($this->validator->passes('nl', '1234 AB'));\n }", "public function validateInput() {}", "abstract protected function assertValidLocale($locale);", "function isValid($lg){\n\t\t$lang = new Sushee_Language($lg);\n\t\treturn !!$lang->getISO1();\n\t}", "public function message()\n {\n return __('The :attribute must be a valid country.');\n }", "public function testQuantify()\n {\n $defaultLocale = Validation::option('locale');\n\n Validation::option('locale', 'pt-BR');\n\n $validationFails = Validation::minLength(1)->validate('')->getFails();\n\n static::assertSame('o campo deve possuir no mínimo um caractere', $validationFails[0]->getLocalized());\n\n $validationFails = Validation::minLength(10)->validate('hello')->getFails();\n\n static::assertSame('o campo deve possuir no mínimo 10 caracteres', $validationFails[0]->getLocalized());\n\n Validation::option('locale', $defaultLocale);\n }", "function validate_pno_nl($dob) {\n //NL has same Pno format like Germany\n return validate_pno_de($dob);\n}", "function validar_string($string){\n\tif (Validate::string($string, array('format' => VALIDATE_SPACE . VALIDATE_EALPHA_UPPER . VALIDATE_EALPHA_LOWER))){return true;}\n\telse {return false;}\n}", "abstract protected function validate();", "abstract protected function validate();", "function validar_alfanumerico($alfanumerico){\n\tif (Validate::string($alfanumerico, array('format' => VALIDATE_NUM . VALIDATE_ALPHA_UPPER . VALIDATE_ALPHA_LOWER))) {return True;}\n\telse {return False;}\n}", "public static function validateLang()\n\t{\n\t\treturn array(\n\t\t\tnew Main\\Entity\\Validator\\Length(2, 2),\n\t\t);\n\t}", "function valid($input)\n {\n return XWL_string::_valid_string($input);\n }", "public static function validate() {}", "abstract public function validate();", "abstract public function validate();", "abstract public function validate();", "abstract public function validate();", "abstract public function validate();", "abstract public function validate();", "abstract public function validate();", "abstract public function validate();", "abstract protected function validation();", "public function validate(){\r\n\t\t\r\n\t\t// limpa os validators anteriores\r\n\t\tLumine_Validator_PHPValidator::clearValidations($this);\r\n\t\t\r\n\t\t// adicionando as regras \r\n\t\tLumine_Validator_PHPValidator::addValidation($this, 'juizo', Lumine_Validator::REQUIRED_STRING, 'Informe o Juizo');\r\n\t\t\r\n\t\treturn parent::validate();\r\n\t}", "function country_valid($country)\n\t{\n\t\tif (strlen($country)<4)\n\t\t{\n\t\t\t$this->form_validation->set_message('country_valid', t('callback_country_invalid'));\n\t\t\treturn FALSE;\n\t\t}\n\t\treturn TRUE;\n\t}", "public function validate($input) {\n\t\n\t\t// Gotta be a number before we'll even talk to you\n\t\tif (!is_numeric($input)) {\n\t\t\t$this->error_msg = sprintf(__('The %s field must be numeric.', CCTM_TXTDOMAIN), $this->get_subject());\n\t\t}\n\t\telseif (!$this->allow_negative && $input < 0) {\n\t\t\t$this->error_msg = sprintf(__('The %s field may not be negative.', CCTM_TXTDOMAIN), $this->get_subject());\n\t\t}\n\t\telseif ($this->min && $this->max && ($input < $this->min || $input > $this->max)) {\n\t\t\t$this->error_msg = sprintf(__('The %s field must be between %s and %s.', CCTM_TXTDOMAIN), $this->get_subject(), $this->min, $this->max);\t\t\n\t\t}\n\t\telseif ($this->min && $input < $this->min) {\n\t\t\t$this->error_msg = sprintf(__('The %s field must be greater than %s.', CCTM_TXTDOMAIN), $this->get_subject(), $this->min);\n\t\t}\n\t\telseif ($this->max && $input > $this->max) {\n\t\t\t$this->error_msg = sprintf(__('The %s field must be less than %s.', CCTM_TXTDOMAIN), $this->get_subject(), $this->max);\n\t\t}\n\t\t// Whole integers only\n\t\telseif (!$this->allow_decimals && strpos($input, $this->decimal_separator) !== false) {\n\t\t\t$this->error_msg = sprintf(__('The %s field must be a whole number (no decimals allowed).', CCTM_TXTDOMAIN), $this->get_subject());\t\t\t\t\t\n\t\t}\n\t\t// We do some strrev trickery to count # of decimal places\n\t\telseif ($this->allow_decimals && strrpos(strrev($input), $this->decimal_separator) > $this->decimal_places) {\n\t\t\t$this->error_msg = sprintf(__('The %s field cannot contain more than %s decimal places.', CCTM_TXTDOMAIN), $this->get_subject(), $this->decimal_places);\t\t\t\n\t\t}\n\t\t\n\t\treturn $input;\n\t}" ]
[ "0.6233619", "0.6193397", "0.60932654", "0.6075566", "0.60537", "0.6017299", "0.588678", "0.5851192", "0.5845558", "0.581568", "0.5811408", "0.5810977", "0.57662493", "0.57662493", "0.576407", "0.5720597", "0.57164574", "0.5716142", "0.5709344", "0.5709344", "0.5709344", "0.5709344", "0.5709344", "0.5709344", "0.5709344", "0.5709344", "0.5704539", "0.56958073", "0.5676222", "0.5655836" ]
0.69292057
0
Complete the alternatingCharacters function below.
function alternatingCharacters($s) { $cnt = 0; $s2 = $char = $s[0]; for ($i=1; $i < strlen($s); $i++) { if ($s[$i] == $char) $cnt++; else $char = $s[$i]; } return $cnt; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function alternatingCharacters($s)\n {\n $s = \"ABABABAB\";\n\n $deletion = 0;\n $reg = \"\";\n\n for ($x = 0; $x < strlen($s); $x++) {\n if ($reg == $s[$x]) {\n $deletion++;\n } else {\n $reg = $s[$x];\n }\n }\n return $deletion;\n }", "function alternator()\n\t{\n\t\tstatic $i;\n\n\t\tif (func_num_args() === 0)\n\t\t{\n\t\t\t$i = 0;\n\t\t\treturn '';\n\t\t}\n\n\t\t$args = func_get_args();\n\t\treturn $args[($i++ % count($args))];\n\t}", "function nextPass($pass) {\n $chars = str_split($pass);\n $idx = count($chars)-1;\n do {\n if ($chars[$idx] == 'z') {\n $chars[$idx] = 'a';\n $idx--;\n } else {\n $chars[$idx] = chr(ord($chars[$idx])+1);\n $idx = -1;\n }\n } while ($idx >= 0);\n return implode($chars);\n}", "function enam()\r\n{\r\n for($f=0; $f<=4; $f++)\r\n{\r\n if($f<=1)\r\n {\r\n echo \"A \\t\";\r\n continue;\r\n }\r\n echo $f.\"\\t\";\r\n}\r\n\r\n}", "private function SwapConsecutiveCharacters($first, $second, &$chap) { // swap Consecutive Characters ab -> ba within a string.\n\t\t$chap = str_replace ( $first . $second, $second . $first, $chap );\n\t}", "function charIncrement($char) {\r\n $next_char=++$char;\r\n if (strlen($next_char) > 1) { \r\n $next_char = $next_char[0];\r\n }\r\n echo $next_char;\r\n echo '<br>';\r\n}", "function isAnagram($word1,$word2)\r\n/*count_chars are used to determines how many times each letter is used*/\r\n {\r\n return (count_chars($word1,1)==count_chars($word2,1));\r\n }", "function color_custom($seq,$seq2,$custom_alphabet){\r\n // get array with letters\r\n $a=preg_split(\"//\",$custom_alphabet,-1,PREG_SPLIT_NO_EMPTY);\r\n $a=array_unique($a);\r\n //print_r($a);\r\n\r\n // define generic color\r\n // the assigment order is the one shown in the list\r\n // When few colors are needed, the first ones in the list are used\r\n $generic_colors=array(\r\n 0=>\"FF0000\",\r\n 1=>\"00FF00\",\r\n 2=>\"0000FF\",\r\n 3=>\"FFFF00\",\r\n 4=>\"FF00FF\",\r\n 5=>\"00FFFF\",\r\n 6=>\"FF8888\",\r\n 7=>\"88FF88\",\r\n 8=>\"8888FF\",\r\n 9=>\"FFFF88\",\r\n 10=>\"FF88FF\",\r\n 11=>\"88FFFF\",\r\n 12=>\"FF3366\",\r\n 13=>\"33FF66\",\r\n 14=>\"3366FF\",\r\n 15=>\"FF6633\",\r\n 16=>\"66FF33\",\r\n 17=>\"6633FF\",\r\n 18=>\"880000\",\r\n 19=>\"008800\"\r\n // black is not used\r\n\r\n );\r\n\r\n // asign colors to the array\r\n $letters = array();\r\n foreach($a as $key=> $val){\r\n // assigment of color\r\n $letters[$val]=$generic_colors[$key];\r\n }\r\n\r\n $new_seq=\"\";\r\n for($i=0;$i<strlen($seq);$i++){\r\n $letter_seq=substr($seq,$i,1);\r\n $letter_seq2=substr($seq2,$i,1);\r\n if ($letters[$letter_seq2]!=\"\"){\r\n $new_seq.=\"<font color=\".strtolower($letters[$letter_seq2]).\">$letter_seq</font>\";\r\n }else{\r\n $new_seq.=$letter_seq;\r\n }\r\n }\r\n\r\n return $new_seq;\r\n}", "function palindromeRearranging($inputString) {\n foreach(count_chars($inputString,1) as $cnt)\n if($cnt%2!=0) $odd++;\n \n return $odd<=1;\n}", "protected function fillLetters()\n {\n while (!$this->board->currentWord()->isFull()) {\n $letter = $this->board->currentWord()->lastLetter();\n if ($letter == null || $letter->currentDirection() < Letter::DIRECTIONS) {\n $this->board->addNeighboringLetterToWord();\n } else {\n $this->board->currentWord()->removeLastLetter();\n }\n\n if ($this->board->boardCompleted()) {\n break;\n }\n }\n }", "function test_general_repeat_characters() {\n $matcher = new dfa_preg_matcher('^(?:a|b)*abb$');\n $matcher->match('cd');\n $this->assertFalse($matcher->is_matching_complete());\n $this->assertTrue($matcher->last_correct_character_index() == strlen('cd')-1 && $matcher->next_char() === 'a');\n $matcher->match('ca');\n $this->assertFalse($matcher->is_matching_complete());\n $this->assertTrue($matcher->last_correct_character_index() == strlen('ca')-1 && $matcher->next_char() === 'a');\n $matcher->match('ac');\n $this->assertFalse($matcher->is_matching_complete());\n $this->assertTrue($matcher->last_correct_character_index() == 0 && ($matcher->next_char() === 'b') || $matcher->next_char() === 'a');\n $matcher->match('bb');\n $this->assertFalse($matcher->is_matching_complete());\n $this->assertTrue($matcher->last_correct_character_index() == 1 && $matcher->next_char() === 'a');\n $matcher->match('abb');\n $this->assertTrue($matcher->is_matching_complete());\n $this->assertTrue($matcher->last_correct_character_index() == 2 && $matcher->next_char() === '');\n $matcher->match('ababababababaabbabababababababaabb');//34 characters\n $this->assertTrue($matcher->is_matching_complete());\n $this->assertTrue($matcher->last_correct_character_index() == 33 && $matcher->next_char() ==='');\n }", "public function getCharacters();", "function algorithmA($text)\n{\n $lastIndex = strlen($text) - 1; \n\n // compare first and last characters of string to see if they are the same\n // and continue traversing head and tail characters and comparing them\n //\n // for loop only needs to traverse half of since since we're using\n // headIndex (and lastIndex) to calculate tailIndex \n foreach(range(0, intval($lastIndex/2)) as $headIndex) {\n $tailIndex = $lastIndex - $headIndex;\n if ($text[$headIndex] !== $text[$tailIndex]) return false; // mismatch, so false\n }\n\n return true; // no mismatches, so true\n}", "private function _nextChar()\n {\n $char = $this->_input[$this->_bytePosition++];\n\n if (( ord($char) & 0xC0 ) == 0xC0) {\n $addBytes = 1;\n if (ord($char) & 0x20 ) {\n $addBytes++;\n if (ord($char) & 0x10 ) {\n $addBytes++;\n }\n }\n $char .= substr($this->_input, $this->_bytePosition, $addBytes);\n $this->_bytePosition += $addBytes;\n }\n\n $this->_position++;\n\n return $char;\n }", "private function buildBadCharTable()\n {\n $len = count($this->pattern);\n\n for ($i = 0; $i < $len -1; ++$i) {\n $this->badCharTable[$this->pattern[$i]] = $len - $i - 1;\n }\n\n $this->badCharTable[$this->pattern[$len-1]] = 1; // 最右边字符为1,避免原地踏步\n }", "function ascii() { return call_user_func_array('\\Illuminate\\Support\\Str::ascii', func_get_args()); }", "function determinaAnagrams()\n {\n $a = \"fcrxzwscanmligyxyvym\";\n $b = \"jxwtrhvujlmrpdoqbisbwhmgpmeoke\";\n $arrayStringB = str_split($b);\n $arrayStringA = str_split($a);\n $removed_chars = 0;\n foreach ($arrayStringA as $str) {\n $key = array_search($str, $arrayStringB);\n if ($key !== false) {\n unset($arrayStringB[$key]);\n } else {\n $removed_chars += 1;\n }\n }\n $removed_chars += count($arrayStringB);\n return $removed_chars;\n\n }", "public function getCharactersBeforeAndAfter()\n {\n $phrase = $this->getData('phrase');\n \t$count = strlen($this->getData('phrase'));\n \t$x = 0;\n\t\twhile($x < $count) {\n\t\t if ($phrase[$x] != ' ') {\n $this->processor[$phrase[$x]][self::KEY_BEFORE][] = ($x == 0) ? 'none' : $phrase[($x - 1)];\n $this->processor[$phrase[$x]][self::KEY_AFTER][] = (!isset($phrase[$x + 1])) ? 'none' : $phrase[($x + 1)];\n }\n\t\t\t$x++;\n\t\t}\n }", "function enkripsi($plaintext)\n{\n $arraytext = str_split($plaintext);\n\n // var_dump($arraytext);\n // $asciival = [];\n foreach ($arraytext as $index => $char) {\n $asciival[] = ord($char);\n $encryptext[] = chr($asciival[$index] + 3);\n }\n\n $encryptext = implode('', $encryptext);\n\n return $encryptext;\n}", "public static function allChars() { return implode('', self::$CHARMAP); }", "function morse_encode($string)\r\n{\r\n $strlength = strlen($string);\r\n $string = strtoupper($string);\r\n $i = 0;\r\n $search = array(\r\n ' ','A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J',\r\n 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T',\r\n 'U', 'V', 'W', 'X', 'Y', 'Z', '0', '1', '2', '3',\r\n '4', '5', '6', '7', '8', '9', '.', ',', '?', '\\'',\r\n '!', '/', '(', ')', '&', ':', ';', '=', '-', '_',\r\n '\"', '$', '@'\r\n );\r\n\r\n $replace = array(\r\n ' ','íP* ', '*íPíPíP ', '*íP*íP ', '*íPíP ', 'íP ', 'íPíP*íP ', '**íP ', 'íPíPíPíP ', 'íPíP ', 'íP*** ',\r\n '*íP* ', 'íP*íPíP ', '** ', '*íP ', '*** ', 'íP**íP ', '**íP* ', 'íP*íP ', 'íPíPíP ', '* ',\r\n 'íPíP* ', 'íPíPíP* ', 'íP** ', '*íPíP* ', '*íP** ', '**íPíP ', '***** ', 'íP**** ', 'íPíP*** ', 'íPíPíP** ',\r\n 'íPíPíPíP* ', 'íPíPíPíPíP ', '*íPíPíPíP ', '**íPíPíP ', '***íPíP ', '****íP ', 'íP*íP*íP* ', '**íPíP** ', 'íPíP**íPíP ', 'íP****íP ',\r\n '*íP*íP** ', '*íPíP*íP ', '*íP**íP ', '*íP**íP* ', 'íP*íPíPíP* ', '***íPíPíP ', '*íP*íP*íP ', '*íPíPíP* ', '*íPíPíPíP* ', 'íPíP** íP* ', 'íP*íPíP*íP ', 'íPíPíP*íPíP* ', 'íP**íP*íP '\r\n );\r\n\r\n $string = str_replace($search, $replace, $string);\r\n $string = str_replace('*', '-', $string);\r\n $string = str_replace('íP', '.', $string);\r\n\r\n return $string;\r\n}", "function staircase($n) {\n // Write your code here\n $max = $n;\n for ( $i =1 ; $i <= $max; $i++ ) {\n for ( $space = 1; $space <= ($max-$i); $space++) {\n echo \" \";\n }\n for ( $hash = 1; $hash <= $i; $hash ++ ) {\n echo \"#\";\n }\n echo \"\\n\";\n }\n\n}", "function suppr_accents($str){\n $avant = array('À','Á','Â','Ã','Ä','Å','Ā','Ă','Ą','Ǎ','Ǻ','Æ','Ǽ','Ç','Ć','Ĉ','Ċ','Č','Ð','Ď','Đ','É','È','Ê','Ë','Ē','Ĕ','Ė','Ę','Ě','Ĝ','Ğ','Ġ','Ģ','Ĥ','Ħ','Ì','Í','Î','Ï','Ĩ','Ī','Ĭ','Į','İ','ĺ','ļ','ľ','ŀ','ł','Ǐ','IJ','Ĵ','Ķ','Ĺ','Ļ','Ľ','Ŀ','Ł','Ń','Ņ','Ň','Ñ','Ò','Ó','Ô','Õ','Ö','Ō','Ŏ','Ő','Ơ','Ǒ','Ø','Ǿ','Œ','Ŕ','Ŗ','Ř','Ś','Ŝ','Ş','Š','Ţ','Ť','Ŧ','Ũ','Ù','Ú','Û','Ü','Ū','Ŭ','Ů','Ű','Ų','Ư','Ǔ','Ǖ','Ǘ','Ǚ','Ǜ','Ŵ','Ý','Ŷ','Ÿ','Ź','Ż','Ž','à','á','â','ã','ä','å','ā','ă','ą','ǎ','ǻ','æ','ǽ','ç','ć','ĉ','ċ','č','ď','đ',\t'è','é','ê','ë','ē','ĕ','ė','ę','ě','ĝ','ğ','ġ','ģ','ĥ','ħ','ì','í','î','ï','ĩ','ī','ĭ','į','ı','ǐ','ij','ĵ','ķ',\t'ñ','ń','ņ','ň','ʼn','ò','ó','ô','õ','ö','ō','ŏ','ő','ơ','ǒ','ø','ǿ','œ','ŕ','ŗ','ř','ś','ŝ','ş','š','ß','ţ','ť','ŧ','ù','ú','û','ü','ũ','ū','ŭ','ů','ű','ų','ǔ','ǖ','ǘ','ǚ','ǜ','ư','ŵ','ý','ÿ','ŷ','ź','ż','ž','ƒ','ſ');\n $apres = array('A','A','A','A','A','A','A','A','A','A','A','AE','AE','C','C','C','C','C','D','D','D','E','E','E','E','E','E','E','E','E','G','G','G','G','H','H','I','I','I','I','I','I','I','I','I','I','I','I','I','I','I','IJ','J','K','L','L','L','L','L','N','N','N','N','O','O','O','O','O','O','O','O','O','O','O','O','OE','R','R','R','S','S','S','S','T','T','T','U','U','U','U','U','U','U','U','U','U','U','U','U','U','U','U','W','Y','Y','Y','Z','Z','Z','a','a','a','a','a','a','a','a','a','a','a','ae','ae','c','c','c','c','c','d','d','e','e','e','e','e','e','e','e','e','g','g','g','g','h','h','i','i','i','i','i','i','i','i','i','i','ij','j','k','n','n','n','n','n','o','o','o','o','o','o','o','o','o','o','o','o','oe','r','r','r','s','s','s','s','s','t','t','t','u','u','u','u','u','u','u','u','u','u','u','u','u','u','u','u','w','y','y','y','z','z','z','f','s');\n return str_replace($avant, $apres, $str);\n\t}", "function lima()\r\n{\r\n for($a=4; $a>=0; $a--)\r\n{\r\n \r\n if($a==2 || $a==0 )\r\n {\r\n echo \"A \";\r\n continue;\r\n }\r\n echo $a.\" \";\r\n}\r\n}", "function mnemonic($chars,$numbers) {\n$letters = array(\n0 => array('q','w','r','g','f','d','s','z','x','c','v'),\n1 => array('u','i','o'),\n2 => array('y','p','h','j','k','l','b','n','m'),\n3 => array('e','a')\n);\n\n$digits = array(\n0 => array('1','2','3','4','5','6'),\n1 => array('7','8','9','0')\n);\n\nfor ($i=0; $i<$chars; $i++) {\n$pass .= $letters[$i % 4][array_rand($letters[$i % 4])];\n}\n\n$dirty_words = array('bob','con','cum','fod','fuc','fud','fuk','gal','gat','mal','mam','mar','mec','pat','peg','per','pic','pil','pit','put','rab','tar','tes','tet','tol','vac','images','js','css','Services');\n\nforeach ($dirty_words as $dirty_word) {\n if (strpos($pass, $dirty_word) !== false) {\n return mnemonic($chars, $numbers);\n }\n}\n\nif ($numbers > 0) {\nfor ($i=0; $i<$numbers; $i++) {\n$pass .= $digits[$i % 2][array_rand($digits[$i % 2])];\n }\n}\n\nreturn $pass;\n}", "public static function alternator(array $strings)\n {\n return function() use ($strings) {\n static $i = 0;\n $index = $i++ % count($strings);\n\n return $strings[$index];\n };\n }", "function is_chaine_alpha($chaine){\r\n for($i=0;$i<long_chaine($chaine); $i++){\r\n if (!is_caractere($chaine[$i])){\r\n return false;\r\n }\r\n }\r\n return True ;\r\n}", "private function charactersToReplace(): array\n {\n return ['+', '_', '-', ' '];\n }", "function color($seq,$seq2,$type){\r\n $letters_array[\"20\"]=array(\r\n \"A\"=>\"CCFFFF\",\r\n \"R\"=>\"E60606\",\r\n \"N\"=>\"FF9900\",\r\n \"D\"=>\"FFCC99\",\r\n \"C\"=>\"00FFFF\",\r\n \"E\"=>\"FFCC00\",\r\n \"Q\"=>\"FF6600\",\r\n \"G\"=>\"00FF00\",\r\n \"H\"=>\"FFFF99\",\r\n \"I\"=>\"000088\",\r\n \"L\"=>\"3366FF\",\r\n \"K\"=>\"C64200\",\r\n \"M\"=>\"99CCFF\",\r\n \"F\"=>\"00CCFF\",\r\n \"P\"=>\"FFFF00\",\r\n \"S\"=>\"CCFF99\",\r\n \"T\"=>\"00FF99\",\r\n \"W\"=>\"CC99FF\",\r\n \"Y\"=>\"CCFFCC\",\r\n \"V\"=>\"0000FF\"\r\n );\r\n\r\n $letters_array[\"2\"]=array( \"P\"=>\"0000FF\",\r\n \"H\"=>\"FF0000\"\r\n );\r\n $letters_array[\"5\"]=array( \"A\"=>\"FF0000\",\r\n \"R\"=>\"00FF00\",\r\n \"C\"=>\"0000FF\",\r\n \"T\"=>\"FFFF00\",\r\n \"D\"=>\"00FFFF\"\r\n );\r\n $letters_array[\"6\"]=array( \"A\"=>\"FF0000\",\r\n \"R\"=>\"00FF00\",\r\n \"P\"=>\"0000FF\",\r\n \"N\"=>\"8888FF\",\r\n \"T\"=>\"FFFF00\",\r\n \"D\"=>\"00FFFF\"\r\n );\r\n\r\n $letters_array[\"3IMG\"]=array( \"P\"=>\"E60606\",\r\n \"N\"=>\"FFFF00\",\r\n \"H\"=>\"3366FF\"\r\n );\r\n $letters_array[\"5IMG\"]=array( \"G\"=>\"E60606\",\r\n \"C\"=>\"E60606\",\r\n \"E\"=>\"E60606\",\r\n \"M\"=>\"E60606\",\r\n \"F\"=>\"E60606\",\r\n );\r\n $letters_array[\"11IMG\"]=array( \"A\"=>\"1B04AE\",\r\n \"F\"=>\"00CCFF\",\r\n \"C\"=>\"CCECFF\",\r\n \"G\"=>\"00FF00\",\r\n \"S\"=>\"89F88B\",\r\n \"W\"=>\"CC99FF\",\r\n \"Y\"=>\"CCFFCC\",\r\n \"P\"=>\"FFFF00\",\r\n \"D\"=>\"FFCC00\",\r\n \"N\"=>\"F4A504\",\r\n \"H\"=>\"EC1504\",\r\n );\r\n\r\n $letters_array[\"Murphy15\"]=array(\"L\"=>\"FF0000\",\r\n \"C\"=>\"00FF00\",\r\n \"A\"=>\"0000FF\",\r\n \"G\"=>\"FFFF00\",\r\n \"S\"=>\"00FFFF\",\r\n \"T\"=>\"FF00FF\",\r\n \"P\"=>\"880000\",\r\n \"F\"=>\"008800\",\r\n \"W\"=>\"000088\",\r\n \"E\"=>\"888800\",\r\n \"D\"=>\"008888\",\r\n \"N\"=>\"880088\",\r\n \"Q\"=>\"FF8888\",\r\n \"K\"=>\"88FF88\",\r\n \"H\"=>\"8888FF\"\r\n );\r\n $letters_array[\"Murphy10\"]=array(\"L\"=>\"FF0000\",\r\n \"C\"=>\"00FF00\",\r\n \"A\"=>\"0000FF\",\r\n \"G\"=>\"FFFF00\",\r\n \"S\"=>\"00FFFF\",\r\n \"P\"=>\"880000\",\r\n \"F\"=>\"008800\",\r\n \"E\"=>\"888800\",\r\n \"K\"=>\"88FF88\",\r\n \"H\"=>\"8888FF\"\r\n );\r\n $letters_array[\"Murphy8\"]=array( \"L\"=>\"FF0000\",\r\n \"A\"=>\"0000FF\",\r\n \"S\"=>\"00FFFF\",\r\n \"P\"=>\"880000\",\r\n \"F\"=>\"0000FF\",\r\n \"E\"=>\"008800\",\r\n \"K\"=>\"88FF88\",\r\n \"H\"=>\"0000FF\"\r\n );\r\n $letters_array[\"Murphy4\"]=array( \"L\"=>\"00FF00\",\r\n \"A\"=>\"00FFFF\",\r\n \"F\"=>\"FF0000\",\r\n \"E\"=>\"0000FF\"\r\n );\r\n $letters_array[\"Murphy2\"]=array( \"P\"=>\"FF0000\",\r\n \"E\"=>\"0000FF\"\r\n );\r\n $letters_array[\"Wang5\"]=array( \"I\"=>\"FF0000\",\r\n \"A\"=>\"00FF00\",\r\n \"G\"=>\"FFFF00\",\r\n \"E\"=>\"0000FF\",\r\n \"K\"=>\"00FFFF\"\r\n );\r\n $letters_array[\"Wang5v\"]=array( \"I\"=>\"FF0000\",\r\n \"L\"=>\"FFFF00\",\r\n \"A\"=>\"00FF00\",\r\n \"E\"=>\"0000FF\",\r\n \"K\"=>\"00FFFF\"\r\n );\r\n $letters_array[\"Wang3\"]=array( \"I\"=>\"FF0000\",\r\n \"A\"=>\"00FF00\",\r\n \"E\"=>\"0000FF\"\r\n );\r\n $letters_array[\"Wang2\"]=array( \"I\"=>\"FF0000\",\r\n \"A\"=>\"0000FF\"\r\n );\r\n $letters_array[\"Li10\"]=array( \"C\"=>\"FF0000\",\r\n \"Y\"=>\"FFFF00\",\r\n \"L\"=>\"FF00FF\",\r\n \"V\"=>\"FF8888\",\r\n \"G\"=>\"00FFFF\",\r\n \"P\"=>\"88FF88\",\r\n \"S\"=>\"00FF00\",\r\n \"N\"=>\"8888FF\",\r\n \"E\"=>\"0000FF\",\r\n \"K\"=>\"88FFFF\"\r\n );\r\n $letters_array[\"Li5\"]=array( \"Y\"=>\"FFFF00\",\r\n \"I\"=>\"FF0000\",\r\n \"G\"=>\"00FFFF\",\r\n \"S\"=>\"00FF00\",\r\n \"E\"=>\"0000FF\"\r\n );\r\n $letters_array[\"Li4\"]=array( \"Y\"=>\"FFFF00\",\r\n \"I\"=>\"FF0000\",\r\n \"S\"=>\"00FF00\",\r\n \"E\"=>\"0000FF\"\r\n );\r\n $letters_array[\"Li3\"]=array( \"I\"=>\"FF0000\",\r\n \"S\"=>\"00FF00\",\r\n \"E\"=>\"0000FF\"\r\n );\r\n\r\n \r\n $new_seq=\"\";\r\n for($i=0;$i<strlen($seq);$i++){\r\n $letter_seq=substr($seq,$i,1);\r\n $letter_seq2=substr($seq2,$i,1);\r\n if ($letters_array[$type][$letter_seq2]!=\"\"){\r\n $new_seq.=\"<font color=\".strtolower($letters_array[$type][$letter_seq2]).\">$letter_seq</font>\";\r\n }else{\r\n $new_seq.=$letter_seq;\r\n }\r\n }\r\n\r\n return $new_seq;\r\n}", "function reflect_string($str)\n{\n $reflect_word = '';\n $start = 97;\n $end = 122;\n\n\n for ($i = 0; $i < strlen($str); $i++) {\n\n for ($j = $start; $j <= $end; $j++) {\n\n if ($str[$i] == chr($j)) {\n \n $s = $j - $start;\n $reflect_word .= chr($end - $s);\n }\n\n }\n\n }\n\n echo $reflect_word;\n}" ]
[ "0.6553569", "0.59943616", "0.5541532", "0.5492819", "0.538881", "0.53774345", "0.5353333", "0.5236935", "0.52128524", "0.5170294", "0.5170193", "0.51454514", "0.50786537", "0.5018305", "0.497179", "0.49406955", "0.4926873", "0.49125025", "0.49075583", "0.48937455", "0.4893267", "0.4887619", "0.48531678", "0.4852401", "0.48387274", "0.48309162", "0.48208594", "0.4805823", "0.4803856", "0.48013556" ]
0.7021961
0
Save file in right folder
public function save(){ $location = '../public/'.$this->folder.'/'.$this->type.'-'.$this->name.'.'.$this->extension; move_uploaded_file($_FILES['file']['tmp_name'],$location); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "abstract function savefile();", "public function save() {\n\t\tif (!$this->file['saved'] && $this->isValid() === true) {\n\t\t\t$name = $this->safeFileName($this->file['name']);\n\t\t\t$savePath = $this->dir.$name;\n\t\t\tif (move_uploaded_file($this->file['tmp_name'], $savePath)) {\n\t\t\t\t$tmpName = $this->callHelper('upload', $savePath);\n\t\t\t\tif ($tmpName && !is_bool($tmpName)) {\n\t\t\t\t\t$name = $tmpName;\n\t\t\t\t\t$savePath = $this->dir.$tmpName;\n\t\t\t\t}\n\t\t\t\t$webPath = str_replace(DS, '/', $this->subdir.$name);\n\t\t\t\t$this->file['saved'] = array(\n\t\t\t\t\t'name'=>$name,\n\t\t\t\t\t'savePath'=>$savePath,\n\t\t\t\t\t'webPath'=>$webPath\n\t\t\t\t);\n\t\t\t\tif ($this->cfg->deleteCurrent && ($current = $this->getCurrent())\n\t\t\t\t\t\t&& str_replace('/', DS, $savePath) != str_replace('/', DS, $this->cfg->dir.$current)\n\t\t\t\t\t\t&& (!array_key_exists('webPath', $this->file) || $current != $this->file['webPath'])) {\n\t\t\t\t\t$this->callHelper('delete', $current);\n\t\t\t\t\tfile::delete($this->cfg->dir.$current);\n\t\t\t\t\t$this->setCurrent(null);\n\t\t\t\t}\n\t\t\t\t$this->saved = $webPath;\n\t\t\t}\n\t\t}\n\t}", "public function save()\n\t\t{\n\t\t\t$dir = DIR_APP . '/data/';\n\t\t}", "public function saveFile()\n {\n $newDirMode = 0777;\n $newFileMode = 0666;\n if (!empty(\\Yii::$app) && !empty(\\Yii::$app->controller)) {\n $module = \\Yii::$app->controller->module;\n if(!empty($module->newFileMode)){\n $newFileMode = $module->newFileMode;\n }\n if(!empty($module->newDirMode)){\n $newDirMode = $module->newDirMode;\n }\n }\n\n if ($this->operation === self::OP_CREATE) {\n $dir = dirname($this->path);\n if (!is_dir($dir)) {\n $mask = @umask(0);\n $result = @mkdir($dir, $newDirMode, true);\n @umask($mask);\n if (!$result) {\n return \"Unable to create the directory '$dir'.\";\n }\n }\n }\n if (@file_put_contents($this->path, $this->content) === false) {\n return \"Unable to write the file '{$this->path}'.\";\n } else {\n $mask = @umask(0);\n @chmod($this->path, $newFileMode);\n @umask($mask);\n }\n\n return true;\n }", "function save()\n {\n $this->_reaktorfile->save();\n $this->_isunsaved = false;\n }", "protected function tofile():string { return $this->root->save(FOLDER.$this->nameOfFile.\".xml\"); }", "function save_file ($user = \"\"){\n $handle = mkdir(\"../\".$user);\n $handle = fopen($handle, 'w') or die(\"can't open file\");\n /* copy $src (=Source) into $dst (=$user) */\n function now_copy($src, $dst) {\n /* Returns false if src doesn't exist */\n $dir = @opendir($src);\n\n /* Make destination directory. False on failure */\n if (!file_exists($dst)) @mkdir($dst);\n /* Recursively copy */\n while (false !== ($file = readdir($dir))) {\n if (( $file != '.' ) && ( $file != '..' )) {\n if ( is_dir($src . '/' . $file) ) now_copy($src . '/' . $file, $dst . '/' . $file); \n else copy($src . '/' . $file, $dst . '/' . $file);\n }\n\n }\n closedir($dir); \n }\n\n //redirect to subdirectory created by the user.\n function redirect($user){\n header('Location:'.$user.'/Data');\n }\n\n /* Source directory (can be an FTP address) */\n $src = '../../Source';\n\n /* Full path to the destination directory */\n $dst = \"../../\".$user;\n //return $dst;\n\n /* Usage */\n now_copy($src, $dst);\n\n fwrite ( $handle, $user );\n\n fclose ( $handle );\n\n redirect($user);\n }", "public function save()\n\t{\n\t\t$newPath = $this->createPathFromOwnerClass();\n\t\t$this->createDirIfNotExists($newPath);\n\t\t$newFileFullPath = $this->handleFileWithSameName(implode(DIRECTORY_SEPARATOR, [$newPath, $this->filename]));\n\t\treturn $this->copyUploadedFileToRegularDirectory($newFileFullPath);\n\t}", "public function save($filename);", "public function saveFiles(){\n // Nomme le dossier d'après la date/heure courante\n $this->folder = (new DateTime)->format('Y-m-d_H-i-s');\n $backupFolderPath = $this->getFolderPath(); // génère le chemin correspondant\n mkdir($backupFolderPath); // crée le dossier\n\n // Sauvegarde un à un les fichiers éditables (renseignés dans FILES_LOCATION)\n foreach (static::FILES_LOCATION as $location) {\n $content = file_get_contents($location);\n if ($content === false) return false;\n\n $backupFileLocation = $this->getBackupFileLocation($location); // Donne le chemin du fichier à écrire de type ../views/backups/{date}/nom-de-fichier.phtml\n\n if(file_put_contents($backupFileLocation, $content) === false) return false;\n }\n\n return $this;\n }", "protected function fileSave()\n\t{\n\t\ttry {\n\t\t\tFileHelper::createDirectory($this->_routes->absolutePath, 0777, true);\n\t\t} catch (Exception $e) {\n\t\t\tthrow new UserException($e->getMessage(), $e->getCode());\n\t\t}\n\t\t\n\t\t$this->activeRecord->file->saveAs($this->absoluteFileName);\n\t\t$this->afterFileSave();\n\t\t\n\t\treturn true;\n\t}", "public function saveFile($file)\n {\n $path = public_path('images/settings');\n\n // Create directory if it doesn't exist\n if (! file_exists($path)) {\n mkdir($path, 0777, true);\n }\n\n // Get extension\n if ($file instanceof UploadedFile) {\n $extension = $file->getClientOriginalExtension();\n } else {\n $extension = $file->getExtension();\n }\n\n $filename = $this->key.'.'.$extension;\n $file->move($path, $filename);\n\n $this->value = 'images/settings/'.$filename;\n }", "public function write() {\r\n\t\t// Include libraries\r\n\t\tif (!class_exists('Folder')) {\r\n\t\t\tApp::uses ('Folder','Utility');\r\n\t\t}\r\n\t\t$moved = false;\r\n\t\t\r\n\t\tif(defined('SAE_MYSQL_DB')){\r\n\t\t\t$stor = new SaeStorage();\r\n\t\t\t$moved = $stor->upload(SAE_STORAGE_UPLOAD_DOMAIN_NAME , $this->relativePath.$this->savename , $this->params['form'][$this->file_post_name]['tmp_name']);\r\n\t\t}\r\n\t\telse{\r\n\t\t\t$folder = new Folder($this->uploadpath, true, 0755);\r\n\t\t\tif (!$folder) {\r\n\t\t\t\t$this->setError(1500, 'File system save failed.', 'Could not create requested directory: ' . $this->uploadpath);\r\n\t\t\t} else {\r\n\t\t\t\tif (!($moved = move_uploaded_file($this->params['form'][$this->file_post_name]['tmp_name'], $this->uploadpath . $this->savename))) {\r\n\t\t\t\t\t$this->setError(1000, 'File system save failed.');\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn $moved;\r\n\t}", "function save($file_path='',$file_name='')\n\t{\n\t\t$csv_data = $this->build_csv();\n\t\t\n\t\treturn realpath($file_path.'/'.$file_name);\n\t}", "public function save()\n {\n $content = collect($this->data)->transform(function ($item, $key) {\n return $key . '=' . $item;\n })->implode(\"\\n\");\n\n File::put($this->path(), $content);\n }", "public function path_save(&$path)\n {\n path_save($path);\n }", "function save($path){\n\t\treturn @move_uploaded_file($this->path, $path);\n\t}", "protected function saveFile()\n {\n //Handle multilingual file fields\n foreach ($this->_uploadedFiles as $label => $file) {\n if (!is_null($file)) {\n $fileId = \\metalguardian\\fileProcessor\\helpers\\FPM::transfer()->saveUploadedFile($file);\n\n if ($fileId) {\n if (!empty($this->_oldFileIds[$label])) {\n \\metalguardian\\fileProcessor\\helpers\\FPM::deleteFile($this->_oldFileIds[$label]);\n }\n $this->{$label} = $fileId;\n }\n } else {\n //Restore old fileId\n $this->{$label} = $this->_oldFileIds[$label];\n }\n }\n }", "function save_file($file, $settings) {\n backup_migrate_include('files');\n $file->transfer();\n }", "function save_file($tmp = ['tmp_name' => '', 'name' => ''], $path = \"\"){\r\n //Check if path exists already\r\n if(is_dir($path)){\r\n //Open path and save desired file into it\r\n if($dh = opendir($path)){\r\n move_uploaded_file($tmp['tmp_name'], $path . \"/{$tmp['name']}\");\r\n }\r\n }else{\r\n //Create path if it doesn't exist\r\n mkdir($path, 0700, true);\r\n //Save desired file into the newly created path\r\n move_uploaded_file($tmp['tmp_name'], $path . \"/{$tmp['name']}\");\r\n }\r\n }", "protected function saveFile(): void\n {\n $domxml = new \\DOMDocument('1.0');\n $domxml->preserveWhiteSpace = false;\n $domxml->formatOutput = true;\n $domxml->loadXML($this->xml->asXML());\n $domxml->save($this->xmlFilePath);\n }", "public function save($path='i'){\n\t\t$this->handle->process($path);\n\t\treturn $this->handle->file_dst_name;\n\t}", "public function save()\n {\n $this->zip->addFromString($this->packageDir.$this->packageFile, $this->packageXPath->document->saveXML());\n // close and reopen zip archive\n $this->zip->close();\n $this->zip->open($this->filename);\n\n $this->sync();\n }", "public function savePackage();", "private function save()\r\n\t{\r\n\t\t//write the file and throw an exception if we have an issue\r\n\t\tif( !file_put_contents($this->file,$this->contents) )\r\n\t\t{\r\n\t\t\tthrow new Exception(\"Cannot save file ('\".$this->file.\"')\");\r\n\t\t}\r\n\t}", "public function saveFile ($repoPath, $file, $mime);", "public function save()\n {\n return File::put($this->getPath(), $this->toJsonPretty());\n }", "function savetofile(){\r\n\t\t$stat = array('status'=>false, 'message'=>\"Error occured. dont know\", 'error'=>'');\r\n\t\tif(!empty($this->params['form'])){\r\n\t\t\t$frm = $this->params['form'];\r\n\t\t\tif(isset($frm['filename'])){\r\n\t\t\t\tswitch($frm['filename']){\r\n\t\t\t\t\tcase \"default.thtml\":\r\n\t\t\t\t\t\t$path = LAYOUTS . \"default.thtml\";\r\n\t\t\t\t\t\tbreak;\r\n\t\t\t\t\tcase \"style.css\":\r\n\t\t\t\t\t\t$path = CSS . \"style.css\";\r\n\t\t\t\t\t\tbreak;\r\n\t\t\t\t\tcase \"mce.css\": \r\n\t\t\t\t\t\t$path = CSS . \"mce.css\";\r\n\t\t\t\t\t\tbreak;\r\n\t\t\t\t\tdefault:\r\n\t\t\t\t\t\t$stat['message'] = \"Attempting to edit invalid file\".$frm['filename'];\r\n\t\t\t\t\t\t$this->log(\"Attempting to edit invalid file\".$frm['filename']);\r\n\t\t\t\t\t\texit();\r\n\t\t\t\t}\r\n\t\t\t\t\r\n\t\t\t\tif(is_writable($path)){\r\n\t\t\t\t\tif($fconent = file_get_contents($path)){\r\n\t\t\t\t\t\tif(is_writeable($path.\".backup\")){\r\n\t\t\t\t\t\t\tif(file_put_contents($path.\".backup\", $fconent)){\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t$this->log('Successful backup of '.$path);\r\n\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t$this->log('failed to write backup file'.$path);\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif($frm['savetext'] != \"\"){\r\n\t\t\t\t\t\tif(file_put_contents($path,$frm['savetext'])){\r\n\t\t\t\t\t\t\t$stat['message'] = \"Successful write to file\";\r\n\t\t\t\t\t\t\t$stat['status'] = true;\r\n\t\t\t\t\t\t\t$this->log(\"Wrote new file: \".$path);\r\n\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t$this->log(\"Failed to write to file: \".$path);\r\n\t\t\t\t\t\t\t$stat['message'] = \"Failed to write to file: \".$path;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}else{\r\n\t\t\t\t\t\t$stat['message'] = \"No text submitted\";\r\n\t\t\t\t\t}\t\r\n\t\t\t\t}else{\r\n\t\t\t\t\t$stat['message'] = \"The file $path is not writeable, make sure that permissions are set properly\";\r\n\t\t\t\t}\t\t\t\t\r\n\t\t\t}else{\r\n\t\t\t\t$stat['message'] = \"Wrong form submitted\";\r\n\t\t\t}\r\n\t\t}else{\r\n\t\t\t$stat['message'] = \"No form submitted\";\r\n\t\t}\r\n\t\t//OK, either it saved or not, however the messages should be set\r\n\t\t$this->set('output',$stat);\r\n\t\t$this->render('json','ajax');\r\n\t}", "public function saveFile() {\n if (!file_exists($this->file)) {\n return false;\n }\n $file = $this->file;\n $real_name = $file->getClientOriginalName();\n $file_path = GlobalFileFunc::getStorageRealPath();\n $save_name = GlobalFileFunc::getFileSaveName($real_name);\n $result = $file->move($file_path, $save_name);\n if (Auth::id()) {\n $user_id = Auth::id();\n } else {\n $user_id = null;\n }\n // echo GlobalFileFunc::getStorageRealPath() . GlobalFileFunc::getFileSaveName($real_name);\n if (!$file->getError()) {\n $createdFile = [\n 'file_cd' => $this->file_cd,\n 'resource_id' => $this->resource_id,\n 'save_path' => GlobalFileFunc::getStorageRelativePath(),\n 'real_name' => $real_name,\n 'save_name' => $save_name,\n 'type' => $file->getClientMimeType(),\n 'remark' => Config::get('db_const.DB_FILE_CD_VALUE')[$this->file_cd],\n 'user_id' => $user_id,\n 'size' => $file->getClientSize(),\n ];\n $result = UploadFile::create($createdFile);\n\n if ($result->id) {\n return $result->id;\n } else {\n return false;\n }\n\n } else {\n return false;\n }\n }", "public function saveFile($file)\n {\n \t$filePath = base_path() . '/public/uploads/files/redactor/';\n $filename = $file->getClientOriginalName();\n $file->move($filePath , $filename);\n return $filename;\n }" ]
[ "0.72265965", "0.66642845", "0.6537267", "0.6515151", "0.65140915", "0.6500522", "0.6447528", "0.63707227", "0.63397014", "0.6276108", "0.6242475", "0.62198114", "0.6204834", "0.618703", "0.6145481", "0.61441666", "0.6140978", "0.6107358", "0.60919106", "0.6090398", "0.6068699", "0.60505414", "0.6035977", "0.6031169", "0.6013841", "0.600565", "0.60002697", "0.59916633", "0.5933921", "0.59141654" ]
0.70897835
1
Sets a new cPF CPF (v2.0)
public function setCPF($cPF) { $this->cPF = $cPF; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function setCpf($v)\n\t{\n\t\tif ($v !== null) {\n\t\t\t$v = (string) $v;\n\t\t}\n\n\t\tif ($this->cpf !== $v) {\n\t\t\t$this->cpf = $v;\n\t\t\t$this->modifiedColumns[] = AdvogadoPeer::CPF;\n\t\t}\n\n\t\treturn $this;\n\t}", "public function setCpf(string $cpf)\n {\n $this->cpf = $cpf;\n\n return $this;\n }", "public function setCpf(string $cpf) : void\n {\n $this->cpf = $cpf;\n }", "public function setCpf($cpf)\n {\n $this->cpf = $cpf;\n return $this;\n }", "public function _setCpf($cpf)\r\n {\r\n $cpf = str_replace('.', '', $cpf);\r\n $cpf = str_replace('-', '', $cpf);\r\n $this->cpf = $cpf;\r\n\r\n return $this;\r\n }", "public function setCpf($cpf)\n {\n $this->cpf = $cpf;\n\n return $this;\n }", "public function setCPF($CPF)\n {\n $this->CPF = $CPF;\n\n return $this;\n }", "public function set_cpts(){\n\t\t\t\n\t\t\t$cpts = new CPT();\n\t\t\t$cpts->setup();\n\t\t\t\n\t\t}", "public function setCpfAttribute($value)\n {\n $this->attributes['cpf'] = md5(env('APP_KEY') . $value);\n }", "public function setCfop($cfop)\n {\n $this->cfop = $cfop;\n\n return $this;\n }", "public function getCpf()\r\n {\r\n return $this->cpf;\r\n }", "public function setCp($cp)\n {\n $this->cp = $cp;\n\n return $this;\n }", "public function getCpf()\r\n\t{\r\n\t\treturn $this->cpf;\r\n\t}", "public function getCpf()\n {\n return $this->cpf;\n }", "public function getCpf()\n {\n return $this->cpf;\n }", "public function getCpf()\n {\n return $this->cpf;\n }", "public function getCpf()\n {\n return $this->_cpf;\n }", "public function getCpf()\n\t{\n\t\treturn $this->cpf;\n\t}", "public function getCPF()\n {\n return $this->cPF;\n }", "public function getCPF()\n {\n return $this->cPF;\n }", "public function setCve($val)\n {\n $this->_propDict[\"cve\"] = $val;\n return $this;\n }", "public function setCpfFormatado($cpfFormatado)\n {\n $this->cpfFormatado = substr($cpfFormatado, 0, 3).'.'.substr($cpfFormatado, 4, 3).'.'.substr($cpfFormatado, 6, 3).'-'.substr($cpfFormatado, -2);\n }", "function setCfi($bcfi = 'f')\n {\n $this->bcfi = $bcfi;\n }", "public function setCF($cf) {\n $this->cfObj = new ColumnFamily($this->conn, $cf);\n }", "public function getCPF()\n {\n return $this->CPF;\n }", "public function getCpf(): string\n {\n return $this->cpf;\n }", "function setCfi_con($icfi_con = '')\n {\n $this->icfi_con = $icfi_con;\n }", "public function setCpVille(?string $cpVille): Licences {\n $this->cpVille = $cpVille;\n return $this;\n }", "public function __construct($name, $email, $password, $passwordC, $CPF)\n {\n $this->name = $name;\n $this->email = $email;\n \n if($this->validaCPF($CPF))\n {\n $this->CPF = $CPF;\n }else {\n header(\"Location: /?alert=10\");\n die('CPF Invalido!');\n }\n\n $this->password = $password;\n $this->passwordC = $passwordC;\n }", "public function _setCep($cep)\r\n {\r\n $cep = str_replace('-', '', $cep);\r\n $this->cep = $cep;\r\n\r\n return $this;\r\n }" ]
[ "0.76084536", "0.76041305", "0.7593336", "0.75752425", "0.74510795", "0.7421448", "0.6702593", "0.6621967", "0.62814975", "0.6273438", "0.6153693", "0.61130244", "0.6083358", "0.60786325", "0.60786325", "0.60786325", "0.6065192", "0.6045856", "0.60108584", "0.60108584", "0.57424295", "0.57253367", "0.5689596", "0.55895895", "0.5527349", "0.55127174", "0.5383077", "0.53172845", "0.5302773", "0.52765286" ]
0.7887709
1
Gets as xLgr Logradouro
public function getXLgr() { return $this->xLgr; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getLogradouro()\n {\n return $this->logradouro;\n }", "public function getLogradouro(){\n return $this->logradouro;\n }", "public function setXLgr($xLgr)\n {\n $this->xLgr = $xLgr;\n return $this;\n }", "public function getLog();", "public function getL()\n {\n return $this->get(self::L);\n }", "function lcg_value () {}", "protected function grid()\n {\n return Grid::make(new UserLpjLog(), function (Grid $grid) {\n $grid->model()->orderBy('id','desc');\n $grid->column('id')->sortable();\n $grid->column('uid');\n $grid->column('operate_type')->display(function ($v) {\n if ($v=='recharge'){\n return \"充值\";\n } elseif ($v=='withdrawal') {\n return \"提现\";\n }elseif ($v=='consumption') {\n return \"消费\";\n }else{\n return \"未知操作\";\n }\n });\n $grid->column('money');\n $grid->column('money_before_change');\n $grid->column('order_no');\n $grid->column('remark');\n $grid->column('status')->using(UserLpjLogModel::$statusLabel)->label(UserLpjLogModel::$statusLabelStyle);\n $grid->column('created_at');\n $grid->column('updated_at')->sortable();\n\n $grid->disableCreateButton();\n $grid->disableActions();\n $grid->disableBatchDelete();\n\n $grid->filter(function (Grid\\Filter $filter) {\n $filter->equal('id');\n $filter->equal('uid');\n $filter->equal('operate_type')->select(function () {\n return UserLpjLogModel::$operateTypeTexts;\n });\n\n $filter->equal('order_no');\n $filter->equal('status')->select(function () {\n return UserLpjLogModel::$operateStatus;\n });\n\n });\n });\n }", "public function dolaresLibras(){\n return $this->numero*0.718287602;\n }", "public function get_log() {\r\n\t\treturn $this->log;\r\n\t}", "public function getCodigoLogradouro() {\n return $this->iCodigoLogradouro;\n }", "public function getMlt() {}", "public function setLogradouro($logradouro)\n {\n $this->logradouro = $logradouro;\n\n return $this;\n }", "public function getLetra() {\n return $this->letra;\n }", "public function getLog()\n {\n return $this->_log; \n }", "function getLog()\n {\n return self::$_log;\n }", "public function getLoggers();", "public function getLineOfXML() {\r\n return $this->lox;\r\n }", "public function getLog() {\n return self::$_log;\n }", "function logger()\n{\n\treturn drone()->log;\n}", "function getLog()\n {\n return $this->_log;\n }", "public function lireLog()\n \t{\n \t\treturn file_get_contents($this->_fichierlog);\n \t}", "public function getLog()\n\t{\n\t\treturn $this->_log;\n\t}", "public function getIdLog() \n\t{\n\t\treturn $this->idLog;\n\t}", "public function getLog()\n\t{\n\t\treturn $this->log;\n\t}", "public function getLogs();", "public function getLog()\r\n {\r\n return $this->log;\r\n }", "public function ligar();", "public static function findLogLogX ($xs, $ys, $y) {\n $revXs = array_reverse($xs);\n $revYs = array_reverse($ys);\n return RTGM_Util::findLogLogY($revYs, $revXs, $y);\n }", "function email_log() {\n\tglobal $email_log;\n\n\treturn $email_log;\n}", "function GetLogSystem()\n{\n\tstatic $logsystem = null;\n\n\tif (is_null($logsystem)) {\n\t\tif (!class_exists('Interspire_Log', false)) {\n\t\t\t$logsystem = false;\n\t\t\treturn false;\n\t\t}\n\n\t\t$logsystem = new Interspire_Log(true, false);\n\t\t$db = IEM::getDatabase();\n\t\t$logsystem->SetLogTypes(array('sql','php'));\n\t\t$logsystem->SetDb($db);\n\t\t$logsystem->SetSeverities('all');\n\t\t$logsystem->SetGeneralLogSize(5000);\n\t}\n\n\treturn $logsystem;\n}" ]
[ "0.60389787", "0.60093397", "0.57173836", "0.54535216", "0.54466087", "0.5383453", "0.5315609", "0.52196157", "0.5176324", "0.5133164", "0.5124129", "0.5088333", "0.5074626", "0.50730693", "0.5072624", "0.505872", "0.50580925", "0.5044932", "0.5026753", "0.5016669", "0.49858385", "0.4971188", "0.49662328", "0.4958339", "0.49551803", "0.49509186", "0.4945982", "0.4941823", "0.4938885", "0.49342802" ]
0.69029266
0
Sets a new xLgr Logradouro
public function setXLgr($xLgr) { $this->xLgr = $xLgr; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function setLogradouro($logradouro)\n {\n $this->logradouro = $logradouro;\n\n return $this;\n }", "public function getXLgr()\n {\n return $this->xLgr;\n }", "public function log($log): self\n {\n $this->log = $log;\n return $this;\n }", "public function setLogger(DocBlox_Core_Log $log = null);", "public static function setLog($log=FALSE) {\n self::$log = $log;\n }", "public function setLog(Log $log) {\n $this->log = $log;\n }", "public function setLog()\n {\n $this->log = new Logger('RobotDetectLog');\n // Make sure our directory exists\n if (!File::isDirectory(storage_path($this->logFileLocation))) {\n File::makeDirectory(storage_path($this->logFileLocation));\n }\n $handler = new RotatingFileHandler(storage_path($this->logFileLocation.$this->logFileName));\n $handler->setFormatter(new LineFormatter(\"[%datetime%] %channel%.%level_name%: %message% \\n\"));\n\n $this->log->pushHandler($handler);\n $this->log->pushProcessor(new IntrospectionProcessor());\n }", "public function setLog ( Zend_Log $Log ) {\n\t\t$this->Log = $Log;\n\t\treturn $this;\n\t}", "public function setLogUser($log_user)\n {\n $this->log_user = $log_user;\n\n return $this;\n }", "private function setLoggers()\n {\n $this->log_general = new MyLogPHP(_PS_MODULE_DIR_ . $this->name . '/log/general-log.csv');\n $this->log_install = new MyLogPHP(_PS_MODULE_DIR_ . $this->name . '/log/install-log.csv');\n }", "public function setLog(Log $log)\n {\n $this->log = $log;\n\n return $this;\n }", "public function setU ($log_u) {\n\t\t$this->log_u = $log_u;\n\t}", "public function getLogradouro(){\n return $this->logradouro;\n }", "public function setIdLog($idLog) \n\t{\n\t\t$this->idLog = $idLog;\n\t\treturn $this;\n\t}", "public function setLogTime($log_time)\n {\n $this->log_time = $log_time;\n\n return $this;\n }", "public function setLogBuilder($logBuilder)\n {\n $this->_logBuilder = $logBuilder;\n }", "public function setLogger(DocBlox_Core_Log $log = null)\n {\n $this->logger = $log;\n }", "public function __construct($log)\n {\n $this->log = $log;\n }", "public function __construct($log)\n {\n $this->log = $log;\n }", "public function setLogger(Horde_Log_Logger $log)\n {\n parent::setLogger($log);\n\n foreach ($this->_stack as $ob) {\n $ob->setLogger($log);\n }\n }", "public function setErrorLog($errorLog = 1) {\n if (isset($errorLog)) { \n $this -> settings[self::SETTINGS_KEY_LOG] = intval($errorLog);\n }\n return $this;\n }", "public function _setLogUserId($log_user_id)\n {\n $this->log_user_id = $log_user_id;\n }", "public function getLogradouro()\n {\n return $this->logradouro;\n }", "public function ligar(){\n $this->ligado = true;\n }", "public function setLogId($log_id)\n {\n $this->log_id = $log_id;\n\n return $this;\n }", "public function setLangue($valeur) {$this->_lg = $valeur; $this->_build();}", "function setLog($proceso,$sucursal,$usuario){\n $data = array(\n 'proceso_id' => $proceso,\n 'sucursal_id' => $sucursal,\n 'id_usuario' => $usuario\n );\n $this->db->insert(self::sys_procesos_log,$data);\n }", "public function setLargura( $largura ) {\n $this->request->largura = (int) $largura;\n }", "public function __construct($log = false) {\n $this->_log = $log;\n\n if( logging == false ) {\n $this->_log = false;\n }\n }", "public function ligar()\n {\n $this->ligado = true;\n }" ]
[ "0.5897193", "0.5452152", "0.5386401", "0.53720355", "0.53674424", "0.533593", "0.5301679", "0.52760553", "0.5258131", "0.5158674", "0.5142587", "0.5132225", "0.51116806", "0.51082766", "0.49859062", "0.49802125", "0.4972535", "0.49410257", "0.49410257", "0.49178946", "0.48681507", "0.48613164", "0.48608696", "0.48287013", "0.48178083", "0.48130843", "0.48117024", "0.48034862", "0.47932857", "0.4790998" ]
0.6474111
0
Gets as xCpl Complemento
public function getXCpl() { return $this->xCpl; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getCompte()\n {\n return $this->compte;\n }", "public function getCp()\n {\n return $this->cp;\n }", "public function getContaContabil() {\n\n if (empty($this->oContaPCASP)) {\n $this->oContaPCASP = new ContaPlanoPCASP($this->iPlanoConta, $this->iAno, null);\n }\n return $this->oContaPCASP;\n }", "public function getComptes()\n {\n return $this->comptes;\n }", "public function getCObject() {\n\t\tif (is_null($this->cObject))\n\t\t\t$this->cObject = t3lib_div::makeInstance('tslib_cObj');\n\t\t\n\t\treturn $this->cObject;\n\t}", "public function getCompteContrepartie() {\n return $this->compteContrepartie;\n }", "public function getComp() {\n\n return \"{$this->getMes_comp()}/{$this->getAno_comp()}\";\n }", "public function getComptador()\n {\n return $this->comptador;\n }", "public function getLibCotisCne() {\n return $this->libCotisCne;\n }", "public function getCc()\t\t\t\t\t\t\t\t\t\t{return $this->getFromCustomData(self::CUSTOM_DATA_CC);}", "public function getLienCompta() {\n return $this->lienCompta;\n }", "public function getCpComunidad()\n {\n return $this->cpComunidad;\n }", "public function getConsultaCNP()\n {\n return $this->consultaCNP;\n }", "public function abrirEquivalenciasCPT() {\r\n // $oLRrhh = new LRrhh();\r\n require_once '../../cvista/actomedico/vistaEquivalenciasCPT.php';\r\n// return $resultado;\r\n }", "public function getComps()\n {\n $ret = array();\n \n foreach ($this->_fields as $key => $field) {\n \n $ret = array_merge($ret, $field->getComps());\n }\n return $ret;\n }", "public function getComplemento()\n {\n return $this->complemento;\n }", "public function getContaDepreciacao() {\n \n if (empty($this->oContaDepreciacao)) {\n $this->oContaDepreciacao = new ContaPlanoPCASP($this->iContaDepreciacao, $this->iAno, null);\n }\n return $this->oContaDepreciacao;\n }", "public function getCompoEntretien()\n {\n return $this->compoEntretien;\n }", "public function getComplemento()\r\n {\r\n return $this->complemento;\r\n }", "public function getCpf()\n\t{\n\t\treturn $this->cpf;\n\t}", "public function getCpf()\n {\n return $this->_cpf;\n }", "public function getCpf()\n {\n return $this->cpf;\n }", "public function getCpf()\n {\n return $this->cpf;\n }", "public function getCpf()\n {\n return $this->cpf;\n }", "public function getCep(){\n return $this->cep_cli;\n }", "public function getCpf()\r\n {\r\n return $this->cpf;\r\n }", "public function getFctModifAbsencesCp() {\n return $this->fctModifAbsencesCp;\n }", "public function getCPF()\n {\n return $this->cPF;\n }", "public function getCPF()\n {\n return $this->cPF;\n }", "public static function cc()\n {\n return static::where('name', 'cc')->first();\n }" ]
[ "0.61269045", "0.59187776", "0.59149814", "0.58986986", "0.58973706", "0.5876914", "0.5826394", "0.5725118", "0.56548667", "0.5633357", "0.5631632", "0.55746", "0.55631965", "0.5546582", "0.54420114", "0.54378074", "0.54344684", "0.54320794", "0.54124767", "0.5400073", "0.53984123", "0.5390967", "0.5390967", "0.5390967", "0.5384686", "0.5384328", "0.5369443", "0.53668064", "0.53668064", "0.5364407" ]
0.66996723
0
Gets as xBairro Bairro
public function getXBairro() { return $this->xBairro; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getBairro() {\n return $this->bairro;\n }", "public function getBairro()\r\n {\r\n return $this->bairro;\r\n }", "public function getBairro()\n {\n return $this->bairro;\n }", "public function getBairro()\n {\n return $this->bairro;\n }", "public function getBairro()\n {\n return $this->bairro;\n }", "public function getBairro() {\n return $this->sBairro;\n }", "public function getBairro() {\n $query = $this->db->get('tb_bairro');\n //Retorna em formato de array\n return $query->result();\n }", "public function setXBairro($xBairro)\n {\n $this->xBairro = $xBairro;\n return $this;\n }", "public function setBairro($bairro)\n {\n $this->bairro = $bairro;\n\n return $this;\n }", "public function setBairro($bairro)\n {\n $this->bairro = $bairro;\n\n return $this;\n }", "function get_bairro($idBairro)\n {\n return $this->db->get_where('bairro',array('idBairro'=>$idBairro))->row_array();\n }", "public function getBar()\n {\n return $this->get(self::BAR);\n }", "public function getBoepripas()\n {\n return $this->boepripas;\n }", "public function _setBairro($bairro)\r\n {\r\n $this->bairro = $bairro;\r\n\r\n return $this;\r\n }", "public function getBo()\n\t{\n\t\treturn $this->bo;\n\t}", "public function setBairro($sBairro) {\n $this->bairro = $sBairro;\n }", "public function binnacles(){\n return $this->belongsto(Binnacle::class);\n }", "public function barbecues()\n {\n return $this->hasMany('App\\Bbq');\n }", "public function GetCodBarra()\r\n\t{\r\n\t\treturn $this->codBarra;\r\n\t}", "public function model()\n {\n return Barber::class;\n }", "public function getBEbook()\n\t{\n\t\treturn $this->b_ebook;\n\t}", "public function getBarang()\n {\n return $this->hasOne(Barang::className(), ['KodeBarang' => 'KodeBarang']);\n }", "public function getBand1()\r\n {\r\n if($this->band1 == null)\r\n {\r\n $this->band1 = new ChartBrush($this->chart);\r\n }\r\n if($this->band1->getSolid())\r\n {\r\n $this->band1->setStyle(HatchStyle::$BACKWARDDIAGONAL);//to avoid Form serialisation issues\r\n }\r\n if($this->chart != null)\r\n {\r\n $this->chart->invalidate();//CDI because firing BeforeDrawSeriesEventArgs?\r\n }\r\n return $this->band1;\r\n }", "public function createBarHoriztonalChart()\n {\n return new OFCBarHorizontalChart();\n }", "public abstract function getBand();", "function displayblox()\n {\n\n $datas = $this->getdatas($this->date, $this->bloxconfig['includesfile']);\n return $this->displaydatas($datas);\n\n }", "public function getBread();", "public function getBloco() {\n return $this->bloco;\n }", "public function getBar() {\n return $this->bar;\n }", "function get_barang()\n\t{\n\t\t$data=array();$akuns='';\n\t\t$data=$this->Admin_model->show_list(\"inv_barang\",\"order by nama_barang\");\n\t\tforeach($data as $r)\n\t\t{\n\t\t\t$akuns.=\"&quot;\".str_replace(\"\\\"\",\" \",strtoupper($r->Nama_Barang)).\"&quot;,\";\n\t\t}\n\t\t//$akuns.=']';\n\t\treturn substr($akuns,0,-1);\n\t}" ]
[ "0.7398083", "0.73621696", "0.73532563", "0.73532563", "0.73505884", "0.7282928", "0.6482459", "0.6361104", "0.5837929", "0.5837929", "0.5801844", "0.57842183", "0.5726521", "0.57054263", "0.547734", "0.5473191", "0.5336272", "0.5334734", "0.53147954", "0.52330756", "0.5233062", "0.5226691", "0.52065516", "0.5191875", "0.51770306", "0.5175419", "0.5174866", "0.5174398", "0.516901", "0.5163564" ]
0.76957196
0
Gets as uF Sigla da UF
public function getUF() { return $this->uF; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getUf() {\n return $this->uf;\n }", "public function getUf() {\n return $this->sUf;\n }", "public function getUf($estado) {\n $estadosBrasileiros = array(\n 'AC'=>'Acre',\n 'AL'=>'Alagoas',\n 'AP'=>'Amapá',\n 'AM'=>'Amazonas',\n 'BA'=>'Bahia',\n 'CE'=>'Ceará',\n 'DF'=>'Distrito Federal',\n 'ES'=>'Espírito Santo',\n 'GO'=>'Goiás',\n 'MA'=>'Maranhão',\n 'MT'=>'Mato Grosso',\n 'MS'=>'Mato Grosso do Sul',\n 'MG'=>'Minas Gerais',\n 'PA'=>'Pará',\n 'PB'=>'Paraíba',\n 'PR'=>'Paraná',\n 'PE'=>'Pernambuco',\n 'PI'=>'Piauí',\n 'RJ'=>'Rio de Janeiro',\n 'RN'=>'Rio Grande do Norte',\n 'RS'=>'Rio Grande do Sul',\n 'RO'=>'Rondônia',\n 'RR'=>'Roraima',\n 'SC'=>'Santa Catarina',\n 'SP'=>'São Paulo',\n 'SE'=>'Sergipe',\n 'TO'=>'Tocantins'\n );\n $uf = array_search($estado, $estadosBrasileiros);\n return $uf;\n }", "public function getOabUF()\n {\n return $this->_oabUF;\n }", "public function getFuente() {\n\t\treturn $this->fuente;\n\t}", "public function getFraisOuverture()\n {\n return $this->fraisOuverture;\n }", "public function getRgEmissorUF()\n {\n return $this->_rgEmissorUF;\n }", "public function setUF($uF)\n {\n $this->uF = $uF;\n return $this;\n }", "public function get_urabe()\n {\n return $this->urabe;\n }", "public function getaFichier( ) {\n return $this->aFichier;\n }", "public function getSlepani() {\n return $this->uslepu;\n }", "public function getFlaativo()\n {\n return $this->flaativo;\n }", "public function getU () {\n\t\treturn $this->u;\n\t}", "public function setUf($uf)\n {\n $this->uf = $uf;\n return $this;\n }", "public function tipo_usuario()\n {\n $codigo = $_COOKIE[$this->services->get_fuzzy_name(\"Codigo\")];\n $this->services->set_cookie(\"Codigo\",$codigo, time() + (1800), \"/\");\n ee()->db->select('*');\n ee()->db->where('codigo',$codigo);\n $query_modelo_result = ee()->db->get('exp_user_upc_data');\n\n foreach($query_modelo_result->result() as $row){\n $tipouser = $row->tipouser;\n }\n $tipouser = ucwords(strtolower($tipouser));\n return $tipouser;\n }", "public function gestoresDaUfParaReceberemFaleConosco($uf)\r\n {\r\n\r\n $modelState = new Model_State();\r\n \r\n $objState = $modelState->getStateByUf($uf);\r\n $stateId = $objState->getId();\r\n //echo \"<br>stateId: \".$stateId;\r\n \r\n $gestoresFetchAll = $this->getGestorPorEstado($stateId, 'all') ;\r\n \r\n //var_dump('gestores',$gestores);\r\n \r\n return $gestoresFetchAll;\r\n }", "function isco88com_occupations_list_F_hu_HU() {\r\n\treturn isco88com_occupations_list_NA_hu_HU();\r\n}", "public function get_folleto(){\n\t\treturn $this->folleto;\n\t}", "private function setUf($form, $perfilUsuario, $arUsuario)\n {\n $businessUF = new Fnde_Sice_Business_Uf();\n\n $result = $businessUF->search(array('SG_UF'));\n\n $options = array(null => 'Selecione');\n\n for ($i = 0; $i < count($result); $i++) {\n if (in_array(Fnde_Sice_Business_Componentes::COORDENADOR_NACIONAL_ADMINISTRADOR, $perfilUsuario)\n || in_array(Fnde_Sice_Business_Componentes::COORDENADOR_NACIONAL_EQUIPE, $perfilUsuario)\n || in_array(Fnde_Sice_Business_Componentes::COORDENADOR_NACIONAL_GESTOR, $perfilUsuario)\n ) {\n $options[$result[$i]['SG_UF']] = $result[$i]['SG_UF'];\n } else if ($arUsuario['SG_UF_ATUACAO_PERFIL'] == $result[$i]['SG_UF']) {\n $options[$result[$i]['SG_UF']] = $result[$i]['SG_UF'];\n }\n }\n\n $form->setUf($options);\n }", "public function getUmpire()\n\t{\n\t return $this->umpire;\n\t}", "function listarUcedifgrupo(){\n\t\t$this->procedimiento='snx.ft_ucedifgrupo_sel';\n\t\t$this->transaccion='SNX_UDG_SEL';\n\t\t$this->tipo_procedimiento='SEL';//tipo de transaccion\n\t\t\t\t\n\t\t//Definicion de la lista del resultado del query\n\t\t$this->captura('id_ucedifgrupo','int4');\n\t\t$this->captura('estado_reg','varchar');\n\t\t$this->captura('ucedifgrupo','varchar');\n\t\t$this->captura('id_unidadconstructivaedif','int4');\n\t\t$this->captura('fecha_reg','timestamp');\n\t\t$this->captura('usuario_ai','varchar');\n\t\t$this->captura('id_usuario_reg','int4');\n\t\t$this->captura('id_usuario_ai','int4');\n\t\t$this->captura('id_usuario_mod','int4');\n\t\t$this->captura('fecha_mod','timestamp');\n\t\t$this->captura('usr_reg','varchar');\n\t\t$this->captura('usr_mod','varchar');\n\t\t$this->captura('valortotalrlp','numeric');\n\t\t$this->captura('valortotalrcb','numeric');\t\n\t\t$this->captura('valortotalrsc','numeric');\t\n\t\t\n\t\t//Ejecuta la instruccion\n\t\t$this->armarConsulta();\n\t\t$this->ejecutarConsulta();\n\t\t\n\t\t//Devuelve la respuesta\n\t\treturn $this->respuesta;\n\t}", "static function getMotcuaUser(){\r\n\t\t$sql = \"\r\n\t\tselect g_u.ID_U , CONCAT(emp.FIRSTNAME,emp.LASTNAME) as FULLNAME \r\n\t\tfrom\r\n\t\t(SELECT fk_u_g.ID_U\r\n\t\tfrom `qtht_groups` gr \r\n\t\tinner join `fk_users_groups` fk_u_g on gr.ID_G = fk_u_g.ID_G\r\n\t\twhere gr.CODE='NMC'\r\n\t\t) g_u\r\n\t\tinner join qtht_users u on u.ID_U = g_u.ID_U\r\n\t\tinner join qtht_employees emp on emp.ID_EMP = u.ID_EMP\r\n\t\t\";\r\n\t\t$dbAdapter = Zend_Db_Table::getDefaultAdapter();\r\n\t\t$query = $dbAdapter->query($sql);\r\n\t\t$re = $query->fetchAll();\r\n\t\treturn $re;\r\n\t}", "function get_fila_actual()\n\t{\n\t\treturn $this->agregado_form;\n\t}", "public function ListarFiliadosEstado($uf){\n require_once('model/filiado_class.php');\n $class = new Acompanhante();\n \n $rs = $class->SelectFiliadosEstado($uf);\n return $rs;\n \n }", "public function getTauxForfaitSocial8() {\n return $this->tauxForfaitSocial8;\n }", "public function getUlogaID()\n {\n return $this->ulogaID;\n }", "function getFalta()\n {\n if (!isset($this->bfalta) && !$this->bLoaded) {\n $this->DBCarregar();\n }\n return $this->bfalta;\n }", "public function getFaixas () {\n \t return $this->aFaixas;\n \t}", "public function semuaUser(){\n\t\t$query = $this->db->select()->from($this->tb_akun)->getAll(); \n \treturn $query;\n\t}", "public function getIdFamilia(){\n return $this->idFamilia;\n }" ]
[ "0.76707375", "0.7526949", "0.7193066", "0.7102201", "0.7060266", "0.64278746", "0.6422057", "0.64128876", "0.6309584", "0.6302455", "0.62960523", "0.61214244", "0.61137974", "0.6085346", "0.6070855", "0.5988403", "0.59524083", "0.5940015", "0.5933602", "0.5922123", "0.59094745", "0.59004635", "0.58808553", "0.5875581", "0.5869047", "0.5866552", "0.58492917", "0.58469", "0.58405465", "0.58378893" ]
0.7961497
0
Sets a new uF Sigla da UF
public function setUF($uF) { $this->uF = $uF; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function setUf($sUf) {\n $this->uf = $sUf;\n }", "private function setUf($form, $perfilUsuario, $arUsuario)\n {\n $businessUF = new Fnde_Sice_Business_Uf();\n\n $result = $businessUF->search(array('SG_UF'));\n\n $options = array(null => 'Selecione');\n\n for ($i = 0; $i < count($result); $i++) {\n if (in_array(Fnde_Sice_Business_Componentes::COORDENADOR_NACIONAL_ADMINISTRADOR, $perfilUsuario)\n || in_array(Fnde_Sice_Business_Componentes::COORDENADOR_NACIONAL_EQUIPE, $perfilUsuario)\n || in_array(Fnde_Sice_Business_Componentes::COORDENADOR_NACIONAL_GESTOR, $perfilUsuario)\n ) {\n $options[$result[$i]['SG_UF']] = $result[$i]['SG_UF'];\n } else if ($arUsuario['SG_UF_ATUACAO_PERFIL'] == $result[$i]['SG_UF']) {\n $options[$result[$i]['SG_UF']] = $result[$i]['SG_UF'];\n }\n }\n\n $form->setUf($options);\n }", "public function setUf($uf)\n {\n $this->uf = $uf;\n return $this;\n }", "public function setU ($u) {\n\t\t$this->u = $u;\n\t}", "public function setFuente($fuente) {\n\t\t$this->fuente = $fuente;\n\t}", "function setSofortDauerauftrag() {\n\t\t$this->paymentMethods[] = 'sa';\n\t\tif(!array_key_exists('sa', $this->parameters) || !is_array($this->parameters['sa'])) {\n\t\t\t$this->parameters['sa'] = array();\n\t\t}\n\t\treturn $this;\n\t}", "public function getUF()\n {\n return $this->uF;\n }", "function setFalta($bfalta = 'f')\n {\n $this->bfalta = $bfalta;\n }", "public function getUf() {\n return $this->uf;\n }", "function setAluguel($aluguel) {\n $this->aluguel = $aluguel;\n }", "public function setUlica($ulica)\n {\n $this->ulica = $ulica;\n\n return $this;\n }", "public function setUnidade($data)\n {\n self::$unidade = $data;\n }", "public function setPossesseur(Data_User $u) { $this->possesseur = $u; }", "public function setAuteur(Data_User $u) { $this->auteur = $u; }", "public function getUf() {\n return $this->sUf;\n }", "function ir_a_fila($agregado=\"\")\n\t{\n\t\t$this->agregado_form = $agregado;\n\t\t$this->id_form = ($agregado !== '') ? $agregado . '_' . $this->id_form_orig : $this->id_form_orig;\n\t}", "public function setLieu($lieu)\n{\n$this->lieu = $lieu;\n\n}", "public function set_user()\n\t{\n\n\t}", "public function setUsername($u) {$this->username = $u;}", "public function setUserUal($v)\n\t{\n\t\tif ($v !== null) {\n\t\t\t$v = (string) $v;\n\t\t}\n\n\t\tif ($this->user_ual !== $v) {\n\t\t\t$this->user_ual = $v;\n\t\t\t$this->modifiedColumns[] = UserPeer::USER_UAL;\n\t\t}\n\n\t\treturn $this;\n\t}", "function set_representante( $codigo_solicitud, $estudiante_per_codi, $user_data, $repr, $relacion)\r\n{\r\n\t$direccion_igual = $user_data[ 'ckb_'.$repr.'_per_dir_igual' ];\r\n\t$dir = $telf = \"\";\r\n\tif( ( $direccion_igual == 1 ) || ( $direccion_igual == 'true' ) ) //Valida si la dirección del repr. es igual a la del estudiante, para no tipearla dos veces.\r\n\t{ $dir = $user_data['per_dir'];\r\n\t\t$telf = $user_data['per_telf'];\r\n\t}\r\n\telse\r\n\t{ $dir = $user_data[ $repr.'_dir' ];\r\n\t\t$telf = $user_data[ $repr.'_telf' ];\r\n\t}\r\n\t$solicitud = new Solicitud();\r\n\t$solicitud->set_solicitud_representante(\r\n\t\t$codigo_solicitud,\r\n\t\t$estudiante_per_codi,\r\n\t\t$user_data[ $repr.'_codi'], //vacío si es insert, lleno si es update.\r\n\t\t$user_data[ 'cmb_'.$repr.'_tipo_identificacion' ],\r\n\t\t$user_data[ $repr.'_numero_identificacion' ],\r\n\t\t$user_data[ $repr.'_nomb' ],\r\n\t\t$user_data[ $repr.'_nomb_seg' ],\r\n\t\t$user_data[ $repr.'_apel' ],\r\n\t\t$user_data[ $repr.'_apel_mat' ],\r\n\t\t$dir,\r\n\t\t$telf,\r\n\t\t$user_data[ $repr.'_email_personal' ],\r\n\t\t$user_data[ $repr.'_fecha_nac' ],\r\n\t\t$user_data[ 'cmb_pais_'.$repr.'_lugar_nac' ],\r\n\t\t$user_data[ 'cmb_provincia_'.$repr.'_lugar_nac' ],\r\n\t\t$user_data[ 'cmb_ciudad_'.$repr.'_lugar_nac' ],\r\n\t\t$user_data[ 'cmb_estado_civil_'.$repr ],\r\n\t\t$user_data[ 'cmb_profesion_'.$repr ],\r\n\t\t$user_data[ $repr.'_empr_codi' ],\r\n\t\t$user_data[ $repr.'_per_empr_codi' ],\r\n\t\t$user_data[ $repr.'_empr_nomb' ],\r\n\t\t$user_data[ $repr.'_empr_ruc' ],\r\n\t\t$user_data[ $repr.'_empr_dir' ],\r\n\t\t$user_data[ $repr.'_empr_cargo' ],\r\n\t\t$user_data[ $repr.'_empr_ingreso_mensual' ],\r\n\t\t$user_data[ $repr.'_empr_telf' ],\r\n\t\t$user_data[ $repr.'_empr_mail' ],\r\n\t\t$user_data[ 'ckb_'. $repr.'_es_exalumno' ],\r\n\t\t$user_data[ $repr.'_cmb_es_exalumno' ],\r\n\t\t$user_data[ 'ckb_'.$repr.'_es_extrabajador' ],\r\n\t\t$user_data[ $repr.'_es_extrabajador_fecha_ini' ],\r\n\t\t$user_data[ $repr.'_es_extrabajador_fecha_fin' ],\r\n\t\t$relacion,\r\n\t\t$_SESSION['peri_codi'],\r\n\t\t$_SERVER['HTTP_X_FORWARDED_FOR'], //éste último es IP.\r\n\t\t$_SERVER['REMOTE_ADDR']);\r\n\treturn $solicitud;\r\n}", "function setUser($value) {\n $this->user = $value;\n }", "public function testSetTypeFg() {\n\n $obj = new Affaires();\n\n $obj->setTypeFg(\"typeFg\");\n $this->assertEquals(\"typeFg\", $obj->getTypeFg());\n }", "function setSofortueberweisung($amount='') {\n\t\t$this->paymentMethods[] = 'su';\n\t\tif(!array_key_exists('su', $this->parameters) || !is_array($this->parameters['su'])) {\n\t\t\t$this->parameters['su'] = array();\n\t\t}\n\t\tif(!empty($amount)) {\n\t\t\t$this->parameters['su']['amount'] = $amount;\n\t\t}\n\t\treturn $this;\n\t}", "public function setU ($log_u) {\n\t\t$this->log_u = $log_u;\n\t}", "public function atualizarUsado(){\n $tabela = \"usuarios_token\";\n $dados = array (\n \"usado\" => $this->usado\n );\n $where = array (\n \"hash\" => $this->hash\n );\n $this->update($tabela, $dados, $where);\n }", "public static function set_user($u)\r\n {\r\n $uRol = isset($u[\"rol\"]) ? $u[\"rol\"] : \"Usuario\";\r\n\r\n /**\r\n * Pregunto si hay datos de contraseña\r\n */\r\n if(isset($u[\"pass\"]))\r\n {\r\n /**\r\n * Si llega un valor para contraseña entonces necesitamos crear un usuario\r\n * Iniciamos verificamos si el correo es válido\r\n */\r\n if(!empty($u[\"correo\"]))\r\n {\r\n if(filter_var($u[\"correo\"], FILTER_VALIDATE_EMAIL))\r\n {\r\n /**\r\n * Iniciamos la transacción\r\n */\r\n Capsule::beginTransaction();\r\n\r\n /**\r\n * Creamos el nuevo usuario\r\n */\r\n $userNew = Sentinel::registerAndActivate([\r\n 'first_name' => $u[\"nombre\"],\r\n 'last_name' => $u[\"apellido\"],\r\n 'email' => $u[\"correo\"],\r\n 'password' => $u[\"pass\"]\r\n ]);\r\n\r\n if ($userNew)\r\n {\r\n $userNewRol = Sentinel::findRoleBySlug($uRol);\r\n if ($userNewRol)\r\n {\r\n $userNewRol->users()->attach($userNew);\r\n $_SESSION['mensajeSistema'] = [\"Usuario creado exitosamente\"];\r\n Capsule::commit();\r\n $retorno = $userNew->id;\r\n }\r\n else\r\n {\r\n Capsule::rollback();\r\n $_SESSION['mensajeSistema'] = \"Ocurrió un error con el rol del nuevo usuario.\";\r\n $retorno = false;\r\n }\r\n }\r\n else\r\n {\r\n Capsule::rollback();\r\n $_SESSION['mensajeSistema'] = \"El usuario no pudo crearse\";\r\n $retorno = false;\r\n }\r\n }\r\n else\r\n {\r\n $_SESSION['mensajeSistema'] = \"El correo ingresado, no parece válido\";\r\n $retorno = false;\r\n }\r\n }\r\n else\r\n {\r\n $_SESSION['mensajeSistema'] = \"Se desconoce el correo del nuevo usuario\";\r\n $retorno = false;\r\n }\r\n }\r\n else\r\n {\r\n $_SESSION['mensajeSistema'] = \"No se ingresó contraseña\";\r\n $retorno = false;\r\n }\r\n return $retorno;\r\n }", "private function setMunicipio($form, $ufSelecionada, $perfilUsuario, $arUsuario)\n {\n $businessMesoregiao = new Fnde_Sice_Business_MesoRegiao();\n $businessUF = new Fnde_Sice_Business_Uf();\n\n $options = array(null => 'Selecione');\n\n if ($ufSelecionada != null) {\n if (in_array(Fnde_Sice_Business_Componentes::TUTOR, $perfilUsuario)) {\n $result = $businessMesoregiao->getMunicipioPorMesoRegiao($arUsuario['CO_MESORREGIAO']);\n } else {\n $result = $businessUF->getMunicipioPorUf($ufSelecionada);\n }\n\n for ($i = 0; $i < count($result); $i++) {\n $options[$result[$i]['CO_MUNICIPIO_IBGE']] = $result[$i]['NO_MUNICIPIO'];\n }\n }\n\n $form->setMunicipio($options);\n }", "function setRegistrationFee($fee)\n {\n $this->__registration_fee = $fee ;\n }", "function __set($atributo, $valor){\n\t\t\t$this->$atributo = $valor;\n\t\t}" ]
[ "0.7212622", "0.71114314", "0.70218533", "0.66116554", "0.63834167", "0.608054", "0.597278", "0.59198755", "0.5891699", "0.58470374", "0.57795954", "0.575724", "0.5745768", "0.573531", "0.57328707", "0.5676731", "0.5616035", "0.5603066", "0.5597642", "0.55820394", "0.5559441", "0.55268764", "0.5470982", "0.5466358", "0.54379165", "0.5407864", "0.540305", "0.5395775", "0.5384696", "0.53671396" ]
0.71829206
1
Plugin Name: Sugar Events Calendar Location Field Plugin URI: Description: Add a Location field to the Sugar Events Calendar Author: Daniel Espinoza Author URI: Version: 1.0.0
function sugar_add_location_field() { global $post; $meta = get_post_custom( $post->ID ); echo '<tr class="sc_meta_box_row">'; echo '<td class="sc_meta_box_td" colspan="2"><label for="sc_event_location">' . __('Location', 'pippin_sc') . '</label></td>'; echo '<td class="sc_meta_box_td" colspan="4">'; $location = isset($meta['sc_event_location'][0]) ? $meta['sc_event_location'][0] : ''; echo '<input type="text" class="sc_text" name="sc_event_location" id="sc_event_location" value="' . $location . '" />'; echo '</td>'; echo '</tr>'; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function fields_register() {\n\tif (function_exists('register_field')) {\n\t\tregister_field('Location_field', dirname(__FILE__) . '/custom-fields/location.php');\n\t}\n\n}", "function fields_register() {\n\tif (function_exists('register_field')) {\n\t\tregister_field('Location_field', dirname(__FILE__) . '/custom-fields/location.php');\n\t}\n}", "function em_get_event_location_fields() {\n\treturn Events_Maker()->location_fields;\n}", "function populate_assign_location_field($args, $field, $post_id) {\n\t$args = array(\n\t\t'post_type' => 'location',\n\t\t'author' \t=> get_current_user_id()\n\t);\n\n\t// $field['required'] = true;\n\n\t// return\n\treturn $args;\n\n}", "function gymfitness_leaflet_location(){\n $location = get_field(\"location\");\n ?>\n <div id=\"location\">\n <p><?php get_field(\"location->'lng'\") ?></p>\n <input type=\"hidden\" id=\"lat\" value=\"<?php echo $location['lat'] ?>\" >\n <input type=\"hidden\" id=\"lng\" value=\"<?php echo $location['lng'] ?>\" >\n <input type=\"hidden\" id=\"zoom\" value=\"<?php echo $location['zoom'] ?>\" >\n <input type=\"hidden\" id=\"address\" value=\"<?php echo $location['address'] ?>\" >\n </div>\n <div id=\"map\"></div>\n<?php\n}", "public function core_geoFields_getDefaultLocations($vars)\n {\n //These are the 2 vars that are passed in, to allow only adding, or not\n //adding locations based on whether at the category or group specific fields or not.\n $categoryId = $vars['categoryId'];\n $groupId = $vars['groupId'];\n\n //expected to return using following format:\n $return = array (\n 'index' => 'Example Pages',\n //you can add as many locations as you want.\n );\n //That just added a new location, labeled Example Pages in the fields to use admin\n return $return;\n\n //Below is a snippet of code that might be used to get and use this location we just added\n\n $fields = geoFields::getInstance($groupId, $categoryId);//group ID for current user logged in..\n\n $displayIndexIn = $fields->getDisplayLocationFields('index', 'example');\n\n if ($displayIndexIn['title']) {\n //display the title in this location\n //...\n }\n if ($displayIndexIn['description']) {\n //display description in this location\n //...\n }\n if ($displayIndexIn['addon_example_widget']) {\n //display addon example widget field in this location\n //...\n }\n }", "function add_location_and_tag_fields($input, $field, $value, $lead_id, $form_id) {\n \n $field_css_class = $field['cssClass'];\n $input_name_id = $field['id'];\n $location = \t\t'gp_google_geo_location';\n $latitude = \t\t'gp_google_geo_latitude';\n $longitude = \t\t'gp_google_geo_longitude';\n $country = \t\t\t'gp_google_geo_country';\n $admin_lvl_one = \t'gp_google_geo_administrative_area_level_1';\n $admin_lvl_two = \t'gp_google_geo_administrative_area_level_2';\n $admin_lvl_three = \t'gp_google_geo_administrative_area_level_3';\n $locality = \t\t'gp_google_geo_locality';\n $locality_slug = \t'gp_google_geo_locality_slug';\n $user_tags = 'gp_user_tags';\n $notification_set = 'notification_setting';\n $weekly_email = 'weekly_email';\n $monthly_email = 'monthly_email';\n $type = 'type=\"hidden\"';\n $read_only = \t\t'readonly=\"readonly\"'; \n \n # Check css class name for match with location class names above and define id on match\n switch ($field_css_class) {\n case $location:\n $type = 'type=\"text\"';\n $read_only = '';\n $input_id = $location;\n break;\n case $latitude:\n $input_id = $latitude;\n break;\n case $longitude:\n $input_id = $longitude;\n break;\n case $country:\n $input_id = $country;\n break;\n case $admin_lvl_one:\n $input_id = $admin_lvl_one;\n break;\n case $admin_lvl_two:\n $input_id = $admin_lvl_two;\n break;\n case $admin_lvl_three:\n $input_id = $admin_lvl_three;\n break;\n case $locality:\n $input_id = $locality;\n break;\n case $locality_slug:\n $input_id = $locality_slug;\n break;\n case $user_tags:\n $type = 'type=\"text\"'; \n $read_only = '';\n $input_id = $user_tags;\n break;\n case $notification_set:\n $type = 'type=\"radio\"';\n $read_only = '';\n $input_id = $notification_set;\n break;\n }\n\n switch ($type) {\n case 'type=\"radio\"':\n $input = (isset($input_id)) ? get_correct_radio_buttons($input_name_id, $input_id, $type, $read_only) : '';\n break;\n default:\n $input = (isset($input_id)) ? get_correct_input_field($input_name_id, $input_id, $type, $read_only) : '';\n }\n \n return $input;\n}", "public function add_product_location_field() {\n\t\t$args = array(\n\t\t\t'id' => '_product_location',\n\t\t\t'label' => __( 'Product Location', 'wc-product-location' ),\n\t\t\t'class' => 'select short',\n\t\t\t'desc_tip' => true,\n\t\t\t'description' => __( 'Select the Location where this product is available', 'wc-product-location' ),\n\t\t\t// 'options' => array(\n\t\t\t// \t'FL' => __( 'Florida', 'wc-product-location' ),\n\t\t\t// \t'LA' => __( 'Louisiana', 'wc-product-location' ),\n\t\t\t// ),\n\t\t\t// 'options' => WC()->countries->get_countries(),\n\t\t\t'options' => WC()->countries->get_states( 'US' ),\n\t\t);\n\n\t\twoocommerce_wp_select( $args );\n\t}", "function plugin_version_customfields() {\n global $LANG;\n return array('name' => $LANG['plugin_customfields']['title'],\n 'author' => 'Oregon State Data Center, Nelly Mahu Lasson',\n 'license' => 'GPLv2+',\n 'homepage' => 'https://forge.indepnet.net/projects/show/customfields',\n 'minGlpiVersion' => '0.83.3',\n 'version' => '1.4.1');\n}", "function webpinas_google_location_form_install() {\r\n global $wpdb;\r\n \r\n $table_name = $wpdb->prefix . 'google_location_form';\r\n \r\n $charset_collate = $wpdb->get_charset_collate();\r\n \r\n $sql = \"CREATE TABLE $table_name (\r\n id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,\r\n venue_address varchar(500) DEFAULT NULL,\r\n\t\t\tsuburb varchar(200) DEFAULT NULL,\r\n post_code varchar(250) DEFAULT NULL,\r\n booking_date DATE DEFAULT NULL,\r\n contact_name varchar(250) DEFAULT NULL,\r\n contact_email varchar(250) DEFAULT NULL,\r\n contact_phone varchar(250) DEFAULT NULL,\r\n IP_Address varchar(500) DEFAULT NULL,\r\n form_dump longtext DEFAULT NULL,\r\n date_added DATE DEFAULT NULL\r\n ) $charset_collate;\";\r\n \r\n require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );\r\n dbDelta($sql);\r\n \r\n }", "function webpinas_google_location_form() {\r\n webpinas_location_form_html();\r\n}", "function my_types( $fields ) {\n $fields['google_map'] = __FILE__;\n return $fields;\n}", "public function addLocation($location);", "public function addLocation($location);", "function sv_install_location() {\n\t\n\t\t$sql = \"CREATE TABLE wp_location (\n\t\t `lct_id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t `lct_title_th` text NULL,\n\t\t `lct_title_en` text NULL,\t\t \n\t\t `lct_description_th` text NULL,\n\t\t `lct_description_en` text NULL,\n\t\t `lct_picture` text NULL,\t\t \n\t\t `lat` text NULL,\n\t\t `long` text NULL,\n\t\t `zoom` text NULL,\n\t\t `create_date` text NULL,\n\t\t `create_by` text NULL,\t\t \n\t\t PRIMARY KEY (`lct_id`)\n\t\t) DEFAULT CHARSET=utf8;\n\t\t\";\n\t\t require_once(ABSPATH . 'wp-admin/includes/upgrade.php');\n\t\t dbDelta($sql);\n/* \t \t echo ('success'); */\n\t }", "function geolocation_editor() {\n parent::WP_Widget(false, $name = 'Geo-Location Editor');\t\n }", "function addAddressFieldJsAction(){\n $this->addr_f->js('keyup',\n $this->js()->_selectorThis()->rvadym_gmap_form()->getCoordByAddr($this->api->url(null,array('rvadym_gmap_action'=>'getAddress'))\n ));\n }", "public function add_location() {\n\t\t$this->view('user/add_location');\n\t}", "function wpcf_fields_google_map_meta_box_form( $data ) {\n $form['name'] = array(\n '#name' => 'wpcf[' . $data['slug'] . ']', // Set this to override default output\n '#type' => 'textfield',\n '#title' => __( 'Add Google Map coordinates', 'wpcf' ),\n '#description' => __( 'Your input should look something like \"41.934146,12.455821\"', 'wpcf' )\n );\n return $form;\n}", "public function register()\n {\n if (!count($this->template['location'])) return;\n\n if (function_exists('acf_add_local_field_group')) acf_add_local_field_group($this->template);\n }", "function locationlist() {\r\n \r\n drupal_add_js(array('gojira' => array('page' => 'locationlist')), 'setting');\r\n drupal_add_js(array('gojira' => array('delete_warning' => t('Are you sure you want to delete this location?'))), 'setting');\r\n\r\n $output['template'] = 'locationlist';\r\n $output['locations'] = Location::getUserLocations();\r\n return theme('locationlist', array('output' => $output));\r\n}", "function wpcf_fields_google_map_insert_form() {\n $form['additional'] = array(\n '#type' => 'textfield',\n '#description' => 'Add some comment',\n '#name' => 'comment',\n );\n return $form;\n}", "function mnd_em_loc_meta_boxes()\r\n{\r\n\t/*\r\n\tadd_meta_box( \tstring $id, string $title, \r\n\t\t\t\t\tcallable $callback, string|array|WP_Screen $screen = null, \r\n\t\t\t\t\tstring $context = 'advanced', string $priority = 'default', \r\n\t\t\t\t\tarray $callback_args = null )\r\n\t*/\r\n\tadd_meta_box(\t'em-event-mndzeug', 'Orttypformular', \r\n\t\t\t\t\t'mnd_em_loc_metabox',EM_POST_TYPE_LOCATION, \r\n\t\t\t\t\t'side','high'); //context kann nur side sein, weil es so eine metaboxart ist (siehe https://developer.wordpress.org/reference/functions/add_meta_box/ ) \r\n}", "function set_event_dates_lat_and_long($entry, $form) {\n \n global $wpdb, $post;\n $post = get_post($entry[\"post_id\"]);\n setup_postdata( $post ); \n $post_id = $post->ID;\n\n\t// Avoid an infinite loop by the following\n\tif ( !wp_is_post_revision( $post_id ) ){\n\t\n\t\t// unhook this function so it doesn't loop infinitely\n remove_action(\"gform_after_submission\", \"set_event_dates_lat_and_long\", 10, 2);\n\t \n $start_key = 'gp_events_startdate';\n $end_key = 'gp_events_enddate';\n $start_date = get_post_meta($post_id, $start_key, true);\n $end_date = get_post_meta($post_id, $end_key, true);\n \n if ( !empty($start_date) && !empty($end_date) ) {\n\n $start_ts = strtotime($start_date);\n $end_ts = strtotime($end_date);\n update_post_meta($post_id, $start_key, $start_ts);\n update_post_meta($post_id, $end_key, $end_ts); \n \n } \n\n if ( ( $post->post_type == 'gp_news' ) || ( $post->post_type == 'gp_events' ) || \n ( $post->post_type == 'gp_advertorial' ) || ( $post->post_type == 'gp_projects' ) ) {\n \n $location_meta_key = \t 'gp_google_geo_location';\n $lat_meta_key = \t\t 'gp_google_geo_latitude';\n $long_meta_key = \t\t 'gp_google_geo_longitude';\n $country_meta_key = \t 'gp_google_geo_country';\n $admin_lvl_one_key = \t 'gp_google_geo_administrative_area_level_1';\n $admin_lvl_two_key = \t 'gp_google_geo_administrative_area_level_2';\n $admin_lvl_three_key = \t 'gp_google_geo_administrative_area_level_3';\n $locality_key = \t\t 'gp_google_geo_locality';\n $locality_slug_key = \t 'gp_google_geo_locality_slug';\n \n switch ($post->post_type) {\n case 'gp_news':\n $edit_news_uri = '/forms/update-news/?gform_post_id='. $post->ID; \n $location_entry = \t ( strpos( $_SERVER['REQUEST_URI'], $edit_news_uri ) === 0 ) ? '9' : '8' ;\n $lat_entry = \t\t ( strpos( $_SERVER['REQUEST_URI'], $edit_news_uri ) === 0 ) ? '10' : '9' ;\n $long_entry = \t\t ( strpos( $_SERVER['REQUEST_URI'], $edit_news_uri ) === 0 ) ? '11' : '10';\n $country_entry = \t ( strpos( $_SERVER['REQUEST_URI'], $edit_news_uri ) === 0 ) ? '12' : '11';\n $admin_lvl_one_entry = \t ( strpos( $_SERVER['REQUEST_URI'], $edit_news_uri ) === 0 ) ? '13' : '12';\n $admin_lvl_two_entry = \t ( strpos( $_SERVER['REQUEST_URI'], $edit_news_uri ) === 0 ) ? '14' : '13';\n $admin_lvl_three_entry = ( strpos( $_SERVER['REQUEST_URI'], $edit_news_uri ) === 0 ) ? '15' : '14';\n $locality_entry = \t\t ( strpos( $_SERVER['REQUEST_URI'], $edit_news_uri ) === 0 ) ? '16' : '15';\n $locality_slug_entry = \t ( strpos( $_SERVER['REQUEST_URI'], $edit_news_uri ) === 0 ) ? '17' : '16'; \n break;\n case 'gp_events':\n $location_entry = \t '11';\n $lat_entry = \t\t '12';\n $long_entry = \t\t '13';\n $country_entry = \t '14';\n $admin_lvl_one_entry = \t '15';\n $admin_lvl_two_entry = \t '16';\n $admin_lvl_three_entry = '17';\n $locality_entry = \t\t '18';\n $locality_slug_entry = \t '19';\n break;\n case 'gp_advertorial':\n $product_post_uri = '/forms/create-product-post-subscriber/'; \n $location_entry = \t ( strpos( $_SERVER['REQUEST_URI'], $product_post_uri ) === 0 ) ? '10' : '8' ;\n $lat_entry = \t\t ( strpos( $_SERVER['REQUEST_URI'], $product_post_uri ) === 0 ) ? '11' : '9' ;\n $long_entry = \t\t ( strpos( $_SERVER['REQUEST_URI'], $product_post_uri ) === 0 ) ? '12' : '10';\n $country_entry = \t ( strpos( $_SERVER['REQUEST_URI'], $product_post_uri ) === 0 ) ? '13' : '11';\n $admin_lvl_one_entry = \t ( strpos( $_SERVER['REQUEST_URI'], $product_post_uri ) === 0 ) ? '14' : '12';\n $admin_lvl_two_entry = \t ( strpos( $_SERVER['REQUEST_URI'], $product_post_uri ) === 0 ) ? '15' : '13';\n $admin_lvl_three_entry = ( strpos( $_SERVER['REQUEST_URI'], $product_post_uri ) === 0 ) ? '16' : '14';\n $locality_entry = \t\t ( strpos( $_SERVER['REQUEST_URI'], $product_post_uri ) === 0 ) ? '17' : '15';\n $locality_slug_entry = \t ( strpos( $_SERVER['REQUEST_URI'], $product_post_uri ) === 0 ) ? '18' : '16'; \n break;\n case 'gp_projects':\n $location_entry = \t '8' ;\n $lat_entry = \t\t '9' ;\n $long_entry = \t\t '10';\n $country_entry = \t '11';\n $admin_lvl_one_entry = \t '12';\n $admin_lvl_two_entry = \t '13';\n $admin_lvl_three_entry = '14';\n $locality_entry = \t\t '15';\n $locality_slug_entry = \t '16';\n break; \n }\n \n update_post_meta($post_id, $location_meta_key, $entry[$location_entry]); \n update_post_meta($post_id, $lat_meta_key, $entry[$lat_entry]);\n update_post_meta($post_id, $long_meta_key, $entry[$long_entry]);\n update_post_meta($post_id, $country_meta_key, $entry[$country_entry]); \n update_post_meta($post_id, $admin_lvl_one_key, $entry[$admin_lvl_one_entry]); \n update_post_meta($post_id, $admin_lvl_two_key, $entry[$admin_lvl_two_entry]); \n update_post_meta($post_id, $admin_lvl_three_key, $entry[$admin_lvl_three_entry]); \n update_post_meta($post_id, $locality_key, $entry[$locality_entry]);\n update_post_meta($post_id, $locality_slug_key, $entry[$locality_slug_entry]);\n \n $post_lat = (float) get_post_meta($post_id, $lat_meta_key, true);\n $post_long = (float) get_post_meta($post_id, $long_meta_key, true);\n \n \t// update the post, with lat and long as decimal\n \t\t$table = 'wp_posts';\n \t\t$data = array( 'post_latitude' => $post_lat, 'post_longitude' => $post_long );\n \t\t$where = array( 'ID' => $post_id );\n \t\t$format = array( '%s', '%s' );\n \n $wpdb->update($table, $data, $where, $format); \n\n }\n \n add_action(\"gform_after_submission\", \"set_event_dates_lat_and_long\", 10, 2); \n\t}\n}", "function getLocation()\n {\n\n }", "function create_field($field)\n\t{\n\n\n global $post;\n\n ?>\n\n <div class=\"ve_map\">\n\n <?php \n \n /**\n * Get the meta\n * -------------------------------------------- */\n\n $data = $field['value'];\n $name = $this->try_get_value($data, 'name');\n $lat = $this->try_get_value($data, 'lat');\n $lng = $this->try_get_value($data, 'lng');\n $street = $this->try_get_value($data, 'street');\n $city = $this->try_get_value($data, 'city');\n $state = $this->try_get_value($data, 'state');\n $zip = $this->try_get_value($data, 'zip');\n $address = $this->try_get_value($data, 'address');\n $google_address = $this->try_get_value($data, 'google_address');\n \n ?>\n\n <fieldset>\n\n <p class=\"error-message\">Enter an address for the property.</p>\n\n <?php /* ?>\n <h4>How it works</h4>\n <ol>\n <li>Enter the property address into the \"Address Lookup Tool\" (directly below)</li>\n <li>Click \"Get Coordinates\"</li>\n <li>We fetch the latitude and longitude coordinates from Google, which are required for the search feature to work properly.</li>\n <li>The \"Street\", \"City\", \"State\", and \"Zip\" are for presentation purposes only and are not used in the search function, so feel free to change \"Pl\" to \"Place\", or \"Dr\" to \"Drive\"</li>\n </ol>\n\n <h4>Address Lookup Tool</h4>\n <?php */ ?>\n <p> <input type=\"text\" class=\"widefat\" placeholder=\"Enter the street address\" id=\"property-address\" name=\"<?php echo $field['name'] ?>[search_string]\" value=\"\" / > </p>\n <p> <a id=\"get-coordinates\" class=\"button-primary\" href=\"javascript:;\">Get Coordinates</a> </p>\n </fieldset>\n\n <div class=\"map\">\n <iframe id=\"property-iframe\" width=\"655\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"<?php echo $url; ?>\"></iframe><br><a id=\"property-url\" target=\"_blank\" href=\"<?php echo $url ?>\">View Larger Map</a>\n </div>\n\n <fieldset class=\"address-info\">\n <p><b>Name</b> <input type=\"text\" id=\"property-name\" class=\"widefat\" name=\"<?php echo $field['name'] ?>[name]\" value=\"<?php echo $name ?>\" / > </p>\n <p><b>Street</b> <input type=\"text\" id=\"property-street\" class=\"widefat\" name=\"<?php echo $field['name'] ?>[street]\" value=\"<?php echo $street ?>\" / > </p>\n <p><b>City</b> <input type=\"text\" id=\"property-city\" class=\"widefat\" name=\"<?php echo $field['name'] ?>[city]\" value=\"<?php echo $city ?>\" / > </p>\n <p><b>State</b> <input type=\"text\" id=\"property-state\" class=\"widefat\" name=\"<?php echo $field['name'] ?>[state]\" value=\"<?php echo $state ?>\" / > </p>\n <p><b>Zip</b> <input type=\"text\" id=\"property-zip\" class=\"widefat\" name=\"<?php echo $field['name'] ?>[zip]\" value=\"<?php echo $zip ?>\" / > </p>\n <table>\n <tr>\n <td><b>Google Address:</b></td>\n <td><span id=\"google-address\"><?php echo $google_address ?></span></td>\n </tr>\n <tr>\n <td><b>Latitude:</b></td>\n <td><span id=\"lat\"><?php echo $lat ?></span></td>\n </tr>\n <tr>\n <td><b>Longitude:</b></td>\n <td><span id=\"lng\"><?php echo $lng ?></span></td>\n </tr>\n </table>\n <input class=\"required address\" type=\"hidden\" name=\"<?php echo $field['name'] ?>[address]\" value=\"<?php echo $address ?>\" />\n <input class=\"required google-address\" type=\"hidden\" name=\"<?php echo $field['name'] ?>[google_address]\" value=\"<?php echo $google_address ?>\" />\n <input class=\"required\" id=\"acf-property-lat\" type=\"hidden\" name=\"<?php echo $field['name'] ?>[lat]\" value=\"<?php echo $lat ?>\" />\n <input class=\"required\" id=\"acf-property-lng\" type=\"hidden\" name=\"<?php echo $field['name'] ?>[lng]\" value=\"<?php echo $lng ?>\" />\n <input class=\"required\" id=\"property-lat\" type=\"hidden\" name=\"_address_lat\" value=\"<?php echo $lat ?>\" />\n <input class=\"required\" id=\"property-lng\" type=\"hidden\" name=\"_address_lng\" value=\"<?php echo $lng ?>\" />\n </fieldset>\n\n </div>\n\n <div class=\"clear\"> </div>\n\n <?php\n \n \t}", "function hook_date_ical_feed_event_render_alter(&$event, $view, $context) {\n // Simple example adding the location to a rendered event from a simple\n // textfield called 'field_location'.\n $entity_type = $context['entity_type'];\n $entity = $context['entity'];\n $language = $context['language'];\n if ($locations = field_get_items($entity_type, $entity, 'field_location', $language)) {\n foreach ($locations as $location) {\n $event['location'] = check_plain($location['value']);\n }\n }\n}", "public function installLocationData() {\n // Create the default settings.\n $this->setLocationSettings();\n\n update_option('gssi_location_version', GSSI_LOCATION_VERSION_NUM);\n }", "function add_plugin_googleMap($plugin_array) {\n $plugin_array['googleMap'] = get_template_directory_uri().'/js/tinymce-btns.js'; \n return $plugin_array; \n}", "public function add()\n {\n if ($this->access->hasWriteAccess()) {\n $this->ctrl->saveParameter($this, self::IDENTIFIER);\n $xlcdLocationFormGUI = new xlcdLocationFormGUI($this, new xlcdLocation());\n $this->tpl->setContent($xlcdLocationFormGUI->getHTML());\n }\n }" ]
[ "0.69710726", "0.6951415", "0.63777834", "0.6055844", "0.59579825", "0.58355594", "0.58058167", "0.577387", "0.57570076", "0.5753215", "0.5728085", "0.5617045", "0.5610762", "0.5610762", "0.5607004", "0.55747074", "0.5571445", "0.5565312", "0.55562276", "0.55293435", "0.5517068", "0.5510384", "0.548226", "0.5469445", "0.5428797", "0.536375", "0.5326315", "0.53143215", "0.5312749", "0.53038985" ]
0.7013651
0
TODO: Implement refreshUser() method.
public function refreshUser(UserInterface $user) { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function updateUser()\n\t{\n\t\t//no implementation\n\t}", "public function refreshUser(UserInterface $user)\n {\n // TODO: Implement refreshUser() method.\n }", "public function refreshUser(UserInterface $user)\n {\n // TODO: Implement refreshUser() method.\n }", "public function refreshSessionUser()\n {\n if ($currentUser = $this->getLoggedInUser()) {\n $id = $currentUser->getId();\n $sentryUser = $this->sentry->findUserById($id);\n $pvsUser = $this->pvsUserRepository->getOneBy('user_id', $sentryUser->getId());\n $user = new User($sentryUser, $pvsUser);\n $this->saveLoggedInUser($user);\n }\n return $this->getLoggedInUser();\n }", "public function reloadUser(UserInterface $user)\n {\n }", "function updateUser() {\n\t}", "public function update_user() {\r\n \r\n }", "public static function refreshUserContext()\n {\n if (E::userIsConnected()) {\n $userId = E::getUserId();\n\n // we need to update the connexionData, which is the source of the UserContext when the user is connected\n $connexionData = ConnexionLayer::buildConnexionDataByUserId($userId);\n// az(__FILE__, $connexionData, SessionUser::getAll());\n SessionUser::setValues($connexionData);\n CartLayer::create()->refreshCartItems();\n Hooks::call(\"Ekom_UserContext_refreshUserContextAfter\");\n }\n self::buildUserContext();\n }", "private final function updateUserInDatabase() {\n //there is actually nothing what we want to update..\n //maybe we set an callback liveupdates for the user data fields!\n }", "public function testRefreshUser()\n {\n $container = new Container();\n $container->addScope(new Scope(ContaoCoreBundle::SCOPE_FRONTEND));\n $container->enterScope(ContaoCoreBundle::SCOPE_FRONTEND);\n\n $provider = new ContaoUserProvider($container, $this->framework);\n\n $provider->refreshUser(new User('foo', 'bar'));\n }", "public function refreshUser(UserInterface $user)\n {\n return $this->loadUserByUsername($user->getUsername());\n }", "public static function fnRestAuthUpdateUser ($user) {\n # When a user logs in, optionally fill in preferences and such.\n self::refreshGroups($user);\n try{\n self::refreshPreferences($user);\n }catch(\\Exception $e){} // pokemon: catch them all. Also catch the pesky CAS error.\n\n # reload everything\n $user->invalidateCache();\n }", "public function refreshUser(UserInterface $user)\n {\n // after it has been deserialized from the session\n $id = $user->getId();\n $user = $this->em->getRepository($this->userCls)\n ->find($id);\n \n return $user;\n }", "public function refresh() {\r\n\t\tparent::refresh();\r\n\t\t$this->rights = new Role($this);\r\n\t\tif (!$this->loggedIn) {\r\n\t\t\t$this->rights->loadIDs($this->defaultRoles);\r\n\t\t} else {\r\n\t\t\t$this->rights->loadForUser();\r\n\t\t}\r\n\t\tif (!$this->partial) {\r\n\t\t\t$this->prefs = new UserPrefs($this);\r\n\t\t\t$this->prefs->load();\r\n\t\t}\r\n\t}", "public function onUserChange()\n {\n App::option()->set(self::REFRESH_TOKEN, time(), true);\n }", "public function manipulateUser() {\n\t\tWCF::getUser()->__construct(null, null, $this->userObj);\n\t}", "function admin_updateuser()\n {\n $this->model_system->update_user();\n }", "function update_user(){\n }", "public function Reload() {\n\t\t\t// Make sure we are actually Restored from the database\n\t\t\tif (!$this->__blnRestored)\n\t\t\t\tthrow new QCallerException('Cannot call Reload() on a new, unsaved User object.');\n\n\t\t\t// Reload the Object\n\t\t\t$objReloaded = User::Load($this->intIdUser);\n\n\t\t\t// Update $this's local variables to match\n\t\t\t$this->strEmail = $objReloaded->strEmail;\n\t\t\t$this->strPassword = $objReloaded->strPassword;\n\t\t\t$this->strFirstName = $objReloaded->strFirstName;\n\t\t\t$this->strMiddleName = $objReloaded->strMiddleName;\n\t\t\t$this->strLastName = $objReloaded->strLastName;\n\t\t\t$this->strCountry = $objReloaded->strCountry;\n\t\t\t$this->strCity = $objReloaded->strCity;\n\t\t\t$this->strPhone = $objReloaded->strPhone;\n\t\t\t$this->dttBirthday = $objReloaded->dttBirthday;\n\t\t\t$this->strYearGraduation = $objReloaded->strYearGraduation;\n\t\t\t$this->strCohort = $objReloaded->strCohort;\n\t\t\t$this->strImageDriver = $objReloaded->strImageDriver;\n\t\t\t$this->strImagePhoto = $objReloaded->strImagePhoto;\n\t\t\t$this->intMiningOption = $objReloaded->intMiningOption;\n\t\t\t$this->intStatusUser = $objReloaded->intStatusUser;\n\t\t\t$this->strMac = $objReloaded->strMac;\n\t\t\t$this->strTokenMac = $objReloaded->strTokenMac;\n\t\t\t$this->intStatusTokenMac = $objReloaded->intStatusTokenMac;\n\t\t\t$this->strWalletAddress = $objReloaded->strWalletAddress;\n\t\t\t$this->intNumberMasterNode = $objReloaded->intNumberMasterNode;\n\t\t}", "public function update() {\r\n return Model\\User::updateUser($this);\r\n }", "public function forgetUser();", "public function forgetUser();", "public function on_auth_changed()\n {\n $this->user = midgardmvc_core::get_instance()->dispatcher->get_midgard_connection()->get_user();\n }", "function user() {\n if($this->user) {\n return $this->user;\n }\n $this->user = get_user_by_id($this->user_id);\n }", "public function refreshUser(UserInterface $user): UserInterface\n {\n throw new \\LogicException('Will not be called, cause firwall is stateless');\n }", "public static function reloadUser($data)\n {\n $_SESSION['user'] = $data;\n }", "public function load(){\n $this->getUser($this->id);\n return;\n }", "final public function reloadSessionUserFromDB() {\n if(isset($_SESSION[$this->SESSION_USER])) {\n $sessionUser = $_SESSION[$this->SESSION_USER];\n $userProfileDAO = new UserProfileDAO();\n try {\n $profile = $sessionUser->getUserProfile();\n $updatedUser = $userProfileDAO->findByUserId($profile->id);\n if($updatedUser) {\n $sessionUser->setUserProfile($updatedUser);\n $this->setSessionUser($sessionUser);\n }\n return true; \n }\n catch(DAOException $e) {\n throw new SessionException($e);\n }\n }\n return false;\n }", "public function userAdmin () {\n\t\tUser::$user = new User (1);\n\t}", "public function refreshUser( UserInterface $user )\n {\n throw new UnsupportedUserException();\n }" ]
[ "0.7601355", "0.75705415", "0.75705415", "0.75368047", "0.7388551", "0.72873616", "0.7228177", "0.7162831", "0.71314865", "0.7040093", "0.70364535", "0.6918562", "0.6798522", "0.6753799", "0.6739875", "0.6622267", "0.6619853", "0.65780044", "0.65727395", "0.6556508", "0.6519022", "0.6519022", "0.6411229", "0.64075196", "0.6397374", "0.6394896", "0.6371009", "0.6351134", "0.63305694", "0.6322574" ]
0.8033136
1
TODO: Implement supportsClass() method.
public function supportsClass($class) { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function supportsClass();", "public function supportsClass(string $class)\n {\n }", "function supports(\\ReflectionClass $class);", "public function supportsClass($class)\n {\n // TODO: Implement supportsClass() method.\n }", "public function supportsClass($class)\n {\n // TODO: Implement supportsClass() method.\n }", "public function supportsClass($object);", "public function supportsClass($class)\n {\n return true;\n }", "public function supportsClass($class)\n {\n return true;\n }", "public function supportsClass($class)\n {\n return true;\n }", "public function supports($className);", "public function hasClass() : bool;", "public function accepts($class): bool;", "public function supportsClass($class)\n {\n return $class === 'Symfony\\Component\\Security\\Core\\User\\User';\n }", "public function supportsClass($class)\n {\n return $class === 'Symfony\\Component\\Security\\Core\\User\\User';\n }", "public function supportsClass($class)\n {\n return in_array('Truelab\\KottiModelBundle\\Model\\NodeInterface', class_implements($class));\n }", "abstract protected function getClass();", "public function supportsClass(string $class): bool\n {\n return $class === User::class;\n }", "abstract function isValidClass($class);", "public function supports($object, $targetClass);", "public function supportsClass(string $class): bool\n {\n return UserCurrent::class === $class || is_subclass_of($class, UserCurrent::class);\n }", "public function supportsClass($class): bool\n {\n return $class === User::class;\n }", "public function targetClass()\n {\n }", "function getClass();", "function getClass();", "function getClass();", "public function testSupportsClass()\n {\n $container = new Container();\n $container->addScope(new Scope(ContaoCoreBundle::SCOPE_FRONTEND));\n $container->enterScope(ContaoCoreBundle::SCOPE_FRONTEND);\n\n $provider = new ContaoUserProvider($container, $this->framework);\n\n $this->assertTrue($provider->supportsClass('Contao\\\\FrontendUser'));\n }", "public abstract function getClass();", "public function supportsClass($class)\n {\n return User::class === $class;\n }", "public function supportsClass($class)\n {\n return User::class === $class;\n }", "public function supportsClass($class)\n {\n return User::class === $class;\n }" ]
[ "0.9117841", "0.8251593", "0.7962776", "0.7961552", "0.7961552", "0.7771675", "0.77487683", "0.77487683", "0.77487683", "0.7275124", "0.71892416", "0.7152785", "0.69983536", "0.69983536", "0.69690204", "0.6961676", "0.69208074", "0.6895974", "0.6893712", "0.6871523", "0.6834033", "0.6819796", "0.68183124", "0.68183124", "0.68183124", "0.67734206", "0.6761955", "0.6753135", "0.6753135", "0.6753135" ]
0.840186
1
Return the config array. The config array is the set of rules for command line arguments. For more details please read the comments in Getargs.php
function &getConfigArray() { $configArray = array(); // Allow the user to show debug output. $configArray['debug'] = array('short' => 'db', 'max' => 0, 'desc' => 'Show debug output.' ); // Make the program chatty. $configArray['verbose'] = array('short' => 'v', 'min' => 0, 'max' => 1, 'desc' => 'Set the verbose level.', 'default' => 2 ); // How many lines should be shown. $configArray['showlines'] = array('short' => 's', 'min' => 1, 'max' => 1, 'desc' => 'How many lines of the file should be shown.', ); // What file should be used. $configArray[CONSOLE_GETARGS_PARAMS] = array('min' => 1, 'max' => 1, 'desc' => 'The file to count lines from.', 'default' => basename(__FILE__) ); // Show the help message. // (Not really needed unless you want help to show up in the // list of options in the help menu.) $configArray['help'] = array('short' => 'h', 'max' => 0, 'desc' => 'Show this help.' ); // Search for and highlight a word. $configArray['find|highlight'] = array('short' => 'f|hi', 'max' => -1, 'min' => 0, 'desc' => 'Find words within the lines displayed. Words found will be changed from "word" to "*word*".' ); return $configArray; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private function createArgumentsAndOptions()\n {\n return array(\n array(\n CommandRules::INSTANCE_ID => 'test-id',\n CommandRules::LOGFILE => 'test-file',\n ),\n array(\n CommandRules::USER => 'test-user',\n CommandRules::KEY_FILE => 'test-key',\n )\n );\n }", "private function _readArgs()\n {\n if (is_array($_SERVER['argv'])) {\n return array_slice($_SERVER['argv'], 1);\n }\n return array();\n }", "public function __invoke(): array\n {\n return [\n DomainConfiguration::class => static function (): DomainConfiguration {\n $input = new ArgvInput();\n if (\n $input->getFirstArgument() === InternalProcessorCommand::NAME &&\n Container::make()->get(CacheInterface::class)->has('current_configuration')\n ) {\n // Use cache only for internal:processor, not other commands\n return Container::make()->get(CacheInterface::class)->get('current_configuration');\n }\n\n DefinitionBinder::bind($input);\n $configPath = ConfigResolver::resolvePath($input);\n $config = [];\n\n if ($configPath !== '' && file_exists($configPath)) {\n $config = require $configPath;\n }\n\n /**\n * @noRector Rector\\CodeQuality\\Rector\\Identical\\SimplifyBoolIdenticalTrueRector\n */\n $fixOption = $input->hasOption('fix') && (bool) $input->getOption('fix') === true;\n\n $config['fix'] = $fixOption || $input->getFirstArgument() === 'fix';\n\n return ConfigResolver::resolve($config, $input);\n },\n ];\n }", "public static function arguments() {\n $args = $_SERVER['argv'];\n array_shift($args);\n $args = join($args, ' ');\n\n preg_match_all('/ (--\\w+ (?:[= ] [^-]+ [^\\s-] )? ) | (-\\w+) | (\\w+) /x', $args, $match);\n $args = array_shift($match);\n\n /*\n Array\n (\n [0] => asdf\n [1] => asdf\n [2] => --help\n [3] => --dest=/var/\n [4] => -asd\n [5] => -h\n [6] => --option mew arf moo\n [7] => -z\n )\n */\n\n $ret = array(\n 'input' => array(),\n 'commands' => array(),\n 'flags' => array()\n );\n\n foreach ($args as $arg) {\n\n // Is it a command? (prefixed with --)\n if (substr($arg, 0, 2) === '--') {\n\n $value = preg_split('/[= ]/', $arg, 2);\n $com = substr(array_shift($value), 2);\n $value = join($value);\n\n $ret['commands'][$com] = !empty($value) ? $value : true;\n continue;\n }\n\n // Is it a flag? (prefixed with -)\n if (substr($arg, 0, 1) === '-') {\n $ret['flags'][] = substr($arg, 1);\n continue;\n }\n\n $ret['input'][] = $arg;\n continue;\n }\n\n return $ret;\n }", "function inc_cfg_analyse_args_dist($args) {\n\tif (strpos($args, '::') !== false) {\n\t\treturn explode('::', $args, 2);\n\t} elseif (strpos($args, '/') !== false) {\n\t\treturn array('metapack', $args);\n\t}\n\treturn array('meta', $args);\n}", "public function getCliConfig()\n {\n $config = array(\n 'data_fixtures_path' => array_merge(array(sfConfig::get('sf_data_dir').'/fixtures'), $this->configuration->getPluginSubPaths('/data/fixtures')),\n 'models_path' => sfConfig::get('sf_lib_dir').'/model/doctrine',\n 'migrations_path' => sfConfig::get('sf_lib_dir').'/migration/doctrine',\n 'sql_path' => sfConfig::get('sf_data_dir').'/sql',\n 'yaml_schema_path' => sfConfig::get('sf_config_dir').'/doctrine',\n );\n\n // filter config through the dispatcher\n $config = $this->dispatcher->filter(new sfEvent($this, 'doctrine.filter_cli_config'), $config)->getReturnValue();\n\n return $config;\n }", "function script_parse_args() {\n // Set default values.\n $args = [\n 'script' => '',\n 'help' => FALSE,\n 'profile' => 'minimal',\n 'project' => '',\n 'version' => '',\n 'vcs' => '',\n 'patches' => '',\n 'dependencies' => '',\n ];\n\n // Override with set values.\n $args['script'] = basename(array_shift($_SERVER['argv']));\n\n while ($arg = array_shift($_SERVER['argv'])) {\n if (preg_match('/--(\\S+)/', $arg, $matches)) {\n // Argument found.\n if (array_key_exists($matches[1], $args)) {\n // Argument found in list.\n $previous_arg = $matches[1];\n if (is_bool($args[$previous_arg])) {\n $args[$matches[1]] = TRUE;\n }\n elseif (is_array($args[$previous_arg])) {\n $value = array_shift($_SERVER['argv']);\n $args[$matches[1]] = array_map('trim', explode(',', $value));\n }\n else {\n $args[$matches[1]] = array_shift($_SERVER['argv']);\n }\n }\n else {\n // Argument not found in list.\n echo (\"Unknown argument '$arg'.\");\n exit(1);\n }\n }\n }\n\n return [$args];\n}", "function script_parse_args() {\n // Set default values.\n $args = [\n 'script' => '',\n 'help' => FALSE,\n 'profile' => 'minimal',\n 'project' => '',\n 'version' => '',\n 'vcs' => '',\n 'patches' => '',\n 'dependencies' => '',\n ];\n\n // Override with set values.\n $args['script'] = basename(array_shift($_SERVER['argv']));\n\n while ($arg = array_shift($_SERVER['argv'])) {\n if (preg_match('/--(\\S+)/', $arg, $matches)) {\n // Argument found.\n if (array_key_exists($matches[1], $args)) {\n // Argument found in list.\n $previous_arg = $matches[1];\n if (is_bool($args[$previous_arg])) {\n $args[$matches[1]] = TRUE;\n }\n elseif (is_array($args[$previous_arg])) {\n $value = array_shift($_SERVER['argv']);\n $args[$matches[1]] = array_map('trim', explode(',', $value));\n }\n else {\n $args[$matches[1]] = array_shift($_SERVER['argv']);\n }\n }\n else {\n // Argument not found in list.\n echo \"\\e[0;0;31m[ERROR] Unknown argument $arg \\e[0m\" . PHP_EOL;\n exit(1);\n }\n }\n }\n\n return [$args];\n}", "private function parseEnvironmentArguments()\n {\n $this->checkEnvironmentArguments();\n return $this->parseArguments($_SERVER['argv']);\n }", "static function getConfig()\n {\n $systemArgs = array('MLSMode' => xarConfigVars::get(null, 'Site.MLS.MLSMode'),\n // 'translationsBackend' => xarConfigVars::get(null, 'Site.MLS.TranslationsBackend'),\n 'translationsBackend' => 'xml2php',\n 'defaultLocale' => xarConfigVars::get(null, 'Site.MLS.DefaultLocale'),\n 'allowedLocales' => xarConfigVars::get(null, 'Site.MLS.AllowedLocales'),\n 'defaultTimeZone' => xarConfigVars::get(null, 'Site.Core.TimeZone'),\n 'defaultTimeOffset' => xarConfigVars::get(null, 'Site.MLS.DefaultTimeOffset'),\n );\n return $systemArgs;\n }", "public function getCliConfig()\n {\n $pluginDirs = glob(sfConfig::get('sf_root_dir').'/plugins/*/data');\n $fixtures = sfFinder::type('dir')->name('fixtures')->in(array_merge(array(sfConfig::get('sf_data_dir')), $pluginDirs));\n $models = sfConfig::get('sf_lib_dir') . DIRECTORY_SEPARATOR . 'model' . DIRECTORY_SEPARATOR . 'doctrine';\n $migrations = sfConfig::get('sf_lib_dir') . DIRECTORY_SEPARATOR . 'migration' . DIRECTORY_SEPARATOR . 'doctrine';\n $sql = sfConfig::get('sf_data_dir') . DIRECTORY_SEPARATOR . 'sql';\n $yaml = sfConfig::get('sf_config_dir') . DIRECTORY_SEPARATOR . 'doctrine';\n\n $config = array('data_fixtures_path' => $fixtures,\n 'models_path' => $models,\n 'migrations_path' => $migrations,\n 'sql_path' => $sql,\n 'yaml_schema_path' => $yaml);\n\n foreach ($config as $dir)\n {\n $dirs = (array) $dir;\n foreach ($dirs as $dir)\n {\n Doctrine_Lib::makeDirectories($dir);\n }\n }\n\n return $config;\n }", "public function args()\n {\n return [];\n }", "public function getArguments()\n { \n return (isset($_SERVER['argv']) ? $_SERVER['argv'] : array());\n }", "public function config(): array;", "public function getConfig(): array;", "public function getArgs();", "public function getArgs();", "private static function _getConfigArray()\n\t{\n\t\treturn explode('.', self::_getConfig());\n\t}", "public function getConfig()\n {\n $lines = $this->splitIntoLines($this->runner->run(\"git config -l\")[\"stdout\"]);\n $config = [];\n\n foreach ($lines as $line) {\n list($key, $value) = explode(\"=\", $line);\n\n $config[$key] = $value;\n }\n\n return $config;\n }", "public function getArgs(): array;", "private function getArgs() {\n\t\treturn [ $this->argument('jobId'), $this->argument('fromCourse'), $this->argument('toCourse'), $this->argument('backOfficeUser')];\n\t}", "public function getConfig(): array\n {\n $jobs = array();\n foreach($this->cronconfig->getJobs() as $groupname=>$group) {\n foreach($group as $name=>$job) {\n if (!is_array($job)) continue;\n if (!isset($job[\"schedule\"])) {\n if (isset($job[\"config_path\"])) {\n $schedule = $this->scopeConfig->getValue($job[\"config_path\"]);\n if ($schedule) {\n $job[\"schedule\"] = $schedule;\n }\n }\n }\n $job[\"name\"] = $name;\n $job[\"group\"] = $groupname;\n $job[\"consumers\"] = false;\n if ($job[\"name\"] == \"consumers_runner\") {\n $job[\"consumers\"] = true;\n }\n $jobs[$name] = $job;\n }\n }\n $this->config = $jobs;\n return $jobs;\n }", "protected function getArguments()\n\t{\n\t\treturn array(\n\t\t\tarray('server', InputArgument::REQUIRED, 'Server'),\n\t\t\tarray('username', InputArgument::REQUIRED, 'Username'),\n\t\t\tarray('password', InputArgument::REQUIRED, 'Password'),\n\t\t);\n\t}", "protected function getArguments()\n\t{\n\t\treturn array(\n\t\t\t//array('example', InputArgument::REQUIRED, 'An example argument.'),\n\t\t//array('server_id', InputArgument::REQUIRED, 'Server ID'),\n\t\tarray('db_qiqiwu', InputArgument::REQUIRED, 'Qiqiwu Database'),\n\t\tarray('db_name', InputArgument::REQUIRED, 'Name Database'),\n\t\t);\n\t}", "function read_cmdline($argc, $argv) {\n\t$ret = array();\n\tfor ($i=1; $i<$argc; $i++) {\n\t\tif (trim($argv[$i])==='') continue;\n\t\t$ret[] = $argv[$i];\n\t}\n\treturn $ret;\n}", "public function getArgs()\n {\n return array(\n 'label' => $this->label,\n 'labels' => $this->labels,\n 'public' => $this->public,\n 'menu_icon' => $this->menu_icon,\n 'supports' => $this->supports,\n 'has_archive' => $this->has_archive\n );\n }", "function getCmdParams() {\n global $argv;\n \n $params = array();\n for($i = 0; $i < count($argv); $i++) {\n if(substr($argv[$i], 0, 1) == '-') {\n if($i <= count($argv)-2 && substr($argv[($i + 1)], 0, 1) != '-') { \n // Next item is flag\n $value = $argv[$i + 1];\n } else {\n $value = \"true\";\n }\n $key = str_replace(\"-\", \"\", $argv[$i]);\n $params[$key] = $value;\n }\n }\n return $params;\n}", "protected function getArguments()\n {\n return [\n ['name', InputArgument::REQUIRED, 'The name of the plugin. Eg: AuthorName.PluginName'],\n ['script', InputArgument::REQUIRED,'Script name'],\n ['YorN', InputArgument::REQUIRED,'up down'],\n ];\n }", "public function getCommandLineValues()\n {\n if (!empty($this->values)) {\n return $this->values;\n }\n \n $args = $_SERVER['argv'];\n array_shift($args);\n $this->setCommandLineValues($args);\n \n return $this->values;\n }", "public function parse()\n {\n $ret = [];\n for ($i = 1; $i < $this->argc; $i++) {\n $this->parseToken($i, $ret);\n }\n $this->clearAtKeys($ret);\n $this->dieIfMissingArgument($ret);\n\n return $ret;\n }" ]
[ "0.6861069", "0.6783557", "0.67374885", "0.66296345", "0.6453133", "0.6443258", "0.6397375", "0.63309014", "0.62871104", "0.6249623", "0.6212698", "0.6176074", "0.613937", "0.6137658", "0.6128033", "0.61132944", "0.61132944", "0.61111", "0.6090435", "0.60745704", "0.60646975", "0.6053907", "0.6008848", "0.60049653", "0.60034794", "0.6002075", "0.5995902", "0.59921193", "0.59852725", "0.59796685" ]
0.68805575
0
The method for displaying the results. This will output atleast the number of lines. Depending on the options passed on the command line, more info may be shown.
function display() { // How chatty should the program be. if ($this->verbose > 1) { echo "Welcome to the Console_Getargs example2 script!\n"; } if ($this->verbose > 0) { echo basename($this->file) . ' has '; } // Spit out the number of lines. echo $this->countLines(); if ($this->verbose > 0) { echo ' lines.'; } echo "\n"; // If the user wants to highlight ceratin words do it. if (count($this->findWords)) { // Chattyness. if ($this->verbose) { echo "Searching for:\t"; settype($this->findWords, 'array'); foreach ($this->findWords as $word) { echo $word . ', '; } echo "\n"; } // Spit out the requested number of lines. echo $this->find($this->getFirstXLines()); } else { // Just output the lines. echo $this->getFirstXLines(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function printResults()\n\t{\n\t\t$results = $this->getResults();\n\t\techo $results;\n\t}", "public function showPageResults() {\n $fullResults = $this->buildResults();\n foreach($fullResults as $item) {\n echo $item->displayTeaser() . \"\\n\";\n }\n echo \"{$this->getCount()} records of {$this->totalRows}. \\n\";\n }", "public function echoResults() {\n var_dump($this->results);\n echo \"Returned {$this->getCount()} of total rows: \" . $this->totalRows . \"\\n\";\n }", "public function display_results() {\n\n \techo \"\\n\\n############# Test Results #################\\n\\n\";\n\n foreach ($this->test_results as $key => $value) {\n\n echo \"********************************************\\n\";\n echo \"Results for URL: \" . $key . \" \\n\";\n echo \"--------------------------------------------\\n\\n\";\n\n echo \"The URL was requested \" . count($this->test_results[$key]) . \" time(s).\\n\";\n $average_request_time = 0.0;\n $request_fail_count = 0;\n foreach ($value as $k1 => $v1) {\n \t$average_request_time += (float)$v1['time'];\n \t$status = (int)$v1['status'];\n \tif ($status >= 400) {\n \t $request_fail_count += 1;\n \t}\n }\n echo \"The average response time is: \" . ($average_request_time / count($this->test_results[$key])) . \"\\n\";\n echo \"The request failed \" . $request_fail_count . \" time(s).\\n\";\n echo \"\\n\\n\";\n }\n \n }", "public function display_options();", "public function printUsage()\n {\n echo 'Usage: mergeCoverReport [options] <directory>' . PHP_EOL . PHP_EOL;\n echo ' Options:' . PHP_EOL . PHP_EOL;\n echo ' --coverage-clover=<file> Generate code coverage report in Clover XML format.' . PHP_EOL;\n echo ' --coverage-html=<dir> Generate code coverage report in HTML format.' . PHP_EOL . PHP_EOL;\n echo 'Miscellaneous Options:' . PHP_EOL . PHP_EOL;\n echo ' -h|--help Prints this usage information.' . PHP_EOL;\n }", "public abstract function displayOutput();", "final public function render(int $options): void\n {\n $this->output->writeln($this->toString(), $options);\n }", "private function printResults(): void\n {\n if (count($this->fileOutputArray) >= 2) {\n $stringBuffer = '';\n for ($n = 0; $n < count($this->fileOutputArray); $n++) {\n if ($n >= 1) {\n $stringBuffer .= ',';\n }\n $stringBuffer .= $this->fileOutputArray[$n];\n }\n $this->fileOutput->writeln($stringBuffer);\n }\n }", "public function display()\n {\n if ($this->_err) {\n \\PMVC\\plug('cli')->stderr($this->render());\n $this->setStdErr(false);\n } else {\n echo $this->render();\n }\n }", "function showOutput();", "function printResults() {\n\t\t// WILL ACCOMPLISH LATER\n\t\techo \"The classes that are optimal next semester are: </br></br> \";\n\t\t\n\t\tfor($i = 0; $i < count ( $this->optimalClasses ); $i ++) {\n\t\t\techo $this->optimalClasses [$i] [0] . \" Priority-value: \" . $this->optimalClasses [$i] [1] . \"</br>\";\n\t\t}\n\t}", "function b_icmspoll_recent_results_show($options) {\n\tglobal $icmspollConfig;\n\t$moddir = basename(dirname(dirname(__FILE__)));\n\tinclude_once ICMS_ROOT_PATH . '/modules/' . $moddir . '/include/common.php';\n\t$polls_handler = icms_getModuleHandler(\"polls\", ICMSPOLL_DIRNAME, \"icmspoll\");\n\t$block[\"icmspoll_results\"] = $polls_handler->getPolls(0, $options[0], $options[2], $options[3], $options[1], TRUE, TRUE);\n\treturn $block;\n}", "function print_stats()\n{\n global $opts, $line_counter, $comment_counter, $label_counter, $jump_counter, $f_out;\n \n foreach ($opts as $opt => $key)\n {\n if ($opt === \"loc\") {fwrite($f_out, $line_counter . \"\\n\");}\n else if ($opt === \"comments\"){fwrite($f_out, $comment_counter . \"\\n\");}\n else if ($opt === \"labels\") {fwrite($f_out, $label_counter . \"\\n\");}\n else if ($opt === \"jumps\") {fwrite($f_out, $jump_counter . \"\\n\");}\n }\n\n}", "private function showOutput()\n {\n foreach ($this->items as $item) {\n $this->outputDetail('Port', $item->protocol . ' ' . $item->port . ' ' . $item->service);\n }\n }", "private function printUsage() {\n\n\t\t$this->output(\"PHPUnit TDDRunner Help.\\n\\n\");\n\t\t$this->output(\"usage: php test-runner.php [PHPUnit options] [--phpunit-path <path>]\\n\");\n\t\t$this->output(\" [--watch-path <path>] [--test-path <path>]\\n\");\n\t\t$this->output(\"example: php test-runner.php --group=myTestGroup /var/www/myProject /var/www/myProject/tests\\n\\n\"\n\t\t);\n\t\t$this->output(\" PHPUnit options see PHPUnit documentation below\\n\");\n\t\t$this->output(\" --phpunit-path <path> global path to phpunit executable\\n\");\n\t\t$this->output(\" --watch-path <path> global path to folder that been watched for write changes, default: current directory\\n\"\n\t\t);\n\t\t$this->output(\" --test-path <path> global path to folder that been watched for write changes, default: current directory\\n\"\n\t\t);\n\t\t$this->output(\" --help, -h show this help\\n\");\n\t\t$this->output(\"\\n\");\n\t}", "function show () {\n\t\treturn $this->_stats();\n\t}", "public function display_stats()\n {\n }", "protected function outputSingleResult()\n {\n echo EOL;\n echo $this->line();\n echo $this->title(); \n echo $this->line();\n echo $this->content();\n echo $this->line();\n }", "private function displayOutput(): void\n {\n $this->climate->clear();\n $this->climate->bold()->table([\n [\n 'Used %' => $this->memory->getUsedPercent() . '%',\n 'Available' => $this->memory->getAvailable()->getMb() . ' MB',\n 'Free' => $this->memory->getFree()->getMb() . ' MB',\n 'Real Free' => $this->memory->getRealFree()->getMb() . ' MB',\n 'Buffer' => $this->memory->getBuffer()->getMb() . ' MB',\n 'Cached' => $this->memory->getCached()->getMb() . ' MB',\n 'Swap' => $this->memory->getSwap()->getMb() . ' MB',\n 'Total' => $this->memory->getTotal()->getMb() . ' MB',\n ],\n ]);\n sleep(1); // Forces A Refresh Every Second\n }", "public function displayManPage()\n {\n print $this->getUsageStatement() . \"\\n\\n\";\n foreach($this->scriptOptions as $option) {\n printf(\n \" -%1s | --%-15s : %s\\n\",\n str_replace(':', '', $option[1]),\n str_replace(':', '', $option[0]),\n $option[2]\n );\n }\n\n print \"\\n\\n\\n\";\n }", "public function stats_show() {\n\t\t\tstats::show();\n\t\t}", "protected function outputMultipleResult()\n {\n $this->return = $max = max($this->print) . ' ';\n echo EOL;\n echo $this->line();\n echo $this->title(); \n echo $this->line();\n\n foreach( $this->print as $key => $ret )\n {\n $diff = strlen($max) - strlen($return = $key . ' | ' . $ret);\n\n $this->return = $return . str_repeat(' ', $diff); \n \n echo $this->content();\n echo $this->line();\n }\n }", "public function debug() {\n\n echo \"<blockquote>\";\n\n if ($this->last_error) {\n echo \"<font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>$this->last_error</b></font>]<p>\";\n }\n\n echo \"<font face=arial size=2 color=000099><b>Query</b> [$this->num_queries] <b>--</b> \";\n echo \"[<font color=000000><b>$this->last_query</b></font>]</font><p>\";\n\n echo \"<font face=arial size=2 color=000099><b>Query Result..</b></font>\";\n echo \"<blockquote>\";\n\n if ($this->col_info || $this->col_info === false) {\n\n // =====================================================\n // Results top rows\n\n echo \"<table cellpadding=5 cellspacing=1 bgcolor=555555>\";\n echo \"<tr bgcolor=eeeeee><td nowrap valign=bottom><font color=555599 face=arial size=2><b>(row)</b></font></td>\";\n\n if ($this->col_info) {\n for ($i = 0; $i < count($this->col_info); $i++) {\n echo \"<td nowrap align=left valign=top><font size=1 color=555599 face=arial>{$this->col_info[$i]->type} {$this->col_info[$i]->max_length}</font><br><span style='font-family: arial; font-size: 10pt; font-weight: bold;'>{$this->col_info[$i]->name}</span></td>\";\n }\n }\n elseif ($this->last_result) {\n $first_row = reset($this->last_result);\n if (is_object($first_row)) { $first_row = get_object_vars($first_row); }\n foreach (array_keys($first_row) as $name) {\n echo \"<td nowrap align=left valign=top><span style='font-family: arial; font-size: 10pt; font-weight: bold;'>{$name}</span></td>\";\n }\n }\n\n echo \"</tr>\";\n\n // ======================================================\n // print main results\n\n if ($this->last_result) {\n\n $i = 0;\n foreach ($this->get_results(null, ARRAY_N) as $one_row) {\n $i++;\n echo \"<tr bgcolor=ffffff><td bgcolor=eeeeee nowrap align=middle><font size=2 color=555599 face=arial>$i</font></td>\";\n\n foreach ($one_row as $item) {\n echo \"<td nowrap><font face=arial size=2>$item</font></td>\";\n }\n\n echo \"</tr>\";\n }\n } // if last result\n else {\n echo \"<tr bgcolor=ffffff><td colspan=\" . (count($this->col_info) + 1) . \"><font face=arial size=2>No Results</font></td></tr>\";\n }\n\n echo \"</table>\";\n } // if col_info\n else {\n echo \"<font face=arial size=2>No Results</font>\";\n }\n\n echo \"</blockquote></blockquote><hr noshade color=dddddd size=1>\";\n\n $this->debug_called = true;\n }", "function do_output() {\n\t\tglobal $config, $phpEx, $phpbb_seo, $db;\n\t\tif ($this->outputs['showstats']) {\n\t\t\t$this->outputs['gen_data'] = sprintf('%.5f', $phpbb_seo->microtime_float() - $this->outputs['microtime']);\n\t\t\t$mem_stats = $this->mem_usage();\n\t\t\t$this->outputs['data'] .= \"\\n\" . sprintf($this->gym_master->style_config['stats_genlist'], $this->outputs['gen_data'], $mem_stats, $db->sql_num_queries(), $this->outputs['url_sofar']);\n\t\t}\n\t\tif ($this->cache['cache_enable']) {\n\t\t\t$this->write_cache();\n\t\t\tif ($this->check_cache($this->cache['file'])) {\n\t\t\t\t$this->cache_output();\n\t\t\t} else {\n\t\t\t\t$this->otf_output();\n\t\t\t}\n\t\t} else {\n\t\t\t$this->otf_output();\n\t\t}\n\t\treturn;\n\t}", "public function displayHelp()\n\t{\n\t\t$obj = MpmCommandLineWriter::getInstance();\n\t\t$obj->addText('./migrate.php list [page] [per page]');\n\t\t$obj->addText(' ');\n\t\t$obj->addText('This command is used to display a list of all the migrations available. Each migration is listed by number and timestamp. You will need the migration number in order to perform an up or down migration.');\n\t\t$obj->addText(' ');\n\t\t$obj->addText('Since a project may have a large number of migrations, this command is paginated. The page number is required. If you do not enter it, the command will assume you want to see page 1.');\n\t\t$obj->addText(' ');\n\t\t$obj->addText('If you do not provide a per page argument, this command will default to 30 migrations per page.');\n\t\t$obj->addText(' ');\n\t\t$obj->addText('Valid Examples:');\n\t\t$obj->addText('./migrate.php list', 4);\n\t\t$obj->addText('./migrate.php list 2', 4);\n\t\t$obj->addText('./migrate.php list 1 15', 4);\n\t\t$obj->write();\n\t}", "function display(){\t\t\t\t\n\t\treturn $this->prepareOutput_Simple(\n\t\t\t\t$this->spdb->select( array('','','reading',10) )\n\t\t\t\t);\n\t}", "public function printResult(){\n echo \"<small>Factor 1 = {$this->factor1} &emsp;\n Factor 2 = {$this->factor2} &emsp; \n Operation = {$this->operation} (multiply) &emsp; \n Result = {$this->result}</small><br>\n <h3>Expresion: {$this->factor1} x {$this->factor1}</h3>\n <h2>Result: {$this->result}</h2>\";\n }", "protected function _showOptions()\n {\n\n $this->_clearScreen();\n\n $migration_warning = false;\n\n try\n {\n $migration_warning = Migration::areJobsOutstanding();\n }\n\n catch (Exception $exception) {}\n\n if ($migration_warning)\n {\n $migration_warning = \"\\n\\n## NOTICE: There are outstanding migrations; please consider running them\";\n }\n\n $choice = (int)$this->_talkToUser(\"Welcome to the Whiskey CLI\\n\\nWhat would you like to do?\" . $migration_warning . \"\\n\\n1) Run latest migrations\\n2) View active server modules\\n3) View system information\\n4) Generate project key\\n5) Exit\\n\");\n\n switch ($choice)\n {\n\n case 1:\n $this->_runMigrations('up');\n break;\n\n case 2:\n $this->_viewActiveServerModules();\n break;\n\n case 3:\n $this->_viewSystemInformation();\n break;\n\n case 4:\n $this->_generateProjectKey();\n break;\n\n case 5:\n break;\n\n default:\n $this->_showOptions();\n break;\n\n }\n\n }", "static function help()\n {\n # display the help banner if one has been set\n if (self::$banner !== null) {\n echo self::$banner . \"\\n\";\n }\n\n # to get the formatting to look nice when printed, do some\n # calculations regarding help message line-length.\n $max_before_colon_pos = 0;\n foreach (self::$options as $option) {\n # calculate the line-length based on the absence or presence\n # of a type requirement\n if ($option->type != null) {\n $t = substr($option->type, 0, 1);\n $line = \"{$option->long}, {$option->short} <$t>: {$option->description}\\n\";\n } else {\n $line = \"{$option->long}, {$option->short}: {$option->description}\\n\";\n }\n $before_colon_pos = strlen(substr($line, 0, strpos($line, ':')));\n\n if ($before_colon_pos > $max_before_colon_pos) {\n $max_before_colon_pos = $before_colon_pos;\n }\n }\n\n # then display the options\n echo \"Options:\\n\";\n foreach (self::$options as $option) {\n # same as above\n if ($option->type != null) {\n $t = substr($option->type, 0, 1);\n $line = \"{$option->long}, {$option->short} <$t>: {$option->description}\\n\";\n } else {\n $line = \"{$option->long}, {$option->short}: {$option->description}\\n\";\n }\n\n # now pad the string before the colon with spaces as appropriate\n $before_colon_str = substr($line, 0, strpos($line, ':'));\n $before_colon_str = str_pad($before_colon_str, $max_before_colon_pos, ' ', STR_PAD_LEFT);\n $after_colon_str = substr($line, strpos($line, ':'));\n\n # and output the result\n echo \"$before_colon_str$after_colon_str\";\n }\n die();\n }" ]
[ "0.69189054", "0.6805915", "0.66796315", "0.64705265", "0.6433775", "0.63415134", "0.6326562", "0.6263296", "0.6239998", "0.61660534", "0.615429", "0.60858077", "0.60821193", "0.6060693", "0.6003027", "0.5990979", "0.5983449", "0.59665674", "0.59352416", "0.592415", "0.5914138", "0.5910592", "0.5896207", "0.58730745", "0.5847907", "0.5843487", "0.5822873", "0.5731662", "0.57232076", "0.5701431" ]
0.70631045
0
Return the number of lines in the file.
function countLines() { return count(file($this->file)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getLineCount() {\n\t\tif ($this->numberOfLines === NULL) {\n\t\t\t$storedPosition = ftell($this->fileHandle);\n\n\t\t\trewind($this->fileHandle);\n\t\t\t$this->numberOfLines = 0;\n\t\t\twhile (!feof($this->fileHandle)) {\n\t\t\t\t$this->numberOfLines += substr_count(fread($this->fileHandle, 8192), \"\\n\");\n\t\t\t}\n\n\t\t\tfseek($this->fileHandle, $storedPosition);\n\t\t}\n\n\t\treturn $this->numberOfLines;\n\t}", "public function countLines(){\r\n if (!$this->fName)\r\n return NULL; //File not found\r\n\r\n $file_handle = fopen($this->fName, \"rb\");\r\n $count = 0;\r\n while(!feof($file_handle)) {\r\n fgets ($file_handle);\r\n $count ++;\r\n }\r\n fclose($file_handle);\r\n return $count;\r\n }", "private function get_file_lines_count($file)\n\t{\n\t\t//return count(file($path));\n\t\t//but this memory efficient one\n\n\t\t$linecount = 0;\n\t\tif (file_exists($file))\n\t\t{\n\t\t\t$handle = fopen($file, \"r\");\n\t\t\tif ($handle)\n\t\t\t{\n\t\t\t\twhile (!feof($handle))\n\t\t\t\t{\n\t\t\t\t\t$line = fgets($handle, 4096);\n\t\t\t\t\t$linecount = $linecount + substr_count($line, PHP_EOL);\n\t\t\t\t}\n\t\t\t\tfclose($handle);\n\t\t\t}\n\t\t}\n\t\treturn $linecount;\n\t}", "public function lines ()\n\t{\n\t\tif ($this->lines >= 0) return $this->lines; // cache\n\n\t\t$f = fopen($this->filename, 'rb');\n\t\t$this->lines = 0;\n\t\twhile (!feof($f)) \n\t\t{\n\t\t\t$this->lines += substr_count(fread($f, 8192), PHP_EOL);\n\t\t}\n\t\tfclose($f);\n\t\treturn $this->lines;\n\t}", "public function countLines()\n {\n return count($this->getLines());\n }", "public function get_total_lines($filename = '')\n\t{\n\t\t$line_count = 0;\n\n\t\tif(file_exists($filename))\n\t\t{\n\t\t\t$handle = fopen($filename, 'r');\n\t\t\twhile( ! feof($handle) )\n\t\t\t{\n\t\t\t\t$line = fgets($handle, 4096);\n\t\t\t\t$line_count = $line_count + substr_count($line, PHP_EOL);\n\t\t\t}\n\t\t\tfclose($handle);\n\t\t}\n\n\t\treturn $line_count;\n\t}", "private function count_lines() {\n $lines = $this->get_log_lines();\n\n return count($lines);\n }", "public function getTotalLines() {\n return count( $this->buffer );\n }", "public function CountOfRecords()\n {\n $fname = fopen(\"name.txt\", \"r\");\n $count = 0;\n while (!feof($fname)) {\n fgets($fname, 4096);\n $count++;\n }\n return $count - 1;\n fclose($fname);\n }", "public function getTotalRowsOfFile()\n {\n // Get worksheet info\n $spreadsheetInfo = $this->getSheetInfoForActive();\n\n // return total rows\n return $spreadsheetInfo['totalRows'];\n }", "public function getFileCount()\n {\n return count($this->files);\n }", "public function getFileCount()\n {\n return $this->count(self::FILE);\n }", "protected function getTotalLine()\n {\n exec(\n \"find ./repo/$this->projectId -name \\\"*\\\" \" .\n \"-path \\\"*.hg\\\" -prune -o -name \\\"*\\\" \" .\n \"-path \\\"*.svn\\\" -prune -o -name \\\"*\\\" \" .\n \"-path \\\"*.git\\\" -prune -o -name \\\"*\\\"\",\n $fileList\n );\n \n $count = 0;\n foreach ($fileList as $file) {\n if (is_file($file) === true) {\n exec(\"wc -l $file\", $arr);\n $out = explode(\" \", $arr[0]);\n $count += (int)$out[0];\n $arr = null;\n }\n }\n return $count;\n }", "public function lineCount()\n {\n if(!$this->isValid())\n return [];\n\n return $this->layout->lineCount();\n }", "public function getlines($fileArray){\n\t\t \treturn count($fileArray);\t\n\t\t}", "protected function readLines()\n {\n $lines = file($this->fileLocation, FILE_IGNORE_NEW_LINES);\n return $lines;\n }", "abstract public function getNumExecutableLines(): int;", "protected function countTable(CsvFile $file)\n\t{\n\t\t$linesCount = 0;\n\t\tforeach ($file AS $i => $line)\n\t\t{\n\t\t\t// skip header\n\t\t\tif (!$i) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t$linesCount++;\n\t\t}\n\n\t\treturn $linesCount;\n\t}", "public function getFileCount()\n {\n if ( !isset($this->_fileCount) )\n return false;\n\n return $this->_fileCount;\n }", "function questionCount()\r\n\t{\r\n\t\t$count = 0;\r\n\t\t$q = fopen($this->question_file, \"r\");\r\n\r\n\t\tif(!$q) {\r\n\t\t\techo \"Captcha plugin: Can't open captcha questions file $this->question_file.\";\r\n\r\n\t\t\treturn 0; // Oops\r\n\t\t}\r\n\r\n\t\twhile($line = fgets($q))\r\n\t\t\tif(!strcmp(trim($line), \"--\"))\r\n\t\t\t\t$count++;\r\n\r\n\t\tfclose($q);\r\n\r\n\t\treturn $count;\r\n\t}", "public function getCurrentLine() {\n // Check the string isn't empty\n if ($this->EOF) {\n // Add one to $this->char because we want the number for the next\n // byte to be processed.\n return substr_count($this->data, \"\\n\", 0, min($this->char, $this->EOF)) + 1;\n } else {\n // If the string is empty, we are on the first line (sorta).\n return 1;\n }\n }", "public function getLineCountNumeric()\n {\n return $this->lineCountNumeric;\n }", "public function getEntryCount()\n {\n $this->reader->seek($this->offset + 4);\n\n return $this->readLong();\n }", "public function count()\n {\n return count($this->_contents);\n }", "public function size($file);", "public function getTotalLines()\n {\n return $this->getMethodCoverageIterator()->getTotalLines();\n }", "function countLInes($text) { \n\t\treturn substr_count($text, \"\\n\"); \n\t}", "public function getDownloadsCount(File $file): int;", "abstract public function getNumExecutedLines(): int;", "public function getLineNumber()\n\t{\n\t\treturn $this->line_num;\n\t}" ]
[ "0.8519478", "0.83548915", "0.82091224", "0.80117774", "0.77482456", "0.76582325", "0.75616807", "0.71982414", "0.68029463", "0.67371374", "0.6713516", "0.66216373", "0.6582409", "0.64276755", "0.6357891", "0.63102853", "0.6256794", "0.6227057", "0.62064826", "0.6184324", "0.61737496", "0.617227", "0.61714804", "0.61221105", "0.6108002", "0.6089589", "0.6059683", "0.6016302", "0.6004294", "0.59755695" ]
0.89244276
0
Method for getting all data in the venue table.
public function getAll() { return $this->getDB()->getAll('venue')->results(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getAllEvents()\n\t{\n\t\t$sth = $this->db->prepare(\"SELECT * , DATE_FORMAT(event_start_time, '%e %b %Y %h%p') AS event_start_time\n\t\t\t\t\t\t\t\t\tFROM events\n\t\t\t\t\t\t\t\t\tLEFT JOIN venues ON venues.venue_id = events.event_venue_id\");\n $sth->execute();\n $result = $sth->fetchAll();\n\t\t\t\n\t\treturn $result;\n\t}", "public function getVenues(){\n\t\t$venues = array();\n\n\t\t$query = \"SELECT \n\t\t\t\t\t\tvenue_id, \n\t\t\t\t\t\tvenue_name \n\t\t\t\t\tFROM venue \n\t\t\t\t\tWHERE \n\t\t\t\t\t\tcurrent = 1\";\n\t\t$res = $this->db->getAll($query);\n\n\t\tif( !empty($res) ){\n\t\t\tforeach( $res as $venue ){\n\t\t\t\t$venues[] = [\n\t\t\t\t\t'venue_id' => $venue['venue_id'],\n\t\t\t\t\t'venue_name' => $venue['venue_name']\n\t\t\t\t];\n\t\t\t}\n\t\t}\n\n\t\treturn ['venues' => $venues];\n\t}", "public function index() {\r\n\r\n\t\t$datums = Venue::selectRaw('name AS value')\r\n\t\t\t\t->addSelect('id', 'address_id', 'name_of_hall', 'indoor_or_outdoor');\r\n\r\n\t\tif (Input::get('q')) {\r\n\t\t\t$queryTokens = explode(' ', Input::get('q'));\r\n\r\n\t\t\tforeach ($queryTokens as $queryToken) {\r\n\t\t\t\t$datums = $datums->where(function($query) use ($queryToken) {\r\n\t\t\t\t\t$query->where('name', 'like', '%' . $queryToken . '%')\r\n\t\t\t\t\t\t->orWhere('name_of_hall', 'like', '%' . $queryToken . '%');\r\n\t\t\t\t});\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t$datums = $datums->distinct()->take(50)->get();\r\n\t\tforeach ($datums as $datum) {\r\n\t\t\t$datum->tokens = array_merge(explode(' ', $datum->value), [$datum->value]);\r\n\t\t\t$address = $datum->address()->first();\r\n\r\n\t\t\tif ($address) {\r\n\r\n\t\t\t\t$datum->email = $address->email;\r\n\t\t\t\t$country = $address->country()->first();\r\n\t\t\t\t$datum->country = $country->name;\r\n\t\t\t}\r\n\r\n\t\t}\r\n\t\treturn Response::json($datums);\r\n\t}", "function GetAll()\n {\n $query = \"SELECT $this->masterTableName.ID, $this->masterTableName.Name, $this->masterTableName.NFLTeam, $this->masterTableName.Position, $this->masterTableName.Bye, $this->tableName.Points FROM $this->masterTableName, $this->tableName WHERE $this->tableName.ID = $this->masterTableName.ID\";\n $this->ExecuteQuery($query); \n }", "public function venues()\n {\n try {\n $venues = DB::table('venues')\n ->join('locations', 'locations.id', '=' ,'venues.location_id')\n ->join('shows', 'venues.id', '=' ,'shows.venue_id')\n ->join('show_times', 'shows.id', '=' ,'show_times.show_id')\n ->join('tickets', 'tickets.show_id', '=' ,'shows.id')\n ->select('venues.id','venues.name','venues.logo_url AS url','locations.city')\n ->where('venues.is_featured','>',0)->where('shows.is_active','>',0)->where('shows.is_featured','>',0)\n ->where(function($query) {\n $query->whereNull('shows.on_featured')\n ->orWhere('shows.on_featured','<=',\\Carbon\\Carbon::now());\n })\n ->where('show_times.is_active','>',0)\n ->where(DB::raw($this->cutoff_date()),'>', \\Carbon\\Carbon::now())\n ->where('tickets.is_active','>',0)\n ->whereNotNull('venues.logo_url')\n ->orderBy('venues.name')->groupBy('venues.id')\n ->distinct()->get();\n foreach ($venues as $v)\n $v->url = Image::view_image($v->url);\n return $venues;\n } catch (Exception $ex) {\n return [];\n }\n }", "public static function getAll()\n\t\t{\n\t\t\t$list = array();\n\t\t\t//get connection\n\t\t\t$connection = SqlSrvConnection::getConnection();\n\t\t\t//query\n\t\t\t$query = \"SELECT de.venta, v.fecha, SUM((de.cantidad * de.precio)) as costoTotal\n\t\t\t\t\t\tFROM ventas.detalle as de\n\t\t\t\t\t\tinner join ventas.ventas as v on v.id = de.venta\n\t\t\t\t\t\tinner join rh.empleados as e on e.control = de.vendedor\n\t\t\t\t\t\twhere v.status = 'UP'\n\t\t\t\t\t\tGROUP BY de.venta, v.fecha\";\n\t\t\t$command = sqlsrv_query($connection, $query);\n\t\t\twhile($ventas = sqlsrv_fetch_array($command))\n {\n\t\t\t\tarray_push($list, new Venta($ventas['venta'], $ventas['costoTotal'], $ventas['fecha']));\n } /*While*/\n sqlsrv_free_stmt($command);\n sqlsrv_close($connection);\n\t\t\t//list\n\t\t\treturn $list;\n\t\t}", "public static function all()\n {\n return GetEntity::all( self::getTableName() );\n }", "public function getAll() {\n }", "public function getAll() {\n try {\n return $this->vehiculoDao->getAll();\n } catch (Exception $e) {\n throw $e;\n }\n }", "public function getEventVenue()\n {\n }", "public function getAllvillage()\n {\n $query = \"SELECT * FROM cells\";\n $result = $this->ds->select($query);\n return $result;\n }", "private function getAll()\n {\n return $this->db->query_DB(\"SELECT E.ID, E.Name, E.Overview, E.Date, E.Start, E.End, E.Location, E.Address, O.Symbol AS Org\n FROM Events E, Orgs O\n WHERE E.Date > '\" . date('Y-m-d') . \"'\n AND E.Approved = 1\n AND E.Deleted = 0\n AND E.Org_ID = O.ID\n ORDER BY E.Date, E.Start\n \");\n }", "public static function getVenues($stateId) {\n try {\n $query = \"SELECT venueid, venuename \n FROM venues ve, cities ci, states st \n WHERE st.id = ci.state_id \n AND ci.id = ve.venuecityid\n AND st.id = \".$stateId;\n\n $result = dbconfig::run($query);\n if(!$result) {\n throw new exception(\"Venues not found.\");\n }\n $res = array();\n while($resultSet = mysqli_fetch_assoc($result)) {\n $res[$resultSet['venueid']] = $resultSet['venuename'];\n }\n $data = array('status'=>'success', 'tp'=>1, 'msg'=>\"Venues fetched successfully.\", 'result'=>$res);\n } catch (Exception $e) {\n $data = array('status'=>'error', 'tp'=>0, 'msg'=>$e->getMessage());\n } finally {\n return $data;\n }\n }", "public function getAllData()\n\t{\t\n\t\t//database selection\n\t\t$database = \"\";\n\t\t$constantDatabase = new ConstantClass();\n\t\t$databaseName = $constantDatabase->constantDatabase();\n\t\t\n\t\tDB::beginTransaction();\t\t\n\t\t$raw = DB::connection($databaseName)->select(\"select \n\t\tinvoice_id,\n\t\tinvoice_label,\n\t\tinvoice_type,\n\t\tstart_at,\n\t\tend_at,\n\t\tcreated_at,\n\t\tupdated_at,\n\t\tcompany_id\t\t\t\n\t\tfrom invoice_dtl \n\t\twhere deleted_at='0000-00-00 00:00:00'\");\n\t\tDB::commit();\n\t\t\n\t\t//get exception message\n\t\t$exception = new ExceptionMessage();\n\t\t$exceptionArray = $exception->messageArrays();\n\t\tif(count($raw)==0)\n\t\t{\n\t\t\treturn $exceptionArray['204'];\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$enocodedData = json_encode($raw);\n\t\t\treturn $enocodedData;\n\t\t}\n\t}", "protected function _build_venue_objects()\n {\n $result = array();\n foreach ($this->_records as $k => $v) {\n $result[$v->uniqueID] = new Venue($v);\n }\n return $result;\n }", "public function getAllEvents(){\n $sql = \"select * from events\";\n\n $result = $this->conn->query($sql);\n\n return $result;\n }", "public function index()\n {\n return DataCase::with('vehicle','weapon','criminalhistory')->get();\n }", "public function getAll() {\n $stmt = $this->db->query(\"SELECT * FROM \".$this->tablename);\n return $stmt->fetchAll(PDO::FETCH_ASSOC);\n }", "public function index()\n {\n $cuenta = Venta::with(['linea_venta.producto'\n ]);\n\n $ventas=DB::table('ventas as c');\n return $cuenta->get(); \n }", "public function getAll()\n {\n return $this->fetchAll();\n }", "private function all()\n\t{\n\t\t//Get all the Vehicles\n\t\t$result = $this->model->all();\n\t\t$this->loadProperties();\n\t\tforeach($result as &$vehicle)\n\t\t{\n \t\t\t$modelName = $this->models->details($vehicle['idModel']);\n \t\t\t$vehicle['idModel'] = $modelName->name;\n \t\t\t$colorName = $this->colors->details($vehicle['idColor']);\n \t\t\t$vehicle['idColor'] = $colorName->name;\n \t\t\t$carTypeName = $this->carTypes->details($vehicle['idCarType']);\n \t\t\t$vehicle['idCarType'] = $carTypeName->name;\n\t\t}\n\n\t\t$this->smarty->assign('vehicles',$result);\n\t\tif(isset($result))\n\t\t{\n\t\t\t//Load view\n\t\t\tif(isset($_GET['deleted']) && $_GET['deleted']==true) \t\t\t\n\t\t\t\t$this->smarty->assign('deleted',true);\n\t\t\t$this->smarty->display('./views/Vehicle/index.tpl');\n\t\t}\n\t\telse\n\t\t{\n\t\t\t//Ohh well... :(\n\t\t\t$this->smarty->display('./views/error.tpl');\n\t\t}\n\t}", "public function getVentas(){\n\t\t$sql = \"SELECT venta.id_venta as venta,cliente.nombre_cliente,cliente.apellido,cliente.correo,venta.fecha,productos.nombre , productos.precio , detalle_factura.cantidad,detalle_factura.subtotal \n FROM detalle_factura\n INNER JOIN venta ON detalle_factura.fk_id_venta = venta.id_venta\n INNER JOIN productos ON detalle_factura.fk_id_producto = productos.id_producto\n INNER JOIN cliente ON venta.fk_id_cliente = cliente.id_cliente\n ORDER BY venta.id_venta ASC\";\n\t\t$params = array(null);\n\t\treturn Database::getRows($sql, $params);\n }", "public function getEvents(){\n\t\t\t\t$sql = 'SELECT * FROM events ORDER BY event_id DESC';\n\t\t\t\t$result = mysql_query($sql);\n\t\t\t\twhile($row = mysql_fetch_assoc($result)){\n\t\t\t\t\t$event_title = $row['event_title'];\n\t\t\t\t\t$event_date = $row['event_date'];\n\t\t\t\t\t$event_time = $row['event_time'];\n\t\t\t\t\t$event_venue = $row['event_venue'];\n\t\t\t\t\t\n\t\t\t\t\techo '<li class=\"event-scroll\"><h2>'.$event_title.'</h2><h3>Date:'.$event_date.'</h3><h3>Time: '.$event_time.'</h3><h3>Venue: '.$event_venue.'</h3></li>';\n\t\t\t\t}\n\t\t\t}", "public function getAllEvents() {\n\n\t\t$stmt = mysqli_prepare($this->connection, \"SELECT * FROM $this->tablename\");\t\t\n\t\t$this->throwExceptionOnError();\n\t\t\n\t\tmysqli_stmt_execute($stmt);\n\t\t$this->throwExceptionOnError();\n\t\t\n\t\t$rows = array();\n\t\t$row = new EventVO();\n\t\t\n\t\tmysqli_stmt_bind_result($stmt, $row->event_id, $row->client_id, $row->type, $row->targetdate, $row->status, $row->attention, $row->notes, $row->flagged);\n\t\t\n\t while (mysqli_stmt_fetch($stmt)) {\n\t $rows[] = $row;\n\t $row = new EventVO();\n\t mysqli_stmt_bind_result($stmt, $row->event_id, $row->client_id, $row->type, $row->targetdate, $row->status, $row->attention, $row->notes, $row->flagged);\n\t }\n\t\t\n\t\tmysqli_stmt_free_result($stmt);\n\t mysqli_close($this->connection);\n\t\n\t return $rows;\n\t}", "public function get_all(){\n return $this->db->get($this->tableName)->result();\n\t}", "private function getAll( $id )\n {\n $date = date('Y-m-d');\n\n return $this->db->query_DB(\"SELECT E.ID, E.Name, E.Overview, E.Date, E.Start, E.End, E.Location, E.Address,\n O.Symbol AS Org, R.Enterprise_ID AS EID, R.ID AS RSVPID\n FROM Events E\n INNER JOIN Orgs O\n ON E.Org_ID = O.ID\n INNER JOIN RSVP R\n ON E.ID = R.Event_ID\n WHERE R.Enterprise_ID = '$id'\n AND E.Date > '$date'\n AND E.Approved = '1'\n AND E.Deleted = '0'\n AND R.Cancel = '0'\n \");\n }", "public function getAll();", "public function getAll();", "public function getAll();", "public function getAll();" ]
[ "0.68932456", "0.6853989", "0.6690609", "0.652824", "0.64635575", "0.64482975", "0.6176371", "0.61561036", "0.6151547", "0.6147232", "0.614012", "0.6131066", "0.61137867", "0.60951805", "0.6090374", "0.6089035", "0.6080206", "0.60693693", "0.6021876", "0.5995422", "0.5992063", "0.59850717", "0.5973759", "0.5971511", "0.5951361", "0.5949239", "0.5945847", "0.5945847", "0.5945847", "0.5945847" ]
0.79666805
0
Find entity by params
public function findBy($params);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function find($params)\n {\n }", "public function findOneBy($params);", "public function findBy(array $params)\n {\n\n }", "public function find($params)\n {\n return $this->model->find($params);\n }", "public function fetchOneBy($params = [])\n {\n return $this->getEntityRepository()->findOneBy($params);\n }", "public function find($parameters)\n\t{\n\t}", "public function execute($params = array()) {\n \n $this->getQueryBuilder()->where($params);\n $query = $this->getQueryBuilder()->getQuery($this->entity, QueryBuilder::GET_ITEM_QUERY);\n \n $firstResult = $this->query($query);\n $entityName = get_class($this->entity);\n $this->request->setAttribute($entityName, current($firstResult)); \n //add it to the request but return it also\n return $firstResult;\n }", "abstract public function find($id);", "protected function findEntity($sql, array $params=[], $limit=null, $offset=null) {\n\t\treturn $this->mapRowToEntity($this->findOneQuery($sql, $params, $limit, $offset));\n\t}", "public function search($entityName, $param = array()) {\n\t\t$result = null;\n\t\ttry {\n\t\t\t$em = $this->getDoctrine()->getManager();\n\n\t\t\t$sql = \t\"SELECT entityObject FROM \" . get_class($object) . \" entityObject \" ;\n\t\t\t$index = 0;\n\t\t\tforeach($param as $field => $value) {\n\t\t\t\tif($index > 0) {\n\t\t\t\t\t$sql = $sql . \" AND \";\n\n\t\t\t\t} else {\n\t\t\t\t\t$sql = $sql . \"WHERE \";\n\t\t\t\t}\n\t\t\t\t$sql = $sql . \"entityObject.\" . $field . \" LIKE '\" . $value . \"%'\";\n\t\t\t\t$index ++;\n\t\t\t}\n\t\t\t//echo $sql;\n\t\t\t$query = $em->createQuery($sql);\n\n\t\t\t$result = $query->getResult();\n\n\t\t} catch( Exception $e ) {\n\t\t\techo $e->getMessage();\n\t\t}\n\t\treturn $result;\n\t}", "abstract protected function find(string $modelClass, $idOrIds);", "public function findSelectedEntityInfo()\n {\n $getEntitiesMethod = \"get\".ucfirst($_GET['type']);\n foreach ($this->model->{$getEntitiesMethod}() as $entity) {\n if ($entity['id'] == $_GET['id']) {\n $this->model->setSelectedEntityInfo($entity);\n break;\n }\n }\n }", "public function findByParams($parameters = null)\n {\n return $this->model->find($parameters);\n }", "protected function findModelByParams($params)\n {\n if (($model = Cda::findAll($params)) !== null) {\n return $model;\n }\n else{\n return null;\n } \n }", "public function find()\n {\n return $this->getDriver('Crud')->findImpl($this, func_get_args());\n }", "public function findWhere(int $id, array $parameters);", "function find($id);", "function find($id);", "function find($id);", "public function find($className, $id);", "public function find(object $model);", "public function findById($entityId){\n //return $entity\n }", "public function find(&$entity){\r\n\r\n $select = new SelectObject(array(\"*\"),array($entity->ENTITY_DB_NAME),$entity->PRIMARY_KEY_DB_NAME.\"=\".$entity->getId(),null,SQL_ASCENDING_ORDER,0,1);\r\n $res = $this->dbDriver->performSelect($select);\r\n if(!$res){\r\n return false;\r\n }\r\n\r\n $entity->loadFromSqlResultQuery($res[0]);\r\n return true;\r\n }", "public static function findOneBy(string $className, array $findParams)\n {\n $where = [];\n foreach ($findParams as $name => $value) {\n $where[] = \"$name = :$name\";\n }\n\n if (!count($where)) {\n return null;\n }\n\n $tableName = static::$em->getClassMetadata($className)->getTableName();\n $whereStr = implode(' AND ', $where);\n $sql = \"SELECT id FROM {$tableName} WHERE $whereStr LIMIT 1\";\n $connection = static::$em->getConnection();\n $statement = $connection->prepare($sql);\n foreach ($findParams as $name => $value) {\n $statement->bindValue($name, $value);\n }\n $statement->execute();\n $entityId = $statement->fetchColumn();\n\n if (empty($entityId)) {\n return null;\n }\n\n return static::$em->getRepository($className)\n ->findOneBy(['id' => $entityId]);\n }", "public function findOneBy(array ...$args);", "public function findByID($id);", "private static function fullFind(array $params) {\r\n $filtered = filter(Manager::TABLE_FIELDS, $params);\r\n // query builder must be included in another file\r\n $qb = QueryBuilder::select(Manager::TABLE_NAME, Manager::TABLE_FIELDS)\r\n ->join(Employee::TABLE_NAME, Employee::TABLE_FIELDS, 'Employee.id', 'Manager.id')\r\n ->join('Insurance_Plan', [\"rate\"], 'insurance_type', 'type', 'LEFT OUTER');\r\n $first = true;\r\n foreach ($filtered as $field => $value) {\r\n if ($first) {\r\n $qb->where(Manager::TABLE_NAME.\".{$field} = \\\"{$value}\\\"\");\r\n $first = false;\r\n } else {\r\n $qb->and(Manager::TABLE_NAME.\".{$field} = \\\"{$value}\\\"\");\r\n }\r\n }\r\n\r\n return $qb->execute();\r\n }", "public function findWhere($parameters,$relationshipNames=[],$trashed = false);", "public function find($pk, $params = [])\n {\n return $this->db->select('*')->from($this->table)->where($this->pk, $pk)->get()->row();\n }", "public static function find($parameters = null)\r\n {\r\n return parent::find($parameters);\r\n }" ]
[ "0.76042527", "0.7495095", "0.7313981", "0.7175368", "0.6975508", "0.6743814", "0.64895666", "0.64324427", "0.63997346", "0.6383417", "0.63154244", "0.6302192", "0.62765104", "0.6273157", "0.6233557", "0.6227414", "0.62128097", "0.62128097", "0.62128097", "0.62125885", "0.6209388", "0.6199618", "0.6199051", "0.619267", "0.61898136", "0.61884177", "0.6187078", "0.6183922", "0.6178399", "0.6171782" ]
0.76609427
0
Find first entity by params
public function findOneBy($params);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function fetchOneBy($params = [])\n {\n return $this->getEntityRepository()->findOneBy($params);\n }", "public function execute($params = array()) {\n \n $this->getQueryBuilder()->where($params);\n $query = $this->getQueryBuilder()->getQuery($this->entity, QueryBuilder::GET_ITEM_QUERY);\n \n $firstResult = $this->query($query);\n $entityName = get_class($this->entity);\n $this->request->setAttribute($entityName, current($firstResult)); \n //add it to the request but return it also\n return $firstResult;\n }", "public function findFirstByParams($parameters = null)\n {\n return $this->model->findFirst($parameters);\n }", "public static function findFirst($parameters = array())\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public function findOne(array $params = array())\n {\n if (!empty($params[1]) && !empty($params[2])) {\n $result = R::findOne($params[0], $params[1], $params[2]);\n } elseif (!empty($params[1]) && empty($params[2])) {\n $result = R::findOne($params[0], $params[1]);\n } else {\n $result = R::findOne($params[0]);\n }\n\n return $result;\n }", "public static function findFirst($parameters = null) {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null) {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\r\n {\r\n return parent::findFirst($parameters);\r\n }", "public static function findFirst($parameters = null)\r\n {\r\n return parent::findFirst($parameters);\r\n }", "public static function findFirst($parameters = null)\r\n {\r\n return parent::findFirst($parameters);\r\n }", "public static function findFirst($parameters = null)\r\n {\r\n return parent::findFirst($parameters);\r\n }", "public function findOneByCriteria(array $params)\n {\n $query = $this->createQueryBuilder('e');\n\n $i = 0;\n foreach ($params as $column => $value) {\n if ($i < 1) {\n $query->where(\"e.$column = :$column\");\n } else {\n $query->andWhere(\"e.$column = :$column\");\n }\n $query->setParameter($column, $value);\n\n $i++;\n }\n\n $query = $query->getQuery();\n\n\n $query->setHint(\\Doctrine\\ORM\\Query::HINT_CUSTOM_OUTPUT_WALKER, 'Gedmo\\\\Translatable\\\\Query\\\\TreeWalker\\\\TranslationWalker');\n\n return $query->getOneOrNullResult();\n }", "public function find($params)\n {\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }", "public static function findFirst($parameters = null)\n {\n return parent::findFirst($parameters);\n }" ]
[ "0.765552", "0.7061824", "0.70392644", "0.69148767", "0.69114494", "0.6904105", "0.68364793", "0.68364793", "0.68290293", "0.68290293", "0.68290293", "0.68290293", "0.67838025", "0.67618763", "0.67398167", "0.67398167", "0.67398167", "0.67398167", "0.67398167", "0.67398167", "0.67398167", "0.67398167", "0.67398167", "0.67398167", "0.67398167", "0.67398167", "0.67398167", "0.67398167", "0.67398167", "0.67398167" ]
0.78036165
0
Test the viewport function
public function testViewportFunction() { $viewportWidth = rand(1, getrandmax()); $viewportFunction = new ViewportFunction( new StringHelper(), (new LengthFactory(new ViewportCalculatorServiceFactory(), 16))->createAbsoluteLength($viewportWidth) ); $this->assertInstanceOf(ViewportFunction::class, $viewportFunction); $this->assertEquals(['viewport'], $viewportFunction->getIdentifiers()); $this->assertEquals($viewportWidth, $viewportFunction->execute([])); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function it_can_be_instantiated()\n {\n $position = $this->createPosition();\n $viewport = new Viewport($position, $position);\n\n $expectations = [\n \\Arcanedev\\GeoLocation\\Contracts\\Entities\\Coordinates\\Viewport::class,\n \\Arcanedev\\GeoLocation\\Entities\\Coordinates\\Viewport::class,\n ];\n\n foreach ($expectations as $expected) {\n static::assertInstanceOf($expected, $viewport);\n }\n }", "public function viewport()\n {\n if (func_num_args() === 0) {\n return $this->viewport->value();\n }\n $this->viewport->value(func_get_arg(0));\n return $this;\n }", "function add_custom_viewport() {\n if(is_mobile() || is_iphone() || is_ipad() || is_ipod()) {\n echo '<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" >';\n }\n}", "function mp_meta_viewport(){\n $viewport = '<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable = yes\">'.\"\\n\";\n echo apply_filters('mp_meta_viewport', $viewport);\n}", "public function viewport($viewport = 'width=device-width, initial-scale=1')\n {\n echo \"\\n\\t\" . $this->Html->meta([\n 'name' => 'viewport',\n 'content' => $viewport,\n ]);\n }", "public function addViewport()\n {\n echo \"<meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1\\\">\";\n }", "function isDisplayed();", "public function testHomePage()\n {\n $this->visit('/')\n \t ->see('CUBE SUMMATION')\n \t ->see('Cube dimensions');\n }", "function rad_viewport_tag() {\n echo '<meta name=\"viewport\" content=\"width-device-width\">';\n}", "public function testResizeBy() {\r\n $this->window->resizeBy(Dimension::createInstance(0, 0));\r\n $this->assertEquals(300, $this->window->getDimension()->width);\r\n $this->assertEquals(200, $this->window->getDimension()->height);\r\n\r\n $this->window->resizeBy(Dimension::createInstance(500, 400));\r\n $this->assertEquals(800, $this->window->getDimension()->width);\r\n $this->assertEquals(600, $this->window->getDimension()->height);\r\n\r\n $this->window->resizeBy(Dimension::createInstance(-100, -200));\r\n $this->assertEquals(700, $this->window->getDimension()->width);\r\n $this->assertEquals(400, $this->window->getDimension()->height);\r\n }", "public function testResizeTo() {\r\n $this->window->resizeTo(Dimension::createInstance(300, 200));\r\n $this->assertEquals(300, $this->window->getDimension()->width);\r\n $this->assertEquals(200, $this->window->getDimension()->height);\r\n\r\n $this->window->resizeTo(Dimension::createInstance(600, 400));\r\n $this->assertEquals(600, $this->window->getDimension()->width);\r\n $this->assertEquals(400, $this->window->getDimension()->height);\r\n\r\n $this->window->resizeTo(Dimension::createInstance(300, 200));\r\n $this->assertEquals(300, $this->window->getDimension()->width);\r\n $this->assertEquals(200, $this->window->getDimension()->height);\r\n }", "function test_page_size_on_view(){\n\t\tself::clear_get_values();\n\n\t\t$dynamic_view = self::get_view_by_key( 'dynamic-view' );\n\n\t\t// Page size is equal to 1\n\t\t$dynamic_view->frm_page_size = 1;\n\t\t$d = self::get_default_args( $dynamic_view, array( 'Jamie', 'frm_pagination_cont' ), array( 'Steve', 'Steph' ) );\n\t\tself::run_get_display_data_tests( $d, 'view with page size set' );\n\n\t\t// Page size is equal to 2\n\t\t$dynamic_view = self::reset_view( 'dynamic-view' );\n\t\t$dynamic_view->frm_page_size = 2;\n\t\t$d = self::get_default_args( $dynamic_view, array( 'Jamie', 'Steph', 'frm_pagination_cont' ), array( 'Steve' ) );\n\t\tself::run_get_display_data_tests( $d, 'view with page size set' );\n\n\t\t// Page size is equal to 3\n\t\t$dynamic_view = self::reset_view( 'dynamic-view' );\n\t\t$dynamic_view->frm_page_size = 3;\n\t\t$d = self::get_default_args( $dynamic_view, array( 'Jamie', 'Steph', 'Steve' ), array( 'frm_pagination_cont') );\n\t\tself::run_get_display_data_tests( $d, 'view with page size set' );\n\t}", "function harmonica_meta_viewport() {\n\techo '<meta name=\"viewport\" content=\"width=device-width\" />' . \"\\n\";\n}", "public function testViewAccess()\n\t{\n\t\tforeach ($this->views as $key => $name)\n\t\t{\n\t\t\t$this->assertSame( $name, $this->definition->view( $key ) );\n\t\t}\n\t}", "function sbridge_viewport_meta_tag() {\n echo '<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />';\n}", "function IsPageVisible($p_last,$p_current,$p_test)\n {\n if($p_test==1 or $p_test==$p_last)\n {\n return true;\n }\n // nearest 10 pages must be visible\n $begin=$p_current-2;\n\n if($begin<1)\n {\n $begin=1;\n }\n $end=$begin+5;\n if($end>$p_last)\n {\n $end=$p_last;\n }\n if($p_test>=$begin and $p_test<=$end)\n {\n return true;\n }\n // nearest 100 pages must be visible with step=10\n $begin=$p_current-20;\n if($begin<1)\n {\n $begin=1;\n }\n $end=$begin+50;\n\n if($end>$p_last)\n {\n $end=$p_last;\n }\n if($p_test>=$begin and $p_test<=$end)\n {\n\n if($p_test%10==0)\n {\n return true;\n }\n else\n {\n return false;\n }\n }\n // nearest 1000 pages must be visible with step=100\n $begin=$p_current-200;\n if($begin<1)\n {\n $begin=1;\n }\n $end=$begin+500;\n\n if($end>$p_last)\n {\n $end=$p_last;\n }\n if($p_test>=$begin and $p_test<=$end)\n {\n\n if($p_test%100==0)\n {\n return true;\n }\n else\n {\n return false;\n }\n }\n // nearest 10000 pages must be visible with step=1000\n $begin=$p_current-2000;\n if($begin<1)\n {\n $begin=1;\n }\n $end=$begin+5000;\n\n if($end>$p_last)\n {\n $end=$p_last;\n }\n if($p_test>=$begin and $p_test<=$end)\n {\n\n if($p_test%1000==0)\n {\n return true;\n }\n else\n {\n return false;\n }\n }\n return false;\n }", "public function testGetCustomerCurrentViews()\n {\n\n }", "public function isVisible();", "public function isVisible();", "public function isVisible();", "public function testGetUserViews()\n {\n // Setup team vuew\n $teamView = new BrowserView();\n $teamView->setObjType(\"note\");\n $teamView->setTeamId(1);\n $this->browserViewService->saveView($teamView);\n\n // Setup user view\n $userView = new BrowserView();\n $userView->setObjType(\"note\");\n $userView->setUserId(2);\n $this->browserViewService->saveView($userView);\n\n // Set global account view\n $accountView = new BrowserView();\n $accountView->setObjType(\"note\");\n $this->browserViewService->saveView($accountView);\n\n // Make sure getting accounts views does not return user or team views\n $userViews = $this->browserViewService->getUserViews(\"note\", 2);\n $foundTeamView = false;\n $foundAccountView = false;\n foreach ($userViews as $view)\n {\n if ($view->getTeamid())\n $foundTeamView = true;\n if (empty($view->getTeamId()) && empty($view->getUserId()))\n $foundAccountView = true;\n }\n $this->assertTrue(count($userViews) >= 1);\n $this->assertFalse($foundTeamView);\n $this->assertFalse($foundAccountView);\n\n // Cleanup\n $this->browserViewService->deleteView($teamView);\n $this->browserViewService->deleteView($userView);\n $this->browserViewService->deleteView($accountView);\n }", "public function testGetTeamViews()\n {\n // Setup team vuew\n $teamView = new BrowserView();\n $teamView->setObjType(\"note\");\n $teamView->setTeamId(1);\n $this->browserViewService->saveView($teamView);\n\n // Setup user view\n $userView = new BrowserView();\n $userView->setObjType(\"note\");\n $userView->setUserId(2);\n $this->browserViewService->saveView($userView);\n\n // Set global account view\n $accountView = new BrowserView();\n $accountView->setObjType(\"note\");\n $this->browserViewService->saveView($accountView);\n\n // Make sure getting accounts views does not return user or team views\n $teamViews = $this->browserViewService->getTeamViews(\"note\", 1);\n $foundUserView = false;\n $foundAccountView = false;\n foreach ($teamViews as $view)\n {\n if ($view->getUserId())\n $foundUserView = true;\n if (empty($view->getTeamId()) && empty($view->getUserId()))\n $foundAccountView = true;\n }\n $this->assertTrue(count($teamViews) >= 1);\n $this->assertFalse($foundUserView);\n $this->assertFalse($foundAccountView);\n\n // Cleanup\n $this->browserViewService->deleteView($teamView);\n $this->browserViewService->deleteView($userView);\n $this->browserViewService->deleteView($accountView);\n }", "private function GetViewport($tab = 0)\r\n {\r\n return $this->Tab('<meta name=\"viewport\" content=\"' . $this->viewport . '\">', $tab);\r\n }", "public function testLook()\n {\n }", "public function hasView(){\n return $this->_has(2);\n }", "public function hasView(){\n return $this->_has(2);\n }", "public function testOperationsPage()\n {\n $this->visit('/')\n \t ->type('4', 'cubeDimensions')\n \t ->press('btnGO')\n \t ->seePageIs('/operations')\n \t ->see('CUBE SUMMATION')\n \t ->see('CUBE Query')\n \t ->type('QUERY 1 1 1 4 4 4', 'query')\n \t ->press('btnRun')\n \t ->click('btnBack')\n \t ->seePageIs('/');\n }", "function testgetViewParams()\r\n {\r\n $frameParams = Jfactory::getApplication();;\r\n $expected = $frameParams->getParams();\r\n\r\n $result = $this->instance->getViewParams();\r\n $this->assertTrue($result == $expected);\r\n }", "public function testOSR_IsVertical0()\n {\n $actual = OSR_IsVertical(static::$srs4326);\n $this->assertFalse(\n $actual,\n \"Result of OSR_IsVertical should be FALSE for EPSG:4326\"\n );\n }", "public function isVisible(): bool;" ]
[ "0.5883006", "0.55486685", "0.54766583", "0.54414886", "0.5411722", "0.53834623", "0.5337681", "0.5254369", "0.51795566", "0.51081586", "0.5101679", "0.5062409", "0.50597346", "0.5041739", "0.49857903", "0.498367", "0.4978853", "0.49495676", "0.49495676", "0.49495676", "0.49364403", "0.49147868", "0.4898827", "0.48981443", "0.48916134", "0.48916134", "0.4878864", "0.48749068", "0.48742616", "0.48407865" ]
0.7897944
0
/ 1. Get Tipping reached deal list 2. Send notification to Admin Tipping reached and transfer fund to seller a/c .. Seller Tipping reached please ship the product items, with the deal purchased details and you will receive the fund the product purchasee soon, Buyer Tipping reached for your purchase you will shortly receive your items. Update as notified to avoid repeated notification
public function fetchUpdateTippedDeals() { $this->deal_service = new \DealsService(); $deal_list = DB::table('deal')->where('tipping_notified', 0)->where('deal_tipping_status', 'tipping_reached') ->take($this->cron_limit) ->orderBy('deal.deal_id')->get(); if(COUNT($deal_list)) { foreach($deal_list AS $deal) { $this->deal_service->updateDealTippedDetails($deal); // Send notification to admin, Seller, Buyer for deal tipped. Transfer funds seller account } } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static function notifyDeliveryDetails()\n {\n }", "public function confirmPending($uid)\n {\n try {\n $options = array(\n 'cluster' => env('PUSHER_CLUSTER'),\n 'useTLS' => env('PUSHER_USETLS')\n );\n $pusher = new Pusher(\n env('PUSHER_APP_KEY'),\n env('PUSHER_APP_SECRET'),\n env('PUSHER_APP_ID'),\n $options\n );\n $data['message'] = 'Confirm pending order-'.$uid;\n $pusher->trigger(env('PUSHER_CHANNEL'), env('PUSHER_EVENT'), $data);\n } catch (PusherException $e) {\n }\n\n $deliverys = DeliveryInCart::where('uid', $uid);\n $deliverys->update(['state' => 1]);\n\n $new_orders = $deliverys->get()->toArray();\n $total_price = 0;\n $total_payable = 0;\n $total_tax = 0;\n $total_discount = 0;\n $delivery_price = $new_orders[0]['delivery_price']; \n foreach($new_orders as $new_order)\n {\n $total_price += $new_order['sub_total'];\n $total_discount += $new_order['discount'] * $new_order['product_quantity'];\n $total_tax += $new_order['tax'] * $new_order['product_quantity'];\n }\n $total_tax += $new_orders[0]['delivery_tax'];\n $total_payable = $total_price + $delivery_price + $total_tax - $total_discount;\n\n ////////////////////////In the case of cash payment, add this delivery to transaction automatically///////////////////////////////////////\n\t\t$this->transactionUtil->createTransactionFromDelivery($new_orders, $uid);\n ///////////////////////////////////////////////////////////////\n\n $mail_headers = \"From: \".env('APP_NAME') . \" - \". env('APP_TITLE').\"<\".env('MAIL_FROM_ADDRESS').\">\";\n $subject = 'Alert: Bullet - Delivery Completed';\n\n $message = \"Hi \" . $new_orders[0]['user_name'] . \",\\r\\n\" .\n \"Your order has been delivered to you \\r\\n\" .\n env('APP_NAME') . \" - \". env('APP_TITLE');\n DataHelper::send_mail($new_orders[0]['user_email'], $subject, $message, $mail_headers);\n return back()\n ->with('status', ['success' => 1,\n 'msg' => __('messages.delivery_complete')]);\n }", "public function confirm($uid)\n {\n try {\n $options = array(\n 'cluster' => env('PUSHER_CLUSTER'),\n 'useTLS' => env('PUSHER_USETLS')\n );\n $pusher = new Pusher(\n env('PUSHER_APP_KEY'),\n env('PUSHER_APP_SECRET'),\n env('PUSHER_APP_ID'),\n $options\n );\n $data['message'] = 'Confirm order-'.$uid;\n $pusher->trigger(env('PUSHER_CHANNEL'), env('PUSHER_EVENT'), $data);\n } catch (PusherException $e) {\n }\n\n $deliverys = DeliveryInCart::where('uid', $uid);\n $deliverys->update(['state' => 3]);\n $mail_headers = \"From: \".env('APP_NAME') . \" - \". env('APP_TITLE').\"<\".env('MAIL_FROM_ADDRESS').\">\";\n $subject = 'Alert: Bullet - Delivery Confirmed';\n \n $new_orders = $deliverys->get()->toArray();\n $total_price = 0;\n $total_payable = 0;\n $total_tax = 0;\n $total_discount = 0;\n $delivery_price = $new_orders[0]['delivery_price']; \n foreach($new_orders as $new_order)\n {\n $total_price += $new_order['sub_total'];\n $total_discount += $new_order['discount'] * $new_order['product_quantity'];\n $total_tax += $new_order['tax'] * $new_order['product_quantity'];\n }\n $total_tax += $new_orders[0]['delivery_tax'];\n $total_payable = $total_price + $delivery_price + $total_tax - $total_discount;\n\n ////////// increase points when cash pay//////////\n if($new_orders[0]['payment_method'] == 'Cash') {\n $this->transactionUtil->increasePointsFromDelivery($new_orders, $uid);\n }\n /////////////////////////////\n\n $message = \"Hi \" . $new_orders[0]['user_name'] . \",\\r\\n\" .\n \"Your delivery confirmed. \\r\\n\" .\n env('APP_NAME') . \" - \". env('APP_TITLE');\n DataHelper::send_mail($new_orders[0]['user_email'], $subject, $message, $mail_headers);\n return back()\n ->with('status', ['success' => 1,\n 'msg' => __('messages.delivery_confirm')]);\n }", "function GetTransactionDetails(){\n\t// GetTransactionDetails requires a Transaction ID, and GetExpressCheckoutDetails requires Token returned by SetExpressCheckOut\n\t$padata = \t'&TOKEN='.urlencode(_GET('token'));\n\t$httpParsedResponseAr = $this->PPHttpPost('GetExpressCheckoutDetails', $padata, PPL_API_USER, PPL_API_PASSWORD, PPL_API_SIGNATURE, PPL_MODE);\n\tif(\"SUCCESS\" == strtoupper($httpParsedResponseAr[\"ACK\"]) || \"SUCCESSWITHWARNING\" == strtoupper($httpParsedResponseAr[\"ACK\"])){\n\t\t\n\t\t/*#### SAVE BUYER INFORMATION IN DATABASE ###*/ \n\n\t\t\n\t\tglobal $wpdb;\n\t\t$fields = _SESSION('formdata');\n\t\t$data = array(\n\t\t\t'fields' \t=> json_encode(_SESSION('formdata')), \n\t\t\t'transaction_id' \t=> $httpParsedResponseAr[\"TRANSACTIONID\"], \n\t\t\t'status' \t=> strtoupper($httpParsedResponseAr[\"ACK\"]), \n\t\t);\n\t\t$wpdb->insert($wpdb->prefix.'ab_inquiries' , $data);\n\t\t$lastid = $wpdb->insert_id;\n$to = '[email protected]';\n$subject = 'EVENTS SUMMARY';\n$headers = \"From: \" . $email . \"\\r\\n\";\n\t\t\t//$headers .= \"CC: [email protected]\\r\\n\";\n$headers .= \"MIME-Version: 1.0\\r\\n\";\n$headers .= \"Content-Type: text/html; charset=ISO-8859-1\\r\\n\";\n$message = '<html><body>';\n$message .= '<table rules=\"all\" style=\"border-color: #666;\" cellpadding=\"10\">';\n\n$product = $fields['product'];\nunset($fields['product']);\nforeach ($fields as $key => $value) {\n\t$message .= \"<tr><td><strong>\".$key.\":</strong> </td><td>\" . $value . \"</td></tr>\";\n}\nif (is_array($product)) {\n\tforeach ($product as $key1) {\n\t\t$message .= \"<tr><td><strong>Product:</strong> </td><td>Name: \" . $key1['ItemName'] . \", ItemNumber: \" . $key1['ItemNumber'] . \" , ItemQty:\" . $key1['ItemQty'] . \" , ItemPrice:\" . $key1['ItemPrice'] . \"</td></tr>\";\n\t}\n}\n$message .= \"</table>\";\n$message .= \"</body></html>\";\n$mail = wp_mail( $to, $subject, $message, $headers);\necho \"<script>window.location = '\".site_url('/sucess/?paymentID='.$lastid).\"'</script>\";\n\n\t}\n\telse {\n\t\techo '<div style=\"color:red\"><b>GetTransactionDetails failed:</b>'.urldecode($httpParsedResponseAr[\"L_LONGMESSAGE0\"]).'</div>';\n\t\techo '<pre>';\n\t\tprint_r($httpParsedResponseAr);\n\t\techo '</pre>';\n\t}\n}", "public function fetchUpdateExpiredDeals()\n\t{\n\n\t\t$deal_list = array();\n\t\t$this->deal_service = new \\DealsService();\n\t\t$deal_list = DB::table('deal')->where('tipping_notified', 0)\n\t\t\t\t\t->whereRaw('deal_status != \\'expired\\' ')\n\t\t\t\t\t->whereRaw('(((deal_tipping_status = \\'pending_tipping\\' OR deal_tipping_status = \\'\\' ) AND DATE_FORMAT(date_deal_to, \\'%Y-%m-%d\\') < CURDATE() ) OR (deal_status = \\'closed\\'))')\n\t\t\t\t\t->take($this->cron_limit)\n\t\t\t\t\t->orderBy('deal.deal_id')->get();\n\n\t\tif(COUNT($deal_list))\n\t\t{\n\t\t\tforeach($deal_list AS $deal)\n\t\t\t{\n\t\t\t\t$this->deal_service->updateDealExpiredDetails($deal);\n\t\t\t\t// Send notification to admin, Seller, Buyer for deal tipped.\n\t\t\t\t// Transfer funds seller account\n\t\t\t}\n\t\t}\n\n\t}", "function execute()\n {\n $gateway = new UserPackageGateway($this->user);\n\n $messages = array();\n $newPreEmailed = array();\n $autoUnsuspend = array();\n $autoSuspend = array();\n $preEmailed = unserialize($this->settings->get('plugin_autosuspend_Notified Package List'));\n $dueDays = $this->settings->get('plugin_autosuspend_Days Overdue Before Suspending');\n if ( $dueDays !=0 ) {\n $manualSuspend = array();\n $overdueArray = $this->_getOverduePackages();\n $createTicket = $this->settings->get('plugin_autosuspend_Create Ticket');\n\n if ($createTicket) {\n $templategateway = new AutoresponderTemplateGateway();\n $template = $templategateway->getEmailTemplateByName(\"Notify Package Suspension\");\n\n $strSubjectEmailStringOriginal = $template->getSubject();\n $strEmailArrOriginal = $template->getContents();\n\n $templateID = $template->getId();\n }\n\n $ticketTypeGateway = new TicketTypeGateway();\n $this->ticketNotifications = new TicketNotifications($this->user);\n $billingTicketType = $ticketTypeGateway->getBillingTicketType();\n\n foreach ($overdueArray as $packageId => $dueDate) {\n $domain = new UserPackage($packageId, array(), $this->user);\n\n $user = new User($domain->getCustomerId());\n if ($createTicket) {\n $strSubjectEmailString = $strSubjectEmailStringOriginal;\n $strEmailArr = $strEmailArrOriginal;\n\n if($templateID !== false){\n include_once 'modules/admin/models/Translations.php';\n $languages = CE_Lib::getEnabledLanguages();\n $translations = new Translations();\n $languageKey = ucfirst(strtolower($user->getRealLanguage()));\n CE_Lib::setI18n($languageKey);\n\n if(count($languages) > 1){\n $strSubjectEmailString = $translations->getValue(EMAIL_SUBJECT, $templateID, $languageKey, $strSubjectEmailString);\n $strEmailArr = $translations->getValue(EMAIL_CONTENT, $templateID, $languageKey, $strEmailArr);\n }\n }\n\n $ticketSubj = $this->replaceMsgGenericTags($strSubjectEmailString);\n $ticketMsg = $this->replaceMsgGenericTags($strEmailArr);\n }\n\n if ($gateway->hasServerPlugin($domain->getCustomField(\"Server Id\"), $pluginName)) {\n $errors = false;\n try{\n $domain->suspend(true, true);\n }catch(Exception $ex){\n $errors = true;\n }\n\n if($errors){\n $manualSuspend[] = $domain->getID();\n }else{\n $autoSuspend[] = $domain->getID();\n }\n\n if ($createTicket) {\n if (!is_array($preEmailed) || !in_array($domain->getID(), $preEmailed)) {\n $this->createTicket($ticketSubj, $ticketMsg, $domain, $dueDate, $billingTicketType);\n }\n if($errors){\n $newPreEmailed[] = $domain->getID();\n }\n }\n } elseif (!is_array($preEmailed) || !in_array($domain->getID(), $preEmailed)) {\n $manualSuspend[] = $domain->getID();\n $newPreEmailed[] = $domain->getID();\n if ($createTicket) {\n $this->createTicket($ticketSubj, $ticketMsg, $domain, $dueDate, $billingTicketType);\n }\n } else {\n $newPreEmailed[] = $domain->getID();\n }\n }\n $sendSummary = false;\n $body = $this->user->lang(\"Autosuspend Service Summary\").\"\\n\\n\";\n if (sizeof($autoSuspend) > 0) {\n $sendSummary = true;\n $body .= $this->user->lang(\"Suspended\").\":\\n\\n\";\n foreach ($autoSuspend as $id) {\n $domain = new UserPackage($id, array(), $this->user);\n $user = new User($domain->CustomerId);\n $body .= $user->getFullName().\" => \".$domain->getReference(true).\"\\n\";\n }\n $body .= \"\\n\";\n }\n if (sizeof($manualSuspend) > 0) {\n $sendSummary = true;\n $body .= $this->user->lang(\"Requires Manual Suspension\").\":\\n\\n\";\n foreach ($manualSuspend as $id) {\n $domain = new UserPackage($id, array(), $this->user);\n $user = new User($domain->CustomerId);\n $body .= $user->getFullName().\" => \".$domain->getReference(true).\"\\n\";\n }\n }\n\n if ($sendSummary && $this->settings->get('plugin_autosuspend_E-mail Notifications') != \"\") {\n $mailGateway = new NE_MailGateway();\n $destinataries = explode(\"\\r\\n\", $this->settings->get('plugin_autosuspend_E-mail Notifications'));\n foreach ($destinataries as $destinatary) {\n if ( $destinatary != '' ) {\n $mailGateway->mailMessageEmail( $body,\n $this->settings->get('Support E-mail'),\n $this->settings->get('Support E-mail'),\n $destinatary,\n false,\n $this->user->lang(\"AutoSuspend Service Summary\"));\n }\n }\n }\n\n // Store the new notified list\n array_unshift($messages, $this->user->lang('%s package(s) suspended', sizeof($autoSuspend)));\n }\n\n if ( $this->settings->get('plugin_autosuspend_Enable Unsuspension') !=0 ) {\n $manualUnsuspend = array();\n $suspendedArray = $this->_getSuspendedPackages();\n foreach ($suspendedArray as $packageId) {\n $domain = new UserPackage($packageId, array(), $this->user);\n if ($gateway->hasServerPlugin($domain->getCustomField(\"Server Id\"), $pluginName)) {\n $errors = false;\n try{\n $domain->unsuspend(true, true);\n }catch(Exception $ex){\n $errors = true;\n }\n\n if($errors){\n $manualUnsuspend[] = $domain->getID();\n }else{\n $autoUnsuspend[] = $domain->getID();\n }\n } elseif (!is_array($preEmailed) || !in_array($domain->getID(), $preEmailed)) {\n $manualUnsuspend[] = $domain->getID();\n $newPreEmailed[] = $domain->getID();\n } else {\n $newPreEmailed[] = $domain->getID();\n }\n }\n $sendSummary = false;\n $body = $this->user->lang(\"Autounsuspend Service Summary\").\"\\n\\n\";\n if (sizeof($autoUnsuspend) > 0) {\n $sendSummary = true;\n $body .= $this->user->lang(\"Unsuspended\").\":\\n\\n\";\n foreach ($autoUnsuspend as $id) {\n $domain = new UserPackage($id, array(), $this->user);\n $user = new User($domain->CustomerId);\n $body .= $user->getFullName().\" => \".$domain->getReference(true).\"\\n\";\n }\n $body .= \"\\n\";\n }\n if (sizeof($manualUnsuspend) > 0) {\n $sendSummary = true;\n $body .= $this->user->lang(\"Requires Manual Unsuspension\").\":\\n\\n\";\n foreach ($manualUnsuspend as $id) {\n $domain = new UserPackage($id, array(), $this->user);\n $user = new User($domain->CustomerId);\n $body .= $user->getFullName().\" => \".$domain->getReference(true).\"\\n\";\n }\n }\n\n if ($sendSummary && $this->settings->get('plugin_autounsuspend_E-mail Notifications') != \"\") {\n $mailGateway = new NE_MailGateway();\n $destinataries = explode(\"\\r\\n\", $this->settings->get('plugin_autounsuspend_E-mail Notifications'));\n foreach ($destinataries as $destinatary) {\n if ( $destinatary != '' ) {\n $mailGateway->mailMessageEmail( $body,\n $this->settings->get('Support E-mail'),\n $this->settings->get('Support E-mail'),\n $destinatary,\n false,\n $this->user->lang(\"AutoUnsuspend Service Summary\"));\n }\n }\n }\n array_unshift($messages, $this->user->lang('%s package(s) unsuspended', sizeof($autoUnsuspend)));\n }\n if($this->settings->get('plugin_autosuspend_Enable Unsuspension')==0 and $dueDays==0) {\n array_unshift($messages, $this->user->lang('As you disabled both the services. The system has nothing to do.'));\n }\n $this->settings->updateValue(\"plugin_autosuspend_Notified Package List\", serialize($newPreEmailed));\n return $messages;\n }", "function temPlateOrderNotification($user_email){\n \t\t\tinclude_once 'dbclass.php';\n \t\t\tinclude_once 'class.login.php';\n\n\t\t\t$log = new logmein();\n \t\t\t//var_dump($albumid);\n\t\t\t$shDB =new sh_DB();\n\n\t\t\t$settingsid = array('id' => 1);\t\t\t\t\t\t\t\t\t\n\t\t\t$settings = $shDB->selectOnMultipleCondition($settingsid,'settings');\n\t\t\t$settings = $settings[0];\n\t\t\t$from = $settings['admin_email'];\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t//process products bof\n\t\t\t$selectProductDatainTemp = array('sessionid' => $_SESSION['sessionid']);\t\t\t\t\t\t\t\t\t\n\t\t\t$dataInTempProduct = $shDB->selectOnMultipleCondition($selectProductDatainTemp,'temp_product');\n\t\t\t\n\t\t\t$products ='<table cellpadding=\"3\" cellspacing=\"0\" style=\"table-layout:fixed; width:100%;\">';\n\t\t\t$products .='<tr>\n\t\t\t\t\t\t\t<td align=\"left\" style=\"border-bottom:solid 1px #EAF0F0;width:30%\"><strong>Product Name (Price)</strong></td>\n\t\t\t\t\t\t\t<td align=\"center\" style=\"border-bottom:solid 1px #EAF0F0;width:20%\"><strong>Base Price</strong></td>\n\t\t\t\t\t\t\t<td align=\"left\" style=\"border-bottom:solid 1px #EAF0F0;width:40%\"><strong>Product Option</strong></td>\n\t\t\t\t\t\t\t<td align=\"right\" style=\"border-bottom:solid 1px #EAF0F0;width:10%;padding-right:15px;\"><strong>Amount</strong></td>\n\t\t\t\t\t\t</tr>';\n\t\t\t\t\t\t$subTotal = 0;\n\t\t\t\t\t\tforeach ($dataInTempProduct as $tempProduct){\n\t\t\t\t\t\t\t$itemName = $tempProduct['name'];\n\t\t\t\t\t\t\n\t\t\t\t\t\t $data = array('id' => $tempProduct['productid']);\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t$product = $shDB->selectOnMultipleCondition($data,'prod_item');\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t$product = $product[0];\n\t\t\t\t\t\t\t$dataforProduct = array('id' => $product['prod_id']);\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t$productname = $shDB->selectOnMultipleCondition($dataforProduct,'product');\n\t\t\t\t\t\t\t$productname = $productname[0]['name'];\t\n\t\t\t\t\t\t\t$tempOptiondata = array('temp_product_id' => $tempProduct['id']);\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t$tempOptiondata = $shDB->selectOnMultipleCondition($tempOptiondata,'temp_item_option');\n\t\t\t\t\t\t\t$optionCost = 0;\n\t\t\t\t\t\t\t$optionString = '';\n\t\t\t\t\t\t\t$additionalLeafCost = '';\n\t\t\t\t\t\t\tif($tempOptiondata){\n\t\t\t\t\t\t\t\tforeach($tempOptiondata as $optionValue){\n\t\t\t\t\t\t\t\t\t$itemOptiondata = array(\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t'id' => $optionValue['prod_item_option_id']\n\t\t\t\t\t\t\t\t\t\t\t\t);\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t$itemOptiondata = $shDB->selectOnMultipleCondition($itemOptiondata,'prod_item_option');\n\t\t\t\t\t\t\t\t\t$itemOptiondata = $itemOptiondata[0];\n\t\t\t\t\t\t\t\t\t$optionCost = $optionCost + $itemOptiondata['cost'];\n\t\t\t\t\t\t\t\t\t$itemOptiondataNameandValue = array(\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t'id' => $itemOptiondata['optionid']\n\t\t\t\t\t\t\t\t\t\t\t\t);\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t$itemOptiondataNameandValue = $shDB->selectOnMultipleCondition($itemOptiondataNameandValue,'itemoption');\n\t\t\t\t\t\t\t\t\t$itemOptiondataNameandValue = $itemOptiondataNameandValue[0];\n\t\t\t\t\t\t\t\t\t$optionString .= $itemOptiondataNameandValue['name'].' : '.$itemOptiondataNameandValue['value'].' ('.$settings['currency'].' '.$itemOptiondata['cost'].')<br />';\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\t\n\t\t\t\t\t\t\t$optionDescription = '';\n\t\t\t\t\t\t\tif($tempProduct['additionalleaf']>0){\n\t\t\t\t\t\t\t\t$additionalLeafCost = $tempProduct['additionalleaf']*$tempProduct['addsidecost'];\n\t\t\t\t\t\t\t\t$optionDescription .= 'Additional Sides : '.$tempProduct['additionalleaf'].'&times'.$tempProduct['addsidecost'].' = '.$settings['currency'].$additionalLeafCost.'<br />';\n\t\t\t\t\t\t\t\t$optionDescription .= $optionString;\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t$itemTotal = $product[\"basicprice\"] + $additionalLeafCost + $optionCost;\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t$subTotal =$subTotal + $itemTotal;\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t$products .='<tr>\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td align=\"left\" class=\"botBorder3\">'.$productname.'<br /><small>'.$itemName.'</small></td>\n\t\t\t\t\t\t\t<td align=\"center\" class=\"botBorder3\">'.$settings['currency'].' '.$product[\"basicprice\"].'</font></td>\n\t\t\t\t\t\t\t<td align=\"left\" class=\"botBorder3\">'.$optionDescription.'</font></td>\n\t\t\t\t\t\t\t<td align=\"right\" class=\"botBorder3\" style=\"padding-right:15px;\"><font class=\"currency1\">'.$settings['currency'].' '.$itemTotal.'</td>\n\t\t\t\t\t\t</tr>\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t';\n\t\t\t\t\t}\n\t\t\t\t\t$grand_total=$subTotal;\n\t\t\t$products .='<tr>\n\t\t\t\t\t\t\t<td align=\"right\" colspan=\"4\" style=\"padding-right:15px; font-size:16px; font-weight:bold;\">Total - '.$settings['currency'].' '.$grand_total.'</td>\n\t\t\t\t\t\t</tr>';\n\t\t\t$products .='</table>';\n\t\t\t\n\t\t\t\n\t\t\t//process products eof\n\t\t\t\n\t\t\t$subject = 'New order has been placed';\n\t\t\t\t\n\t\t\t//get customer name bof\t\n\t\t\t/* $selectBillingAddress = $shDB->selectOnMultipleCondition($selectBillingAddress,'bill_address');\n\t\t\t$selectBillingAddress = $selectBillingAddres s[0];\n\t\t\t$custName=$selectBillingAddress['name'];*/\n\t\t\t//get customer name eof\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t$message = '<html><body style=\"background: #6E9091;font-size:8pt;font-family:tahoma,arial;padding:20px;\">';\n\t\t\t$message .= '<img src=\"'.$log->baseurl.'images/modpix_logo.png\" width=\"180\" alt=\"Modpix\" />';\n\t\t\t$message .= '<table width=\"80%\" rules=\"\" cellpadding=\"0\" cellspacing=\"0\">';\n\t\t\t$message .= '<tr>';\n\t\t\t$message .= '<td style=\"background-image: url('.$log->baseurl.'images/email_round.png);background-position:top left;background-repeat:no-repeat;width:14px;height:14px\"></td>';\n\t\t\t$message .= '<td style=\"background: #fff;border-top:1px solid #6E9091\"></td>';\n\t\t\t$message .= '<td style=\"background-image: url('.$log->baseurl.'images/email_round.png);background-position:top right;background-repeat:no-repeat;width:14px;height:14px\"></td>';\n\t\t\t$message .= '</tr>';\n\t\t\t\n\t\t\t$message .= '<tr>';\n\t\t\t$message .= '<td style=\"background: #fff;\"></td>';\n\t\t\t$message .= '<td style=\"background: #fff;font-size:11px;line-height:2.1em;\">';\n\t\t\t\t$message .= '<table rules=\"\" style=\"border-color: #666;\" width=\"100%\" cellpadding=\"10\">';\n\t\t\t\t\t$message .= '<tr><td style=\"width:100px;font-size:11px;\">Hi </td></tr>';\n\t\t\t\t\t$message .= '<tr ><td style=\"font-size:11px;\">Your order have been successfully placed. Thank You! We Appreciate your Business! </td></tr>';\n\t\t\t\t\t$message .= '<tr ><td style=\"font-size:11px;\">Your order details are given below: </td></tr>';\n\t\t\t\t$message .= '</table>';\n\t\t\t$message .= '</td>';\n\t\t\t$message .= '<td style=\\'background: #fff;\\'></td>';\n\t\t\t$message .= '</tr>';\n\t\t\t\n\t\t\t$message .= '<tr>';\n\t\t\t$message .= '<td style=\"background: #fff;\"></td>';\n\t\t\t$message .= '<td style=\"background: #fff;font-size:11px;line-height:2.1em;\">';\n\t\t\t\t$message .= $products;\n\t\t\t$message .= '</td>';\n\t\t\t$message .= '<td style=\\'background: #fff;\\'></td>';\n\t\t\t$message .= '</tr>';\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t$message .= '<tr>';\n\t\t\t$message .= '<td style=\"background-image: url('.$log->baseurl.'images/email_round.png);background-repeat:no-repeat;background-position:bottom left;width:14px;height:14px\"></td>';\n\t\t\t$message .= '<td style=\\'background: #fff;\\'></td>';\n\t\t\t$message .= '<td style=\"background-image: url('.$log->baseurl.'images/email_round.png);background-repeat:no-repeat;background-position:bottom right;width:14px;height:14px\"></td>';\n\t\t\t$message .= '</tr>';\n\t\t\t$message .= '</table><br />';\n\t\t\t$message .= '<p style=\"color:#fff;\">';\n\t\t\t$message .= '<a style=\"color:#fff;text-decoration:none;font-weight:bold\" href=\"'.$log->baseurl.'index.php?pg=whoweare\">Who we are?</a>&nbsp;&nbsp;|&nbsp;&nbsp;';\n\t\t\t$message .= '<a style=\"color:#fff;text-decoration:none;font-weight:bold\" href=\"'.$log->baseurl.'index.php?pg=products\">Products</a>&nbsp;&nbsp;|&nbsp;&nbsp;';\n\t\t\t$message .= '<a style=\"color:#fff;text-decoration:none;font-weight:bold\" href=\"'.$log->baseurl.'index.php?pg=inquiry\">Inquiry</a>&nbsp;&nbsp;|&nbsp;&nbsp;';\n\t\t\t$message .= '<a style=\"color:#fff;text-decoration:none;font-weight:bold\" href=\"'.$log->baseurl.'index.php?pg=contactus\">Contact Us</a></p>';\n\t\t\t$message .= '<p style=\"color:black;font-size:10px;\">Copyright 2011 &copy; Modpix. All rights reserved. </p>';\n\t\t\t$message .= '</body>';\n\t\t\t\n\t\t\t\n\t\t\t$headers = \"From: \" . $from . \"\\r\\n\";\n\t\t\t$headers .= \"Reply-To: \". $from . \"\\r\\n\";\n\t\t\t$headers .= \"MIME-Version: 1.0\\r\\n\";\n\t\t\t$headers .= \"Content-Type: text/html; charset=ISO-8859-1\\r\\n\";\n\t\t\t\t\n if (mail($user_email, $subject, $message, $headers)) {\n return true;\n } else {\n return false;\n }\n \n // DON'T BOTHER CONTINUING TO THE HTML...\n die();\n }", "public function notifyAction()\n {\n $hashes = $this->getRequest()->getParam('hash_codes');\n\n if (isset($hashes) && $hashes != null)\n {\n $hashes = explode(',', $hashes);\n\n foreach ($hashes as $hash)\n {\n $orderPayment = Mage::getModel('sales/order_payment')\n ->getCollection()\n ->addFieldToFilter('ebanx_hash', $hash)\n ->getFirstItem();\n\n $response = \\Ebanx\\Ebanx::doQuery(array('hash' => $hash));\n\n if ($response->status == 'SUCCESS')\n {\n try\n {\n // Get the new status from Magento\n $orderStatus = $this->_getOrderStatus($response->payment->status);\n\n // Update order status\n $order = Mage::getModel('sales/order')\n ->load($orderPayment->getParentId(), 'entity_id');\n\n // Checks if the order exists\n if (!$order->getRealOrderId())\n {\n throw new Exception('Order cannot be found.');\n }\n\n // If payment status is CA - Canceled - AND order can be cancelled\n if ($response->payment->status == 'CA' && $order->canCancel())\n {\n if (!$order->canCancel())\n {\n throw new Exception('Order cannot be canceled, assuming already processed.');\n }\n\n // Cancel order\n $order->cancel();\n\n // Set orderStatus to Generic canceled status - nothing more to do\n $orderStatus = 'canceled';\n\n // Comment on order\n $order->addStatusHistoryComment('Automatically CANCELED by EBANX Notification.', false);\n }\n\n // If payment status is CO - Paid - AND order can be invoiced\n if ($response->payment->status == 'CO')\n {\n // If can NOT Invoice or order is not new\n if (!$order->canInvoice())\n {\n throw new Exception('Order cannot be invoiced, assuming already processed.');\n }\n\n // Invoice\n $invoice = Mage::getModel('sales/service_order', $order)->prepareInvoice();\n $invoice->setRequestedCaptureCase(Mage_Sales_Model_Order_Invoice::CAPTURE_ONLINE);\n $invoice->register();\n $invoice->getOrder()->setCustomerNoteNotify(true);\n $invoice->getOrder()->setIsInProcess(true);\n\n // Commit invoice to order\n $transactionSave = Mage::getModel('core/resource_transaction')\n ->addObject($invoice)\n ->addObject($invoice->getOrder());\n $transactionSave->save();\n\n // Comment on order\n $order->addStatusHistoryComment('Automatically INVOICED by EBANX Notification.', false);\n $order->getSendConfirmation();\n $order->setEmailSent(true);\n $order->sendNewOrderEmail();\n }\n\n // Set status\n $order->addStatusToHistory($orderStatus, 'Status changed by EBANX Notification.', false)\n ->save();\n\n echo 'OK: payment ' . $hash . ' was updated<br>';\n }\n catch (Exception $e)\n {\n echo 'NOK: payment ' . $hash . ' could not update order, Exception: ' . $e->getMessage() . '<br>';\n }\n }\n else\n {\n echo 'NOK: payment ' . $hash . ' could not be updated.<br>';\n }\n }\n }\n else\n {\n echo 'NOK: empty request.';\n }\n }", "function web_order_feedback()\n {\n $csOrderID = $this->input->post('csOrderID');\n $announceID = $this->input->post('announceID');\n \n \t\t$this->load->model('Order_model');\n $this->load->model('Product_model');\n $this->load->model('cs_order_model');\n $shipWay = 0;\n foreach($_POST['productID'] as $row)\n {\n $productID = $row;\n $r['shipWay'] = $this->input->post('ship_'.$productID );\n $r['backNum'] = $this->input->post('num_'.$productID );\n $shipWay +=$r['shipWay'];\n $this->db->where('productID',$productID);\n $this->db->where('csOrderID',$csOrderID);\n $this->db->update('pos_cs_order_detail',$r);\n \n \n $productData[] =$r ; \n \n }\n\t\t//出貨單設定\n \t$destinationShopID = $this->cs_order_model->csorderToOrder($csOrderID);\n \n //=====出貨單設定完成\n\n //---以下為商商城訂單紀錄\n \n \n $orderID = $this->cs_order_model->getOrderIDOnMart($csOrderID);\n \n if($shipWay==0)\n {\n //寄信通知客人取貨囉!\n \n \n \n $postData = $this->web_order_ready($csOrderID);\n \n \n }\n else\n {\n //寄信通知客人,您的貨品因為物流因素,必須等待\n \n $this->db->where('shopID',$destinationShopID);\n $this->db->update('pos_sub_branch',array('shipmentStatus'=>3));\n \n \n $data['shipWay'] = 1;\n $postData = array(\n 'code'=>53180059,\n 'orderID'=>$orderID,\n 'type' =>'wait'\n );\n $data['response'] =$this->paser->post($this->data['martDomain'].'order/send_pos_shop_email',$postData,false);\n \n $this->paser->post($this->data['martadmDomain'].'receipt/modifydeliver',array('mstatus'=>2,'modify'=>true,'orderid'=>$orderID,'type'=>'mt'),false);\n \n }\n $data['postData'] = $postData;\n /*關閉announce url:\\'system/confirm_announce\\',announceID */\n $this->load->model('system_model');\n $systemInf = $this->system_model->getShopByID($this->data['shopID']);\n $postData['shopID'] = $this->data['shopID'];\n $postData['licenceCode'] = $systemInf['licenceCode'];\n $postData['announceID'] = $announceID;\n $r = $this->paser->post($this->data['posDomain'].'system/confirm_announce',$postData,true);\n $data['result'] = $r['result'];\n \n echo json_encode($data);\n \n \n \n }", "public function daytrade_notification() {\n if ($_SERVER['HTTP_USER_AGENT'] == 'B10ckOut') {\n $this->autoRender = false;\n //get all the user playing daytradegame\n $users_list = $this->Portfolio->getDayTradeUsers();\n foreach ($users_list as $dayTradeDetail) {\n //Check user is playing daytrade game\n $portfolio_id = $dayTradeDetail[\"Portfolio\"][\"id\"];\n $isPortfolioExist = $this->Portfolio->UserstockHistory->getDetailsByPortfolio($portfolio_id);\n if (!empty($isPortfolioExist)) {\n //calculate the profit and loss\n $calc_query = $this->Portfolio->UserstockHistory->getDaytradeResult($portfolio_id);\n $start_money = $dayTradeDetail[\"Portfolio\"][\"start_money\"];\n $net_value = $dayTradeDetail[\"Portfolio\"][\"net_value\"];\n $sum_total_shares = $calc_query[0][0][\"total_price\"];\n $cal_profit_or_loss = ($net_value + $sum_total_shares) - $start_money;\n $result = round($cal_profit_or_loss, 2);\n $msg = \"\";\n if ($result === 0) {\n $msg = Configure::read('site.notification_equal_message');\n } elseif ($result > 0) {\n $config_msg = Configure::read('site.notification_profit_message');\n $msg = str_replace(\"$\", \"$\" . $result, $config_msg);\n } elseif ($result < 0) {\n $config_msg = Configure::read('site.notication_loss_message');\n $msg = str_replace(\"$\", \"$\" . abs($result), $config_msg);\n }\n //find the user logged in device\n $user_id = $dayTradeDetail[\"Portfolio\"][\"user_id\"];\n $userDevices = $this->Portfolio->User->getPushnoteTokenByUser($user_id);\n $this->Portfolio->sendDaytradeNotifications($userDevices, $msg);\n }\n }\n }\n exit;\n }", "public function test5Op(){\n // $sms->send('18701134009','尊敬的会员您好,您预约的商品【商品名称】已到货,赶快去下单吧!退订回T');\n\n // exit;\n \n $strat_time = strtotime(\"-30 day\"); // 只通知最近30天的记录\n \n $model_arrtivalnotice = Model('arrival_notice');\n // 删除30天之前的记录\n $model_arrtivalnotice->delArrivalNotice(array('an_addtime' => array('lt', $strat_time), 'an_type' => array('in','1,2')));\n \n $count = $model_arrtivalnotice->getArrivalNoticeCount(array());\n $times = ceil($count/self::ARRIVAL_NOTICE_NUM);\n // if ($times == 0) return false;\n\n for ($i = 0; $i <= $times; $i++) {\n \n $notice_list = $model_arrtivalnotice->getArrivalNoticeList(array(), '*', $i.','.self::ARRIVAL_NOTICE_NUM);\n if (empty($notice_list)) continue;\n \n\n\n // 查询商品是否已经上架\n $goodsid_array = array();\n foreach ($notice_list as $val) {\n $goodsid_array[] = $val['goods_id'];\n }\n $goodsid_array = array_unique($goodsid_array);\n\n\n\n $goods_list = Model('goods')->getGoodsOnlineList(array('goods_id' => array('in', $goodsid_array), 'goods_storage' => array('gt', 0)), 'goods_id');\n if (empty($goods_list)) continue;\n \n // 需要通知到货的商品\n $goodsid_array = array();\n foreach ($goods_list as $val) {\n $goodsid_array[] = $val['goods_id'];\n }\n\n // 根据商品id重新查询需要通知的列表\n $notice_list = $model_arrtivalnotice->getArrivalNoticeList(array('goods_id' => array('in', $goodsid_array)), '*');\n if (empty($notice_list)) continue;\n\n\n foreach ($notice_list as $val) {\n $param = array();\n $param['code'] = 'arrival_notice';\n $param['member_id'] = '435376';\n $param['param'] = array(\n 'goods_name' => $val['goods_name'],\n 'goods_url' => urlShop('goods', 'index', array('goods_id' => $val['goods_id']))\n );\n $param['number'] = array('mobile' => '15927207778', 'email' => '[email protected]');\n\n QueueClient::push('sendMemberMsg', $param);\n\n exit;\n }\n \n // 清楚发送成功的数据\n // $model_arrtivalnotice->delArrivalNotice(array('goods_id' => array('in', $goodsid_array)));\n }\n\n\n\n }", "function edd_veritrans_notification(){\n\tglobal $edd_options;\n\n\trequire_once plugin_dir_path( __FILE__ ) . '/lib/Veritrans.php';\n\tif(edd_is_test_mode()){\n\t\t// set test credentials here\n\t\t// error_log('masuk test mode'); //debugan\n\t\tVeritrans_Config::$serverKey = $edd_options['vt_sandbox_api_key'];\n\t\tVeritrans_Config::$isProduction = false;\n\t}else {\n\t\t// set test credentials here\n\t\t// error_log('masuk production mode'); //debugan\n\t\tVeritrans_Config::$serverKey = $edd_options['vt_production_api_key'];\n\t\tVeritrans_Config::$isProduction = true;\n\t}\n\t// error_log('serverKey: '.Veritrans_Config::$serverKey); //debugan\n\t// error_log('isProduction: '.Veritrans_Config::$isProduction); //debugan\n\t\n\t$notif = new Veritrans_Notification();\n\t// error_log('$notif '.print_r($notif)); //debugan\n\n\t$transaction = $notif->transaction_status;\n\t$fraud = $notif->fraud_status;\n\t$order_id = $notif->order_id;\n\n\t// error_log('$order_id '.$order_id); //debugan\n\t// error_log('$fraud '.$fraud); //debugan\n\t// error_log('$transaction '.$transaction); //debugan\n\t\n\tif ($transaction == 'capture') {\n\t\tif ($fraud == 'challenge') {\n\t\t \t// TODO Set payment status in merchant's database to 'challenge'\n\t\t\tedd_update_payment_status($order_id, 'challenge');\n\t\t\t// error_log('challenge gan!'); //debugan\n\t\t}\n\t\telse if ($fraud == 'accept') {\n\t\t \tedd_update_payment_status($order_id, 'complete');\n\t\t\t// error_log('accepted gan!'); //debugan\n\t\t}\n\t}\n\telse if ($notif->transaction_status != 'credit_card' && $transaction == 'settlement') {\n\t\tedd_update_payment_status($order_id, 'complete');\n\t\t\t// error_log('accepted gan!'); //debugan\n\t}\n\telse if ($transaction == 'cancel') {\n\t\tedd_update_payment_status($order_id, 'cancel');\n\t\t\t// error_log('cancelled gan!'); //debugan\n\t}\n\telse if ($transaction == 'deny') {\n\t \tedd_update_payment_status($order_id, 'failed');\n\t\t\t// error_log('denied gan!'); //debugan\n\t}\n}", "function purchaseNotification(Invoice $invoice)\n{\n\t$plan = $invoice->getPlan();\n\t$product = $plan->getProduct();\n\t$transaction = $invoice->getTransaction();\n\t$customer = $invoice->getCustomer();\n\n\t$coupon = $invoice->getCoupon();\n\t$total = new Total();\n\t$total->setPlan($plan);\n\tif (is_object($coupon))\n\t{\n\t\t$total->forceApplyCoupon($coupon);\n\t}\n\t$total->calculate();\n\n\t$title = \"Payment Has Been Successfully Done.\";\n\t\n\t$data['TITLE'] = $title;\n\t$data['USERNAME'] = $customer->fname .' '. $customer->lname;\n\t$data['PRODUCT_NAME'] = $product->name . \" (\".$product->version.\")\";\n\t$data['PLAN_NAME'] = $plan->name;\n\t$data['PRICE'] = $total->getTotalPrice();\n\t$data['INVOICE_ID'] = $invoice->invoice_id;\n\tif ($transaction instanceof Transaction)\n\t\t$data['TR_TIME'] = substr($transaction->created, 0, strlen($transaction->created)-3);\n\telse\n\t\t$data['TR_TIME'] = $invoice->created;\n\n\t$body = EmailTpl::render('purchase_notification', $data);\n\t\n\t/*\n\t// for debug. \n\texit($body);\n\t*/\n\ttry\n\t{\n\t\tsendEmail($customer->email, $title, $body);\n\t\treturn true;\n\t} catch (\\Exception $e){\n\t\tdie($e->getMessage());\n\t}\n\treturn false;\n}", "public function refuse_item($order_code, Request $request){\n\t\t\n\t\t$userinfo = $request->session()->get('total_info');\n\t\t\n\t\t$order_set = Order::where('code', $order_code)->get();\n\t\t\n\t\tif($order_set[0]->agree != 0){\n\t\t\techo json_encode(array(\"status\" => 0));\n\t\t}\n\t\t\n\t\t$order_status = $order_set[0]->status; // 0: purchase, 1: return\n\t\t$return_status = true;\n\t\t\n\t\t$total_size = 0;\n\t\t\n\t\tforeach($order_set as $order_item){\n\t\t\t$order_item->agree = 2;\n\t\t\t$order_item->save();\n\t\t\t\n\t\t\t$total_size += (int)$order_item->size;\n\t\t\t\n\t\t}\n\t\t\n\t\t// log table\n\t\t$dealer = App\\Dealer::find($userinfo[\"dealer_id\"]);\n\t\t$src_dealer_name = ($dealer)? $dealer->name: \"\";\t\n\t\t$product = App\\Product::find($order_set[0]->product_id);\n\t\t$product_name = ($product)? $product->name: \"\";\n\t\t$product_name = (count($order_set) > 1)? $product_name.\" 外 \".(count($order_set) - 1).\"件\" : $product_name;\n\n\t\tif($order_status == 0)\n\t\t\tApp\\History::add_history(array(\"module_name\"=>\"订单\", \"operation_kind\"=>\"拒绝订货\", \"operation\"=>\"拒绝订货,“\".$product_name.\"”\".$total_size.\"张。\"));\n\t\telse\n\t\t\tApp\\History::add_history(array(\"module_name\"=>\"订单\", \"operation_kind\"=>\"拒绝返还\", \"operation\"=>\"拒绝返还,“\".$product_name.\"”\".$total_size.\"张。\"));\n\t\t\n\t\t// Message table\n\t\tif($order_status == 0) {\n\t\t\tApp\\Message::save_message(array(\n\t\t\t\t\t\t\"type\" => \"3\",\n\t\t\t\t\t\t\"tag_dealer_id\" => $order_item->src_dealer_id,\n\t\t\t\t\t\t\"tag_user_id\" => null,\n\t\t\t\t\t\t\"message\" => \"拒绝订货,“\".$product_name.\"”\".$total_size.\"张。\",\n\t\t\t\t\t\t\"url\" => \"\",\n\t\t\t\t\t\t\"html_message\" => \"<p>拒绝订货,“\".$product_name.\"”\".$total_size.\"张。</p>\n\t\t\t\t\t\t\t\t\t\t\t<p>服务卡:\".$product_name.\"</p>\n\t\t\t\t\t\t\t\t\t\t\t<p>订单数量:\".$total_size.\"张</p>\",\n\t\t\t\t\t\t\"table_name\" => \"order\",\n\t\t\t\t\t\t\"table_id\" => $order_set[0]->id,\n\t\t\t\t\t));\n\t\t\t//App\\Dealer::setCheckOrder($order_item->src_dealer_id, 1);\n\t\t}\n\t\telse {\n\t\t\tApp\\Message::save_message(array(\n\t\t\t\t\t\t\"type\" => \"3\",\n\t\t\t\t\t\t\"tag_dealer_id\" => $order_item->src_dealer_id,\n\t\t\t\t\t\t\"tag_user_id\" => null,\n\t\t\t\t\t\t\"message\" => $src_dealer_name.\"拒绝返还, “\".$product_name.\"”\".$total_size.\"张\",\n\t\t\t\t\t\t\"url\" => \"\",\n\t\t\t\t\t\t\"html_message\" => \"<p>拒绝返还,“\".$product_name.\"”\".$total_size.\"张。</p>\",\n\t\t\t\t\t\t\"table_name\" => \"order\",\n\t\t\t\t\t\t\"table_id\" => $order_set[0]->id,\n\t\t\t\t\t));\n\t\t\t//App\\Dealer::setCheckOrder($order_item->src_dealer_id, 1);\n\t\t}\n\n\t\techo json_encode(array(\"status\" => $return_status));\n\t}", "public function actionPaymentNotify() {\n\t\t$this->Donation->paymentNotify($this->transactionType);\n\t}", "function product_notification(){\n $model = new App\\Models\\Backoffice\\CommonModel;\n $session = \\Config\\Services::session();\n \n\t\t$session_id=session_id();\n\t\t$cond = \" ca.session_id =\".\"'$session_id' AND ca.pay_status=''\";\n\t\t$schedule_cart=$model->solveCustomQuery('select c.course_name,ca.total_price,ca.id as cart_id,ca.quantity,t.name,s.start_date,s.end_date,co.name as country from schedule s join training_type t on s.tranning_type = t.id join course c on s.course_id = c.id join cart ca on ca.schedule_id = s.id join country co on co.id = s.location where '.$cond);\n\t\t$total_item\t=\t count($schedule_cart);\n\t\treturn $total_item;\n }", "function orderSendMail($pid,$buyerid,$StoreID,$reviewKey,$item_name,$price,$quantity,$shippingCost,$product_code=\"\",$payment='mo') {\n\t\t$paymethod = array('mo'=>'Other','paypal'=>'PayPal','googlecheckout'=>'Google Checkout','check'=>'Check','cash'=>'Cash','bank_transfer'=>'Bank Transfer', 'cod'=>'COD', 'cash_on_pickup'=>'Cash on Pickup', 'credit_card'=>'Credit Card', 'eftpos'=>'Eftpos');\n\t\t$productLink = 'http://'.$_SERVER['HTTP_HOST'].'/soc.php?cp=dispro&StoreID='.$StoreID.'&proid='.$pid;\n\n\t\t$headers = \"MIME-Version: 1.0\\r\\n\";\n\t\t$headers .= \"Content-type: text/html; charset=iso-8859-1\\r\\n\";\n\t\t$headers .= 'From: noreply@'.EMAIL_DOMAIN . \"\\r\\n\";\n\n\t\t//send mail to seller\n\t\t//get seller's info\n\t\t$_query = \"SELECT t1.bu_nickname,t1.*, t1.bu_name, t2.user FROM \".$this->table.\"bu_detail t1, \".$this->table.\"login t2 WHERE t1.StoreID=\".$StoreID.\" AND t1.StoreID=t2.StoreID\";\n\t\t$this->dbcon->execute_query($_query);\n\t\t$seller = $this->dbcon->fetch_records(true);\n\t\t$seller_nickname = $seller[0]['bu_nickname'];\n\t\t$seller_name = $seller[0]['bu_name'];\n\t\t$seller_email\t= $seller[0]['user'];\n\t\t$seller_phone = $seller[0]['bu_phone'];\n\t\tif($payment==\"bank_transfer\"){\n\t\t\t$seller_bt_name = $seller[0]['bt_account_name'];\n\t\t\t$seller_bsb = $seller[0]['bt_BSB'];\n\t\t\t$seller_act_num = $seller[0]['bt_account_num'];\n\t\t\t$seller_btinstruct = $seller[0]['bt_instruction'];\n\t\t}\n\n\t\t//get buyer's info\n\t\t$_query = \"SELECT t1.bu_nickname,t1.bu_phone, t2.user FROM \".$this->table.\"bu_detail t1, \".$this->table.\"login t2 WHERE t1.StoreID=\".$buyerid.\" AND t1.StoreID=t2.StoreID\";\n\t\t$this->dbcon->execute_query($_query);\n\t\t$buyer = $this->dbcon->fetch_records(true);\n\t\t$buyer_nickname = $buyer[0]['bu_nickname'];\n\t\t$buyer_email\t= $buyer[0]['user'];\n\t\t$buyer_phone\t= $buyer[0]['bu_phone'];\n\n\t\t$reviewUrl = 'http://'.$_SERVER['HTTP_HOST'].'/soc.php?cp=oreview&StoreID='.$buyerid.'&pid='.$pid.'&level=1bp3a&reviewkey='.$reviewKey;\n\n\t\t$_query = \"SELECT * from {$this->table}product where pid='{$pid}'\";\n\t\t$this->dbcon->execute_query($_query);\n\t\t$proinfo = $this->dbcon->fetch_records(true);\n\n\t\t$subject \t= 'FoodMarketplace Purchase Order';\n\t\t$totalCost\t= number_format(($price * $quantity + $shippingCost),2,'.',',');\n\t\t$arrParams \t= array(\n\t\t'accept'\t\t\t=>\t'seller',\n\t\t'subject'\t\t\t=>\t$subject,\n\t\t'buyer_nickname'\t=>\t$buyer_nickname,\n\t\t'buyer_email'\t\t=>\t$buyer_email,\n\t\t'buyer_phone'\t\t=>\t$buyer_phone,\n\t\t'seller_nickname'\t=>\t$seller_nickname,\n\t\t'seller_name'\t\t=>\t$seller_name,\n\t\t'seller_email'\t\t=> $seller_email,\n\t\t'seller_phone'\t\t=> $seller_phone,\n\t\t'productLink'\t\t=>\t$productLink,\n\t\t'item_name'\t\t\t=>\t$item_name,\n\t\t'cost'\t\t\t\t=>\tnumber_format($price,2,'.',','),\n\t\t'quantity'\t\t\t=>\t$quantity,\n\t\t'shippingCost'\t\t=>\t$shippingCost,\n\t\t'totalCost'\t\t\t=>\t$totalCost,\n\t\t'reviewUrl'\t\t\t=>\t$reviewUrl,\n\t\t'reviewKey'\t\t\t=> $reviewKey,\n\t\t'product_code'\t\t=>\t$product_code,\n\t\t'payment_method'\t=>\t$paymethod[$payment],\n\t\t'isattachment'\t\t=> $proinfo[0]['isattachment'],\n\t\t);\n\t\t$arrParams['contactUrl'] = 'http://'.$_SERVER['HTTP_HOST'].'/soc.php?cp=sendmail&StoreID='.$buyerid.'&buyer='.base64_encode($StoreID).\"&title=\".urlencode(\"RE:\".$subject);\n\n\t\t$this-> smarty -> assign('req', $arrParams);\n\t\t$message =\t$this -> smarty -> fetch('email_order.tpl');\n\t\t@mail($seller_email, $subject, getEmailTemplate($message), fixEOL($headers));\n\t\t$query = \"INSERT INTO `\". $this->table .\"message` (`subject`, `message`, `StoreID`, `date`,`emailaddress`,`fromtoname`)VALUES('$subject','\".addslashes($message).\"','$StoreID','\".time().\"','SYSTEM','SYSTEM') \";\n\t\t$this->dbcon->execute_query($query);\n\t\t//send mail to buyer\n\t\t$reviewUrl \t= 'http://'.$_SERVER['HTTP_HOST'].'/soc.php?cp=oreview&StoreID='.$buyerid.'&pid='.$pid.'&level=2xd3t&reviewkey='.$reviewKey;\n\t\t$subject \t= 'The Item(s) You Purchased';\n\n\t\t$arrParams['accept'] \t= 'buyer';\n\t\t$arrParams['subject'] \t= $subject;\n\t\t$arrParams['reviewUrl'] = $reviewUrl;\n\t\tif($payment==\"bank_transfer\"){\n\t\t\t$arrParams['isbtinfo'] = 1;\n\t\t\t$arrParams['bt_name'] = $seller_bt_name;\n\t\t\t$arrParams['bsb'] = $seller_bsb;\n\t\t\t$arrParams['act_num'] = $seller_act_num;\n\t\t\t$arrParams['btinstruct'] = $seller_btinstruct;\n\t\t}\n\n\t\t$arrParams['contactUrl'] = 'http://'.$_SERVER['HTTP_HOST'].'/soc.php?cp=sendmail&StoreID='.$StoreID.'&buyer='.base64_encode($buyerid).\"&title=\".urlencode(\"RE:\".$subject);\n\n\t\t$this-> smarty ->clear_all_assign();\n\t\t$this-> smarty -> assign('req', $arrParams);\n\t\t$message =\t$this -> smarty -> fetch('email_order.tpl');\n\t\t@mail($buyer_email, $subject, getEmailTemplate($message), fixEOL($headers));\n\t\t$query = \"SELECT * FROM {$this->table}login where StoreID='{$buyerid}'\";\n\t\t$this->dbcon->execute_query($query);\n\t\t$buyerinfo = $this->dbcon->fetch_records(true);\n\t\tif($buyerinfo[0]['attribute']!='4'){\n\t\t\t$query = \"INSERT INTO `\". $this->table .\"message` (`subject`, `message`, `StoreID`, `date`,`emailaddress`,`fromtoname`)VALUES('$subject','\".addslashes($message).\"','$buyerid','\".time().\"','SYSTEM','SYSTEM') \";\n\t\t\t$this->dbcon->execute_query($query);\n\t\t}\n\t}", "function process_notify() {\r\r\n\t\t// record POST/GET data if called externally\t\t\r\r\n\t\tif( $this->is_webhook_called_by('merchant') ){\t\t\t\r\r\n\t\t\tdo_action('mgm_print_module_data', $this->module, __FUNCTION__ );\t\r\r\n\t\t}\r\r\n\r\r\n\t\t// verify\r\r\n\t\tif($this->_verify_callback()){\r\r\n\t\t\t// log data before validate\r\r\n\t\t\t$tran_id = $this->_log_transaction();\r\r\n\t\t\t// payment type\r\r\n\t\t\t$payment_type = $this->_get_payment_type($_REQUEST['x_custom']);\r\r\n\t\t\t// custom\r\r\n\t\t\t$custom = $this->_get_transaction_passthrough($_REQUEST['x_custom']);\r\r\n\t\t\t// hook for pre process\r\r\n\t\t\tdo_action('mgm_notify_pre_process_'.$this->module, array('tran_id'=>$tran_id,'custom'=>$custom));\r\r\n\t\t\t// check\r\r\n\t\t\tswitch($payment_type){\r\r\n\t\t\t\t// buypost\t\t\t\t\r\r\n\t\t\t\tcase 'post_purchase':\r\r\n\t\t\t\tcase 'buypost':\r\r\n\t\t\t\t\t$this->_buy_post(); //run the code to process a purchased post/page\r\r\n\t\t\t\tbreak;\r\r\n\t\t\t\t// subscription\t\r\r\n\t\t\t\tcase 'subscription':\r\r\n\t\t\t\t\t$this->_buy_membership(); //run the code to process a new/extended membership\r\r\n\t\t\t\tbreak;\t\r\r\n\t\t\t\t// other\t\t\r\r\n\t\t\t\tdefault:\t\t\t\t\r\r\n\t\t\t\t\t// error\r\r\n\t\t\t\t\t// $error = 'error in payment type : '.$payment_type;\r\r\n\t\t\t\t\t// redirect to error\r\r\n\t\t\t\t\t// wp_redirect(add_query_arg(array('status'=>'error','errors'=>$error), $this->_get_thankyou_url()));\t\t\t\t\r\r\n\t\t\t\tbreak;\t\t\t\t\t\t\t\r\r\n\t\t\t}\r\r\n\t\t\t// after process\t\t\r\r\n\t\t\tdo_action('mgm_notify_post_process_'.$this->module, array('tran_id'=>$tran_id,'custom'=>$custom));\t\r\r\n\t\t}\t\r\r\n\t\t// after process unverified\t\t\r\r\n\t\tdo_action('mgm_notify_post_process_unverified_'.$this->module);\t\r\r\n\r\r\n\t\t// 200 OK to gateway, only external\t\t\r\r\n\t\tif( $this->is_webhook_called_by('merchant') ){\r\r\n\t\t\tif( ! headers_sent() ){\r\r\n\t\t\t\t@header('HTTP/1.1 200 OK');\r\r\n\t\t\t\texit('OK');\r\r\n\t\t\t}\t\r\r\n\t\t}\r\r\n\t}", "public function notifyAction()\n {\n $this->getPaymentModel()->processNotification(trim($this->getIncomingData()), $this->getRequest()->getHeader('Signature'));\n }", "public function cancelPending($uid)\n {\n try {\n $options = array(\n 'cluster' => env('PUSHER_CLUSTER'),\n 'useTLS' => env('PUSHER_USETLS')\n );\n $pusher = new Pusher(\n env('PUSHER_APP_KEY'),\n env('PUSHER_APP_SECRET'),\n env('PUSHER_APP_ID'),\n $options\n );\n $data['message'] = 'Cancel pending order-'.$uid;\n $pusher->trigger(env('PUSHER_CHANNEL'), env('PUSHER_EVENT'), $data);\n } catch (PusherException $e) {\n }\n\n $deliverys = DeliveryInCart::where('uid', $uid);\n $deliverys->update(['state' => 2]);\n $mail_headers = \"From: \".env('APP_NAME') . \" - \". env('APP_TITLE').\"<\".env('MAIL_FROM_ADDRESS').\">\";\n $subject = 'Alert: Bullet - Delivery Confirmed';\n \n $new_orders = $deliverys->get()->toArray();\n $total_price = 0;\n $total_payable = 0;\n $total_tax = 0;\n $total_discount = 0;\n $delivery_price = $new_orders[0]['delivery_price']; \n foreach($new_orders as $new_order)\n {\n $total_price += $new_order['sub_total'];\n $total_discount += $new_order['discount'] * $new_order['product_quantity'];\n $total_tax += $new_order['tax'] * $new_order['product_quantity'];\n }\n $total_tax += $new_orders[0]['delivery_tax'];\n $total_payable = $total_price + $delivery_price + $total_tax - $total_discount;\n\n $message = \"Hi \" . $new_orders[0]['user_name'] . \",\\r\\n\" .\n \"Unfortunately you were unable to receive the order. \\r\\n\" .\n \"Delivery area: \" . $new_orders[0]['order_area_address'] . \"\\r\\n\" .\n \"Total price: \" . $total_price . \"\\r\\n\" .\n \"Total tax: \" . $total_tax . \"\\r\\n\" . \n \"Total payable: \" . $total_payable . \"\\r\\n\" . \n \"Thanks,\\n\" .\n env('APP_NAME') . \" - \". env('APP_TITLE');\n\n DataHelper::send_mail($new_orders[0]['user_email'], $subject, $message, $mail_headers);\n\n ///////////decrease points///////////////\n $this->transactionUtil->decreasePointsFromDelivery($new_orders, $uid);\n /////////////////////////////////////////\n return back()\n ->with('status', ['success' => 1,\n 'msg' => __('messages.delivery_cancel')]);\n }", "function plgVmOnPaymentNotification () {\n \n\t\tif (!class_exists ('VirtueMartModelOrders')) {\n\t\t\trequire(JPATH_VM_ADMINISTRATOR . DS . 'models' . DS . 'orders.php');\n\t\t}\n \n //TrustPay will repeat notification every 5 minute until 200 OK is received within 75 hours (900 attempts).\n exit(header(\"Status: 200 OK\"));\n\t}", "function check_ecom_response(){\n global $woocommerce;\n if(isset($_REQUEST['order_reference']) && isset($_REQUEST['notification_type'])){\n\t\t\t\n\t\n $redirect_url = ($this -> redirect_page_id==\"\" || $this -> redirect_page_id==0)?get_site_url() . \"/\":get_permalink($this -> redirect_page_id);\n $order_id_time = $_REQUEST['order_reference'];\n $order_id = explode('_', $_REQUEST['order_reference']);\n $order_id = (int)$order_id[0];\n $this -> msg['class'] = 'error';\n \n if($order_id != ''){\n \n $order = new WC_Order($order_id);\n \n $AuthDesc = $_REQUEST['notification_type'];\n \n if($order -> status !=='completed'){\n \n\n if($AuthDesc==\"order\"){\n\t\t\t\t\t\t\t\t\n $order -> payment_complete();\n $woocommerce -> cart -> empty_cart();\n }\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif($AuthDesc==\"orderdeclined\"){\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t $order -> update_status('Failed');\n $this -> msg['message'] = \"Thank you for shopping with us. However, the transaction has been declined.\";\n $this -> msg['class'] = 'error';\n\n }\n \t\t\n }\n\n }\n $redirect_url = ($this -> redirect_page_id==\"\" || $this -> redirect_page_id==0)?get_site_url() . \"/\":get_permalink($this -> redirect_page_id);\n //For wooCoomerce 2.0\n \n\t\t\t\t$redirect_url = add_query_arg( array('msg'=> urlencode($this -> msg['message']), 'type'=>$this -> msg['class']), $redirect_url );\n\n wp_redirect( $redirect_url );\n\t\t\t\t\n exit;\n }\n }", "public function deloutinapp($cart_id, $prod_name, $price2,$currency,$ord,$user_phone,$user_id,$store_n){\n $us = DB::table('users')\n ->where('id', $user_id)\n ->first();\n $user_name = $us->name; \n $notification_title = \"Hey \".$user_name.\", Your Order is Out For Delivery\";\n $notification_text = \"Out For Delivery: Your order id #\".$cart_id.\" contains of \" .$prod_name.\" of price \".$currency->currency_sign.\" \".$price2. \" is Out For Delivery.Get ready with \".$currency->currency_sign.\" \".$ord->rem_price. \" cash.\";\n \n $date = date('d-m-Y');\n \n \n $getDevice = DB::table('users')\n ->where('id', $user_id)\n ->select('device_id')\n ->first();\n $created_at = Carbon::now();\n \n if($getDevice){\n \n \n $getFcm = DB::table('fcm')\n ->where('id', '1')\n ->first();\n \n $getFcmKey = $getFcm->server_key;\n $fcmUrl = 'https://fcm.googleapis.com/fcm/send';\n $token = $getDevice->device_id;\n \n \n $notification = [\n 'title' => $notification_title,\n 'body' => $notification_text,\n 'sound' => true,\n ];\n \n $extraNotificationData = [\"message\" => $notification];\n \n $fcmNotification = [\n 'to' => $token,\n 'notification' => $notification,\n 'data' => $extraNotificationData,\n ];\n \n $headers = [\n 'Authorization: key='.$getFcmKey,\n 'Content-Type: application/json'\n ];\n \n $ch = curl_init();\n curl_setopt($ch, CURLOPT_URL,$fcmUrl);\n curl_setopt($ch, CURLOPT_POST, true);\n curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);\n curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);\n curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);\n curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($fcmNotification));\n $result = curl_exec($ch);\n curl_close($ch);\n \n \n $dd = DB::table('user_notification')\n ->insert(['user_id'=>$user_id,\n 'noti_title'=>$notification_title,\n 'noti_message'=>$notification_text]);\n \n $results = json_decode($result);\n } \n }", "protected function sendVendorNotification(){\n \t\n \t\t\ttry {\n \t\t\t\t$fieldsetData['subject'] = 'DS360 Product Setup completed on Magento';\n \t\t\t\t$postObject = new Varien_Object();\n \t\t\t\t$postObject->setData($fieldsetData);\n \t\t\t\t$templateId = 'logicbroker_productsetup_notification';\n \t\t\t\t$email = Mage::helper('dropship360')->getConfigObject('apiconfig/email/toaddress');\n \t\t\t\t$isMailSent = Mage::helper('dropship360')->sendMail($postObject,$email,$templateId);\n \t\t\t\tif (!$isMailSent) {\n \t\t\t\t\tMage::helper('dropship360')->genrateLog(0,'Order notification started','Order notification ended','First product setup complete successfully but email sending failed');\n \t\t\t\t}\n \t\t\t\treturn true;\n \t\t\t} catch (Exception $e) {\n \t\t\treturn false;//$e->getMassage();\n \t\t}\n \t}", "public function confirmSubscriptionItem( $obj ) {\n \n if ($obj[0] -> getSubscriptionType() == \"gift\") {\n $startdate = now();\n } elseif ($obj[0] -> getSubscriptionType() == \"subscription\") {\n $startdate = $this -> postVar(\"fld-subscription_date\");\n }\n if ($obj[0] -> getSubscriptionType() == \"subscription\") {\n $thecode = setUserOrderTicket();\n }\n for ($i=0;$i<$obj[0] -> getSubscriptionPeriod();$i++) {\n for ($j=0;$j<$obj[0] -> getSubscriptionTicketNumber();$j++) {\n $ticket = new TicketCrud($this -> order -> context);\n $ticket->setTicketPaidStatus( $this -> order -> crud -> Payment -> getPaymentStatus() );\n $ticket->setFkUserId( $user );\n $ticket->setFkPaymentId( $this -> order -> crud -> Payment -> getPaymentId() );\n if ($obj[0] -> getSubscriptionType() == \"gift\") {\n $thecode = setUserOrderTicket();\n }\n $ticket->setTicketInviteCode( $thecode );\n $ticket->setTicketIpAddr( REMOTE_ADDR() );\n $ticket->setTicketStartDate( $startdate );\n $ticket->setTicketCreatedAt( now() );\n $ticket->setTicketUpdatedAt( null );\n $ticket->setTicketStatus( 0 );\n $ticket->setTicketUsername( $this -> sessionVar(\"user_username\") );\n $ticket->setTicketTicketPrice( $obj[0] -> getSubscriptionTicketPrice() );\n $ticket->save();\n }\n if ($obj[0] -> getSubscriptionType() == \"subscription\") {\n switch ($obj[0] -> getSubscriptionTerm()) {\n case \"weekly\":\n $startdate = dateAddExt($startdate,7,'d');\n break;\n case \"bi-weekly\":\n $startdate = dateAddExt($startdate,14,'d');\n break;\n case \"monthly\":\n $startdate = dateAddExt($startdate,1,'m');\n break;\n case \"yearly\":\n $startdate = dateAddExt($startdate,1,'y');\n break;\n }\n }\n }\n \n $this -> order -> sendOrderNotification( $obj[0] );\n \n $obj[0] -> setFkPaymentstatus( $this -> order -> crud -> Payment -> getPaymentStatus() );\n $obj[0] -> save();\n \n }", "public function freetrialexpirynotification(){\n //TODO : Notification on free trial expiry\n //$this->view->disableLayout();\n //$this->view->disableView();\n \n // 5 Days Prior Notification\n Cronhelper::generateFreeTrialExpiryNotification(5);\n\n // Expired Notification\n Cronhelper::generateFreeTrialExpiryNotification(1,true);\n exit();\n }", "function payment_request($parameters){\n\t\t$basket_identifier\t= $this->check_parameters($parameters,\"__SYS_REFERENCE__\",-1);\n\t\t$description \t\t= $this->validate($this->check_parameters($parameters,\"__USR_REFERENCE__\",\"Order from [http://\".$this->parent->domain.\"]\"));\n\t\t/**\n * if the amount is zero or less then exit\n */\n\t\tif($basket_identifier==-1){\n\t\t\treturn \"\";\n\t\t}\n\t\t/**\n * get Account setup details\n */\n\t\t$pao_identifier = -1;\n\t\t$pad_identifier = -1;\n\t\t$pao_pad \t\t= -1;\n\t\t$basket_total\t= 0;\n\t\t$items\t\t\t= Array();\n\t\t$sql = \"select * from shop_basket_container \n\t\t\t\t\tinner join shop_basket_items on shop_item_basket = shop_basket_identifier and shop_basket_client=shop_item_client\n\t\t\t\t\tinner join shop_stock on shop_stock_client = shop_item_client and shop_stock_identifier = shop_item_stock_id\n\t\twhere shop_basket_identifier = $basket_identifier and shop_basket_client = $this->client_identifier\";\n $result = $this->call_command(\"DB_QUERY\",Array($sql));\n while($r = $this->call_command(\"DB_FETCH_ARRAY\",Array($result))){\n\t\t\t$items[count($items)] = Array(\n\t\t\t\t\"label\"\t\t=> $r[\"shop_item_title\"],\n\t\t\t\t\"price\"\t\t=> $r[\"shop_item_pickup_price\"],\n\t\t\t\t\"discount\"\t=> $r[\"shop_item_pickup_discount\"],\n\t\t\t\t\"quantity\"\t=> $r[\"shop_item_quantity\"],\n\t\t\t\t\"weight\"\t=> $r[\"shop_item_weight\"]\n\t\t\t);\n \t$basket_total += $r[\"shop_item_pickup_price\"] * $r[\"shop_item_quantity\"];\n\t\t\t$bstatus= $r[\"shop_basket_status\"];\n\t\t\t$bill\t= $r[\"shop_basket_bill_contact\"];\n\t\t\t$del\t= $r[\"shop_basket_delivery_contact\"];\n }\n $this->call_command(\"DB_FREE\",Array($result));\n\t\tif($bstatus<4){\n\t\t\t$required = Array(\"contact_name\", \"contact_address\", \"contact_country\", \"contact_postcode\", \"contact_telephone\", \"contect_fax\", \"contact_email\");\n\t\t\t$bill_details\t\t= $this->call_command(\"CONTACT_GET_DETAILS\", Array(\"identifier\"=>$bill, \"required\" => $required, \"restrict_country\"=>1));\n\t\t\t$delivery_details\t= $this->call_command(\"CONTACT_GET_DETAILS\", Array(\"identifier\"=>$del,\t\"required\" => $required, \"restrict_country\"=>1));\n\t\t\t$propertyValues = Array();\n\t\t\t$sql = \"select * from payment_account_details \n\t\t\t\t\t\tleft outer join payment_account_orders on pao_client = pad_client and pao_basket = $basket_identifier\n\t\t\t\t\twhere pad_client = $this->client_identifier\";\n\t $result = $this->call_command(\"DB_QUERY\",Array($sql));\n\t while($r = $this->call_command(\"DB_FETCH_ARRAY\",Array($result))){\n\t\t\t\t$pao_identifier = $this->check_parameters($r,\"pao_identifier\",-1);\n\t\t\t\t$pad_identifier\t= $r[\"pad_identifier\"];\n\t\t\t\t$pad_uri\t\t= $r[\"pad_uri\"];\n\t }\n\t $this->call_command(\"DB_FREE\",Array($result));\n\t\t\t$sql = \"select * from payment_account_properties where pap_client = $this->client_identifier and pap_identifier = $pad_identifier\";\n\t $result = $this->call_command(\"DB_QUERY\",Array($sql));\n\t while($r = $this->call_command(\"DB_FETCH_ARRAY\",Array($result))){\n\t \t$propertyValues[count($propertyValues)] = Array(\"key\"=>$r[\"pap_property\"], \"value\"=>$r[\"pap_value\"]);\n\t }\n\t $this->call_command(\"DB_FREE\",Array($result));\n\t\t\t/**\n\t * add new entries if required\n\t */\n\t\t\tif ($pao_identifier==-1){\n\t\t\t\t$user_id = $this->check_parameters($_SESSION,\"SESION_USER_IDENTIFIER\",-1);\n\t\t\t\t$pao_identifier = $this->getUid();\n\t\t\t\t$sql = \"insert into payment_account_orders (pao_identifier, pao_user, pao_client, pao_basket, pao_status, pao_pad) \n\t\t\t\t\t\t\tvalues \n\t\t\t\t\t\t($pao_identifier, $user_id, $this->client_identifier, $basket_identifier, 0, $pao_pad)\";\n\t\t\t\t$this->call_command(\"DB_QUERY\",Array($sql));\n\t\t\t\t/*\n\t\t\t\t\tArray(\"cartId\",\t\"__SYS_REFERENCE__\"),\n\t\t\t\t\tArray(\"desc\",\t\"__USR_REFERENCE__\")\n\t\t\t\t*/\n\t\t\t\tfor($i=0;$i<count($this->generatedProperties);$i++){\n\t\t\t\t\t$value = $this->check_parameters($parameters,\"__SYS_REFERENCE__\",\"__NOT_FOUND__\");\n\t\t\t\t\tif ($value != \"__NOT_FOUND__\"){\n\t\t\t\t\t\t$sql= \"insert into payment_order_properties (pop_identifier, pop_client, pop_property, pop_value)\n\t\t\t\t\t\t\t\t\tvalues\n\t\t\t\t\t\t\t\t($pao_identifier, $this->client_identifier, '\".$this->generatedProperties[$i][0].\"', '$value')\";\n\t\t\t\t\t\t$this->call_command(\"DB_QUERY\",Array($sql));\n\t\t\t\t\t\t$this->generatedProperties[$i][2] = $value;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t/**\n\t * display this form\n\t */\n\t\t\t$out =\"<module name=\\\"\".$this->module_name.\"\\\" display=\\\"form\\\">\";\n\t\t\t$out .=\"<form name=\\\"\".$this->module_name.\"_form\\\" action='$pad_uri' label=\\\"Confirm Details\\\">\";\n\t\t\t$max_setup_values\t= count($this->setupProperties);\n\t\t\t$max_prop_values\t= count($propertyValues);\n\t\t\tfor($i=0; $i<$max_setup_values; $i++){\n\t\t\t\tfor($v=0; $v<$max_prop_values; $v++){\n\t\t\t\t\tif ($propertyValues[$v][\"key\"]==$this->setupProperties[$i][0]){\n\t\t\t\t\t\t$out .=\"\t<input type=\\\"hidden\\\" name=\\\"\".$this->setupProperties[$i][0].\"\\\"><![CDATA[\".$propertyValues[$v][\"value\"].\"]]></input>\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tfor($i=0;$i<count($this->generatedProperties);$i++){\n\t\t\t\tif($this->generatedProperties[$i][1]==\"__SYS_REFERENCE__\"){\n\t\t\t\t\t$value = $basket_identifier;\n\t\t\t\t} else if($this->generatedProperties[$i][1]==\"__USR_REFERENCE__\"){\n\t\t\t\t\t$value = $description;\n\t\t\t\t} else if($this->generatedProperties[$i][1]==\"__TOTAL__\"){\n\t\t\t\t\t$value = $basket_total;\n\t\t\t\t} else {\n\t\t\t\t\t$value = \"\";\n\t\t\t\t}\n\t\t\t\t$out .=\"\t\t<input type=\\\"hidden\\\" name=\\\"\".$this->generatedProperties[$i][0].\"\\\"><![CDATA[\".$value.\"]]></input>\";\n\t\t\t}\n\t\t\t\n\t\t\t$m = count($items);\n\t\t\tif($m>0){\n\t\t\t\t$table = \"<table style='width:100%' cellspacing='0' cellpadding='3' summary='contents of basket'>\";\n\t\t\t\t\t$table .=\"<tr>\";\n\t\t\t\t\t$table .=\"<th>Label</th>\";\n\t\t\t\t\t$table .=\"<th class='classright'>Price</th>\";\n\t\t\t\t\t$table .=\"<th class='classright'>Discount</th>\";\n\t\t\t\t\t$table .=\"<th class='classright'>Quantity</th>\";\n\t\t\t\t\t$table .=\"<th class='classright'>Weigth (kg)</th>\";\n\t\t\t\t\t$table .=\"<th class='classright'>Cost</th>\";\n\t\t\t\t\t$table .=\"</tr>\";\n\t\t\t\t$totalw =0;\n\t\t\t\tfor($i=0;$i<$m;$i++){\n\t\t\t\t\t$table .=\"<tr>\";\n\t\t\t\t\t$table .=\"<td>\".$items[$i][\"label\"].\"</td>\";\n\t\t\t\t\t$table .=\"<td align='right'>\".number_format($items[$i][\"price\"],2).\"</td>\";\n\t\t\t\t\t$table .=\"<td align='right'>\".number_format($items[$i][\"discount\"],2).\"</td>\";\n\t\t\t\t\t$table .=\"<td align='right'>\".$items[$i][\"quantity\"].\"</td>\";\n\t\t\t\t\t$table .=\"<td align='right'>\".number_format($items[$i][\"weight\"] * $items[$i][\"quantity\"],2).\"</td>\";\n\t\t\t\t\t$totalw += ($items[$i][\"weight\"] * $items[$i][\"quantity\"]);\n\t\t\t\t\t$table .=\"<td align='right'>\".number_format(($items[$i][\"price\"]-$items[$i][\"discount\"]) * $items[$i][\"quantity\"],2).\"</td>\";\n\t\t\t\t\t$table .=\"</tr>\";\n\t\t\t\t}\n\t\t\t\t$sql = \"select * from contact_data \n\t\t\t\t\tinner join contact_address on contact_data.contact_address = address_identifier\n\t\t\t\twhere contact_identifier = $del and contact_client = $this->client_identifier\";\n \t\t$result = $this->call_command(\"DB_QUERY\",Array($sql));\n\t\t\t\t$country = -1;\n\t\t while($r = $this->call_command(\"DB_FETCH_ARRAY\",Array($result))){\n \t\t\t$country = $r[\"address_country\"];\n\t\t }\n\t\t $this->call_command(\"DB_FREE\",Array($result));\n\t\t\t\tif($country == -1){\n\t\t\t\t\t$shipping_cost = -1;\n\t\t\t\t}else{\n\t\t\t\t\t$shipping_cost = $this->call_command(\"SHOP_GET_COST\",Array(\"country\"=>$country, \"weight\"=>$totalw));\n\t\t\t\t}\n\t\t\t\tif($shipping_cost>-1){\n\t\t\t\t\t$table .=\"\t<tr>\n\t\t\t\t\t\t\t\t\t<td align='right' colspan='4'><strong>Shipping Weigth/Cost</strong></td><td align='right'>$totalw</td><td align='right'>\".number_format(round($shipping_cost,2),2).\"</td>\n\t\t\t\t\t\t\t\t</tr>\";\n\t\t\t\t} else {\n\t\t\t\t\t$shipping_cost=0;\n\t\t\t\t}\n\t\t\t\t$basket_total = $basket_total+$shipping_cost;\n\t\t\t\tif($this->vat_rate!=0 && $this->vat_rate!=\"\"){\n\t\t\t\t\t$table .=\"\t<tr>\n\t\t\t\t\t\t\t\t\t<td align='right' colspan='4'><strong>Vat</strong></td><td align='right'>\".number_format(round($this->vat_rate,2),2,'.','').\"%</td><td align='right'>\".number_format(round(((($basket_total/100) * $this->vat_rate)),2),2,'.','').\"</td>\n\t\t\t\t\t\t\t\t</tr>\";\n\t\t\t\t\t$basket_total += round((($basket_total/100) * $this->vat_rate),2);\n\t\t\t\t}\n\t\t\t\t$table .=\"<tr>\";\n\t\t\t\t$table .=\"<td colspan='4' class='alignright'><strong>Total</strong></td><td></td><td align='right'>\".number_format(round($basket_total,2),2).\"</td>\";\t\t\t\t\n\t\t\t\t$table .=\"</tr>\";\n\t\t\t\t$table.=\"</table>\";\n\t\t\t\t$out .= \"<text><![CDATA[<p><strong>You ordered the following items</strong></p>$table]]></text>\";\n\t\t\t\t$out .= \"<text><![CDATA[<p><strong>Billing details</strong></p>\".$bill_details[\"text\"].\"]]></text>\";\n\t\t\t\t$out .= \"<text><![CDATA[<p><strong>Delivery details</strong></p>\".$delivery_details[\"text\"].\"]]></text>\";\n\t\t\t\t\n\t\t\t\t$fields = Array(\n\t\t\t\t\tArray(\"name\",\t\t\"contact_name\"),\n\t\t\t\t\tArray(\"address\",\t\"contact_address\"),\n\t\t\t\t\tArray(\"country\",\t\"contact_country\"),\n\t\t\t\t\tArray(\"postcode\",\t\"contact_postcode\"),\n\t\t\t\t\tArray(\"tel\",\t\t\"contact_telephone\"),\n\t\t\t\t\tArray(\"fax\",\t\t\"contect_fax\"),\n\t\t\t\t\tArray(\"email\",\t\t\"email\")\n\t\t\t\t);\n\t\t\t\t$m=count($fields);\n\t\t\t\tforeach ($bill_details[\"array\"] as $key => $value){\n\t\t\t\t\tfor($i=0;$i<$m;$i++){\n\t\t\t\t\t\tif($key == $fields[$i][1]){\n\t\t\t\t\t\t\tif($value!=\"\"){\n\t\t\t\t\t\t\t\t$out .=\"\t<input type=\\\"hidden\\\" name=\\\"\".$fields[$i][0].\"\\\"><![CDATA[\".$value.\"]]></input>\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tforeach ($delivery_details[\"array\"] as $key => $value){\n\t\t\t\t\tfor($i=0;$i<$m;$i++){\n\t\t\t\t\t\tif($key == $fields[$i][1]){\n\t\t\t\t\t\t\tif($value!=\"\"){\n\t\t\t\t\t\t\t\t$out .=\"\t<input type=\\\"hidden\\\" name=\\\"M_\".$fields[$i][0].\"\\\"><![CDATA[\".$value.\"]]></input>\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//$bill_details[\"array\"];\n\t\t\t\t//$delivery_details[\"array\"];\n\t\t\t}\n\t\t\t$out .=\"\t\t\t<input type=\\\"hidden\\\" name=\\\"MC_session\\\" ><![CDATA[\".session_id().\"]]></input> \n\t\t\t\t\t\t\t\t<input type=\\\"submit\\\" iconify=\\\"CONFIRM\\\" value=\\\"\".LOCALE_CONFIRM.\"\\\"/>\";\n\t\t\t$out .=\"</form>\";\n\t\t\t$out .=\"</module>\";\n\t\t} else {\n\t\t\t$out =\"<module name=\\\"\".$this->module_name.\"\\\" display=\\\"entry\\\">\";\n//\t\t\t$out .=\"\t<form name=\\\"\".$this->module_name.\"_form\\\" action='$pad_uri' label=\\\"Confirm Details\\\">\";\n\t\t\t$out .=\"\t\t<text><![CDATA[Sorry this basket has already been purchased]]></text>\";\n//\t\t\t$out .=\"\t\t<input type=\\\"submit\\\" iconify=\\\"CONFIRM\\\" value=\\\"\".LOCALE_CONFIRM.\"\\\"/>\";\n//\t\t\t$out .=\"\t</form>\";\n\t\t\t$out .=\"</module>\";\t\n\t\t}\n\t\treturn $out;\n\t}", "public function reasonForBuying();", "public function job_daily_notify_for_qualified_no_shed_status(){\n date_default_timezone_set('Asia/Manila');\n $date_now = date(\"Y-m-d\");\n\n $qualified_turnover = $this->Admin_model->get_all_qualified_for_turn_over();\n\n foreach ($qualified_turnover as $data) {\n if (!empty($data->qualified)){\n $schedule = $this->Admin_model->check_schedule_by_customer_number($data->customer_number);\n if (empty($schedule)){\n $detail_buyer = $this->Admin_model->get_customer_by_number($data->customer_number);\n foreach($detail_buyer as $buyers){\n $message = \"Greetings from Federal Land, Inc.! Please be advised that we are still awaiting your preferred turnover schedule. You may reach us through the contact details provided in the Notice of Inspection / Notice of Unit Turnover. Thank you.\";\n $send_email = $this->send_email($buyers->email_address, 'WeServe', $message);\n $send_sms = $this->send_sms($buyers->mobile_number, $message);\n\n if($send_email == true && $send_sms == true) { // && $return_sms == true\n echo \"<script type='text/javascript'>alert('Email notification will be sent to Unit Owner. Selected schedule will be temporarily blocked for 24 hours and will be fully blocked once received confirmation from Unit Owner by replying YES to SMS and email message or clicking the link provided or providing the OTP to Inbound Associate.');</script>\";\n }else{\n echo \"<script type='text/javascript'>alert('Failure to send the notification.');</script>\";\n }\n } \n }else{\n //Do Nothing\n }\n }else{\n //Do Nothing\n }\n }\n }", "function edd_fairbill_payment_receipt_after($payment){ //\n if( edd_get_payment_gateway( $payment->ID ) == 'fairbill'){\n $payment_data = edd_get_payment_meta( $payment->ID );\n $downloads = edd_get_payment_meta_cart_details( $payment->ID );\n $post_id = $downloads[0]['id']; // ONLY FIRST ITEM ON CART\n $message = stripslashes ( get_post_meta( $post_id, 'fairbill_edd_wp_post_receipt', true ));\n $message = edd_do_email_tags( $message, $payment->ID );\n //$message = edd_get_payment_gateway( $payment->ID );\n echo $message;\n }\n}" ]
[ "0.6634014", "0.65635693", "0.6559193", "0.6512278", "0.6474478", "0.64322954", "0.6430246", "0.6368312", "0.63464916", "0.63180864", "0.62468195", "0.62405324", "0.62227213", "0.62023133", "0.61633676", "0.6154428", "0.607842", "0.60323256", "0.6014749", "0.6001388", "0.59803414", "0.59618074", "0.5960743", "0.59464586", "0.5926662", "0.5900998", "0.588788", "0.58778584", "0.58720434", "0.5865019" ]
0.7449267
0
Get all object model data in an array
public function get_all(){ return get_object_vars($this); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function datas(): array\n {\n return get_object_vars($this);\n }", "public function __toArray(){\n\t\treturn get_object_vars($this);\n\t}", "public function getData () {\r\n \treturn $this->toArray ();\r\n }", "public function data()\n\t{\n\t\treturn get_object_vars($this);\n\t}", "public function __toArray() {\n return $this->data;\n }", "public function getAll()\n {\n return $this->array;\n }", "public function __toArray()\n {\n return $this->data;\n }", "public function get()\n\t{\n\t\t$items = [];\n\t\t$result = $this->queryBuilder->execute();\n\t\twhile($row = $result->fetch()){\n\t\t\t$model = clone $this->model;\n\t\t\t$model->setData($row);\n\t\t\t$items[] = $model;\n\t\t}\n\t\treturn $items;\n\t}", "public function getAll()\n {\n return $this->toArray();\n }", "public function getAll()\n {\n return $this->data;\n }", "public function all() {\n return $this->toObject();\n }", "public function getData()\n {\n return $this->model->get(); // Return all the records.\n }", "public function getAll() {\n\t\treturn $this->data;\n\t}", "public function data()\r\n {\r\n return $this->toArray();\r\n }", "public function all()\n {\n return $this->data;\n }", "public function all()\n {\n return $this->data;\n }", "public function all()\n {\n return $this->data;\n }", "public function getAll() {\n\t\treturn $this->_data;\n\t}", "private function _asArray()\n\t{\n\t\treturn get_object_vars($this);\n\t}", "public function getAllData () {\n\t\treturn $this->data;\n\t}", "public function getData()\n {\n $data = get_object_vars($this);\n unset($data['tableName']);\n unset($data['primaryKeyField']);\n return array_filter($data);\n }", "public function toArray() {\n return get_object_vars($this);\n }", "public function toArray()\n {\n $data = [];\n\n foreach ($this->models as $name => $model) {\n $data[] = $this->petchModel($model);\n }\n\n return $data;\n }", "public function getAll()\n {\n return $this->getArrayCopy();\n }", "public function getAllData()\n {\n return $this->data;\n }", "public function __toArray__()\n {\n return get_object_vars($this);\n }", "public function toArray()\n\t{\n\t\t$ret = array();\n\t\tforeach($this->_data as $key=>$data)\n\t\t{\n\t\t\tif($data instanceof \\Framework\\Model\\CModel)\n\t\t\t\t$ret[$key] = $data->toArray();\n\t\t\telse\n\t\t\t\t$ret[$key] = $data;\n\t\t}\n\n\t\treturn $ret;\n\t}", "public function __toArray()\n {\n $data = $this->_data;\n $hasToArray = function ($model) {\n return is_object($model) && method_exists($model, '__toArray') && is_callable([$model, '__toArray']);\n };\n foreach ($data as $key => $value) {\n if ($hasToArray($value)) {\n $data[$key] = $value->__toArray();\n } elseif (is_array($value)) {\n foreach ($value as $nestedKey => $nestedValue) {\n if ($hasToArray($nestedValue)) {\n $value[$nestedKey] = $nestedValue->__toArray();\n }\n }\n $data[$key] = $value;\n }\n }\n return $data;\n }", "public function getAll() {\n\n return $this->data;\n }", "public function getData()\n {\n $data = array();\n $data['id'] = $this->model->id;\n $retrievableAttributes = static::resolveRetrievableAttributesByModel($this->model);\n foreach ($this->model->getAttributes($retrievableAttributes) as $attributeName => $notUsed)\n {\n $type = ModelAttributeToMixedApiTypeUtil::getType($this->model, $attributeName);\n $adapterClassName = $type . 'RedBeanModelAttributeValueToApiValueAdapter';\n if ($type != null && @class_exists($adapterClassName) &&\n !($this->model->isRelation($attributeName) && $this->model->getRelationType($attributeName) !=\n RedBeanModel::HAS_ONE))\n {\n $adapter = new $adapterClassName($this->model, $attributeName);\n $adapter->resolveData($data);\n }\n elseif ($this->model->isOwnedRelation($attributeName) &&\n ($this->model->getRelationType($attributeName) == RedBeanModel::HAS_ONE ||\n $this->model->getRelationType($attributeName) == RedBeanModel::HAS_MANY_BELONGS_TO))\n {\n if ($this->model->{$attributeName}->id > 0)\n {\n $util = new RedBeanModelToApiDataUtil($this->model->{$attributeName});\n $relatedData = $util->getData();\n $data[$attributeName] = $relatedData;\n }\n else\n {\n $data[$attributeName] = null;\n }\n }\n //We don't want to list properties from CustomFieldData objects\n //This is also case fo related models, not only for custom fields\n elseif ($this->model->isRelation($attributeName) &&\n $this->model->getRelationType($attributeName) == RedBeanModel::HAS_ONE)\n {\n if ($this->model->{$attributeName}->id > 0)\n {\n $data[$attributeName] = array('id' => $this->model->{$attributeName}->id);\n }\n else\n {\n $data[$attributeName] = null;\n }\n }\n }\n return $data;\n }" ]
[ "0.7452304", "0.71724385", "0.71550673", "0.7069321", "0.7051694", "0.70362073", "0.6974152", "0.69707674", "0.69632477", "0.69307786", "0.69297826", "0.692115", "0.69206464", "0.69140255", "0.69085926", "0.69085926", "0.69085926", "0.69080544", "0.6890921", "0.6881098", "0.6877069", "0.6872494", "0.68651044", "0.68558013", "0.6845583", "0.68387717", "0.68205005", "0.6813476", "0.6808709", "0.68005705" ]
0.727904
1
Get all object model data without the id in an array
public function get_all_exclude_id(){ $data = get_object_vars($this); unset($data["id"]); return $data; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function getData()\n {\n $data = $this->obj;\n foreach($this->blackListed as $bl)\n {\n if(array_key_exists($bl, $data))\n {\n unset($data[$bl]);\n }\n }\n return $data;\n }", "public function flatten()\n {\n return array('id' => null);\n }", "public function getData()\n {\n $data = get_object_vars($this);\n unset($data['tableName']);\n unset($data['primaryKeyField']);\n return array_filter($data);\n }", "public function getAssociatiNonIbernati(){\n //ottengo un array di ID di associati\n $ids = $this->irDAO->getIdAssociati();\n \n \n $associati = array();\n if(count($ids) > 0){\n foreach($ids as $id){\n $associato = $this->getAssociatoByIdAssociato($id); \n if($associato->getIbernato() == 0){\n array_push($associati, $associato);\n }\n }\n }\n \n return $associati;\n }", "public function getBaseData()\n\t{\n\t\t$data = $this->getArrayCopy();\n\n\t\tunset($data['id']);\n\t\tunset($data['inputFilter']);\n\n\t\treturn $data;\n\t}", "public function modulosOut(){\n $modulos1=$this->modulos()->pluck('modulos.id');\n //esto me devuelve los ids de modulos 1 en el caso de tenerlo o que le faltan\n $modulos2=Modulo::whereNotIn('id', $modulos1)->get();\n\n return $modulos2;\n }", "public function findAllWithoutPidRestriction()\n {\n $query = $this->createQuery();\n $query->getQuerySettings()->setRespectStoragePage(false);\n\n return $query->execute();\n }", "public function disableDataById()\n {\n $this->dataById = false;\n }", "public function getRemovedData()\n {\n return array(\n 'createdAt',\n 'createdBy',\n 'personId',\n 'updatedAt',\n 'updatedBy',\n 'suppressed',\n 'suppressedAt',\n 'suppressedBy',\n );\n }", "public function getAllId(): array;", "public function cleanupData($data) {\n\t\tif (!$data && !is_array($data)) {\n\t\t\treturn array();\n\t\t}\n\t\t$clearData = array();\n\t\tforeach ($data as $key=>$value) {\n\t\t\tif (!in_array($key, $this->_skipFields) && !in_array($key, $this->_skipFieldsByModel) && !is_array($value) && !is_object($value)) {\n\t\t\t\t$clearData[$key] = $value;\n\t\t\t}\n\t\t}\n\t\treturn $clearData;\n\t}", "public function getIds()\n {\n return $this->pluck('id');\n }", "public function object_datas(string $exclude = null): array\n {\n $datas = $this->datas();\n\n foreach ($datas as $k => $v) {\n if ($k == \"primaryKey\" || $k == \"table_name\" || $k == \"timestamps\" || $k == $exclude)\n unset($datas[$k]);\n }\n\n return $datas;\n }", "public function toModelArray()\n {\n return Arr::except($this->attributes, ['uid', 'model_uid', 'vc_parent']);\n }", "public function clear() {\n foreach($this->_data as $key => $value) {\n $value = ($key == 'id') ? null : '';\n $this->_data[$key] = $value;\n }\n }", "function getAll(){\n\t\t$this->values = array($this->id_field.'>'=>'0');\n\t\t$this->load();\n\t\treturn $this->row;\n\t}", "public function getData()\r\n\t{\r\n\t\t$data = array();\r\n\t\t$temp = $this->getAll();\r\n\t\tforeach ($temp as $k) {\r\n\t\t\t$data[$k['id']] = $k;\r\n\t\t}\r\n\t\treturn $data;\r\n\t}", "public function getEmptyModel();", "function getUniqueResults()\r\n\t{\r\n\t\t$obj_ids = array();\r\n\t\tforeach($this->results as $result)\r\n\t\t{\r\n\t\t\tif(in_array($result['obj_id'],$obj_ids))\r\n\t\t\t{\r\n\t\t\t\tcontinue;\r\n\t\t\t}\r\n\t\t\t$obj_ids[] = $result['obj_id'];\r\n\t\t\t$objects[] = $result;\r\n\t\t}\r\n\t\treturn $objects ? $objects : array();\r\n\t}", "public function getData()\n {\n $data = array();\n $data['id'] = $this->model->id;\n $retrievableAttributes = static::resolveRetrievableAttributesByModel($this->model);\n foreach ($this->model->getAttributes($retrievableAttributes) as $attributeName => $notUsed)\n {\n $type = ModelAttributeToMixedApiTypeUtil::getType($this->model, $attributeName);\n $adapterClassName = $type . 'RedBeanModelAttributeValueToApiValueAdapter';\n if ($type != null && @class_exists($adapterClassName) &&\n !($this->model->isRelation($attributeName) && $this->model->getRelationType($attributeName) !=\n RedBeanModel::HAS_ONE))\n {\n $adapter = new $adapterClassName($this->model, $attributeName);\n $adapter->resolveData($data);\n }\n elseif ($this->model->isOwnedRelation($attributeName) &&\n ($this->model->getRelationType($attributeName) == RedBeanModel::HAS_ONE ||\n $this->model->getRelationType($attributeName) == RedBeanModel::HAS_MANY_BELONGS_TO))\n {\n if ($this->model->{$attributeName}->id > 0)\n {\n $util = new RedBeanModelToApiDataUtil($this->model->{$attributeName});\n $relatedData = $util->getData();\n $data[$attributeName] = $relatedData;\n }\n else\n {\n $data[$attributeName] = null;\n }\n }\n //We don't want to list properties from CustomFieldData objects\n //This is also case fo related models, not only for custom fields\n elseif ($this->model->isRelation($attributeName) &&\n $this->model->getRelationType($attributeName) == RedBeanModel::HAS_ONE)\n {\n if ($this->model->{$attributeName}->id > 0)\n {\n $data[$attributeName] = array('id' => $this->model->{$attributeName}->id);\n }\n else\n {\n $data[$attributeName] = null;\n }\n }\n }\n return $data;\n }", "public function getAllExceptAuth(): Collection;", "public function toArray() \n\t{\n\t\t$data = parent::toArray();\n\t\tforeach ($this->removeProperties as $name) {\n\t\t\tunset($data[$name]);\n\t\t}\n\t\treturn $data;\n\t}", "public function getIds(): array;", "public function all() {\n $this->db->query(\"SELECT * FROM {$this->table}\");\n $results = $this->db->resultSet();\n\n // Remove hidden properties\n foreach($results as $result) {\n foreach($this->hidden as $prop) {\n unset($result->$prop);\n }\n }\n return $results;\n }", "public function getList()\n\t{\n\t\treturn $this->model->pluck('name','id');\n\t}", "public function ids(): array;", "public function toArray ( $id = null );", "public function get_no_parents($id = null) {\n // Return key => value pair array\n $this->db->select('id, title');\n $this->db->where('parent_id', 0);\n $this->db->where('id!=', $id);\n\n $pages = parent::get();\n// echo $this->db->last_query();\n\n $array = array(0 => 'No parent');\n\n if (count($pages)) {\n foreach ($pages as $page) {\n $array[$page->id] = $page->title;\n if ($id != null) {\n $parents = $this->get_with_parent();\n $parentID = array();\n foreach ($parents as $parent) {\n $parentID[$parent->parent_id] = $parent->parent_title;\n if ($parent->parent_id == $id) {\n unset($array[$page->id]);\n }\n }\n }\n }\n }\n\n\n return $array;\n }", "public function all()\n {\n return $this->where([]);\n }", "public function ids() {\n\t\t$q = $this->query();\n\t\t$q->select(PrWorkCenter::aliasproperty('id'));\n\t\treturn $q->find()->toArray();\n\t}" ]
[ "0.64226174", "0.6354502", "0.6338778", "0.609993", "0.60630727", "0.592101", "0.5911362", "0.5901744", "0.5877175", "0.5871654", "0.58703464", "0.58683676", "0.5859515", "0.58292663", "0.5818989", "0.58025193", "0.57893026", "0.57780313", "0.57625", "0.576055", "0.5741916", "0.5706625", "0.5704016", "0.56912994", "0.5689987", "0.56476474", "0.5632673", "0.5625892", "0.5619269", "0.56009054" ]
0.81115633
0
Returns status labels for audit and maintenance statuses that has issues.
public function getIssueStatusLabels($items) { $msg = array(); $failedAudit = $missingAudit = $failedMaintenance = $missingMaintenance = false; foreach ($items as $item) { if (!$failedAudit && !$item['audits_last_passed']) { $msg[] = $this->Html->tag('span', __('Failed audit'), array('class' => 'label label-danger')); $failedAudit = true; } if (!$missingAudit && !$item['audits_all_done']) { $msg[] = $this->Html->tag('span', __('Missing audit'), array('class' => 'label label-warning')); $missingAudit = true; } if (!$failedMaintenance && !$item['maintenances_last_passed']) { $msg[] = $this->Html->tag('span', __('Failed maintenance'), array('class' => 'label label-danger')); $failedMaintenance = true; } if (!$missingMaintenance && !$item['maintenances_all_done']) { $msg[] = $this->Html->tag('span', __('Missing maintenance'), array('class' => 'label label-warning')); $missingMaintenance = true; } } return $msg; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "static function getLabelsStatus()\n {\n static $labelsStatus = array(\n self::STATUS_DRAFT => 'pequiven_objetive.status.draft',\n self::STATUS_APPROVED => 'pequiven_objetive.status.approved',\n );\n return $labelsStatus;\n }", "static function getLabelsStatus() {\n static $labelsStatus = array(\n self::STATUS_DRAFT => 'pequiven.arrangement_program.status.draft',\n self::STATUS_IN_REVIEW => 'pequiven.arrangement_program.status.in_review',\n self::STATUS_REVISED => 'pequiven.arrangement_program.status.revised',\n self::STATUS_APPROVED => 'pequiven.arrangement_program.status.approved',\n self::STATUS_REJECTED => 'pequiven.arrangement_program.status.rejected',\n self::STATUS_FINISHED => 'pequiven.arrangement_program.status.finished',\n );\n return $labelsStatus;\n }", "function getLabelStatus() {\n $labels = $this->getLabelsStatus();\n if (isset($labels[$this->status])) {\n return $labels[$this->status];\n }\n }", "function getLabelStatus()\n {\n $labels = $this->getLabelsStatus();\n if(isset($labels[$this->status])){\n return $labels[$this->status];\n }\n }", "public static function getStatuses() {\n return [\n self::STATUS_FAILED => t('Failed'),\n self::STATUS_PASSED => t('Passed'),\n ];\n }", "public function getStatusLabel() {\n\n $statusString = ucfirst($this->getStatusString());\n\n switch ($this->getStatus()) {\n case self::STATUS_LEAD:\n return '<span class=\"label label-default\">' . $statusString . '</span>';\n case self::STATUS_SAVED:\n return '<span class=\"label label-success\">' . $statusString . '</span>';\n default:\n return '<span class=\"label label-warning\">' . $statusString . '</span>';\n }\n\n }", "public function getStatuses()\n\t{\n\t\t$statuses = array(\n\t\t\t'' => 'None/Unknown',\n\t\t\t'Spec' => 'To be specified',\n\t\t\t'Devel' => 'To be developed',\n\t\t\t'Test' => 'Ready for test',\n\t\t\t'Done' => 'Completed',\n\t\t\t'Reject' => 'Rejected',\n\t\t);\n\t\treturn $statuses;\n\t}", "public static function statuses()\n {\n return [self::ACTIVE => 'Активно', self::NOT_ACTIVE => 'Не активно'];\n }", "public function getStatusLabels($item, $includeType = false) {\n\t\t$msg = array();\n\t\tif (/*$includeType && */$item['security_service_type_id'] == SECURITY_SERVICE_DESIGN) {\n\t\t\t$msg[] = $this->Html->tag('span', __('Status is Design'), array('class' => 'label label-danger'));\n\t\t}\n\t\telse {\n\t\t\tif (!$item['audits_all_done']) {\n\t\t\t\t$msg[] = $this->Html->tag('span', __('Missing audits'), array('class' => 'label label-warning'));\n\n\t\t\t}\n\t\t\tif (!$item['audits_last_passed']) {\n\t\t\t\t$msg[] = $this->Html->tag('span', __('Last audit failed'), array('class' => 'label label-danger'));\n\t\t\t}\n\t\t\tif ($item['audits_improvements']) {\n\t\t\t\t$msg[] = $this->Html->tag('span', __('Being fixed'), array('class' => 'label label-primary'));\n\t\t\t}\n\t\t\tif ($item['audits_all_done'] && $item['audits_last_passed']) {\n\t\t\t\t$msg[] = $this->Html->tag('span', __('No audit issues'), array('class' => 'label label-success'));\n\t\t\t}\n\n\t\t\tif (!$item['maintenances_all_done']) {\n\t\t\t\t$msg[] = $this->Html->tag('span', __('Missing maintenances'), array('class' => 'label label-warning'));\n\n\t\t\t}\n\t\t\tif (!$item['maintenances_last_passed']) {\n\t\t\t\t$msg[] = $this->Html->tag('span', __('Last maintenance failed'), array('class' => 'label label-danger'));\n\t\t\t}\n\t\t\tif ($item['maintenances_all_done'] && $item['maintenances_last_passed']) {\n\t\t\t\t$msg[] = $this->Html->tag('span', __('No maintenance issues'), array('class' => 'label label-success'));\n\t\t\t}\n\t\t}\n\n\t\treturn $msg;\n\t}", "public static function get_status() {\n\t\t$list = [\n\t\t\tesc_html__( 'AdSense', 'rank-math' ) => self::get_status_text( self::has_adsense() ),\n\t\t\tesc_html__( 'Analytics', 'rank-math' ) => self::get_status_text( self::has_analytics() ),\n\t\t\tesc_html__( 'Search Console', 'rank-math' ) => self::get_status_text( self::has_console() ),\n\t\t];\n\n\t\treturn $list;\n\t}", "public static function getStatus() {\n $status = ['In Progress' => 'In Progress', 'Completed' => 'Completed', 'Pending' => 'Pending',\n 'Not Completed' => 'Not Completed', 'Postponed' => 'Postponed'];\n return $status;\n }", "public static function getStatuses()\n {\n return [\n self::STATUS_ACTIVE => Yii::t('podium/view', 'Active'),\n self::STATUS_BANNED => Yii::t('podium/view', 'Banned'),\n self::STATUS_REGISTERED => Yii::t('podium/view', 'Registered'),\n ];\n }", "public function getStatusBadges()\n {\n $badges = '';\n if ($this->hasActionState())\n $badges .= '<span class=\"label label-warning\">&nbsp;</span>';\n if ($this->hasRemainsWarningState())\n $badges .= '<span class=\"label label-danger\">' . $this->remains . '</span>';\n if ($this->remains == 0)\n $badges .= '<span class=\"label label-default\">&nbsp;</span>';\n/* if ($this->status == self::STATUS_NOT_PROCESSED)\n $badges .= '<span class=\"label label-info\">&nbsp;</span>';*/\n return $badges;\n }", "public static function statuses()\n\t{\n\t\treturn [\n\t\t\tself::ACTIVE_STATUS => self::ACTIVE_STATUS,\n\t\t\tself::INACTIVE_STATUS => self::INACTIVE_STATUS,\n\t\t\tself::ARCHIVED_STATUS => self::ARCHIVED_STATUS,\n\t\t\tself::COMING_SOON_STATUS => self::COMING_SOON_STATUS,\n\t\t\tself::SOLD_OUT_STATUS => self::SOLD_OUT_STATUS,\n\t\t];\n\t}", "public function testStatusLabels()\n\t{\n\t\t$statuses = Config::get('user::config.user_status');\n\n\t\t$this->assertTrue( is_array($statuses) );\n\t\t$this->assertEquals( User::get_status_label(0), $statuses[0] );\n\t}", "public static function getStatusList() \n {\n return [\n self::STATUS_INSCRIT=> 'INSCRIT(E)',\n self::STATUS_ACTIF => 'ACTIF(VE)',\n self::STATUS_ADMIS => 'ADMIS(E)',\n self::STATUS_TERMINE => 'TERMINE(E)',\n self::STATUS_EXPULSE => 'EXPULSE(E)'\n ];\n }", "protected function listLabels()\n\t{\n\t\t$labels = array(\n\t\t\t\tself::LABELS_DEFAULT,\n\t\t\t\tself::LABELS_SUCCESS,\n\t\t\t\tself::LABELS_WARNING,\n\t\t\t\tself::LABELS_IMPORTANT,\n\t\t\t\tself::LABELS_INFO,\n\t\t\t\tself::LABELS_INVERSE,\n\t\t);\t\t\n\t\treturn $labels;\n\t\t\n\t}", "function getDecisionLabels() {\n\t\treturn array(\n\t\t\tSUBMISSION_EDITOR_DECISION_PENDING_REVISIONS => 'editor.monograph.decision.requestRevisions',\n\t\t\tSUBMISSION_EDITOR_DECISION_RESUBMIT => 'editor.monograph.decision.resubmit',\n\t\t\tSUBMISSION_EDITOR_DECISION_DECLINE => 'editor.monograph.decision.decline'\n\t\t);\n\t}", "public function getStatusLabel()\r\n {\r\n switch ($this->status) {\r\n case Task::STATUS_PENDING:\r\n $statusLabel = Yii::t('TaskModule.views_index_index', 'Begin Task');\r\n break;\r\n case Task::STATUS_IN_PROGRESS:\r\n if ($this->review)\r\n $statusLabel = Yii::t('TaskModule.views_index_index', 'Let Task Review');\r\n else\r\n $statusLabel = Yii::t('TaskModule.views_index_index', 'Finish Task');\r\n break;\r\n case Task::STATUS_PENDING_REVIEW:\r\n $statusLabel = Yii::t('TaskModule.views_index_index', 'Finish Task');\r\n break;\r\n default :\r\n $statusLabel = '';\r\n }\r\n\r\n return $statusLabel;\r\n }", "public static function statuses()\n {\n return [\n self::STATUS_ACTIVE => Yii::t('common', 'Active'),\n self::STATUS_NOT_ACTIVE => Yii::t('common', 'Not Active')\n ];\n }", "public function getStatusLabel() {\n return $this->getConfig ()->getStatusLabel ( $this->getStatus () );\n }", "public function getStatusName() {\n if ($this->getStatus() == 0) {\n return 'Draft';\n }\n elseif ($this->getStatus() == 1) {\n return 'Pending';\n }\n elseif ($this->getStatus() == 2) {\n return 'Rejected';\n }\n elseif ($this->getStatus() == 3) {\n return 'Delivered';\n }\n elseif ($this->getStatus() == 4) {\n return 'Invoiced';\n }\n elseif ($this->getStatus() == 5) {\n return 'Partly invoiced';\n }\n }", "public function getStatusList()\n {\n $statusArray = [\n self::STATUS_DRAFT => Yii::t('app', 'Draft'),\n self::STATUS_PUBLISHED => Yii::t('app', 'Published'),\n ];\n\n return $statusArray;\n }", "public function getStatusList()\n {\n $statusArray = [\n self::STATUS_DRAFT => Yii::t('app', 'Draft'),\n self::STATUS_PUBLISHED => Yii::t('app', 'Published'),\n ];\n\n return $statusArray;\n }", "public function getStatusList()\n {\n $statusArray = [\n self::STATUS_DRAFT => Yii::t('app', 'Draft'),\n self::STATUS_PUBLISHED => Yii::t('app', 'Published'),\n ];\n\n return $statusArray;\n }", "public function getStatusText()\n {\n $status = $this->getStatuses();\n\n return isset($status[$this->status]) ? $status[$this->status] : \"unknown($this->status)\";\n }", "protected function getBasicLabels(){\n\t\t$labels = array();\n\n\t\t$labels['cancel_id'] = array(\n\t\t\t\t'label' => Customweb_I18n_Translation::__('Cancel ID'),\n\t\t\t\t'value' =>\t$this->getCancelId()\n\t\t);\n\n\t\t$labels['cancel_date'] = array(\n\t\t\t\t'label' => Customweb_I18n_Translation::__('Date'),\n\t\t\t\t'value' =>\t$this->getCancelDate()->format('Y-m-d H:i:s')\n\t\t);\n\n\t\t$labels['cancel_status'] = array(\n\t\t\t\t'label' => Customweb_I18n_Translation::__('Cancel status'),\n\t\t\t\t'description' => Customweb_I18n_Translation::__(\"If the status is 'Pending' it is unclear whether the transaction will be cancelled successfully.\")\n\t\t);\n\n\t\tif($this->getStatus() == self::STATUS_SUCCEED){\n\t\t\t$labels['cancel_status']['value'] = Customweb_I18n_Translation::__('Success');\n\t\t}\n\t\telseif($this->getStatus() == self::STATUS_PENDING){\n\t\t\t$labels['cancel_status']['value'] = Customweb_I18n_Translation::__('Pending');\n\t\t}\n\t\telse{\n\t\t\t$labels['cancel_status']['value'] = Customweb_I18n_Translation::__('Failed');\n\t\t}\n\n\t\treturn $labels;\n\t}", "public function getErrorStatuses() {\n\t\t$errorstatuses = array(\n\t\t\t'' => 'None/Unknown',\n\t\t\t'New' => 'New',\n\t\t\t'Updt' => 'Updated by user',\n\t\t\t'Wait' => 'Waiting for user',\n\t\t\t'Escl' => 'Escalated',\n\t\t\t'Rslv' => 'Resolved',\n\t\t\t'Clsd' => 'Closed',\n\t\t);\n\t\treturn $errorstatuses;\n\t}", "public static function getStatusItems()\r\n {\r\n return [\r\n self::STATUS_PENDING => Yii::t('TaskModule.views_index_index', 'Pending'),\r\n self::STATUS_IN_PROGRESS => Yii::t('TaskModule.views_index_index', 'In Progress'),\r\n self::STATUS_PENDING_REVIEW => Yii::t('TaskModule.views_index_index', 'Pending Review'),\r\n self::STATUS_COMPLETED => Yii::t('TaskModule.views_index_index', 'Completed'),\r\n self::STATUS_ALL => Yii::t('TaskModule.views_index_index', 'All'),\r\n ];\r\n }", "public static function getStatuses()\n {\n return [\n self::STATUS_NEW => Yii::t('app', 'Новое'),\n self::STATUS_READ => Yii::t('app', 'Прочитанное'),\n ];\n }" ]
[ "0.71091324", "0.70580286", "0.6749238", "0.67035633", "0.669218", "0.6486361", "0.6480443", "0.6478595", "0.63557327", "0.6323969", "0.6321348", "0.62764895", "0.62742805", "0.6248096", "0.62047446", "0.62004334", "0.61971915", "0.61802906", "0.6154133", "0.6136446", "0.61294854", "0.60923195", "0.60872114", "0.60872114", "0.60872114", "0.60834014", "0.6064612", "0.6064122", "0.60639966", "0.60456324" ]
0.73684597
0
Metodo que devuelve cantones por provincia
public static function obtenerCantonesPorProvincia($provincia_id=0){ $cantones = self::find() ->select('canton_id,nombre') ->orderBy('nombre') ->where('provincia_id='.$provincia_id) ->all(); return ArrayHelper::map($cantones,'canton_id','nombre'); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function permisos();", "function cargaCantones($idProvincia) {\n $this->model->cargaCantones($idProvincia);\n }", "public function obtenerPadecimientos();", "private function _getTiposPermitidos() {\n\t\treturn [\n\t\t\tself::TIPO_ESTADO,\n\t\t\tself::TIPO_MENSAJE_PRIVADO\n\t\t];\n\t}", "function podaci(){\r\n // $this je specijalna promenljiva\r\n // koja referise na objekat nad kojim se pozvao metod\r\n // preko njega strelica notacijom pristupamo atributima objekta\r\n // obratiti paznju da se ispred naziva atributa ne navodi $\r\n echo \"Naslov: \".$this->naslov.\", cena po komadu: \".$this->cena.\".\";\r\n }", "function cargaDistritos($idCanton) {\n $this->model->cargaDistritos($idCanton);\n }", "public function get_cant_asignada($clave){\r\n\t\t\t$sql = 'SELECT cant_asignada FROM productos_traspasos WHERE folio='.$_SESSION['folio']\r\n\t\t\t.' AND cve=\"'.$clave.'\"';\r\n\t\t\treturn $this->query($sql);\r\n\t\t}", "function DevolverPermisos_vigentes()\n {\n $query = sprintf(\"SELECT * FROM permisos\");\n $result = $this->db->getData($query);\n //$permisos = [];\n\n return $result;\n }", "function cant_votos($id_lista, $id_nro_ue, $id_claustro){\n $sql = \"SELECT sum(t_v.cant_votos) votos FROM voto_lista_rector t_v \"\n . \"INNER JOIN acta t_a ON t_a.id_acta = t_v.id_acta \"\n . \"INNER JOIN mesa t_m ON t_m.id_mesa = t_a.de \"\n . \"INNER JOIN sede t_s ON t_s.id_sede = t_a.id_sede \"\n . \"WHERE t_v.id_lista = $id_lista \"\n . \"AND t_m.id_claustro = $id_claustro \"\n . \" AND t_m.estado > 1 \"\n . \"AND t_s.id_ue = $id_nro_ue \"\n . \"ORDER BY votos\";\n \n $ar = toba::db('gu_kena')->consultar($sql);\n return $ar[0]['votos'];\n }", "function verificarRequisitos($retorno) {\n //verificar requisitos\n $requisitos=$this->validacion->validarRequisitosCreditos($_REQUEST);\n if($requisitos!='ok'&& is_array($requisitos))\n {\n $retorno['mensaje']=\"El estudiante no ha aprobado requisitos de \".$retorno['nombreEspacio'].\":\";\n foreach ($requisitos as $key => $value) {\n $retorno['mensaje'].=\"\\\\n\".$requisitos[$key]['NOMBRE'].\" Codigo:\".$requisitos[$key]['REQUISITO'].\" \";\n }\n $this->enlaceNoAdicion($retorno);\n }\n }", "function verificarRequisitos($retorno) {\n //verificar requisitos\n $requisitos=$this->validacion->validarRequisitosCreditos($_REQUEST);\n if($requisitos!='ok'&& is_array($requisitos))\n {\n $retorno['mensaje']=\"El estudiante no ha aprobado requisitos de \".$retorno['nombreEspacio'].\":\";\n foreach ($requisitos as $key => $value) {\n $retorno['mensaje'].=\"\\\\n\".$requisitos[$key]['NOMBRE'].\" Codigo:\".$requisitos[$key]['REQUISITO'].\" \";\n }\n $this->enlaceNoAdicion($retorno);\n }\n }", "public function getCantPisos()\n {\n return $this->cantPisos;\n }", "public function noPerm(){\n \n }", "function cant_show_precios($idpiso) {\n\t\t$sql = \"SELECT precio, descripcion FROM pisos_precio WHERE idpiso=\".$idpiso;\n\t\t$resultado = $this -> db -> query($sql);\n\n\t\treturn $resultado -> num_rows();\n\t}", "function recup_id_responsable__personne_visite($nom,$prenom){\n return ResultatRequette(\"select ID_CLIENT as info from personne_physique where NOM_CLIENT='$nom' AND PRENOM_CLIENT='$prenom'\");\n}", "public static function Privilegios($valor)\n {\n if($valor == 0)\n {\n return \"Nulo\";\n }\n\n if($valor == 1)\n {\n return \"Solo lectura\";\n }\n\n if($valor == 2)\n {\n return \"Solo crear\";\n }\n\n if($valor == 3)\n {\n return \"Solo modificar\";\n }\n\n if($valor == 4)\n {\n return \"Solo eliminar\";\n }\n\n if($valor == 5)\n {\n return \"Crear y modificar\";\n }\n\n if($valor == 6)\n {\n return \"Crear y eliminar\";\n }\n\n if($valor == 7)\n {\n return \"Modificar y eliminar\";\n }\n\n if($valor == 9)\n {\n return \"Todos los permisos\";\n }\n }", "function get_estado_provincia($vals,$args){\n\textract($vals);\n\textract($args);\n\t$do_provincia = DB_DataObject::factory('provincia');\n\t$do_provincia -> provincia_id = $record['provincia_id'];\n\t$do_provincia -> provincia_baja = '0';\n\tif($do_provincia -> find(true))\n\t\treturn '<img title=\"Provincia no eliminada\" src=\"../img/spirit20_icons/system-tick-alt-02.png\">';\n\telse \n\t\treturn '<img title=\"Provincia eliminada\" src=\"../img/spirit20_icons/system-red.png\">';\n}", "function formulaires_creneaux_verifier_1_dist()\n{\n\n $erreurs = array();\n\n if (!_request('nom') ) {\n $erreurs['nom'] = 'Merci de préciser votre nom';\n }\n if (!_request('prenom') ) {\n $erreurs['prenom'] = 'Merci de préciser votre prénom';\n }\n if ( _request('type_creneau')==0 ) {\n $erreurs['type_creneau'] = 'Merci de choisir un type de créneau';\n }\n\n return $erreurs;\n}", "function control_cantidades()\n\t{\n\t\t\t\n\t\t$conn = parent::conectar(\"\");\n\t\t\n\t\t$params = array( \n\t\t\t\t\tarray(&$this->idusuario),\n\t\t\t\t\tarray(&$this->password), \t\n\t\t\t\t\tarray(&$this->idempresa) \n\t\t\t\t\t);\n\t\t\t\t\t\t\n\t\n\t\t$rs = parent::ejecutar(\"Comprobante_Control_Cantidades\",\"SP\",\"\",$conn, $params);\n\n\t\t$array_return = array();\n\t\t\n\t\tif (sqlsrv_has_rows($rs)==0)\n\t\t{\t\t\t\n\t\t\treturn 0;\n\t\t}\n\t\telse\n\t\t{\n\t\t\twhile($row = sqlsrv_fetch_array($rs, SQLSRV_FETCH_ASSOC))\n\t\t\t{\n\t\t\t array_push($array_return, $row);\n\t\t\t}\n\n\t\t\treturn $array_return;\n\t\t}\t\n\t}", "function formulaires_creneaux_charger_dist()\n{\n\n $valeurs = array(\n 'nom' => \"\",\n 'prenom' => '',\n 'email' => '',\n 'type_creneau' => 1,\n 'creneau1' => 0,\n 'semaine1' =>0,\n 'creneau2' => 0,\n 'semaine2' =>0,\n 'creneau3' => 0,\n 'semaine3' =>0,\n 'creneau_volant'=>0,\n \"creneau_volant_raison\" =>\"\",\n \"commission\" =>\"\",\n \"commission_autre\" =>\"\",\n 'remarques' =>\"\",\n '_etapes' => 3\n );\n\n return $valeurs;\n}", "private function preencheDadosPermissao()\r\n\t{\r\n\t\t$idPermissao = $this->getValueForm(\"id_permissao\");\r\n $qtdeAplicacoes = $this->getValueForm(\"qtdeAplicacoes\");\r\n $idAplicacao = $_POST[\"aplicacao\"];\r\n \r\n $acesso = $_POST[\"acesso\"];\r\n\t\t$consulta = $_POST[\"consulta\"];\r\n\t\t$cadastra = $_POST[\"cadastra\"];\r\n\t\t$atualiza = $_POST[\"altera\"];\r\n\t\t$exclui = $_POST[\"exclui\"];\r\n $imprimi = $_POST[\"imprimi\"];\r\n \r\n $perfil = new Perfil();\r\n $perfil->setId($this->getValueForm(\"perfil\"));\r\n \r\n\r\n $this->listaPermissoes = new ArrayList();\r\n \r\n for($i = 0; $i < $qtdeAplicacoes; $i++){\r\n \t$aplicacao = new Aplicacao();\r\n \t\t$aplicacao->setId($idAplicacao[$i]);\r\n \t\t\r\n\t\t\t$permissao = new Permissao();\r\n\t\t\t$permissao->setId($idPermissao);\r\n\t\t\t$permissao->setPerfil($perfil);\r\n\t\t\t$permissao->setAplicacao($aplicacao);\r\n\t\t\t\r\n\t\t\tif($this->checkboxSelecionado($acesso, $aplicacao->getId()))\r\n\t\t\t\t$permissao->setAcessa('S');\r\n\t\t\t\r\n\t \tif($this->checkboxSelecionado($cadastra, $aplicacao->getId()))\r\n\t\t \t$permissao->setCadastra('S');\r\n\t\t \r\n\t\t if($this->checkboxSelecionado($atualiza, $aplicacao->getId()))\r\n\t\t \t$permissao->setAtualiza('S');\r\n\t\t \r\n\t \tif($this->checkboxSelecionado($exclui, $aplicacao->getId()))\r\n\t\t \t$permissao->setExclui('S');\r\n\t\t \r\n\t\t if($this->checkboxSelecionado($consulta, $aplicacao->getId()))\r\n\t\t \t$permissao->setConsulta('S');\r\n\t\t \r\n\t\t if($this->checkboxSelecionado($imprimi, $aplicacao->getId()))\r\n\t\t \t$permissao->setImprimi('S');\r\n\t \t\r\n\t \t//echo \"<br/>\".$permissao->toString();\r\n\t \t$this->listaPermissoes->add($permissao, $i);\r\n\t }\r\n\t \r\n }", "function verificarPermisosHelper($p){\r\n //$rolFk=Usuario::where('u_nombre','=',$nombre)->first();\r\n $permisoConsulta=$p; //va a revisar si en los permisos tiene este string\r\n if(isset($_COOKIE['usuario'])){\r\n $nombreUsuario=$_COOKIE['usuario'];\r\n $usuario=Usuario::where('u_nombre','=',$nombreUsuario)->pluck('fk_rol')->first();\r\n //y con el rol se ven los permisos\r\n $permisosFk=Rolper::join('permiso','per_clave','=','rol_permiso.fk_permiso')->select(\r\n 'per_clave', 'per_nombre', 'per_descripcion', 'per_tipo')->orderBy('per_tipo')->distinct()->where('fk_rol', '=', $usuario)->get();\r\n $descripcionPermisos=Rolper::join('permiso','per_clave','=','rol_permiso.fk_permiso')->select(\r\n 'per_clave', 'per_nombre', 'per_descripcion', 'per_tipo')->orderBy('per_tipo')->distinct()->where('fk_rol', '=', $usuario)->pluck('per_descripcion');\r\n if($descripcionPermisos->contains($permisoConsulta))\r\n return true;\r\n return false;\r\n }else{\r\n return false;\r\n }\r\n }", "function vistaPrenomina(){\n\t\t$nominasPeriodo \t\t= $this->CatalogosModel->periodoactualPrenomina();\n\t\t$conceptosConfig = $this->CatalogosModel->conceptosPrenominaExiste();\n\t\t$numconceptosConf = $conceptosConfig->num_rows;\n\t\trequire(\"views/prenomina/prenomina.php\");\n\t}", "public function getPublicarNoticias(){\n\t\treturn $this->publicar_noticias;\n\t}", "public function creaNotificheEsamiVerbalizzati() {\n $ultimoVerbale = $this->prendiUltimoVerbale(); // prendi max da db\n\n $titolo = 'Verbalizzazione esame';\n $verbali = $this->esamiVerbalizzatiDaNotificare($ultimoVerbale);\n\n if (is_array($verbali) && count($verbali) > 0) {\n foreach ($verbali as $verbale) {\n $voto = $verbale['voto'];\n if ($voto >=18 && $voto <=30)\n $stringVoto = ''.$voto;\n else if ($voto == 31)\n $stringVoto = '30 e lode';\n else\n $stringVoto = null; // Idoneo / superato? Nel dubbio non lo specifichiamo nella notifica\n\n if ($stringVoto != null)\n $messaggio = $verbale['descrizione'] . \" è stato verbalizzato con il voto \" . $stringVoto;\n else\n $messaggio = $verbale['descrizione'] . \" è stato verbalizzato\";\n\n $dataNotifica = $this->convertiData($verbale['data']);\n $chiave = $verbale['verbale'];\n if ( !$this->cercaNotifica(NOTIFICA_ESAME_REGISTRATO, 0, $chiave) ) {\n $this->salvaNotifica($verbale['matricola'], NOTIFICA_ESAME_REGISTRATO, 0, $dataNotifica, $titolo, utf8_encode($messaggio), '', '', $chiave, 0);\n }\n }\n }\n }", "function pprov($id_sprv){\n\t\t$id_sprv=intval($id_sprv);\n\t\t$row = $this->datasis->damerow('SELECT proveed,nombre,rif FROM sprv WHERE id='.$id_sprv);\n\t\tif(empty($row)){\n\t\t\techo 'El usuario debe tener registrado un cajero para poder usar este modulo';\n\t\t\treturn '';\n\t\t}\n\t\t$proveed = $row['proveed'];\n\t\t$sprv_nombre = $row['nombre'];\n\t\t$sprv_rif = $row['rif'];\n\n\n\t\tif(date('d')<=15){\n\t\t\t$pdia ='01';\n\t\t\t$dia ='15';\n\t\t}else{\n\t\t\t$pdia ='16';\n\t\t\t$dia =date('d', mktime(0, 0, 0, date('n'), 0));\n\t\t}\n\t\t$rivafechai =date('Ym'.$pdia);\n\t\t$rivafechac =date('Ym'.$dia );\n\n\t\t$this->rapyd->load('dataobject','datadetails');\n\n\t\t$do = new DataObject('sprm');\n\t\t$do->rel_one_to_many('itppro', 'itppro', array(\n\t\t\t'tipo_doc'=>'tipoppro',\n\t\t\t'numero' =>'numppro',\n\t\t\t'cod_prv' =>'cod_prv',\n\t\t\t'transac' =>'transac')\n\t\t);\n\t\t$do->order_by('itppro','itppro.fecha');\n\n\t\t$edit = new DataDetails('Pago a proveedor', $do);\n\t\t$edit->on_save_redirect=false;\n\t\t$edit->set_rel_title('itppro', 'Efecto <#o#>');\n\t\t//$edit->set_rel_title('sfpa' , 'Forma de pago <#o#>');\n\n\t\t$edit->pre_process('insert' , '_pre_pprv_insert');\n\t\t$edit->pre_process('update' , '_pre_pprv_update');\n\t\t$edit->pre_process('delete' , '_pre_pprv_delete');\n\t\t$edit->post_process('insert', '_post_pprv_insert');\n\t\t//$edit->post_process('delete', '_post_pprv_delete');\n\n\t\t$edit->cod_prv = new hiddenField('Proveedor','cod_prv');\n\t\t$edit->cod_prv->rule ='existesprv';\n\t\t$edit->cod_prv->size =7;\n\t\t$edit->cod_prv->insertValue=$proveed;\n\t\t$edit->cod_prv->maxlength =5;\n\n\t\t$edit->nombre = new inputField('Nombre','nombre');\n\t\t$edit->nombre->rule='max_length[40]';\n\t\t$edit->nombre->size =42;\n\t\t$edit->nombre->maxlength =40;\n\n\t\t$edit->tipo_doc = new dropdownField('Tipo doc.', 'tipo_doc');\n\t\t$edit->tipo_doc->option('AB','Abono');\n\t\t$edit->tipo_doc->option('NC','Nota de credito');\n\t\t$edit->tipo_doc->option('AN','Anticipo');\n\t\t$edit->tipo_doc->onchange='chtipodoc()';\n\t\t$edit->tipo_doc->style='width:140px;';\n\t\t$edit->tipo_doc->rule ='enum[AB,NC,AN]|required';\n\n\t\t$edit->codigo = new dropdownField('Motivo', 'codigo');\n\t\t$edit->codigo->option('','Seleccionar');\n\t\t$edit->codigo->options('SELECT TRIM(codigo) AS cod, nombre FROM botr WHERE tipo=\\'P\\' ORDER BY nombre');\n\t\t$edit->codigo->style='width:200px;';\n\t\t$edit->codigo->rule ='condi_required|callback_chobligatipo[NC]';\n\n\t\t$edit->numero = new inputField('N&uacute;mero','numero');\n\t\t$edit->numero->rule='max_length[8]';\n\t\t$edit->numero->size =10;\n\t\t$edit->numero->maxlength =8;\n\n\t\t$edit->fecha = new dateonlyField('Fecha','fecha');\n\t\t$edit->fecha->size =12;\n\t\t$edit->fecha->maxlength =8;\n\t\t$edit->fecha->insertValue=date('Y-m-d');\n\t\t$edit->fecha->calendar = false;\n\t\t$edit->fecha->rule ='chfecha|required';\n\n\t\t$edit->monto = new inputField('Total a pagar','monto');\n\t\t$edit->monto->rule='required|max_length[17]|numeric';\n\t\t$edit->monto->css_class='inputnum';\n\t\t$edit->monto->size =19;\n\t\t$edit->monto->maxlength =17;\n\t\t$edit->monto->type='inputhidden';\n\n\t\t$edit->observa1 = new textareaField('Concepto:','observa1');\n\t\t$edit->observa1->cols = 70;\n\t\t$edit->observa1->rows = 2;\n\t\t$edit->observa1->style='width:100%;';\n\n\t\t$edit->observa2 = new textareaField('','observa2');\n\t\t$edit->observa2->cols = 70;\n\t\t$edit->observa2->rows = 2;\n\t\t$edit->observa2->style='width:100%;';\n\t\t$edit->observa2->when=array('show');\n\n\t\t$edit->depto = new dropdownField('Asignar a departamento', 'depto');\n\t\t$edit->depto->option('','Seleccionar');\n\t\t$edit->depto->options('SELECT depto,CONCAT_WS(\\'-\\',depto,TRIM(descrip)) AS descrip FROM dpto WHERE tipo IN (\\'G\\',\\'A\\') ORDER BY descrip');\n\t\t$edit->depto->style='width:180px;';\n\t\t$edit->depto->rule ='condi_required|callback_chdepto';\n\n\t\t$edit->usuario = new autoUpdateField('usuario' ,$this->secu->usuario(),$this->secu->usuario());\n\t\t$edit->estampa = new autoUpdateField('estampa' ,date('Ymd'), date('Ymd'));\n\t\t$edit->hora = new autoUpdateField('hora' ,date('H:i:s'), date('H:i:s'));\n\n\t\t//Campos propios de las NC\n\n\t\t//Campos comodines\n\t\t$arr_ptasa = array();\n\t\t$edit->apltasa = new dropdownField('', 'apltasa');\n\t\t$mSQL='SELECT fecha,tasa,redutasa,sobretasa FROM civa ORDER BY fecha DESC LIMIT 3';\n\t\t$query = $this->db->query($mSQL);\n\t\tforeach ($query->result() as $row){\n\t\t\t$arr_ptasa[] = array(floatval($row->tasa),floatval($row->redutasa),floatval($row->sobretasa));\n\t\t\t$edit->apltasa->option($row->fecha,dbdate_to_human($row->fecha));\n\t\t}\n\t\t$edit->apltasa->onchange='chapltasa()';\n\t\t$edit->apltasa->style='width:100px;';\n\t\t$edit->apltasa->rule='condi_required|callback_chobligatipo[NC]';\n\n\t\t$ivas = $this->datasis->ivaplica();\n\t\t$edit->ptasa = new inputField('','ptasa');\n\t\t$edit->ptasa->rule='numeric';\n\t\t$edit->ptasa->type='inputhidden';\n\t\t$edit->ptasa->insertValue=$ivas['tasa'];\n\t\t$edit->ptasa->showformat='decimal';\n\n\t\t$edit->preducida = new inputField('','preducida');\n\t\t$edit->preducida->rule='numeric';\n\t\t$edit->preducida->type='inputhidden';\n\t\t$edit->preducida->insertValue=$ivas['redutasa'];\n\t\t$edit->preducida->showformat='decimal';\n\n\t\t$edit->padicional = new inputField('','padicional');\n\t\t$edit->padicional->rule='numeric';\n\t\t$edit->padicional->type='inputhidden';\n\t\t$edit->padicional->insertValue=$ivas['sobretasa'];\n\t\t$edit->padicional->showformat='decimal';\n\t\t//Fin de los comodines\n\n\t\t$edit->serie = new inputField('N&uacute;mero','serie');\n\t\t$edit->serie->rule='condi_required|callback_chobligatipo[NC]';\n\t\t$edit->serie->size =15;\n\t\t$edit->serie->maxlength =17;\n\n\t\t$edit->nfiscal = new inputField('Control F&iacute;scal','nfiscal');\n\t\t$edit->nfiscal->rule='condi_required|callback_chobligatipo[NC]';\n\t\t$edit->nfiscal->size =15;\n\t\t$edit->nfiscal->maxlength =17;\n\n\t\t$edit->montasa = new inputField('Montasa','montasa');\n\t\t$edit->montasa->rule ='max_length[17]|numeric|positive';\n\t\t$edit->montasa->css_class ='inputnum';\n\t\t$edit->montasa->size =19;\n\t\t$edit->montasa->maxlength =17;\n\t\t$edit->montasa->rule='condi_required|callback_chobligatipo[NC]';\n\n\t\t$edit->monredu = new inputField('Monredu','monredu');\n\t\t$edit->monredu->rule ='max_length[17]|numeric|positive';\n\t\t$edit->monredu->css_class ='inputnum';\n\t\t$edit->monredu->size =19;\n\t\t$edit->monredu->maxlength =17;\n\t\t$edit->monredu->rule='condi_required|callback_chobligatipo[NC]';\n\n\t\t$edit->monadic = new inputField('Monadic','monadic');\n\t\t$edit->monadic->rule ='max_length[17]|numeric|positive';\n\t\t$edit->monadic->css_class ='inputnum';\n\t\t$edit->monadic->size =19;\n\t\t$edit->monadic->maxlength =17;\n\t\t$edit->monadic->rule='condi_required|callback_chobligatipo[NC]';\n\n\t\t$edit->tasa = new inputField('general','tasa');\n\t\t$edit->tasa->rule ='max_length[17]|numeric';\n\t\t$edit->tasa->css_class ='inputnum';\n\t\t$edit->tasa->size =12;\n\t\t$edit->tasa->maxlength =17;\n\t\t$edit->tasa->rule='condi_required|callback_chobligatipo[NC]|callback_chmontasa[G]';\n\n\t\t$edit->reducida = new inputField('reducida','reducida');\n\t\t$edit->reducida->rule ='max_length[17]|numeric|positive';\n\t\t$edit->reducida->css_class ='inputnum';\n\t\t$edit->reducida->size =12;\n\t\t$edit->reducida->maxlength =17;\n\t\t$edit->reducida->rule='condi_required|callback_chobligatipo[NC]|callback_chmontasa[R]';\n\n\t\t$edit->sobretasa = new inputField('adicional','sobretasa');\n\t\t$edit->sobretasa->rule ='max_length[17]|numeric|positive';\n\t\t$edit->sobretasa->css_class ='inputnum';\n\t\t$edit->sobretasa->size =12;\n\t\t$edit->sobretasa->maxlength =17;\n\t\t$edit->sobretasa->rule='condi_required|callback_chobligatipo[NC]|callback_chmontasa[A]|positive';\n\n\t\t$edit->exento = new inputField('exento','exento');\n\t\t$edit->exento->rule ='max_length[17]|numeric';\n\t\t$edit->exento->css_class ='inputnum';\n\t\t$edit->exento->size =19;\n\t\t$edit->exento->maxlength =17;\n\t\t$edit->exento->rule='condi_required|callback_chobligatipo[NC]|positive';\n\n\t\t$edit->reteiva = new inputField('Ret. IVA','reteiva');\n\t\t$edit->reteiva->rule ='max_length[17]|numeric';\n\t\t$edit->reteiva->css_class ='inputnum';\n\t\t$edit->reteiva->size =19;\n\t\t$edit->reteiva->maxlength =17;\n\t\t$edit->reteiva->insertValue='0';\n\t\t$edit->reteiva->rule='condi_required|callback_chobligatipo[NC]|positive';\n\n\t\t$edit->afecta = new inputField('Factura Afectada','afecta');\n\t\t$edit->afecta->rule='callback_chafectanc';\n\t\t$edit->afecta->size =15;\n\t\t$edit->afecta->maxlength =12;\n\n\t\t//Para la retencion de iva si aplica\n\t\t$contribu= trim($this->datasis->traevalor('CONTRIBUYENTE'));\n\t\t$rif = trim($this->datasis->traevalor('RIF'));\n\t\tif($contribu=='ESPECIAL' && strtoupper($rif[0])!='V'){\n\t\t\t$por_rete=$this->datasis->dameval('SELECT reteiva FROM sprv WHERE proveed='.$this->db->escape($proveed));\n\t\t\tif($por_rete!=100){\n\t\t\t\t$por_rete=0.75;\n\t\t\t}else{\n\t\t\t\t$por_rete=$por_rete/100;\n\t\t\t}\n\t\t}else{\n\t\t\t$por_rete=-1;\n\t\t}\n\t\t//fin de la retencion\n\n\t\t//Fin de los campos para la nc\n\n\t\t//Detalle del pago\n\t\t$edit->banco = new dropdownField('Banco', 'banco');\n\t\t$edit->banco->option('','Seleccionar');\n\t\t$edit->banco->options('SELECT TRIM(codbanc) AS codbanc,CONCAT_WS(\\' \\',TRIM(codbanc),TRIM(banco),numcuent) FROM banc ORDER BY banco');\n\t\t$edit->banco->style = 'width:200px;';\n\t\t$edit->banco->rule = 'condi_required|callback_chbanc';\n\n\t\t$edit->tipo_op = new dropdownField('Tipo', 'tipo_op');\n\t\t$edit->tipo_op->option('CH','Cheque');\n\t\t$edit->tipo_op->option('ND','Nota de debito');\n\t\t$edit->tipo_op->style='width:150px;';\n\t\t$edit->tipo_op->rule ='condi_required|enum[CH,ND]|callback_chtipoop';\n\n\t\t$edit->numche = new inputField('N&uacute;mero', 'numche');\n\t\t$edit->numche->size = 12;\n\t\t$edit->numche->rule = 'condi_required|callback_chbmovrep';\n\n\t\t$edit->benefi = new inputField('Beneficiario', 'benefi');\n\t\t$edit->benefi->size = 12;\n\t\t$edit->benefi->rule = 'condi_required|callback_chtipo';\n\t\t$edit->benefi->style = 'width:90%;';\n\t\t$edit->benefi->insertValue= $sprv_nombre;\n\n\t\t$edit->posdata = new dateonlyField('Fecha','posdata');\n\t\t$edit->posdata->size =12;\n\t\t$edit->posdata->maxlength =8;\n\t\t$edit->posdata->insertValue=date('Y-m-d');\n\t\t$edit->posdata->calendar = false;\n\t\t$edit->posdata->rule ='condi_required|chfecha';\n\t\t//Fin del detalle del pago\n\n\t\t//************************************************\n\t\t//inicio detalle itppro\n\t\t//************************************************\n\t\t$i=0;\n\t\t$arr_ivas=array();\n\t\t$edit->detail_expand_except('itppro');\n\t\t$sel=array('a.tipo_doc','a.numero','a.fecha','a.vence','a.monto','a.abonos','a.monto - a.abonos AS saldo','impuesto','reteiva','montasa','monredu','monadic','tasa','reducida','sobretasa','exento');\n\t\t$this->db->select($sel);\n\t\t$this->db->from('sprm AS a');\n\t\t$this->db->where('a.cod_prv',$proveed);\n\t\t$transac=$edit->get_from_dataobjetct('transac');\n\t\tif($transac!==false){\n\t\t\t$tipo_doc =$edit->get_from_dataobjetct('tipo_doc');\n\t\t\t$dbtransac=$this->db->escape($transac);\n\t\t\t$this->db->join('itppro AS b','a.tipo_doc = b.tipoccli AND a.numero=b.numccli AND a.transac='.$dbtransac);\n\t\t\t$this->db->where('a.tipo_doc',$tipo_doc);\n\t\t}else{\n\t\t\t$this->db->where('a.monto > a.abonos');\n\t\t\t$this->db->where_in('a.tipo_doc',array('FC','ND','GI'));\n\t\t}\n\t\t$this->db->order_by('a.fecha');\n\t\t$query = $this->db->get();\n\t\t//echo $this->db->last_query();\n\t\tforeach ($query->result() as $row){\n\n\t\t\t$row->montasa = floatval($row->montasa);\n\t\t\t$row->monredu = floatval($row->monredu);\n\t\t\t$row->monadic = floatval($row->monadic);\n\t\t\t$row->tasa = floatval($row->tasa);\n\t\t\t$row->reducida = floatval($row->reducida);\n\t\t\t$row->sobretasa = floatval($row->sobretasa);\n\t\t\t$row->exento = floatval($row->exento);\n\n\t\t\tif($row->montasa+$row->monredu+$row->monadic+$row->tasa+$row->reducida+$row->sobretasa+$row->exento > 0){\n\t\t\t\t$arr_ivas[$i]=array(\n\t\t\t\t\t'montasa' =>$row->montasa ,\n\t\t\t\t\t'monredu' =>$row->monredu ,\n\t\t\t\t\t'monadic' =>$row->monadic ,\n\t\t\t\t\t'tasa' =>$row->tasa ,\n\t\t\t\t\t'reducida' =>$row->reducida ,\n\t\t\t\t\t'sobretasa'=>$row->sobretasa,\n\t\t\t\t\t'exento' =>$row->exento\n\t\t\t\t);\n\t\t\t}else{\n\t\t\t\t$arr_ivas[$i]=array(\n\t\t\t\t\t'montasa' =>$row->monto-$row->impuesto,\n\t\t\t\t\t'monredu' =>0,\n\t\t\t\t\t'monadic' =>0,\n\t\t\t\t\t'tasa' =>floatval($row->impuesto),\n\t\t\t\t\t'reducida' =>0,\n\t\t\t\t\t'sobretasa'=>0,\n\t\t\t\t\t'exento' =>$row->exento\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t$obj='cod_prv_'.$i;\n\t\t\t$edit->$obj = new autoUpdateField('cod_prv',$proveed,$proveed);\n\t\t\t$edit->$obj->rel_id = 'itppro';\n\t\t\t$edit->$obj->ind = $i;\n\n\t\t\t$obj='tipo_doc_'.$i;\n\t\t\t$edit->$obj = new inputField('Tipo_doc',$obj);\n\t\t\t$edit->$obj->db_name='tipo_doc';\n\t\t\t$edit->$obj->rel_id = 'itppro';\n\t\t\t$edit->$obj->rule='max_length[2]';\n\t\t\t$edit->$obj->insertValue=$row->tipo_doc;\n\t\t\t$edit->$obj->size =4;\n\t\t\t$edit->$obj->maxlength =2;\n\t\t\t$edit->$obj->ind = $i;\n\t\t\t$edit->$obj->type='inputhidden';\n\n\t\t\t$obj='numero_'.$i;\n\t\t\t$edit->$obj = new inputField('Numero',$obj);\n\t\t\t$edit->$obj->db_name='numero';\n\t\t\t$edit->$obj->rel_id = 'itppro';\n\t\t\t$edit->$obj->rule='max_length[8]';\n\t\t\t$edit->$obj->insertValue=$row->numero;\n\t\t\t$edit->$obj->size =10;\n\t\t\t$edit->$obj->maxlength =8;\n\t\t\t$edit->$obj->ind = $i;\n\t\t\t$edit->$obj->type='inputhidden';\n\n\t\t\t$obj='fecha_'.$i;\n\t\t\t$edit->$obj = new dateonlyField('Fecha',$obj);\n\t\t\t$edit->$obj->db_name='fecha';\n\t\t\t$edit->$obj->rel_id = 'itppro';\n\t\t\t$edit->$obj->rule='chfecha';\n\t\t\t$edit->$obj->insertValue=$row->fecha;\n\t\t\t$edit->$obj->size =10;\n\t\t\t$edit->$obj->maxlength =8;\n\t\t\t$edit->$obj->ind = $i;\n\t\t\t$edit->$obj->type='inputhidden';\n\n\t\t\t$obj='monto_'.$i;\n\t\t\t$edit->$obj = new inputField('Monto',$obj);\n\t\t\t$edit->$obj->db_name='monto';\n\t\t\t$edit->$obj->rel_id = 'itppro';\n\t\t\t$edit->$obj->rule='max_length[18]|numeric';\n\t\t\t$edit->$obj->css_class='inputnum';\n\t\t\t$edit->$obj->size =20;\n\t\t\t$edit->$obj->insertValue=$row->monto;\n\t\t\t$edit->$obj->maxlength =18;\n\t\t\t$edit->$obj->ind = $i;\n\t\t\t$edit->$obj->showformat='decimal';\n\t\t\t$edit->$obj->type='inputhidden';\n\n\t\t\t$obj='riva_'.$i;\n\t\t\t$edit->$obj = new hiddenField('riva',$obj);\n\t\t\t$edit->$obj->db_name='riva';\n\t\t\t$edit->$obj->rel_id = 'itppro';\n\t\t\t$fecha = str_replace('-','',$row->fecha);\n\t\t\tif(floatval($row->reteiva)>0){\n\t\t\t\tif($fecha>=$rivafechai && $fecha<=$rivafechac){\n\t\t\t\t\t$aplrete='S';\n\t\t\t\t}else{\n\t\t\t\t\t$aplrete='V';\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\t$aplrete='N';\n\t\t\t}\n\t\t\t$edit->$obj->insertValue= $aplrete;\n\t\t\t$edit->$obj->ind = $i;\n\t\t\t$edit->$obj->showformat ='decimal';\n\n\t\t\t$obj='saldo_'.$i;\n\t\t\t$edit->$obj = new freeField($obj,$obj,nformat($row->saldo));\n\t\t\t$edit->$obj->ind = $i;\n\n\t\t\t$obj='vence_'.$i;\n\t\t\t$edit->$obj = new freeField($obj,$obj,dbdate_to_human($row->vence));\n\t\t\t$edit->$obj->ind = $i;\n\n\t\t\t$obj='abono_'.$i;\n\t\t\t$edit->$obj = new inputField('Abono',$obj);\n\t\t\t$edit->$obj->db_name = 'abono';\n\t\t\t$edit->$obj->rel_id = 'itppro';\n\t\t\t$edit->$obj->rule = \"max_length[18]|numeric|positive|callback_chabono[$i]\";\n\t\t\t$edit->$obj->css_class = 'inputnum';\n\t\t\t$edit->$obj->showformat = 'decimal';\n\t\t\t$edit->$obj->autocomplete = false;\n\t\t\t$edit->$obj->disable_paste= true;\n\t\t\t$edit->$obj->size = 15;\n\t\t\t$edit->$obj->maxlength = 18;\n\t\t\t$edit->$obj->ind = $i;\n\t\t\t$edit->$obj->onfocus = 'itsaldo(this,'.round($row->saldo,2).');';\n\n\t\t\t$i++;\n\t\t}\n\t\t//************************************************\n\t\t//fin de campos para detalle\n\t\t//************************************************\n\n\t\t$edit->tipo_doc = new dropdownField('Tipo doc.', 'tipo_doc');\n\t\tif($i>0){\n\t\t\t$edit->tipo_doc->option('AB','Abono');\n\t\t\t$edit->tipo_doc->option('NC','Nota de credito');\n\t\t}else{\n\t\t\t$edit->tipo_doc->insertValue='AN';\n\t\t}\n\t\t$edit->tipo_doc->option('AN','Anticipo');\n\t\t$edit->tipo_doc->onchange='chtipodoc()';\n\t\t$edit->tipo_doc->style='width:140px;';\n\t\t$edit->tipo_doc->rule ='enum[AB,NC,AN]|required';\n\n\t\t$edit->buttons('add_rel');\n\t\t$edit->build();\n\n\t\tif($edit->on_success()){\n\t\t\t$rt=array(\n\t\t\t\t'status' =>'A',\n\t\t\t\t'mensaje'=>'Registro guardado',\n\t\t\t\t'pk' =>$edit->_dataobject->pk\n\t\t\t);\n\n\t\t\techo json_encode($rt);\n\t\t}else{\n\t\t\t$conten['json_ptasa']= json_encode($arr_ptasa);\n\t\t\t$conten['json_ivas'] = json_encode($arr_ivas);\n\t\t\t$conten['cana'] = $i;\n\t\t\t$conten['form'] = & $edit;\n\t\t\t$conten['title'] = heading(\"Pago a proveedor: (${proveed}) ${sprv_nombre} ${sprv_rif}\");\n\t\t\t$conten['por_rete'] = $por_rete;\n\n\t\t\t$this->load->view('view_pprv', $conten);\n\t\t}\n\t}", "public function getPotencia()\n {\n return self::POTENCIA; // utilizar self para exibir constante de dentro da classe\n }", "static function contaVinili($utente){\n $pm=new FPersistentManager();\n $vinili=$pm->load('venditore', $utente->getEmail(), 'FVinile');\n if (is_array($vinili) && count($vinili)>2){\n return 1;\n }\n else return 0;\n }", "function obtener_superior_permiso_proyecto() {\n $this->load->model('dependientes_model');\n $id_user = $this->session->userdata('id_admin');\n $proyecto = $this->input->post('id_proy');\n $mis_permisos = $this->dependientes_model->obtener_datos_permisos($proyecto, $id_user);\n //echo \"aqui\";\n \n if (\"superior\" == $mis_permisos->row()->env_rend) {\n $resp_dato = $this->dependientes_model->obtener_superior_permiso_proyecto($id_user, $id_user, $proyecto, 1); //1 = tipo que no esta funcionando para otros typos de autorizacion\n } else {\n $resp_dato=\"-1|Depto de Contabilidad|La Paz|CONTABILIDAD||\";\n }\n echo $resp_dato;\n }", "private function getPermisosBotonera()\n\t{\n\t\t$auth = new Zend_Session_Namespace('veoliaZend_Auth');\n\t\t$rol = Zend_Registry::get('role');\n\t\t$permisos = array();\n\t\t$permisos[\"edit\"] = ($auth->_acl->isAllowed($rol,\"default:aclusuarios\",\"edit\"))? true : false;\n\t\t$permisos[\"add\"] = ($auth->_acl->isAllowed($rol,\"default:aclusuarios\",\"add\"))? true : false;\n\t\t$permisos[\"delete\"] = ($auth->_acl->isAllowed($rol,\"default:aclusuarios\",\"delete\"))? true : false;\n\t\t$permisos[\"password\"] = ($auth->_acl->isAllowed($rol,\"default:aclusuarios\",\"password\"))? true : false;\n\t\t$permisos[\"estado\"] = ($auth->_acl->isAllowed($rol,\"default:aclusuarios\",\"estado\"))? true : false;\n\t\t$permisos[\"detail\"] = ($auth->_acl->isAllowed($rol,\"default:aclusuarios\",\"detail\"))? true : false;\n\t\treturn $permisos;\n\t}" ]
[ "0.638751", "0.6143121", "0.60122067", "0.60082376", "0.58632344", "0.5821344", "0.57237417", "0.57105094", "0.5707408", "0.56850314", "0.56850314", "0.5669821", "0.566009", "0.56434447", "0.5638935", "0.56074595", "0.56060314", "0.5600467", "0.55824614", "0.5558694", "0.5544908", "0.55334467", "0.5526831", "0.5523732", "0.551618", "0.5509761", "0.5506037", "0.55046755", "0.5490851", "0.54682827" ]
0.6345457
1
This one removes imported_rowset and imported_rowset_row
public function wipeUnlinkedImportedRowSets() { // entries no longer used by any historic import<F12> $sql = 'DELETE rs.* FROM imported_rowset rs LEFT JOIN import_run r' . ' ON r.rowset_checksum = rs.checksum WHERE r.id IS NULL'; return $this->db->exec($sql); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function wipeUnlinkedImportedRows()\n {\n // without related rowset\n $sql = 'DELETE r.* FROM imported_row r LEFT JOIN imported_rowset_row rsr'\n . ' ON rsr.row_checksum = r.checksum WHERE rsr.row_checksum IS NULL';\n\n return $this->db->exec($sql);\n }", "public function undoImport();", "public function wipeUnlinkedImportedProperties()\n {\n $sql = 'DELETE p.* FROM imported_property p LEFT JOIN imported_row_property rp'\n . ' ON rp.property_checksum = p.checksum WHERE rp.property_checksum IS NULL';\n\n return $this->db->exec($sql);\n }", "private function _cleanup_imported_ids() {\n\n\t\t}", "public function detach()\n\t{\n\t\t$this->row->detach();\n\t}", "private function unarchiveUniqueLessons() {\n $result = eF_getTableData(\"lessons\", \"*\", \"originating_course=\".$this -> course['id']);\n foreach ($result as $value) {\n $value = new EfrontLesson($value);\n $value -> unarchive();\n }\n }", "function cleanupMultiValues(){\n $table=$this->getCurrentTable();\n foreach($table->getFields() as $field){\n if ($field->getProp(\"omni\")!==false && $field->getProp(\"extendable\")){\n $fn=$field->getName();\n $ss=\"DELETE t1.*,t2.* FROM \".\n $this->ops['mysqlPrefix'].$table->getName().$this->ops['mysqlMultiSuffix'].$fn.\n \" AS t1 LEFT OUTER JOIN \".$this->ops['mysqlPrefix'].$table->getName().\n \" AS t2 ON t2.\".$fn.\"=t1.id WHERE t2.\".$fn.\" IS NULL;\";\n mysql_query($ss) or die(mysql_error());\n $ss=null;\n }}\n }", "function delete_import_data() {\r\n\t\tdelete_post_meta_by_key( 'sq_img_data' );\r\n\t\tdelete_post_meta_by_key( 'sq_attach' );\r\n\t\tdelete_post_meta_by_key( 'sq_vc_grids' );\r\n\t\tdelete_post_meta_by_key( 'sq_domain' );\r\n\t\tdelete_post_meta_by_key( 'sq_base' );\r\n\t\tdelete_post_meta_by_key( 'sq_import' );\r\n\t}", "function ExporttoExcel_remove() {\n\tglobal $wpdb;\n\t$sql=\"DROP TABLE wp_formdetailsexportor\";\n\t$wpdb->query($sql);\n}", "public function removeAll() {\n\t\treturn delete_data($this->preprocessSql(\"\n\t\t\tDELETE FROM {TABLE}\n\t\t\tWHERE {IN_LIST}\n\t\t\"));\n\t}", "public function unparse()\n {\n $batchExport = $this->getBatchExportModel()->setBatchId($this->getBatchModel()->getId());\n $batchExportIds = $batchExport->getIdCollection();\n if (!$batchExportIds) return $this;\n $io = $this->getBatchModel()->getIoAdapter();\n $io->open();\n $io->write($this->getHeaderXml());\n foreach ($batchExportIds as $batchExportId) {\n $batchExport->load($batchExportId);\n $row = $batchExport->getBatchData();\n $shippingAddressRow = $this->extractRowFields($row, 'shipping_address');\n if (count($shippingAddressRow)) {\n $row = $this->unsetRowFields($row, 'shipping_address');\n $row['shipping_address'] = $shippingAddressRow;\n }\n $billingAddressRow = $this->extractRowFields($row, 'billing_address');\n if (count($billingAddressRow)) {\n $row = $this->unsetRowFields($row, 'billing_address');\n $row['billing_address'] = $billingAddressRow;\n }\n $indexes = $this->getItemsRowsIndexes($row);\n $itemsRows = array();\n foreach ($indexes as $index) {\n $prefix = 'item_'.$index;\n $itemRow = $this->extractRowFields($row, $prefix);\n if (count($itemRow)) {\n $row = $this->unsetRowFields($row, $prefix);\n if (!$this->isItemRowEmpty($itemRow)) {\n array_push($itemsRows, array('item' => $itemRow));\n }\n }\n }\n if (count($itemsRows)) $row['items'] = $itemsRows;\n $paymentExcludeFields = array('payment_authorization_amount', 'payment_authorization_expiration');\n $paymentRow = $this->extractRowFields($row, 'payment', $paymentExcludeFields);\n if (count($paymentRow)) {\n $row = $this->unsetRowFields($row, 'payment', $paymentExcludeFields);\n $row['payment'] = $paymentRow;\n }\n $io->write($this->arrayToXml(array($this->getEntityTag() => $row, ), 1));\n }\n $io->write($this->getFooterXml());\n $io->close();\n return $this;\n }", "private function CopyTempImport() {\r\n //ImportMappingRecord::finder()->deleteAll('ima_name = ?',$this->MappingName->Text);\r\n $AllTempImportedRecords = TempImportRecord::finder()->findAll('ti_name = ?',$this->MappingName->Text);\r\n foreach($AllTempImportedRecords AS $EXRecord) {\r\n $sqlin = \"\";\r\n for($i=1;$i<$this->NumberID->Text;$i++) {\r\n $sqlin .= \"ima_id\".$i.\"='\".$EXRecord->{\"ti_id\".$i}.\"' AND \";\r\n }\r\n $sqlin .= \"ima_id\".$i.\"='\".$EXRecord->{\"ti_id\".$i}.\"' AND ima_name='\".$this->MappingName->Text.\"'\";\r\n $sql = \"SELECT * FROM tm_importmapping WHERE \".$sqlin;\r\n $RecordToCheck = ImportMappingRecord::finder()->findBySQL($sql);\r\n if(count($RecordToCheck)==1) {\r\n $RecordToSave = $RecordToCheck;\r\n }else {\r\n $RecordToSave = new ImportMappingRecord();\r\n }\r\n $RecordToSave->ima_name = $EXRecord->ti_name;\r\n for($ii=1;$ii<=10;$ii++) {\r\n $RecordToSave->{\"ima_id\".$ii} = $EXRecord->{\"ti_id\".$ii};\r\n }\r\n $RecordToSave->Save();\r\n }\r\n $this->bindListImportMapping();\r\n }", "public function cleanRefTables()\n {\n $entityClass = $this->getEntityClass();\n foreach ($entityClass::getRelations() as $relation => $info) {\n if (!isset($info[3]) || $info[3] === true) {\n continue;\n }\n $stmt = $this->getDB()->prepare('SELECT a_b.'.$info[1].' rel1, a_b.'.$info[2].' rel2 FROM '.$info[3].' a_b LEFT JOIN '.$entityClass::getTableName().' a ON a_b.'.$info[1].' = a.'.$entityClass::getIdentifier().' WHERE a.'.$entityClass::getIdentifier().' IS NULL')->execute();\n $refTableIds = $stmt->fetchAll(PDO::FETCH_ASSOC);\n $where = array();\n $values = array();\n foreach ($refTableIds as $row) {\n $where[] = '('.$info[1].' = ? AND '.$info[2].' = ?)';\n $values[] = $row['rel1'];\n $values[] = $row['rel2'];\n }\n $deleteStmt = $this->getDB()->prepare('DELETE FROM '.$info[3].' WHERE '.implode(' OR ', $where))->execute($values);\n }\n }", "public function clearImport($id)\n {\n Doctrine_Query::create()->Delete('staging s')\n ->andwhere('import_ref = ? ',$id)\n ->execute();\n Doctrine_Query::create()->update('Imports')\n ->andwhere('id = ? ',$id)\n ->set('state', '?','aborted')\n ->set('is_finished', '?',true)\n ->execute();\n }", "public function startImport()\n {\n if ($this->_targetModel instanceof \\MUtil_Model_ModelAbstract) {\n // No multiOptions as a new items can be created during import\n $fields = array(\n 'gap_id_attended_by', 'gap_id_referred_by', 'gap_id_activity', 'gap_id_procedure', 'gap_id_location',\n );\n foreach ($fields as $name) {\n $this->_targetModel->del($name, 'multiOptions');\n }\n }\n\n return parent::startImport();\n }", "function reset_rows() {\n\n\t// remove last loop\n\tacf_remove_loop( 'active' );\n\n\t// return\n\treturn true;\n\n}", "protected function _ormReset(){\r\n \r\n if(isset($this->_dbquery['select'])){\r\n unset($this->_dbquery['select']);\r\n }\r\n \r\n //if(isset($this->_dbquery['where'])){\r\n //unset($this->_dbquery['where']);\r\n //}\r\n }", "function filterResultSetAndWithAnother(&$otherResultSet) \n\t{\t\n\t\t$this->reset();\n\t\twhile($this->next()) \n\t\t{\n\t\t\tif($otherResultSet->searchRowById($this->getCurrentRowId())==NOT_FOUND) \n\t\t\t{\n\t\t\t\t$this->deleteCurrentRow();\n\t\t\t\t$this->prev(); // Because the current Row was deleted, check again at this position\n\t\t\t}\n\t\t}\t\t\n\t}", "protected function deleteRows()\n\t{\n\t\tglobal $Language, $Security;\n\t\tif (!$Security->canDelete()) {\n\t\t\t$this->setFailureMessage($Language->phrase(\"NoDeletePermission\")); // No delete permission\n\t\t\treturn FALSE;\n\t\t}\n\t\t$deleteRows = TRUE;\n\t\t$sql = $this->getCurrentSql();\n\t\t$conn = $this->getConnection();\n\t\t$conn->raiseErrorFn = Config(\"ERROR_FUNC\");\n\t\t$rs = $conn->execute($sql);\n\t\t$conn->raiseErrorFn = \"\";\n\t\tif ($rs === FALSE) {\n\t\t\treturn FALSE;\n\t\t} elseif ($rs->EOF) {\n\t\t\t$this->setFailureMessage($Language->phrase(\"NoRecord\")); // No record found\n\t\t\t$rs->close();\n\t\t\treturn FALSE;\n\t\t}\n\t\t$rows = ($rs) ? $rs->getRows() : [];\n\n\t\t// Clone old rows\n\t\t$rsold = $rows;\n\t\tif ($rs)\n\t\t\t$rs->close();\n\n\t\t// Call row deleting event\n\t\tif ($deleteRows) {\n\t\t\tforeach ($rsold as $row) {\n\t\t\t\t$deleteRows = $this->Row_Deleting($row);\n\t\t\t\tif (!$deleteRows)\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif ($deleteRows) {\n\t\t\t$key = \"\";\n\t\t\tforeach ($rsold as $row) {\n\t\t\t\t$thisKey = \"\";\n\t\t\t\tif ($thisKey != \"\")\n\t\t\t\t\t$thisKey .= Config(\"COMPOSITE_KEY_SEPARATOR\");\n\t\t\t\t$thisKey .= $row['idProcess'];\n\t\t\t\tif ($thisKey != \"\")\n\t\t\t\t\t$thisKey .= Config(\"COMPOSITE_KEY_SEPARATOR\");\n\t\t\t\t$thisKey .= $row['idCause'];\n\t\t\t\tif (Config(\"DELETE_UPLOADED_FILES\")) // Delete old files\n\t\t\t\t\t$this->deleteUploadedFiles($row);\n\t\t\t\t$conn->raiseErrorFn = Config(\"ERROR_FUNC\");\n\t\t\t\t$deleteRows = $this->delete($row); // Delete\n\t\t\t\t$conn->raiseErrorFn = \"\";\n\t\t\t\tif ($deleteRows === FALSE)\n\t\t\t\t\tbreak;\n\t\t\t\tif ($key != \"\")\n\t\t\t\t\t$key .= \", \";\n\t\t\t\t$key .= $thisKey;\n\t\t\t}\n\t\t}\n\t\tif (!$deleteRows) {\n\n\t\t\t// Set up error message\n\t\t\tif ($this->getSuccessMessage() != \"\" || $this->getFailureMessage() != \"\") {\n\n\t\t\t\t// Use the message, do nothing\n\t\t\t} elseif ($this->CancelMessage != \"\") {\n\t\t\t\t$this->setFailureMessage($this->CancelMessage);\n\t\t\t\t$this->CancelMessage = \"\";\n\t\t\t} else {\n\t\t\t\t$this->setFailureMessage($Language->phrase(\"DeleteCancelled\"));\n\t\t\t}\n\t\t}\n\n\t\t// Call Row Deleted event\n\t\tif ($deleteRows) {\n\t\t\tforeach ($rsold as $row) {\n\t\t\t\t$this->Row_Deleted($row);\n\t\t\t}\n\t\t}\n\n\t\t// Write JSON for API request (Support single row only)\n\t\tif (IsApi() && $deleteRows) {\n\t\t\t$row = $this->getRecordsFromRecordset($rsold, TRUE);\n\t\t\tWriteJson([\"success\" => TRUE, $this->TableVar => $row]);\n\t\t}\n\t\treturn $deleteRows;\n\t}", "protected function generateRowset($table) {\n $baseFile = $this->projectRoot . $this->paths['library'] . $this->paths['generated'] . $this->paths['rowsets'] . $table['namespace'] . '/' . $table['classNamePartial'] . '.php';\n $baseClassName = $this->convertFileNameToClassName($baseFile, $this->paths['library']);\n $this->output($baseClassName . '... ', false);\n\n $baseProperties = array();\n\n $baseProperties[] = array(\n 'name' => '_tableClass',\n 'visibility' => 'protected',\n 'defaultValue' => $this->getTableClass($table),\n 'docblock' => 'Zend_Db_Table_Abstract class name',\n );\n\n $baseProperties[] = array(\n 'name' => '_rowClass',\n 'visibility' => 'protected',\n 'defaultValue' => $this->getRowClass($table),\n 'docblock' => 'Zend_Db_Row_Abstract class name',\n );\n\n $baseMethods = array();\n\n $baseDocBlock = $baseClassName . \"\\n\\n\";\n $baseDocBlock .= 'Generated class file for rowset '. $table['TABLE_SCHEMA'] . '.' . $table['TABLE_NAME'] . \"\\n\";\n $baseDocBlock .= 'Any changes here will be overridden.';\n\n $base = new Zend_CodeGenerator_Php_Class();\n $base->setName($baseClassName);\n $base->setDocblock($baseDocBlock);\n $base->setAbstract(true);\n $base->setProperties($baseProperties);\n $base->setMethods($baseMethods);\n $base->setExtendedClass($this->baseClass['rowset']);\n $baseCode = $base->generate();\n\n $this->writeFile($baseFile, $baseCode);\n $this->output('done');\n\n $classFile = $this->projectRoot . $this->paths['application'] . $this->paths['modules'] . $this->paths['rowsets'] . $table['namespace'] . '/' . $table['classNamePartial'] . '.php';\n if (!file_exists($classFile)) {\n $className = $this->convertFileNameToClassName($classFile, $this->paths['application'] . $this->paths['modules']);\n $this->output($className . '... ', false);\n\n $docBlock = $className . \"\\n\\n\";\n $docBlock .= 'Rowset for ' . $table['TABLE_SCHEMA'] . '.' . $table['TABLE_NAME'] . \"\\n\\n\";\n $docBlock .= 'This class is a descendant of '.$this->parentClass['rowset'].' and can be used to add customizations to ' . $baseClassName;\n\n $class = new Zend_CodeGenerator_Php_Class();\n $class->setName($className);\n $class->setDocblock($docBlock);\n $class->setExtendedClass($baseClassName);\n $classCode = $class->generate();\n\n $this->writeFile($classFile, $classCode);\n $this->output('done');\n }\n\n return true;\n }", "public function reset()\n {\n reset($this->rows);\n }", "abstract public function dropPrimaryKey(&$ret, $table);", "function hook_uom_fae_api_query_result_alter(&$result) {\n unset($result['result']['rows'][0]);\n}", "protected function deleteRows()\n\t{\n\t\tglobal $Language, $Security;\n\t\t$deleteRows = TRUE;\n\t\t$sql = $this->getCurrentSql();\n\t\t$conn = $this->getConnection();\n\t\t$conn->raiseErrorFn = Config(\"ERROR_FUNC\");\n\t\t$rs = $conn->execute($sql);\n\t\t$conn->raiseErrorFn = \"\";\n\t\tif ($rs === FALSE) {\n\t\t\treturn FALSE;\n\t\t} elseif ($rs->EOF) {\n\t\t\t$this->setFailureMessage($Language->phrase(\"NoRecord\")); // No record found\n\t\t\t$rs->close();\n\t\t\treturn FALSE;\n\t\t}\n\t\t$rows = ($rs) ? $rs->getRows() : [];\n\t\t$conn->beginTrans();\n\n\t\t// Clone old rows\n\t\t$rsold = $rows;\n\t\tif ($rs)\n\t\t\t$rs->close();\n\n\t\t// Call row deleting event\n\t\tif ($deleteRows) {\n\t\t\tforeach ($rsold as $row) {\n\t\t\t\t$deleteRows = $this->Row_Deleting($row);\n\t\t\t\tif (!$deleteRows)\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif ($deleteRows) {\n\t\t\t$key = \"\";\n\t\t\tforeach ($rsold as $row) {\n\t\t\t\t$thisKey = \"\";\n\t\t\t\tif ($thisKey != \"\")\n\t\t\t\t\t$thisKey .= Config(\"COMPOSITE_KEY_SEPARATOR\");\n\t\t\t\t$thisKey .= $row['id'];\n\t\t\t\tif (Config(\"DELETE_UPLOADED_FILES\")) // Delete old files\n\t\t\t\t\t$this->deleteUploadedFiles($row);\n\t\t\t\t$conn->raiseErrorFn = Config(\"ERROR_FUNC\");\n\t\t\t\t$deleteRows = $this->delete($row); // Delete\n\t\t\t\t$conn->raiseErrorFn = \"\";\n\t\t\t\tif ($deleteRows === FALSE)\n\t\t\t\t\tbreak;\n\t\t\t\tif ($key != \"\")\n\t\t\t\t\t$key .= \", \";\n\t\t\t\t$key .= $thisKey;\n\t\t\t}\n\t\t}\n\t\tif (!$deleteRows) {\n\n\t\t\t// Set up error message\n\t\t\tif ($this->getSuccessMessage() != \"\" || $this->getFailureMessage() != \"\") {\n\n\t\t\t\t// Use the message, do nothing\n\t\t\t} elseif ($this->CancelMessage != \"\") {\n\t\t\t\t$this->setFailureMessage($this->CancelMessage);\n\t\t\t\t$this->CancelMessage = \"\";\n\t\t\t} else {\n\t\t\t\t$this->setFailureMessage($Language->phrase(\"DeleteCancelled\"));\n\t\t\t}\n\t\t}\n\t\tif ($deleteRows) {\n\t\t\t$conn->commitTrans(); // Commit the changes\n\t\t} else {\n\t\t\t$conn->rollbackTrans(); // Rollback changes\n\t\t}\n\n\t\t// Call Row Deleted event\n\t\tif ($deleteRows) {\n\t\t\tforeach ($rsold as $row) {\n\t\t\t\t$this->Row_Deleted($row);\n\t\t\t}\n\t\t}\n\n\t\t// Write JSON for API request (Support single row only)\n\t\tif (IsApi() && $deleteRows) {\n\t\t\t$row = $this->getRecordsFromRecordset($rsold, TRUE);\n\t\t\tWriteJson([\"success\" => TRUE, $this->TableVar => $row]);\n\t\t}\n\t\treturn $deleteRows;\n\t}", "function cleanTempRows(&$Model, $modifiedBefore = null)\n\t{\n\t\t\n\t\tif ($modifiedBefore)\n\t\t{\n\t\t\tif (method_exists($Model, 'dashDelete'))\n\t\t\t{\n\t\t\t\t$to_delete = $Model->find('all', array('conditions' => array($Model->alias.'.is_temp' => true, $Model->alias.'.modified <=' => $modifiedBefore)));\n\t\t\t\tforeach($to_delete as $delete)\n\t\t\t\t\t$Model->{'dashDelete'}($delete[$Model->alias]['id']);\n\t\t\t}\n\t\t\telse\n\t\t\t\t$Model->deleteAll(array($Model->alias.'.is_temp' => true, $Model->alias.'.modified <=' => $modifiedBefore), true);\n\t\t}\n\t\t\n\t}", "public function removeAll() {\n $sql = 'TRUNCATE TABLE prerequisite';\n \n $connection_manager = new connection_manager();\n $conn = $connection_manager->connect();\n \n $stmt = $conn->prepare($sql);\n \n $stmt->execute();\n $count = $stmt->rowCount();\n }", "public function merge(ResultsetInterface $resultset, $onlyUnique = true);", "function cleanupRecordArray($table, $row) {\r\n\t\t$allowedFields = $this->getTCAFieldListArray($table);\r\n\t\tforeach ($row as $field => $val) {\r\n\t\t\tif (!in_array($field, $allowedFields)) {\r\n\t\t\t\tunset($row[$field]);\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn $row;\r\n\t}", "protected function loadRows()\n {\n #--------------------------------------------------------------\n # foreach table object, store it's rows in the database and\n # then remove them from the table object\n #--------------------------------------------------------------\n foreach ($this->schema->getTables() as $table) {\n $this->loadTableRows($table);\n }\n\n return true;\n }", "public function removeRow($tableName, array $where, $isRelation = false);" ]
[ "0.7788653", "0.5915942", "0.584062", "0.57394856", "0.54207426", "0.5383494", "0.5365229", "0.5355794", "0.5340703", "0.5303674", "0.52815133", "0.5249457", "0.52338225", "0.52295756", "0.52126765", "0.5202229", "0.51879466", "0.5173777", "0.51688665", "0.5147922", "0.51391256", "0.5131419", "0.5122567", "0.5088388", "0.50878334", "0.506643", "0.5056802", "0.5040387", "0.5018275", "0.5009064" ]
0.78691113
0
This query removes unlinked imported properties
public function wipeUnlinkedImportedProperties() { $sql = 'DELETE p.* FROM imported_property p LEFT JOIN imported_row_property rp' . ' ON rp.property_checksum = p.checksum WHERE rp.property_checksum IS NULL'; return $this->db->exec($sql); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function testUnlinkWithoutPropertyClean(): void\n {\n $joint = $this->getTableLocator()->get('SpecialTags');\n $articles = $this->getTableLocator()->get('Articles');\n $tags = $this->getTableLocator()->get('Tags');\n\n $assoc = $articles->belongsToMany('Tags', [\n 'sourceTable' => $articles,\n 'targetTable' => $tags,\n 'through' => $joint,\n 'joinTable' => 'special_tags',\n 'conditions' => ['SpecialTags.highlighted' => true],\n ]);\n $entity = $articles->get(2, ...['contain' => 'Tags']);\n $initial = $entity->tags;\n $this->assertCount(1, $initial);\n\n $this->assertTrue($assoc->unlink($entity, $initial, ['cleanProperty' => false]));\n $this->assertNotEmpty($entity->get('tags'), 'Property should not be empty');\n $this->assertEquals($initial, $entity->get('tags'), 'Property should be untouched');\n\n $new = $articles->get(2, ...['contain' => 'Tags']);\n $this->assertCount(0, $new->tags, 'DB should be clean');\n }", "public function wipeUnlinkedImportedRows()\n {\n // without related rowset\n $sql = 'DELETE r.* FROM imported_row r LEFT JOIN imported_rowset_row rsr'\n . ' ON rsr.row_checksum = r.checksum WHERE rsr.row_checksum IS NULL';\n\n return $this->db->exec($sql);\n }", "public function removePropsNotInDatabase() {\n $databaseProps = static::fetchDatabaseFields();\n\n $filterFn = function($value, $prop) use ($databaseProps) { return in_array($prop, $databaseProps); };\n\n return $this->setAll(\n Collection::instance($this->getAll())->filter($filterFn)->toArray()\n );\n }", "public function removeAllProperties()\n {\n //build URI to merge Docs\n $strURI = Product::$baseProductUri . '/cells/' . $this->getFileName() . '/documentProperties';\n //sign URI\n $signedURI = Utils::sign($strURI);\n $responseStream = Utils::processCommand($signedURI, 'DELETE');\n $json = json_decode($responseStream);\n if (is_object($json)) {\n if ($json->Code == 200)\n return true;\n else\n return false;\n }\n return true;\n\n }", "public function wipeUnlinkedImportedRowSets()\n {\n // entries no longer used by any historic import<F12>\n $sql = 'DELETE rs.* FROM imported_rowset rs LEFT JOIN import_run r'\n . ' ON r.rowset_checksum = rs.checksum WHERE r.id IS NULL';\n\n return $this->db->exec($sql);\n }", "public function cleanRefTables()\n {\n $entityClass = $this->getEntityClass();\n foreach ($entityClass::getRelations() as $relation => $info) {\n if (!isset($info[3]) || $info[3] === true) {\n continue;\n }\n $stmt = $this->getDB()->prepare('SELECT a_b.'.$info[1].' rel1, a_b.'.$info[2].' rel2 FROM '.$info[3].' a_b LEFT JOIN '.$entityClass::getTableName().' a ON a_b.'.$info[1].' = a.'.$entityClass::getIdentifier().' WHERE a.'.$entityClass::getIdentifier().' IS NULL')->execute();\n $refTableIds = $stmt->fetchAll(PDO::FETCH_ASSOC);\n $where = array();\n $values = array();\n foreach ($refTableIds as $row) {\n $where[] = '('.$info[1].' = ? AND '.$info[2].' = ?)';\n $values[] = $row['rel1'];\n $values[] = $row['rel2'];\n }\n $deleteStmt = $this->getDB()->prepare('DELETE FROM '.$info[3].' WHERE '.implode(' OR ', $where))->execute($values);\n }\n }", "public function clearProperties() {}", "public function clearProperties() {}", "public function clearProperties() {}", "public function clearProperties() {}", "private function clean_properties($properties, $member_key){\n\t\t$keep = [];\n\t\tforeach($properties as $prty){\t\t\t\t\t\n\t\t\tif (!$this->isNew($prty)){\n\t\t\t\t$keep[] = $prty->key;\n\t\t\t}\n\t\t}\n\t\tif (empty($keep)){\n\t\t\t$this->property_model->delete_all_for_member($member_key);\n\t\t}else{\n\t\t\t$this->property_model->delete_not_in($member_key, $keep);\n\t\t}\n\t}", "private function updateUnlinkedModels() {\n foreach ($this->models as $model) {\n $unlinkedModels = array();\n\n $modelName = $model->getName();\n $modelMeta = $model->getMeta();\n\n $relationFields = $modelMeta->getFields();\n foreach ($relationFields as $fieldName => $field) {\n if ($field instanceof RelationField) {\n continue;\n }\n\n unset($relationFields[$fieldName]);\n }\n\n foreach ($this->models as $unlinkedModel) {\n if ($unlinkedModel->getName() == $modelName || $unlinkedModel->getName() == $modelName . ModelMeta::SUFFIX_LOCALIZED) {\n continue;\n }\n\n $unlinkedModelMeta = $unlinkedModel->getMeta();\n if (!$unlinkedModelMeta->hasRelationWith($modelName, ModelTable::BELONGS_TO)) {\n continue;\n }\n\n $unlinkedModelName = $unlinkedModel->getName();\n\n $isUnlinkedModel = true;\n foreach ($relationFields as $field) {\n if ($field->getRelationModelName() == $unlinkedModelName || $field->getLinkModelName() == $unlinkedModelName) {\n $isUnlinkedModel = false;\n break;\n }\n }\n\n if ($isUnlinkedModel) {\n $unlinkedModels[] = $unlinkedModelName;\n }\n }\n\n $modelMeta->setUnlinkedModels($unlinkedModels);\n }\n }", "public function cleanUnusedReadMarkers()\n {\n $subSelect = $this->dbal->createQueryBuilder();\n $subSelect\n ->select('feed_d_id')\n ->from('feed_data', 'data');\n\n $queryBuilder = $this->dbal->createQueryBuilder();\n $queryBuilder\n ->delete('feed_m_d_rel')\n ->where(\n $this->dbal->quoteIdentifier('feed_d_id') . ' NOT IN(' . $subSelect . ')'\n );\n\n $queryBuilder->execute();\n }", "function cleanupMultiValues(){\n $table=$this->getCurrentTable();\n foreach($table->getFields() as $field){\n if ($field->getProp(\"omni\")!==false && $field->getProp(\"extendable\")){\n $fn=$field->getName();\n $ss=\"DELETE t1.*,t2.* FROM \".\n $this->ops['mysqlPrefix'].$table->getName().$this->ops['mysqlMultiSuffix'].$fn.\n \" AS t1 LEFT OUTER JOIN \".$this->ops['mysqlPrefix'].$table->getName().\n \" AS t2 ON t2.\".$fn.\"=t1.id WHERE t2.\".$fn.\" IS NULL;\";\n mysql_query($ss) or die(mysql_error());\n $ss=null;\n }}\n }", "private function _cleanup_imported_ids() {\n\n\t\t}", "public function cleanUnusedFeeds()\n {\n $subSelect = $this->dbal->createQueryBuilder();\n $subSelect\n ->select('feed_u_id')\n ->from('feed_m_u_rel', 'rel');\n\n $queryBuilder = $this->dbal->createQueryBuilder();\n $queryBuilder\n ->delete('feed_url')\n ->where(\n $this->dbal->quoteIdentifier('feed_u_id') . ' NOT IN(' . $subSelect . ')'\n );\n\n $queryBuilder->execute();\n }", "public function clear()\n {\n $query = clone $this->query;\n $query->clear($this->relation->entity())\n ->execute();\n }", "function tidy(){\n\t\t$sql = \"SELECT cto_identifier\n\t\t\tFROM `category_to_object` \n\t\t\tleft outer join category on cat_identifier = cto_clist and cto_client = cat_client\n\t\t\twhere cat_identifier is null and cto_client = $this->client_identifier\";\n $result = $this->call_command(\"DB_QUERY\",Array($sql));\n\t\t$list =\"\";\n while($r = $this->call_command(\"DB_FETCH_ARRAY\",Array($result))){\n\t\t\tif($list!=\"\"){\n\t\t\t\t$list.=\",\";\n\t\t\t}\n \t$list .=\" \".$r[\"cto_identifier\"];\n }\n\t\t$this->call_command(\"DB_FREE\",Array($result));\n\t\tif($list!=\"\"){\n\t\t\t$sql = \"delete from category_to_object where cto_client = $this->client_identifier and cto_identifier in ($list)\";\n\t $result = $this->call_command(\"DB_QUERY\",Array($sql));\n\t\t}\n\t}", "function bbp_remove_all_users_from_all_objects($rel_key = '', $rel_type = 'post')\n{\n}", "public function invalidatePropertyIds()\n {\n Yii::$app->cache->delete(\"PropertyIdsForGroup:{$this->id}\");\n Yii::$app->cache->delete(\"AutoAddedGroupsIds:{$this->applicable_property_model_id}\");\n }", "function delete_import_data() {\r\n\t\tdelete_post_meta_by_key( 'sq_img_data' );\r\n\t\tdelete_post_meta_by_key( 'sq_attach' );\r\n\t\tdelete_post_meta_by_key( 'sq_vc_grids' );\r\n\t\tdelete_post_meta_by_key( 'sq_domain' );\r\n\t\tdelete_post_meta_by_key( 'sq_base' );\r\n\t\tdelete_post_meta_by_key( 'sq_import' );\r\n\t}", "function cleanOrphan()\n {\n\t parent::cleanOrphan($this->db->prefix(\"xf_posts\"), \"post_id\");\n\t return parent::cleanOrphan($this->db->prefix(\"xf_topics\"), \"topic_id\", \"read_item\");\n }", "function ClearProperties( $type = null ) {\n if ( $type != null ) {\n $testtypes = (gettype($type) == 'string' ? array( $type => true ) : $type );\n // First remove all the existing ones of that type\n foreach( $this->properties AS $k => $v ) {\n if ( isset($testtypes[$v->Name()]) && $testtypes[$v->Name()] ) {\n unset($this->properties[$k]);\n if ( isset($this->rendered) ) unset($this->rendered);\n }\n }\n $this->properties = array_values($this->properties);\n }\n else {\n if ( isset($this->rendered) ) unset($this->rendered);\n $this->properties = array();\n }\n }", "public function testUnlinkSuccess(): void\n {\n $joint = $this->getTableLocator()->get('SpecialTags');\n $articles = $this->getTableLocator()->get('Articles');\n $tags = $this->getTableLocator()->get('Tags');\n\n $assoc = $articles->belongsToMany('Tags', [\n 'sourceTable' => $articles,\n 'targetTable' => $tags,\n 'through' => $joint,\n 'joinTable' => 'special_tags',\n ]);\n $entity = $articles->get(2, ...['contain' => 'Tags']);\n $initial = $entity->tags;\n $this->assertCount(1, $initial);\n\n $this->assertTrue($assoc->unlink($entity, $entity->tags));\n $this->assertEmpty($entity->get('tags'), 'Property should be empty');\n\n $new = $articles->get(2, ...['contain' => 'Tags']);\n $this->assertCount(0, $new->tags, 'DB should be clean');\n $this->assertSame(3, $tags->find()->count(), 'Tags should still exist');\n }", "public function __unset($property_name);", "public function getPropMetodologiasNoJoins(){\n\n\t\t$query = \"SELECT * FROM prop_metodologia_selected pms\n\t\tWHERE pms.id_propuesta = {$this->id_propuesta}\n\t\tORDER BY pms.id_row_metodologia\";\n\n\t\treturn $this->adoDbFab->GetAll($query);\n\n\t}", "public function testAcquisitionAssignmentsUnlinkRelation()\n {\n }", "public function removeRelatedLexiconEntries() {\r\n /** @var modLexiconEntry $entry */\r\n $entry = $this->modx->getObject('modLexiconEntry',array(\r\n 'namespace' => $this->object->get('namespace'),\r\n 'name' => 'setting_'.$this->object->get('key'),\r\n ));\r\n if (!empty($entry)) {\r\n $entry->remove();\r\n }\r\n\r\n /** @var modLexiconEntry $description */\r\n $description = $this->modx->getObject('modLexiconEntry',array(\r\n 'namespace' => $this->object->get('namespace'),\r\n 'name' => 'setting_'.$this->object->get('key').'_desc',\r\n ));\r\n if (!empty($description)) {\r\n $description->remove();\r\n }\r\n }", "private function remove_unprocessed_from_resources( $unprocessed_css ) {\n\t\tforeach ( $unprocessed_css as $resource ) {\n\t\t\t$this->resources_query->remove_by_url( $resource['content'] );\n\t\t}\n\t}", "static public function delete_feed_properties( $schedule_id, $schedule_settings, $exclude = false ) {\n global $wpdb, $wp_properties;\n if( !is_array( $exclude ) ) {\n $exclude = false;\n }\n self::maybe_echo_log( 'Attempting to delete properties for: ' . $schedule_id );\n if( $all_feed_properties = $wpdb->get_col( $wpdb->prepare( \"SELECT ID FROM {$wpdb->posts} p LEFT JOIN {$wpdb->postmeta} pm ON p.ID = pm.post_id WHERE post_type = 'property' AND meta_key = 'wpp_import_schedule_id' and meta_value = %s GROUP BY p.ID\", $schedule_id ) ) ) {\n $r[ 'total_found' ] = count( $all_feed_properties );\n class_wpp_property_import::maybe_echo_log( sprintf( __( 'Found %1s properties from database that were imported from this feed.', ud_get_wpp_importer()->domain ), $r[ 'total_found' ] ) );\n\n foreach( $all_feed_properties as $property_id ) {\n //** If an array of property IDs to exclude is passed, check if property is in array, if so - bail */\n if( $exclude && in_array( $property_id, $exclude ) ) {\n continue;\n }\n //** Delete the actual object */\n if( wp_delete_post( $property_id, true ) ) {\n $r[ 'deleted_objects' ][ ] = $property_id;\n class_wpp_property_import::maybe_echo_log( sprintf( __( 'Property ID %1s has been deleted. Total deleted so far: %2s', ud_get_wpp_importer()->domain ), $property_id, count( $r[ 'deleted_objects' ] ) ) );\n } else {\n //** Unable to delete property for some reason.\n }\n }\n if( isset( $r[ 'deleted_objects' ] ) && is_array( $r[ 'deleted_objects' ] ) ) {\n $r[ 'deleted_count' ] = count( $r[ 'deleted_objects' ] );\n }\n if( isset( $property_delete_counter ) && $r[ 'total_found' ] != $property_delete_counter ) {\n $r[ 'remaining' ] = ( $r[ 'total_found' ] - $property_delete_counter );\n }\n } else {\n $r[ 'total_found' ] = 0;\n }\n return $r;\n }" ]
[ "0.62657267", "0.60132706", "0.60122555", "0.55526865", "0.5549167", "0.5340057", "0.531545", "0.531545", "0.531545", "0.531545", "0.52245307", "0.5141217", "0.5088834", "0.506804", "0.49913478", "0.49663576", "0.4951185", "0.49228224", "0.4904228", "0.48712325", "0.48683277", "0.4866512", "0.48562378", "0.47944748", "0.4786091", "0.47658023", "0.4749216", "0.47423485", "0.47336698", "0.47289956" ]
0.7858829
0
/Delete a testimonial testimonial id
public function removeTestimonial($id){ $testimonial=Testimonials::where('testimonial_id', $id)->get(); if(count($testimonial)>0){ Utils::deleteImage(Testimonials::select('avtar')->where('testimonial_id', $id)->get()[0]->avtar); Testimonials::where('testimonial_id', $id)->delete(); return response ()->json ( array ( 'status' => 'ok', 'msg' => "Testimonial Deleted" ), 200 ); }else { return response ()->json ( array ( 'status' => 'failed', 'msg' => "No Testimonial found" ), 400 ); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function delete()\n\t{\n\t\t$this->load->language('extension/module/testimonialcrud');\n\t\t$this->document->setTitle($this->language->get('heading_title'));\n\t\t$this->load->model('extension/module/testimonial');\n\t\t/*** This is the section which find which testimonial are selected that need to be deleted. The deleteTestimonial method of the model class is called which remove the testimonial from the database ***/\n\t\tif (isset($this->request->post['selected']) && $this->validateDelete()) {\n\t\t\tforeach ($this->request->post['selected'] as $testimonial_id) {\n\t\t\t\t$this->model_extension_module_testimonial->deleteTestimonial($testimonial_id);\n\t\t\t}\n\t\t\t$this->session->data['success'] = $this->language->get('text_success');\n\t\t\t$url = '';\n\t\t\tif (isset($this->request->get['sort'])) {\n\t\t\t\t$url .= '&sort=' . $this->request->get['sort'];\n\t\t\t}\n\t\t\tif (isset($this->request->get['order'])) {\n\t\t\t\t$url .= '&order=' . $this->request->get['order'];\n\t\t\t}\n\t\t\tif (isset($this->request->get['page'])) {\n\t\t\t\t$url .= '&page=' . $this->request->get['page'];\n\t\t\t}\n\t\t\t$this->response->redirect($this->url->link('extension/module/testimonialcrud', 'user_token=' . $this->session->data['user_token'] . $url, true));\n\t\t}\n\t\t$this->getList();\n\t}", "public function destroy(Testimonial $testimonial)\n {\n //\n }", "public function ss_wp9_delete_testimonial( WP_REST_Request $request ) {\n\t\t// -- get parameters\n\t\t$parameters = $request->get_params();\n\n\t\tif ( null !== $parameters ) {\n\t\t\t$response = wp_delete_post( $parameters['id'] );\n\n\t\t\treturn $response;\n\t\t}\n\t}", "public function destroy($id)\n {\n $testimonial = Testimonial::findOrFail($id);\n $testimonial->delete();\n return redirect('admin/testimonial')->with('message','Testimonial Delete Successfully.');\n }", "public function destroy(Testimonial $testimonial)\n {\n \n $testimonial->delete();\n\n Session::flash('delete','Testimonial Successfully delete');\n\n return redirect()->back();\n }", "function testimonials()\n\t{\n\t\t$this->validate_admin();\n\t\t\n\t\tif ($this->uri->segment(3) != '') {\n\t\t\t$where['tid'] \t\t\t= $this->uri->segment(3);\n\t\t\t$this->base_model->delete_record(\n\t\t\t$this->db->dbprefix('testimonials'), \n\t\t\t$where\n\t\t\t);\n\t\t\t$this->prepare_flashmessage(\"Record Deleted Successfully\", 0);\n\t\t\tredirect('admin/testimonials');\t\t\n\t\t}\n\t\t\t\t\n\t\t$this->data['title'] \t\t\t= 'Testimonials';\n\t\t$this->data['active_menu'] \t\t= 'testimonials';\n\t\t$this->data['records'] \t\t\t= $this->base_model->fetch_records_from(\n\t\t$this->db->dbprefix('testimonials')\n\t\t);\n\t\t$this->data['content'] \t\t\t= 'admin/testimonials/testimonials';\n\t\t$this->_render_page('temp/admintemplate', $this->data);\n\t}", "public function destroy($id)\n {\n $testimonial = Testimonial::find($id);\n\n $testimonial->status = 0;\n $testimonial->save();\n\n Session::flash('type', \"danger\");\n Session::flash('message', \"Testimonial has been Deleted Successfully\");\n return redirect()->route('testimonial.index');\n }", "public function destroy(Testimonial $testimonial)\n {\n $testimonial->delete();\n return back();\n }", "public function destroy($id)\n {\n $delete = Testimonial::findOrFail($id);\n if ($delete->delete()) {\n return redirect()->route('testimonials.index')->with('toast_error', 'Testimonial was deleted!');\n }\n }", "public function destroy(Testimonial $testimonial)\n {\n $testimonial->delete();\n return redirect()->back()->with('success', 'testimonial deleted successfully!');\n }", "public function destroy(Request $request,$id){\n\n abort_if(Gate::denies('master-policy.perform', ['testimonial', 'delete']), 403);\n\n $this->validate($request, [\n 'id' => 'required|exists:testimonials,id',\n ]);\n $testimonial = $this->testimonials->findOrfail($id);\n\n $this->testimonials->destroy($testimonial ->id);\n $message = 'Testimonials deleted successfully.';\n return response()->json(['status' => 'ok', 'message' => $message], 200);\n \n }", "public function destroy($id)\n {\n $testimonials = Testimoni::findOrFail($id);\n $testimonials->delete();\n return redirect()->route('testimonial.index')->with('status', 'Data Testimoni Berhasil Dihapus');\n }", "public function destroy($id)\n {\n $testimonial = Testimonial::find($id);\n $testimonial->delete();\n unlink(public_path($testimonial->image));\n\n return redirect()->route('admin.testimonial.index')->withSuccess('Testimonial deleted successfully!');\n }", "public function destroy($id)\n {\n $testimonial = Testimonial::find($id);\n\n Storage::delete($testimonial->image);\n $testimonial->delete();\n\n return redirect(route('testimonials.index'));\n }", "public function destroy(Request $request,Testimonial $testimonial)\n {\n $testimonial->delete();\n $request->session()->flash('status','Xóa nhận xét thành công');\n return 1;\n }", "public function destroy($id)\n {\n $testimonial = \\App\\Testimonial:: where('idTestimonial', '=', $id)->first();\n $testimonial->delete();\n return response()->json(['success' => \"SUCCESS\"], 200, ['app-status' => 'success']);\n }", "public function destroy(Request $request,$id)\n {\n $testimonial = Testimonial::find($id);\n if(!$testimonial) abort(404);\n\n if($testimonial->photo)\n unlink(public_path('landing_images/'.$testimonial->photo));\n $testimonial->delete();\n \n $request->session()->flash('success', 'Testimonial deleted.'); \n \n return redirect()->route('testimonials.index');\n }", "public function delete_single($id);", "public function destroy(Testimonial $testimonial)\n {\n $testimonial->forceDelete();\n return response()->json([\n 'message' => 'Succesfully deleted',\n ]);\n }", "public function deleteItem( $id );", "public function destroy($id,Request $request)\n {\n $test = \\App\\Models\\testimonials::find($id);\n $test->delete();\n $request->session()->flash('msg', 'Delete successfully');\n return redirect(route(\"testimonials.index\"));\n }", "public function destroy($id)\n {\n $testimonial = Testimonial::findOrFail($id);\n File::delete(public_path(str_replace('public','storage',$testimonial->foto)));\n $testimonial->delete();\n\n return response()->json([\n 'success' => true,\n 'message' => 'Gambar berhasil dihapus'\n ]);\n }", "public function deletetestimonail($tid,$image){\n\t\t//Clean xss\n\t\t$tid=$this->security->xss_clean($tid);\n\t\t$image=$this->security->xss_clean($image);\n\n\t\t$this->admin_model->deletetestimonial($tid,$image);\n\t\t$this->session->set_flashdata('error_log', 'Testimonial Deleted');\n\t\tredirect('admin/testimonial');\n\t}", "public function deleteItem($id);", "private function delete()\n\t\t{\n\t\t\t$id = (int)$_REQUEST['id'];\n\t\t\tDB::delete(\"content\", \"WHERE id=$id\");\n\t\t}", "public function deleteContestant ($id) {\n }", "public function deleteListItem( $id );", "public function delete_delete(){\n \t\t$id = $this->uri->segment(3);\n \t\t// $r = $this->delete('id');\n \t\t// $this->response($id);\n\t $response = $this->PersonM->delete_person(\n\t $id\n\t );\n\t $this->response($response);\n \t}", "public function delete() {\n if ($this->session->userdata('isUserLoggedIn')) {\n\n $id = $this->uri->segment(3);\n\n if (empty($id)) {\n show_404();\n }\n\n $multas_item = $this->multas_model->get_multas_by_id($id);\n $this->multas_model->delete_multas($id);\n redirect( base_url() . 'index.php/multas');\n\n } else {\n // if user is NOT loggedIn redirect to homepage\n redirect( base_url() );\n }\n }", "public function destroy(Request $request) {\n\n $faq = Testimonials::find(Crypt::decryptString($request->id));\n $result = $faq->delete();\n if ($result) {\n echo '1';\n } else {\n echo '0';\n }\n }" ]
[ "0.7839379", "0.7732098", "0.7639201", "0.74174434", "0.73136544", "0.72680837", "0.7126638", "0.7089044", "0.7069857", "0.70596087", "0.70220155", "0.70077944", "0.6898571", "0.68522227", "0.6797599", "0.6783998", "0.677733", "0.67603296", "0.67589444", "0.66045517", "0.6587447", "0.657844", "0.65774053", "0.6552584", "0.6525895", "0.6464743", "0.6428119", "0.6396469", "0.6380961", "0.6360124" ]
0.8103266
0
Returns default OAuth client configuration.
protected function defaultOAuthClientConfig() { return array( 'clientId' => 'anonymous', 'clientSecret' => 'anonymous', 'authUrl' => 'https://accounts.google.com/o/oauth2/auth', 'tokenUrl' => 'https://accounts.google.com/o/oauth2/token', 'apiBaseUrl' => 'https://www.googleapis.com/oauth2/v1', 'scope' => implode(' ', array( 'https://www.googleapis.com/auth/userinfo.profile', 'https://www.googleapis.com/auth/userinfo.email', )), ); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function defaultOAuthClientConfig() {\n\t\treturn array(\n\t\t\t'clientId' => 'anonymous',\n\t\t\t'clientSecret' => 'anonymous',\n\t\t\t'authUrl' => 'http://www.odnoklassniki.ru/oauth/authorize',\n\t\t\t'tokenUrl' => 'http://api.odnoklassniki.ru/oauth/token.do',\n\t\t\t'apiBaseUrl' => 'http://api.odnoklassniki.ru/fb.do',\n\t\t\t'scope' => '',\n\t\t);\n\t}", "protected function getDefaultClientConfig()\n {\n return [\n 'base_uri' => 'https://api.creads-partners.com/v1/',\n ];\n }", "public static function getDefaultAuthressClient()\n {\n return self::$defaultAuthressClient;\n }", "protected function defaultOAuthClientClassName() {\n\t\treturn 'QsOAuthClientOdnoklassniki';\n\t}", "public function getOauthClientId(): string {\r\n return $this->oauthClientId;\r\n }", "protected function getDefaultConfig()\n {\n return [\n 'consumer_key' => '',\n 'consumer_secret' => '',\n 'access_token' => '',\n 'access_token_secret' => '',\n 'listings' => [\n 'default' => [\n 'tweets_to_show' => 5\n ]\n ]\n ];\n }", "public function getDefaultConfig();", "public function getOauthClientId()\n {\n return ($this->connection and isset($this->connection->client_id)) ? $this->connection->client_id : $this->service()->getEnvClientId();\n }", "private function get_defaults() {\r\n $defaults = array(\r\n 'oauth_version' => $this->config['oauth_version'],\r\n 'oauth_nonce' => $this->config['nonce'],\r\n 'oauth_timestamp' => $this->config['timestamp'],\r\n 'oauth_consumer_key' => $this->config['consumer_key'],\r\n 'oauth_signature_method' => 'HMAC-SHA1',\r\n );\r\n\r\n // include the user token if it exists\r\n if ( $this->config['user_token'] )\r\n $defaults['oauth_token'] = $this->config['user_token'];\r\n\r\n // safely encode\r\n foreach ($defaults as $k => $v) {\r\n $_defaults[$this->safe_encode($k)] = $this->safe_encode($v);\r\n }\r\n\r\n return $_defaults;\r\n }", "public function getOauthClientSecret()\n {\n return ($this->connection and isset($this->connection->client_secret)) ? $this->connection->client_secret : $this->service()->getEnvClientSecret();\n }", "protected function defaultCurlOptions()\n {\n return [\n CURLOPT_USERAGENT => Yii::app()->name . ' OAuth ' . $this->version . ' Client',\n CURLOPT_CONNECTTIMEOUT => 30,\n CURLOPT_TIMEOUT => 30,\n CURLOPT_SSL_VERIFYPEER => false,\n ];\n }", "public function getOAuthBaseUrl(){\n\n return $this->_oauth_url;\n\n }", "public function getDefaultConfig()\n\t{\n\t\treturn $this->getConfig('default');\n\t}", "function getOAuthClient(){\n\t// Load tokens from the session.\n\t$access_token = $_SESSION[\"oauth_access_token\"];\n\t$token_secret = $_SESSION[\"oauth_token_secret\"];\n\t\n\t// Create the new client and initalize the tokens\n\t$apiConsumer = new OAuthClient(AppConfig::$base_url, AppConfig::$consumer_key, AppConfig::$consumer_secret);\n\t$apiConsumer->initAccessToken($access_token,\n\t $token_secret);\n\t\n\treturn $apiConsumer;\n}", "function get_oidc_client() {\n\tglobal $conf;\n\t$config = $conf['OIDC'];\n\t\n\t// Create OIDC client\n\t$oidc = new OpenIDConnectClient(\n\t\t$config['issuer_url'] ?? '',\n\t\t$config['client_id'] ?? '',\n\t\t$config['client_secret'] ?? ''\n\t);\n\n\t// Set verification bits\n\t$oidc->setVerifyHost($config['verify_host']);\n\t$oidc->setVerifyPeer($config['verify_peer']);\n\n\t// Set HTTP proxy\n\tif (!empty($config['proxy'])) {\n\t\t$oidc->setHttpProxy($config['proxy']);\n\t}\n\n\t// Set auth params\n\tif ($array = json_decode($config['authparam'], true) !== null) {\n\t\t$oidc->addAuthParam($array);\n\t}\n\n\t// Set scopes\n\t$oidc->addScope(explode(' ', $config['scope']));\n\n\treturn $oidc;\n}", "public static function getDefaultConfiguration();", "public function getClientConfig();", "function getAuthClient()\n{\n global $picasa_user;\n global $picasa_pass;\n return Zend_Gdata_ClientLogin::getHttpClient($picasa_user, $picasa_pass, 'lh2');\n}", "public function getDefaultAccessToken();", "public function getClientConfig()\n {\n return $this->client_config;\n }", "public static function getDefaultAdapter()\n {\n return self::$_defaultClient;\n }", "public static function defaultConfiguration();", "public static function getConfig()\n {\n $config = array(\n // values: 'sandbox' for testing\n //\t\t 'live' for production\n \"mode\" => \"sandbox\"\n\n // These values are defaulted in SDK. If you want to override default values, uncomment it and add your value.\n // \"http.ConnectionTimeOut\" => \"5000\",\n // \"http.Retry\" => \"2\",\n );\n return $config;\n }", "private function _setConfig()\n {\n $this->_oClient->server = 'Microsoft';\n $this->_oClient->redirect_uri = Uri::get('connect','main','login','google');\n\n $this->_oClient->client_id = Config::getInstance()->values['module.api']['microsoft.client_id'];\n $this->_oClient->client_secret = Config::getInstance()->values['module.api']['microsoft.client_secret_key'];\n }", "public function getOAuth2Client()\n {\n if (!$this->oAuth2Client instanceof OAuth2Client) {\n $app = $this->getApp();\n $client = $this->getClient();\n $this->oAuth2Client = new OAuth2Client($app, $client);\n }\n return $this->oAuth2Client;\n }", "private function _getDefaultClientData()\n {\n return [\n 'key' => self::DEFAULT_CLIENT_KEY_VALUE,\n 'secret' => self::DEFAULT_CLIENT_SECRET_VALUE,\n 'tier' => ClientSubscriptionTier::SILVER,\n 'callbackUrl' => self::DEFAULT_CLIENT_CALLBACK_URL_VALUE,\n 'name' => self::DEFAULT_CLIENT_NAME_VALUE,\n 'description' => self::DEFAULT_CLIENT_DESCRIPTION_VALUE,\n ];\n }", "public function getDefaultParameters()\n {\n return [\n 'goId' => '',\n 'clientId' => '',\n 'clientSecret' => '',\n 'testMode' => true,\n ];\n }", "private function getClientFromConfig(array $config)\n {\n // If a client was provided, return it.\n if (isset($config['client'])) {\n return $config['client'];\n }\n\n // Ensure, that a baseUrl was provided.\n if (empty($config['baseUrl'])) {\n throw new \\InvalidArgumentException('A baseUrl must be provided.');\n }\n\n // Ensure, that a access_token_url was provided.\n if (empty($config['access_token_url'])) {\n throw new \\InvalidArgumentException('An access_token_url for retrieving the access token must be provided.');\n }\n\n // Ensure, that a access_token_url was provided.\n if (empty($config['client_id'])) {\n throw new \\InvalidArgumentException('An client_id for retrieving the access token must be provided.');\n }\n\n // Ensure, that a client_secret was provided.\n if (empty($config['client_secret'])) {\n throw new \\InvalidArgumentException('An client_secret for retrieving the access token must be provided.');\n }\n\n // Initialize the client handler stack.\n $stack = $this->initializeClientHandlerStack($config);\n\n // Initialize client config.\n $client_config = [\n 'base_uri' => $config['baseUrl'],\n 'auth' => 'oauth',\n 'handler' => $stack,\n ];\n\n // Apply provided client configuration, if available.\n if (isset($config['client_config'])) {\n // Ensure, the client_config is an array.\n if (!is_array($config['client_config'])) {\n throw new \\InvalidArgumentException('A client_config must be an array.');\n }\n $client_config += $config['client_config'];\n }\n\n // Create a Guzzle client.\n $client = new Client($client_config);\n\n return $client;\n }", "public function getAppClient()\n\t{\n\t\treturn $this->app_client ;\n\t}", "public function getClientConfig()\n {\n // Allows the section name to be overridden in config\n $name = $this->config()->get('section_name');\n $url = trim($this->Link() ?? '', '/');\n\n if (!$name) {\n $name = static::class;\n }\n\n $clientConfig = [\n // Trim leading/trailing slash to make it easier to concatenate URL\n // and use in routing definitions.\n 'name' => $name,\n 'url' => $url,\n 'reactRoutePath' => preg_replace('/^' . preg_quote(AdminRootController::admin_url(), '/') . '/', '', $url),\n 'form' => [\n 'EditorExternalLink' => [\n 'schemaUrl' => $this->Link('methodSchema/Modals/EditorExternalLink'),\n ],\n 'EditorEmailLink' => [\n 'schemaUrl' => $this->Link('methodSchema/Modals/EditorEmailLink'),\n ],\n ],\n ];\n\n $this->extend('updateClientConfig', $clientConfig);\n\n return $clientConfig;\n }" ]
[ "0.7944609", "0.72250617", "0.69570714", "0.6627907", "0.64954287", "0.6378225", "0.63432384", "0.6316944", "0.6278844", "0.6260912", "0.6251092", "0.6208601", "0.6198027", "0.6182053", "0.6159488", "0.6141539", "0.6080668", "0.6079494", "0.60786", "0.6066694", "0.60291517", "0.5987253", "0.5986357", "0.59264916", "0.59234476", "0.59224856", "0.5876887", "0.5827595", "0.58008224", "0.5790389" ]
0.8216009
0
Sets this invitation as sent
public function send() { $this->sent = true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function setSendInvitationMessage($value)\n {\n $this->setProperty(\"SendInvitationMessage\", $value, true);\n }", "public function setEmailSent(bool $emailSent) {\n $this->email_sent = (int) $emailSent;\n\n }", "protected function sendInvitation()\n {\n Mail::sendTo($this, 'rainlab.user::mail.invite', $this->getNotificationVars());\n }", "function setSent($entity) \n {\n $entity->setSent(1);\n $this->manager->flush();\n }", "public function setConfirmationSentAt(?\\DateTime $confirmationSentAt): void\n {\n $this->confirmationSentAt = $confirmationSentAt;\n }", "public function setSent($sent)\n {\n $this->sent = $sent;\n\n return $this;\n }", "public static function mark_email_sent( ) {\n global $wpdb;\n\n $args = array(\n 'ID' => self::$row->email_id,\n 'post_status' => 'sent',\n );\n\n wp_update_post( $args );\n }", "public function sent()\n\t{\n\t\t$this->sent \t= date('Y-m-d H:i:s', time());\n\t\t$this->state\t= 'sent';\n\t\t$this->attempts++;\n\t\t$this->save();\n\t\t\n\t\treturn $this;\n\t}", "public function sendInvitation()\n {\n $data = [\n 'name' => $this->full_name,\n 'login' => $this->login,\n 'password' => $this->getOriginalHashValue('password'),\n 'link' => Backend::url('backend'),\n ];\n\n Mail::send('backend::mail.invite', $data, function ($message) {\n $message->to($this->email, $this->full_name);\n });\n }", "public function sendInvitations()\n {\n }", "public function setInTellSpam(): void\n {\n $this->tellSpam = 5;\n }", "public function setSentStatus($bool)\r\n {\r\n $this->isSent = (bool) $bool;\r\n\r\n return $this;\r\n }", "public function setSentUntil($date) {\n\t\t$this->sentUntil = $date;\n\t}", "public function sentStatus ($message) {\n // Mark message as sent\n $message->setMessageStatus(\n $this->em->getReference('AppBundle:MessageStatus', 4)\n );\n\n $this->em->persist($message);\n $this->em->flush();\n }", "protected function sendEvent(SentEmailContract $sentEmail): void\n {\n event(new SesDeliveryEvent($sentEmail));\n }", "public function isSent()\r\n {\r\n return $this->isSent;\r\n }", "public function isSent()\n {\n \n }", "public function isSent()\n {\n return $this->sent;\n }", "public function isSent()\n {\n return $this->status == self::STATUS_SENT;\n }", "public function send()\n {\n $this->transaction->save();\n }", "function setAsSent( $mail ) {\n if( !is_object($mail) || get_class($mail) != 'mail_queue_body' ) {\n return new Mail_Queue_Error('Expected: Mail_Queue_Body class' , __FILE__, __LINE__);\n }\n $query = sprintf(\"UPDATE %s SET sent_time = now() WHERE id = %d\",\n $this->mail_table,\n $mail->getId()\n );\n \n $res = $this->db->query($query);\n \n if (DB::isError($res)) {\n return new Mail_Queue_Error('DB::query failed: ' . \n DB::errorMessage($res) , __FILE__, __LINE__);\n }\n \n return true;\n }", "public function byInvitationOnly()\n {\n $this->byInvitationOnly = true;\n }", "function setSentOn($a_sSentOn)\n {\n $this->_sSentOn = (string) $a_sSentOn;\n $this->setSearchParameter('sent_on', $this->_sSentOn);\n }", "public function setSentAt(?\\DateTime $sentAt): self\n {\n $this->initialized['sentAt'] = true;\n $this->sentAt = $sentAt;\n\n return $this;\n }", "public function sentAction()\n {\n if ($this->getRequest()->getParam('param')) {\n $this->showThreadAction($this->getRequest()->getParam('param'));\n return;\n }\n $this->_topMenu->selectItem('sent');\n\n $mail = $this->_user->getMail();\n $this->view->threads = $mail->getThreadsList(App_Mail_Thread::STATE_SENT);\n }", "public function setInSpam(): void\n {\n $this->spam = 5;\n }", "public function setSeen()\n {\n header('Content-Type: application/json');\n\n $userValidator = v::key('sender', v::notEmpty()->setName('Sender'));\n if (!$userValidator->validate($_POST)) {\n http_response_code(400);\n echo json_encode(['error' => 'Message could not be saved']);\n\n die();\n }\n\n $senderId = intval($_POST['sender']);\n $this->em->getRepository(Message::class)->setSeen($senderId, $this->user->getId());\n\n http_response_code(200);\n echo json_encode(['success' => true]);\n }", "private function setSenderInformation()\n {\n $senderName = $this->_checkoutSession->getLastRealOrder()->getCustomerName();\n // If Guest\n if (\n $senderName=== (string)__('Guest')\n || $senderName=== 'Convidado'\n || $senderName=== 'Visitante'\n \n ) {\n $address = $this->getBillingAddress();\n $senderName = $address->getFirstname() . ' ' . $address->getLastname();\n }\n $this->_paymentRequest->setSender()->setName($senderName);\n $this->_paymentRequest->setSender()->setEmail($this->_checkoutSession\n ->getLastRealOrder()->getCustomerEmail());\n $this->setSenderPhone();\n \n }", "public function send() {\n if (!$this->getTemplate()->get('is_active')) {\n return $this;\n }\n\n if (!$this->isRendered()) {\n $this->render();\n }\n\n $eventParams = array(\n 'mailer' => $this->getMailer(),\n 'message' => $this->getMessage(),\n 'template' => $this->getTemplate()\n );\n\n $this->getMailer()->send($this->getMessage());\n\n //$this->dispatcher->notify(new sfEvent($this, 'dm.mail.post_send', $eventParams));\n\n return $this;\n }", "public function updateSentTime($id)\n {\n $emailNotification = $this->model->find((int) $id);\n\n $emailNotification->sent_at = Carbon::now();\n\n if (!$emailNotification->save()) {\n return false;\n }\n\n return true;\n }" ]
[ "0.6679764", "0.6510917", "0.6334013", "0.63167894", "0.6288447", "0.6262832", "0.6253094", "0.6204428", "0.6096001", "0.6017819", "0.60104173", "0.58300793", "0.5709272", "0.5656404", "0.5650442", "0.56473666", "0.56464183", "0.5638283", "0.5631986", "0.5621", "0.56199664", "0.5610653", "0.5598249", "0.5597159", "0.55523086", "0.5513861", "0.5503826", "0.5489567", "0.5461453", "0.5438721" ]
0.66301674
1
Start sequence of multicall
public function multicall();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "abstract public function start(array $prm);", "public function beginBatch() {\n\t}", "public function initializeSequence( $startNumber );", "public function multicall()\n {\n foreach($this->calls as $call) {\n $this->call($call[0], $call[1]);\n }\n }", "public function startBatch()\n {\n\n }", "private function generateSequence(){\n\t\t$sequence = array(); \n\t\t$sequence[] = $this->blocks[0]; //Always start the tests with\n\t\tunset($this->blocks[0]);\n\t\tshuffle($this->blocks); //Shuffle the order of the blocks \n\t\t$this->blocks = array_merge($sequence,$this->blocks); \n\t}", "function init_junk_sequnece()\t\n\t{\n\t}", "abstract public function run($start = 0);", "public function __construct($start)\n {\n $this->sequence = $start;\n }", "public function next(){ }", "public function next() {}", "public function next() {}", "public function next()\r\n {\r\n }", "function getSequences();", "public function compute_items() {\r\n $startlr = $this->g->starting_lr1_item();\r\n $closure = new block_formal_langs_grammar_closure($this->g);\r\n $goto = new block_formal_langs_grammar_goto();\r\n $this->lr1items = array( $closure->closure(array( $startlr ) ) );\r\n $this->lr1goto = array();\r\n $symbols = $this->g->symbols();\r\n for($setindex = 0; $setindex < count($this->lr1items); $setindex++) {\r\n $currentset = $this->lr1items[$setindex];\r\n for($symindex = 0; $symindex < count($symbols); $symindex++ ) {\r\n /** @var block_formal_langs_grammar_production_symbol $currentsym */\r\n $currentsym = $symbols[$symindex];\r\n $mygoto = $goto->run($this->g, $currentset , $currentsym);\r\n //print_r($mygoto);\r\n if (count($mygoto)!=0) {\r\n $supersetindex = $this->get_lr1_subset_index($mygoto, $this->lr1items);\r\n if ($supersetindex == -1) {\r\n $gotoindex = count($this->lr1items);\r\n $this->lr1items[] = $mygoto;\r\n if (array_key_exists($setindex, $this->lr1goto) == false) {\r\n $this->lr1goto[$setindex] = array();\r\n }\r\n $this->lr1goto[$setindex][] = array('symbol' => $currentsym, 'goto' => $gotoindex);\r\n } else {\r\n if (array_key_exists($setindex, $this->lr1goto) == false) {\r\n $this->lr1goto[$setindex] = array();\r\n }\r\n $this->lr1goto[$setindex][] = array('symbol' => $currentsym, 'goto' => $supersetindex);\r\n }\r\n }\r\n }\r\n }\r\n }", "public function startNewBatch() :void;", "public function next();", "public function next();", "public function next();", "public function next();", "public function next();", "public function next();", "function tripleSequence($start, $length)\n{\n $newArr = [$start];\n for ($index = 0; $index < $length - 1; $index++) {\n $newArr[] = $newArr[$index] * 3;\n }\n return $newArr;\n}", "abstract public function start();", "abstract public function start();", "abstract public function start();", "function cycle() {\r\n //try to activate target prop $x from $p, looping through all the props of $p where $p\r\n //is the output prop of its domain, let findProps($p, DECIDE) update prop potentials until $x is found\r\n //when $x is found, store a sq thread of $p such that $p[,targets[$x=>$sqThread]]\r\n /** stores sequence segments of successful runs (i.e. like manufacturing a protein) as props, can also acquire longer sequences\r\n by extending the amount of iterations the cycle operation executes\r\n **/\r\n }", "abstract function next();", "public function begin(){}", "public function next()\n {\n }" ]
[ "0.5996381", "0.5804385", "0.5776607", "0.5709585", "0.5628833", "0.55304664", "0.5510922", "0.54028213", "0.53606635", "0.5249677", "0.5235717", "0.5235717", "0.520274", "0.5188385", "0.5159472", "0.5127042", "0.5123696", "0.5123696", "0.5123696", "0.5123696", "0.5123696", "0.5123696", "0.51206106", "0.50642973", "0.50642973", "0.50642973", "0.50288093", "0.50217307", "0.5015253", "0.5011049" ]
0.65110266
0
Get the URL for the theme's stylesheet
public function get_url() { // This will be appended with the modification timestamp, so the styles are forced to recache if the template or theme is edited $template_modified = strtotime($this->template->date_modified); $theme_modified = strtotime($this->date_modified); $last_modified = $theme_modified > $template_modified ? $theme_modified : $template_modified; $theme = !empty($_GET['usetheme']) ? $_GET['usetheme'] : $this->stub; return '/frontend/assets/theme_css/'.$theme.'?ts='.$last_modified; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function stylesheet_url()\n {\n $stylesheet = $this->stylesheet();\n\n $modified = filemtime($stylesheet);\n\n $uploads = wp_get_upload_dir();\n\n return $uploads['baseurl'] . '/wptheme/customized.css?' . $modified;\n }", "protected function getThemeURL() {\n return \\Config::getInstance()->getThemeURL() . '/';\n }", "function tbcf_get_stylesheet_directory_uri() {\n\n\t\treturn esc_url( untrailingslashit( tbcf_strip_protocol( get_stylesheet_directory_uri() ) ) );\n\n}", "function getStylesheetPath() {\n\t\t$journal =& Request::getJournal();\n\t\tif ($journal && $this->getSetting($journal->getId(), 'customThemePerJournal')) {\n\t\t\timport('classes.file.PublicFileManager');\n\t\t\t$fileManager = new PublicFileManager();\n\t\t\treturn $fileManager->getJournalFilesPath($journal->getId());\n\t\t} else {\n\t\t\treturn $this->getPluginPath();\n\t\t}\n\t}", "function theme_url_shortcode(){\n return get_stylesheet_directory_uri();\n}", "public function getThemeAssetURL()\n {\n return '/assets/_theme/' . $this->owner->ID;\n }", "function my_church_tribe_events_pro_stylesheet_url() {\r\n\t$styleUrl = '';\r\n\t\r\n\t\r\n\treturn $styleUrl;\r\n}", "public function stylesheet()\n {\n $uploads = wp_get_upload_dir();\n\n $dir = $uploads['basedir'] . '/wptheme';\n\n if( ! is_dir($dir) ) wp_mkdir_p($dir);\n\n return $dir . '/customized.css';\n }", "public function getThemeCssPath()\n {\n $themeDir = $this->getThemeDir();\n return Director::baseFolder() . '/' . $themeDir . '/css';\n }", "function get_stylesheet_uri( $backend = FALSE ) {\n return ( !$backend ? THEME_URL . 'style.css' : DOMAIN . 'app/themes/default/Admin/style.css' );\n}", "function themesURL()\r\n {\r\n return $this->app->config->siteurl . 'modules/' . $this->app->moduleName . '/themes';\r\n }", "function getStylesheet()\n\t{\n\t\treturn $this->stylesheet;\n\t}", "function my_church_tribe_events_pro_widget_calendar_stylesheet_url() {\r\n\t$styleUrl = '';\r\n\t\r\n\t\r\n\treturn $styleUrl;\r\n}", "function style_url( $stylesheet, $context ) {\n\n\tif( !in_array( $context, ['admin', 'frontend', 'shared'], true) ) {\n\t\terror_log('Invalid $context specfied in JwLoginPageCustomizer stylesheet loader.');\n\t\treturn '';\n\t}\n\n\treturn ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ?\n\t\tJW_LOGIN_PAGE_CUSTOMIZER_URL . \"assets/css/${context}/${stylesheet}.css\" :\n\t\tJW_LOGIN_PAGE_CUSTOMIZER_URL . \"dist/css/${stylesheet}.min.css\" ;\n\n}", "function get_theme_path()\n {\n static $themePath;\n\n if (!$themePath) {\n $themePath = PageTheme::getSiteTheme()->getThemeURL();\n }\n\n return $themePath;\n }", "function _getURLTheme($theme) \r\n {\r\n \treturn MIGUELBASE_THEME_URLDIR.$theme.'/';\r\n }", "function getURLTheme () \r\n {\r\n\t\t$theme = Session::getValue('userinfo_theme');\r\n\r\n \tif(!Theme::existTheme($theme)){\r\n \t\t$theme = Session::getContextValue('theme');\r\n \t}\r\n\t\t\r\n \treturn Theme::_getURLTheme($theme);\r\n }", "private function get_stylesheet_line() {\n\t\t$stylesheet_url = \"\\n\" . '<?xml-stylesheet type=\"text/xsl\" href=\"' . home_url( $this->basename . '-sitemap.xsl' ) . '\"?>';\n\n\t\treturn $stylesheet_url;\n\t}", "function style_url( $stylesheet, $context ) {\n\n\tif ( ! in_array( $context, get_enqueue_contexts(), true ) ) {\n\t\treturn new WP_Error( 'invalid_enqueue_context', 'Invalid $context specified in TenUpPlugin stylesheet loader.' );\n\t}\n\n\treturn TENUP_PLUGIN_URL . \"dist/css/${stylesheet}.css\";\n\n}", "function get_stylesheet_directory() {\n $GLOBALS['wp_functions']['get_stylesheet_directory'] = true;\n return __DIR__;\n }", "function get_artism_stylesheet() {\n\t$manifest = get_artism_manifest();\n\treturn get_template_directory_uri() . '/frontend/build/' . $manifest['main.css'];\n}", "private function getThemeRelativePath()\n {\n $theme = PageTheme::getSiteTheme();\n\n return $this->app->make('environment')->getURL(DIRNAME_THEMES . '/' . $theme->getThemeHandle(), $theme->getPackageHandle());\n }", "function theme_url($url) {\n\treturn create_url(CLanaya::Instance()->themeUrl . \"/{$url}\");\n}", "function getThemeCSSPath($css_path) \r\n {\t\t\r\n \treturn Theme::getURLTheme().'css/'.$css_path;\r\n }", "function eedt_theme_url()\n\t{\n\t\t$url = '';\n\t\tif(defined('URL_THIRD_THEMES'))\n\t\t{\n\t\t\t$url = URL_THIRD_THEMES;\n\t\t}\n\t\telse \n\t\t{\n\t\t\t$ee =& get_instance();\n\t\t\t$url = rtrim($ee->config->config['theme_folder_url'], '/') .'/third_party/';\n\t\t}\n\t\t\n\t\treturn $url;\n\t}", "public function getThemePath()\n {\n return $this->getThemeBase() . '/' . $this->getThemeChoice();\n }", "public function get_app_stylesheet() {\n\t\t$manifest = $this->get_app_manifest();\n\t\tif ( empty( $manifest['main.css'] ) ) {\n\t\t\treturn '';\n\t\t}\n\t\treturn WPGRAPHIQL_PLUGIN_DIR . 'assets/app/build/' . $manifest['main.css'];\n\t}", "function getStylesheetFilename() {\n\t\treturn 'custom.css';\n\t}", "function themosis_theme_assets()\n {\n if (is_multisite() && SUBDOMAIN_INSTALL) {\n $segments = explode('themes', get_template_directory_uri());\n $theme = (strpos($segments[1], DS) !== false) ? substr($segments[1], 1) : $segments[1];\n\n return get_home_url().'/'.CONTENT_DIR.'/themes/'.$theme;\n }\n\n return get_template_directory_uri();\n }", "public static function getStyleUrl() {\n return Yii::app()->baseUrl . '/bootstrap/dashboard/';\n }" ]
[ "0.8319072", "0.7952709", "0.7736877", "0.75976384", "0.7574267", "0.7546338", "0.7463923", "0.74621665", "0.74583066", "0.74132705", "0.73862416", "0.7296031", "0.7237336", "0.7206274", "0.71753424", "0.7159568", "0.7156362", "0.7122768", "0.7122584", "0.70965946", "0.7043219", "0.70403934", "0.70168495", "0.6991538", "0.69740283", "0.6970088", "0.69299567", "0.69234437", "0.6904559", "0.68964547" ]
0.83072317
1
Extract the information from the Curl Request via curl_getinfo Setup the Status property to be equal to the http_code
protected function extractInfo() { $this->info = curl_getinfo($this->CurlRequest); $this->status = $this->info['http_code']; if (curl_errno($this->CurlRequest)!== CURLE_OK) { $this->error = curl_error($this->CurlRequest); } else { $this->error = false; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function _curlInfo($curl)\n {\n return curl_getinfo($curl);\n }", "public function status()\n {\n $list = array(\n 'EFFECTIVE_URL', 'HTTP_CODE', 'FILETIME', 'TOTAL_TIME', 'NAMELOOKUP_TIME',\n 'CONNECT_TIME', 'PRETRANSFER_TIME', 'STARTTRANSFER_TIME', 'REDIRECT_COUNT',\n 'REDIRECT_TIME', 'SIZE_UPLOAD', 'SIZE_DOWNLOAD', 'SPEED_DOWNLOAD', 'SPEED_UPLOAD',\n 'HEADER_SIZE', 'HEADER_OUT', 'REQUEST_SIZE', 'SSL_VERIFYRESULT', 'CONTENT_LENGTH_DOWNLOAD',\n 'CONTENT_LENGTH_UPLOAD', 'CONTENT_TYPE',\n );\n\n foreach ($list as $option) {\n if (property_exists($this, $option)) {\n $this->$option = curl_getinfo($this->_curlHandle, constant('CURLINFO_' . $option));\n }\n }\n }", "public function getInfo()\n {\n return curl_getinfo( $this->Curl );\n }", "public function info() {\n\t\treturn curl_getinfo ( $this->handle );\n\t}", "public function getInfo() {\n if (empty($this->info)) {\n $this->info = curl_getinfo($this->ch);\n }\n return $this->info;\n }", "public function getCurlInfo() {\n return $this->_curl_info;\n }", "function getStatus ($url) {\n $ch = curl_init();\n curl_setopt($ch, CURLOPT_URL,$url);\n curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);\n $content = curl_exec($ch);\n $code = curl_getinfo($ch,CURLINFO_HTTP_CODE);\n curl_close($ch);\n return (object) [\"code\" => $code,\"content\" => $content];\n}", "public function getCurlInfo()\n {\n return $this->curlInfo;\n }", "public function getInfo($name){\n return curl_getinfo($this->handle, $name);\n }", "public function getinfo($type)\n {\n return curl_getinfo($this->curl, $type);\n }", "public function getInfo($name) {\n return curl_getinfo($this->curl, $name);\n }", "private function getStatus()\n {\n $this->curl->get($this->status_url);\n }", "public function getinfo(int $opt) {\r\n\t\treturn curl_getinfo ( $this->curlh, $opt );\r\n\t}", "function get_code($url) {\n\t$ch = curl_init($url);\n\tcurl_setopt($ch,CURLOPT_HEADER,true);\n\tcurl_setopt($ch,CURLOPT_NOBODY,true);\n\tcurl_setopt($ch,CURLOPT_RETURNTRANSFER,1);\n\tcurl_setopt($ch,CURLOPT_TIMEOUT,10);\n\tcurl_exec($ch);\n\treturn curl_getinfo($ch, CURLINFO_HTTP_CODE);\n}", "public function get_info($opt = 0)\n\t{\n\t\treturn curl_getinfo($this->ch, $opt);\n\t}", "public function get_info() {\n $this->numgetinfocalls++;\n if ($this->numgetinfocalls <= 3) {\n return array('http_code' => 429);\n }\n return array('http_code' => 200);\n }", "public function get_info() {\n $this->numgetinfocalls++;\n if ($this->numgetinfocalls <= 3) {\n return array('http_code' => 429);\n }\n return array('http_code' => 200);\n }", "public function setInfo(){\n \tif(array_key_exists(APIConstants::INFO,$this->getResponseJSON()))\n \t{\n \t\t$this->info = new ResponseInfo($this->getResponseJSON()[APIConstants::INFO]);\n \t}\n }", "function get_info_from_curl ($url) {\n\t// also checks if url exists\n\t $options = array(\n CURLOPT_RETURNTRANSFER => true, // return web page\n CURLOPT_HEADER => 1, // return headers\n CURLOPT_FOLLOWLOCATION => true, // follow redirects\n CURLOPT_ENCODING => \"\", // handle all encodings\n CURLOPT_USERAGENT => \"http:/amdflames.org\", // who am i\n CURLOPT_AUTOREFERER => true, // set referer on redirect\n CURLOPT_CONNECTTIMEOUT => 10, // timeout on connect\n CURLOPT_TIMEOUT => 10, // timeout on response\n CURLOPT_MAXREDIRS => 10, // stop after 10 redirects\n CURLOPT_NOBODY\t\t\t=> true,\t\t// don't retrieve the body of the url\n );\n\t$ch = curl_init($url);\n\tcurl_setopt_array( $ch, $options );\n\tif (!curl_exec($ch) ) return false;\n\t$code = (int) curl_getinfo($ch, CURLINFO_HTTP_CODE);\n\tif ($code >= 400) return false;\n\t$mime = curl_getinfo($ch, CURLINFO_CONTENT_TYPE) ;\n\tif ($semipos = strpos($mime,';') ){\n\t\t$mime = substr($mime,0,$semipos);\n\t}\n\t$size = curl_getinfo($ch,CURLINFO_CONTENT_LENGTH_DOWNLOAD) ;\n\t$result = array (\n\t\t'mime' => $mime,\n\t\t'size' => $size,\n\t);\n\treturn $result;\n\n}", "protected function currentStatus()\n {\n $curlInit = curl_init($this->URL);\n curl_setopt($curlInit, CURLOPT_CONNECTTIMEOUT, 10);\n curl_setopt($curlInit, CURLOPT_HEADER, true);\n curl_setopt($curlInit, CURLOPT_NOBODY, true);\n curl_setopt($curlInit, CURLOPT_RETURNTRANSFER, true);\n\n $response = curl_exec($curlInit);\n\n if (!$response) {\n $httpCode = curl_getinfo($curlInit, CURLINFO_HTTP_CODE);\n $didRecord = $this->recordError($httpCode);\n return false;\n }\n\n curl_close($curlInit);\n return true;\n }", "private function _curl_status($http_code, $result) {\n\t\t$status = \"\";\n\t\t\n\t\tswitch($http_code) {\n\t\t\tcase \"500\":\n\t\t\t\t$status = \"Class: Salesforce - An error has occurred within Force.com, so the request could not be completed.\";\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\tcase \"415\":\n\t\t\t\t$status = \"The entity specified in the request is in a format that is not supported by specified resource for the specified method.\";\n\t\t\t\tbreak;\n\t\t\t\n\t\t\tcase \"404\":\n\t\t\t\t$status = \"Class: Salesforce - The requested resource could not be found. Check the URI for errors, and verify that there are no sharing issues.\";\n\t\t\t\tbreak;\t\n\t\t\t\n\t\t\tcase \"400\":\n\t\t\tcase \"401\":\n\t\t\t\t$status = $this->_process_error($http_code, $result);\n\t\t\t\tbreak;\n\t\t\t\n\t\t\tcase \"300\":\n\t\t\t\t$status = \"Class: Salesforce - The value used for an external ID exists in more than one record. The response body contains the list of matching records.\";\n\t\t\t\tbreak;\n\t\t\t\n\t\t\tdefault:\t\n\t\t\tcase \"204\":\n\t\t\tcase \"200\":\n\t\t\t\t$status = \"{$http_code} OK\";\n\t\t\t\n\t\t}\n\t\t\n\t\treturn $status;\n\t}", "public function getInfo($opt = \"\")\n {\n return curl_getinfo($this->handle, (int)$opt);\n }", "private function parseHeaders($ch) {\n $headers = new stdClass();\n $headers->code = curl_getinfo($ch, CURLINFO_HTTP_CODE);\n return $headers;\n }", "public function execute() {\n\n if (PlenigoManager::isDebug()) {\n $this->setOption(CURLOPT_VERBOSE, true);\n $verbose = fopen('php://temp', 'w+');\n $this->setOption(CURLOPT_STDERR, $verbose);\n }\n\n $result = curl_exec($this->curl);\n\n if ($result === false) {\n throw new \\Exception(curl_error($this->curl), curl_errno($this->curl));\n }\n\n if (PlenigoManager::isDebug()) {\n rewind($verbose);\n $verboseLog = stream_get_contents($verbose);\n $clazz = get_class();\n PlenigoManager::notice($clazz, \"cURL verbose:\\n\" . $verboseLog);\n fclose($verbose);\n }\n\n if (PlenigoManager::isDebug()) {\n $version = curl_version();\n extract(curl_getinfo($this->curl));\n $metrics = \"\\n\"\n . \"URL....: $url\\n\"\n . \"Code...: $http_code ($redirect_count redirect(s) in $redirect_time secs)\\n\"\n . \"Content: $content_type Size: $download_content_length (Own: $size_download) Filetime: $filetime\\n\"\n . \"Time...: $total_time Start @ $starttransfer_time (DNS: $namelookup_time Connect: $connect_time Request: $pretransfer_time)\\n\"\n . \"Speed..: Down: $speed_download (avg.) Up: $speed_upload (avg.)\\n\"\n . \"Curl...: v{$version['version']}\\n\";\n PlenigoManager::notice($clazz, \"cURL report:\\n\" . $metrics); \n }\n\n $statusCode = $this->getInfo(CURLINFO_HTTP_CODE);\n if (!empty($statusCode)) {\n if ($statusCode < 200 || $statusCode >= 300) {\n throw new \\Exception($statusCode . \" HTTP Error detected\", $statusCode);\n }\n }\n $this->optCache = array();\n return $result;\n }", "function myCurl($url){\n $ch = curl_init($url);\n curl_setopt($ch, CURLOPT_HEADER, 0);\n curl_exec($ch);\n $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);\n curl_close($ch);\n return $httpCode;\n}", "function get_info() {\n return $this->response_info;\n }", "private function getinfo(/*int*/ $opt = null) /*mixes*/ {\n if (! $this->is_init()) {\n return null;\n } else if ($opt == null) {\n return curl_getinfo($this->_curl);\n } else {\n return curl_getinfo($this->_curl, $opt);\n }\n }", "function get_http_code($url)\n{\n\t$http_code = 0;\n\t\n\t$opts = array(\n\t CURLOPT_URL =>$url,\n\t //CURLOPT_FOLLOWLOCATION => TRUE,\n\t CURLOPT_RETURNTRANSFER => TRUE\n\t);\n\t\n\t$ch = curl_init();\n\tcurl_setopt_array($ch, $opts);\n\t$data = curl_exec($ch);\n\t$info = curl_getinfo($ch); \n\t\n\t$http_code = $info['http_code'];\n\t\n\tcurl_close($ch);\n\t\n\treturn $http_code;\n}", "public function get_http_response_code()\n\t{\n\t\treturn $this->get_info(CURLINFO_HTTP_CODE);\n\t}", "protected function setLastStatusFromCurl( $ch ) {\n\t\t$info = curl_getinfo( $ch );\n\t\t$this->lastStatus = ( isset( $info['http_code'] ) ) ? $info['http_code'] : null;\n\t}" ]
[ "0.7154487", "0.7144374", "0.7130431", "0.70910823", "0.6953151", "0.6630801", "0.6630774", "0.65633553", "0.64553154", "0.6370242", "0.6252154", "0.61021686", "0.60329455", "0.5956302", "0.5921705", "0.58491355", "0.58491355", "0.5828214", "0.58007103", "0.57945174", "0.5784061", "0.5754675", "0.5735787", "0.57334816", "0.5723165", "0.5653725", "0.56438565", "0.561671", "0.5613306", "0.56076074" ]
0.86855567
0
Seperate the Headers and Body from the CurlResponse, and set the object properties
protected function extractResponse($curlResponse) { $this->headers = substr($curlResponse, 0, $this->info['header_size']); $this->body = substr($curlResponse, $this->info['header_size']); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function parseResponse() {\n\n\t\tparse_str($this->response);\n\n\t\t/* TRANS_ID */\n\t\t$this->transId = $TRANS_ID;\n\n\t\t/* STATUS */\n\t\t$this->status = $STATUS;\n\n\t\t/* AVS */\n\t\t$this->avsResp = $AVS;\n\n\t\t/* CVV2 */\n\t\t$this->cvv2Resp = $CVV2;\n\n\t\t/* AUTH_CODE */\n\t\t$this->authCode = $AUTH_CODE;\n\n\t\t/* MESSAGE */\n\t\t$this->message = $MESSAGE;\n\n\t\t/* REBID */\n\t\t$this->rebid = $REBID;\n\t}", "private function parseResponse($ch, $response = '') {\n $headers = $this->parseHeaders($ch);\n if ($decoded = json_decode($response)) {\n $body = $decoded;\n }\n else {\n $body = $response;\n }\n return (object) array('headers' => $headers, 'response' => $body);\n }", "protected function parseResponse() {\n\n parse_str($this->blueResponse);\n\n\n /* TRANS_ID */\n $this->transId = $TRANS_ID;\n\n /* STATUS */\n $this->status = $STATUS;\n\n /* AVS */\n $this->avsResp = $AVS;\n\n /* CVV2 */\n $this->cvv2Resp = $CVV2;\n\n /* AUTH_CODE */\n $this->authCode = $AUTH_CODE;\n\n /* MESSAGE */\n $this->message = $MESSAGE;\n\n /* REBID */\n $this->rebid = $REBID;\n }", "public function parseDataFromResponse()\n {\n $getObectInfo = new GetObjectInfo();\n $rawResponseHeader = $this->rawResponse->header;\n \n $getObectInfo->setContent(empty($this->rawResponse->body) ? \"\" : $this->rawResponse->body);\n\n //Last-Modified\n $getObectInfo->setLastModified(isset($rawResponseHeader[\"last-modified\"]) ?\n $rawResponseHeader[\"last-modified\"] : \"\") ;\n\n $getObectInfo->setETag(isset($rawResponseHeader[\"etag\"]) ?\n $rawResponseHeader[\"etag\"] : \"\");\n\n $getObectInfo->setExpiration(isset($rawResponseHeader[\"x-amz-expiration\"]) ?\n $rawResponseHeader[\"x-amz-expiration\"] : \"\");\n\n if(isset($rawResponseHeader[\"x-ctyun-metadata-location\"]))\n {\n $getObectInfo->setMetaLocation($rawResponseHeader[\"x-ctyun-metadata-location\"]);\n }\n\n if(isset($rawResponseHeader[\"x-ctyun-data-location\"]))\n {\n $getObectInfo->setDataLocation($rawResponseHeader[\"x-ctyun-data-location\"]);\n }\n\n return $getObectInfo;\n }", "protected function _parseResponse ($content)\n\t{\n\t\t$result = new stdClass;\n\t\t$result->headers = array();\n\t\t$result->status = null;\n\t\t$result->code = null;\n\t\t$result->content = substr($content, strpos($content, \"\\r\\n\\r\\n\"));\n\t\t$result->raw = $content;\n\t\t$headerString = substr($content, 0, strpos($content, \"\\r\\n\\r\\n\"));\n\n\t\t// Parse status\n\t\tif (preg_match('/^HTTP\\/(1\\.0|1\\.1)\\s+([0-9]+)\\s+([^\\r\\n]+)/i', $headerString, $matched))\n\t\t{\n\t\t\t$result->code = $matched[2];\n\t\t\t$result->status = $matched[3];\n\t\t}\n\n\t\t// Parse response headers\n\t\tforeach (explode(\"\\r\\n\", $headerString) as $line)\n\t\t{\n\t\t\tif (preg_match('/([^:]+):(.*?)$/i', $line, $matched))\n\t\t\t{\n\t\t\t\t$key = strtolower($matched[1]);\n\t\t\t\t$value = trim($matched[2]);\n\n\t\t\t\tif ($key == 'set-cookie')\n\t\t\t\t{\n\t\t\t\t\t$segments = explode(';', $value);\n\t\t\t\t\t$cookieParams = array();\n\n\t\t\t\t\tlist($cookieName, $cookieValue) = explode('=', $segments[0]);\n\t\t\t\t\tunset($segments[0]);\n\n\t\t\t\t\tforeach ($segments as $param)\n\t\t\t\t\t{\n\t\t\t\t\t\tif (strpos($param, '=') === false)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$cookieParams[] = trim($param);\n\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tlist($paramName, $paramValue) = explode('=', $param);\n\t\t\t\t\t\t$cookieParams[trim(strtolower($paramName))] = trim($paramValue);\n\t\t\t\t\t}\n\n\t\t\t\t\t$result->cookies[] = array('name' => trim($cookieName), 'value' => trim($cookieValue), 'extra' => $cookieParams);\n\t\t\t\t}\n\n\t\t\t\t$result->headers[$key] = $value;\n\t\t\t}\n\t\t}\n\n\t\treturn $result;\n\t}", "protected function parseDataFromResponse()\n {\n $xml = new \\SimpleXMLElement($this->rawResponse->body);\n $encodingType = isset($xml->EncodingType) ? strval($xml->EncodingType) : \"\";\n $objectList = $this->parseObjectList($xml, $encodingType);\n $prefixList = $this->parsePrefixList($xml, $encodingType);\n $bucketName = isset($xml->Name) ? strval($xml->Name) : \"\";\n $prefix = isset($xml->Prefix) ? strval($xml->Prefix) : \"\";\n $prefix = OssUtil::decodeKey($prefix, $encodingType);\n $maxKeys = isset($xml->MaxKeys) ? intval($xml->MaxKeys) : 0;\n $delimiter = isset($xml->Delimiter) ? strval($xml->Delimiter) : \"\";\n $delimiter = OssUtil::decodeKey($delimiter, $encodingType);\n $isTruncated = isset($xml->IsTruncated) ? strval($xml->IsTruncated) : \"\";\n $continuationToken = isset($xml->ContinuationToken) ? strval($xml->ContinuationToken) : \"\";\n $nextContinuationToken = isset($xml->NextContinuationToken) ? strval($xml->NextContinuationToken) : \"\";\n $startAfter = isset($xml->StartAfter) ? strval($xml->StartAfter) : \"\";\n $startAfter = OssUtil::decodeKey($startAfter, $encodingType);\n $keyCount = isset($xml->KeyCount) ? intval($xml->KeyCount) : 0;\n return new ObjectListInfoV2($bucketName, $prefix, $maxKeys, $delimiter, $isTruncated, $objectList, $prefixList, $continuationToken, $nextContinuationToken, $startAfter, $keyCount);\n }", "protected function setup(){\n curl_setopt($this->curl,CURLOPT_ENCODING,$this->curl_encoding);\n curl_setopt($this->curl, CURLOPT_RETURNTRANSFER, $this->curl_return_transfer);\n curl_setopt($this->curl, CURLOPT_TIMEOUT, $this->curl_timeout);\n curl_setopt($this->curl, CURLOPT_HEADER,$this->curl_header);\n curl_setopt($this->curl, CURLOPT_SSL_VERIFYPEER, $this->ssl_verify);\n }", "private function populateResponse(ZohoResponseParser $parsedResponse)\n {\n $this->response = $parsedResponse->response;\n $this->recordDetails = array_key_exists('recordDetails', $parsedResponse->parsedResponse ) ?\n $parsedResponse->parsedResponse['recordDetails'] : '';\n $this->message = $parsedResponse->parsedResponse['message'];\n $this->uri = $parsedResponse->parsedResponse['uri'];\n $this->module = $parsedResponse->module;\n self::$result = $parsedResponse->result;\n return $this;\n }", "function __construct($response, $request = '')\n\t{\n\t\tparent::__construct($response, $request);\n\t\t\n\t\t$this->Summary = [\n\t\t\t'BatchId' => $response->{'Ver1.0'}->Transaction->ReportBatchSummary->Header->BatchId,\n\t\t\t'CreditCnt' => $response->{'Ver1.0'}->Transaction->ReportBatchSummary->Header->CreditCnt,\n\t\t\t'CreditAmt' => $response->{'Ver1.0'}->Transaction->ReportBatchSummary->Header->CreditAmt,\n\t\t\t'DebitCnt' => $response->{'Ver1.0'}->Transaction->ReportBatchSummary->Header->DebitCnt,\n\t\t\t'DebitAmt' => $response->{'Ver1.0'}->Transaction->ReportBatchSummary->Header->DebitAmt,\n\t\t\t'SaleCnt' => $response->{'Ver1.0'}->Transaction->ReportBatchSummary->Header->SaleCnt,\n\t\t\t'SaleAmt' => $response->{'Ver1.0'}->Transaction->ReportBatchSummary->Header->SaleAmt,\n\t\t\t'ReturnCnt' => $response->{'Ver1.0'}->Transaction->ReportBatchSummary->Header->ReturnCnt,\n\t\t\t'ReturnAmt' => $response->{'Ver1.0'}->Transaction->ReportBatchSummary->Header->ReturnAmt,\n\t\t\t'TotalCnt' => $response->{'Ver1.0'}->Transaction->ReportBatchSummary->Header->TotalCnt,\n\t\t\t'TotalAmt' => $response->{'Ver1.0'}->Transaction->ReportBatchSummary->Header->TotalAmt,\n\t\t\t'TotalGratuityAmtInfo' => $response->{'Ver1.0'}->Transaction->ReportBatchSummary->Header->TotalGratuityAmtInfo\n\t\t];\n\n\t\tforeach($response->{'Ver1.0'}->Transaction->ReportBatchSummary->Details as $d)\n\t\t{\n\t\t\t$this->Details[$d->CardType][] = [\n\t\t\t\t'CreditCnt' => $d->CreditCnt,\n\t\t\t\t'CreditAmt' => $d->CreditAmt,\n\t\t\t\t'DebitCnt' => $d->DebitCnt,\n\t\t\t\t'DebitAmt' => $d->DebitAmt,\n\t\t\t\t'SaleCnt' => $d->SaleCnt,\n\t\t\t\t'SaleAmt' => $d->SaleAmt,\n\t\t\t\t'ReturnCnt' => $d->ReturnCnt,\n\t\t\t\t'ReturnAmt' => $d->ReturnAmt,\n\t\t\t\t'TotalCnt' => $d->TotalCnt,\n\t\t\t\t'TotalAmt' => $d->TotalAmt,\n\t\t\t\t'TotalGratuityAmtInfo' => $d->TotalGratuityAmtInfo\n\t\t\t];\n\t\t}\n\n\t}", "protected function createResponse($response)\n\t{\n\t\t$info = curl_getinfo($this->ch);\n\t\t$headerSize = curl_getinfo($this->ch, CURLINFO_HEADER_SIZE);\n\t\t$headers = substr($response, 0, $headerSize);\n\t\t$body = substr($response, $headerSize);\n\t\treturn ['info' => $info, 'headers' => $headers, 'body' => $body];\n\t}", "private function _processHeaders()\n {\n if ($this->options->HEADER) {\n if ($this->_response) {\n if ($this->info->HEADER_SIZE > 0) {\n $this->headers->process(substr($this->_response, 0, $this->info->HEADER_SIZE));\n\n if (!$this->options->NOBODY) {\n $this->_response = substr($this->_response, $this->info->HEADER_SIZE);\n }\n }\n }\n }\n }", "function processResponse($strResponse) {\n\t\t$res = explode(\"\\r\\n\\r\\n\", $strResponse, 2);\n\n\t\treturn array('headers' => $res[0], 'body' => isset($res[1]) ? $res[1] : '');\n\t}", "public function parseCurlResponse($curlResponse, $curlHeaders)\n {\n $curlHeadersSize = $curlHeaders[\"header_size\"];\n\n // Retrieving the body from the response. If the body is set it will be placed.\n // following the length of the headers\n $responseBody = trim(substr($curlResponse, $curlHeadersSize));\n // Retrieving and sorting the headers from the response\n $headers = explode(\"\\n\", trim(substr($curlResponse, 0, $curlHeadersSize)));\n // First header hasn't a valid content to parse\n unset($headers[0]);\n $sortedHeaders = array();\n foreach($headers as $line) {\n if (empty(trim($line))) {\n continue;\n }\n\n $explodedHeader = explode(':', $line, 2);\n\n if (sizeof($explodedHeader) > 1) {\n $key = $explodedHeader[0];\n $value = $explodedHeader[1];\n $sortedHeaders[$key] = trim($value);\n } else {\n $value = $explodedHeader[0];\n $sortedHeaders[] = trim($value);\n }\n }\n\n if ($curlHeaders[\"http_code\"] == self::HTTP_RESPONSE_OK) {\n return json_decode($responseBody, true);\n } else {\n throw new \\Exception($sortedHeaders[\"X-Status-Reason\"], $curlHeaders[\"http_code\"]);\n }\n }", "public function __construct($apiResponse) {\n try {\n \t$this->json = $apiResponse['body']; //raw json\n \t$this->body = json_decode($apiResponse['body'],true);\n \t$this->info = $apiResponse['info'];\n \t$this->headers = $apiResponse['headers'];\n \t$this->parseResponse($apiResponse);\n } catch (Exception $e) {\n \t//add note about json encoding borking here\n throw $e;\n }\n }", "protected function createCurlHeaders()\n {\n $this->headers[] = 'Content-Type:' . $this->enctype;\n $this->headers[] = 'Authorization: Basic '. base64_encode($this->auth['user'] . ':' . $this->auth['password']);\n }", "abstract protected function prepareResponseObject(array $data, $httpResponseCode = 200);", "public function prepareResponse(): void\n {\n // change default HTTP status code\n $this->response->setStatusCode(200);\n\n // clear default response headers\n $this->response->resetHeaders();\n\n // add your response headers\n $this->response->setCharset('UTF-8');\n $this->response->setContentType('text/html');\n $this->response->addHeader(\n 'X-Some-Header-Example-Name: headerValueExample'\n ); // add some other headers by this example\n\n // call here your controller to get real response body\n $body = 'This is an example generated in Route <i>' . get_class($this) . '</i> with a fictive Controller.';\n\n // set body to response as response body\n $this->response->setBody($body);\n }", "private function parseHeaders($ch) {\n $headers = new stdClass();\n $headers->code = curl_getinfo($ch, CURLINFO_HTTP_CODE);\n return $headers;\n }", "protected function curlHeaders()\n {\n $headers = [];\n foreach ($this->request->getHeaders() as $header) {\n switch ($header->getLabel()) {\n case 'User-Agent':\n curl_setopt($this->curl, CURLOPT_USERAGENT, $header->getValue());\n break;\n case 'Referer':\n curl_setopt($this->curl, CURLOPT_REFERER, $header->getValue());\n break;\n default:\n $headers[] = $header->__toString();\n break;\n }\n }\n\n // set remaining headers\n curl_setopt($this->curl, CURLOPT_HTTPHEADER, $headers);\n\n // set cookies\n $cookies = $this->request->getCookies()->__toString();\n if ($cookies) {\n curl_setopt($this->curl, CURLOPT_COOKIE, $cookies);\n }\n }", "abstract protected function parseResponse($rawResponse);", "abstract protected function _parseResponse($rawResponse);", "private function _parseAuthResponse($body)\n\t{\n\t\t$body = explode(\"\\n\",$body);\n\t\tforeach ($body as $line) {\n\t\t\tif (preg_match('/([^=]+)=(.*)/',$line,$matches)) {\n\t\t\t\t$this->_auth[urldecode($matches[1])] = urldecode($matches[2]);\n\t\t\t}\n\t\t}\n\t}", "public function __construct(&$ch, $close = true) {\n $this->body = (string) curl_exec($ch);\n $this->statusCode = (int) curl_getinfo($ch, CURLINFO_HTTP_CODE);\n $this->headers = (array) curl_getinfo($ch);\n \n if($close == true)\n curl_close($ch);\n }", "protected function splitHeaderAndResponse($k, $response)\n {\n $this->headers[$k] = array();\n $divider = strpos($response, \"\\r\\n\\r\\n\");\n if (false !== $divider) {\n $header_text = substr($response, 0, $divider);\n foreach (explode(\"\\r\\n\", $header_text) as $i => $line) {\n if ($i > 0) {\n list ($key, $value) = explode(': ', $line);\n $this->headers[$k][$key] = $value;\n }\n }\n $this->rawResult[$k] = substr($response, $divider, strlen($response));\n $this->result[$k] = json_decode($this->rawResult[$k]);\n if (json_last_error() || null == $this->result[$k]) {\n $this->addError($k, \"Invalid JSON\");\n }\n }\n }", "private function prepareResponseData($response)\n {\n try {\n $response_data = [\n 'status_code' => $response->getStatusCode(),\n 'headers' => [\n 'cache_control' => $response->headers->get('cache-control'),\n 'content_type' => $response->headers->get('content-type'),\n 'date' => $response->headers->get('date'),\n ],\n // 'original_data'=>$response->getOriginalContent(),\n ];\n } catch (\\Exception $e) {\n Log::error($e);\n $response_data = null;\n }\n\n return $response_data;\n }", "private function processResponse($response) {\n\n switch ($this->apiVersion) {\n case '1.5':\n $xml = simplexml_load_string($response, \"SimpleXMLElement\", LIBXML_NOCDATA);\n $json = json_encode($xml);\n $result = json_decode($json, true);\n $cardType = isset($this->jsonData['Payment']['DebitCard']) ? 'DebitCard' : 'CreditCard';\n\n $this->response = array(\n 'Payment' => array(\n 'ServiceTaxAmount' => $result['dados-pedido']['taxa-embarque'],\n 'Interest' => 'ByMerchant',\n 'CreditCard' => array(\n 'CardNumber' => $this->jsonData['Payment'][$cardType]['CardNumber'],\n 'Holder' => $this->jsonData['Payment'][$cardType]['Holder'],\n 'Brand' => $this->jsonData['Payment'][$cardType]['Brand']\n ),\n 'Tid' => $result['tid'],\n 'PaymentId' => $result['@attributes']['id'],\n 'Provider' => '',\n 'Type' => $cardType,\n 'Amount' => $result['autorizacao']['valor'],\n 'ReceivedDate' => date('Y-m-d'),\n 'Currency' => $this->jsonData['Payment']['Currency'],\n 'Country' => '',\n 'ReturnCode' => $result['autorizacao']['codigo'],\n 'ReturnMessage' => $result['autorizacao']['mensagem']\n )\n );\n\n if (isset($result['token'])) {\n $this->response['Payment']['RecurrentPayment']['RecurrentPaymentId'] = $result['token']['dados-token']['codigo-token'];\n $this->response['Payment']['CreditCard']['CardNumber'] = $result['token']['dados-token']['numero-cartao-truncado'];\n }\n break;\n case '3':\n $this->response = json_decode($response, true);\n break;\n default:\n $this->response = json_decode($response, true);\n break;\n }\n }", "private function processData()\n {\n $this->rawData = $this->data['out_response'];\n $this->valid = (\n !is_null($this->rawData) &&\n strpos($this->rawData, self::HEADER_SEPARATOR)\n );\n if ($this->valid) {\n list ($this->rawHeaders, $this->rawBody) = array_map(\n 'trim',\n explode(self::HEADER_SEPARATOR, $this->rawData)\n );\n }\n }", "protected function extract(): void\n {\n $headers = explode(\"\\n\", $this->httpRaw);\n foreach ($headers as $i => $headerLine) {\n if (trim($headerLine) === '') {\n continue;\n }\n if (HttpDataValidation::isField($headerLine)) {\n $this->addField($headerLine);\n } else {\n $this->addHeader($headerLine);\n }\n }\n }", "public function reInitCurl() {\n $this->curl = new Curl();\n $this->curl->setHeader('Content-Type', 'application/json');\n $this->curl->setUserAgent('Backdrop CMS ZenCI GoogleComputeEngine API module');\n $this->curl->setHeader('Accept', '*/*');\n }", "public function initializeTypeSpecificResponseData() {\n\t\t$this->html = $this->responseDataArray['html'];\n\t\t$this->width = $this->responseDataArray['width'];\n\t\t$this->height = $this->responseDataArray['height'];\n\t}" ]
[ "0.6264591", "0.62189054", "0.61450034", "0.5806013", "0.5780265", "0.5766431", "0.5687997", "0.5641865", "0.561813", "0.5599633", "0.5588886", "0.55728626", "0.55360854", "0.553457", "0.5520695", "0.5500822", "0.5495413", "0.5478905", "0.54527986", "0.54320174", "0.54240966", "0.5423602", "0.5410128", "0.53690994", "0.5351905", "0.53477055", "0.53408754", "0.532465", "0.53042096", "0.5284877" ]
0.6807599
0
Create a unix socket listener
function &createUnixListener($path) { require_once SYSTEM_SOCKET_ROOT . '/Socket/Listener.php'; $sock = &new System_Socket; $sock->domain = AF_UNIX; $sock->proto = SOL_SOCKET; $sock->port = 0; $sock->address = $path; if ($sock->create() && $sock->bind() && $sock->listen()) { return new System_Socket_Listener($sock); } return System_Socket::lastError(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function stream_socket_server ($local_socket, &$errno = null, &$errstr = null, $flags = 'STREAM_SERVER_BIND | STREAM_SERVER_LISTEN', $context = null) {}", "abstract protected function __daemon_listen();", "public function createUnix()\n {\n return $this->create(AF_UNIX, SOCK_STREAM, 0);\n }", "private function init() {\r\n\r\n $this->socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\r\n\r\n socket_set_option($this->socket, SOL_SOCKET, SO_REUSEADDR, 1);\r\n socket_bind($this->socket, 0, $this->port);\r\n socket_listen($this->socket);\r\n\r\n //Add main socket to clientlist\r\n $this->clients[] = $this->socket;\r\n }", "private function initSocket()\r\n\t{\r\n\t \r\n\t\tif (($this->masterSocket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP)) < 0) \r\n\t\t{\r\n\t\t\t//$this->logger->log(\"[SocketServer] \".\"socket_create() failed, reason: \" . socket_strerror($this->masterSocket));\r\n\t\t}\r\n\t\t \r\n\t\tsocket_set_option($this->masterSocket, SOL_SOCKET,SO_REUSEADDR, 1);\r\n\t\t\t\t\t\t \r\n\t\tif (($ret = socket_bind($this->masterSocket, $this->ip, $this->port)) < 0)\r\n\t\t{\r\n\t\t\t//$this->logger->log(\"[SocketServer] \".\"socket_bind() failed, reason: \" . socket_strerror($ret));\r\n\t\t}\r\n\t\t \r\n\t\t \r\n\t\tif (($ret = socket_listen($this->masterSocket, 5)) < 0)\r\n\t\t{\r\n\t\t\t//$this->logger->log(\"[SocketServer] \".\"socket_listen() failed, reason: \" . socket_strerror($ret));\t\r\n\t\t}\r\n\t}", "public function listen()\n\t{\n\t\t$res = @socket_listen($this->resource);\n\n if (false === $res) {\n $error = socket_last_error($this->resource);\n $message = socket_strerror($error);\n throw new Exception($message);\n }\n\t}", "function &createTcpListener($address, $port)\n {\n require_once SYSTEM_SOCKET_ROOT . '/Socket/Listener.php';\n \n $sock = &new System_Socket;\n $sock->address = $address;\n $sock->port = $port;\n \n if ($sock->create() && $sock->bind() && $sock->listen()) {\n return new System_Socket_Listener($sock);\n }\n \n return System_Socket::lastError();\n }", "function socket_create_master()\n {\n \n # No timeouts, flush content immediatly\n set_time_limit(0);\n ob_implicit_flush();\n\n # Create socket\n if(($socket = socket_create(AF_INET,SOCK_STREAM,0))===false )\n {\n $this->mlog ('Could not create socket');\n $this->mlog ('End of script');\n die();\n } \n\n # Bind to socket\n if(socket_bind($socket,$this->acs_ip,$this->acs_port)===false)\n {\n $this->mlog ('Could not bind to socket');\n $this->mlog ('End of script');\n die();\n }\n\n # Start listening\n if(socket_listen($socket)===false)\n {\n $this->mlog ('Could not set up socket listener');\n $this->mlog ('End of script');\n die();\n }\n \n return $socket;\n \n }", "public function create()\n {\n // Set address and port to bind to\n $host = $this->config['host'];\n $port = $this->config['port'];\n\n // Create the master socket\n if( ($this->master = @stream_socket_server(\"tcp://$host:$port\", $errno, $errstr)) === false){\n throw new \\Exception($errno .': '. $errstr);\n }\n\n // Master socket to non-blocking\n stream_set_blocking($this->master, 0);\n\n // What are we doing - running!\n $this->running = true;\n\n // Loop\n $this->loop(); \n }", "public function init($address, $port, $server, $socket_class, $live_past_shutdown) {\r\n\t\t\r\n\t\ttry {\r\n\t\t\tif(!is_subclass_of($socket_class, 'Socket')) {\r\n\t\t\t\tthrow new Exception('Could not create listener socket. \"'.$socket_class.'\" must be a subclass of class Socket.');\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t$this->timeout = 0;\r\n\t\t\t$this->socket_class = $socket_class;\r\n\t\t\t$this->live_past_shutdown = $live_past_shutdown;\r\n\t\t\t\r\n\t\t\toutput('Creating listener socket at '.$address .' '. $port);\r\n\t\t\t\r\n\t\t\t$socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\r\n\t\t\tif ($socket == false) {\r\n\t\t\t\tthrow new Exception(\"Could not create master socket. reason: \" . socket_strerror($socket) . \"\\n\");\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tsocket_set_option($socket, SOL_SOCKET, SO_REUSEADDR, 1);\r\n\t\t\tsocket_set_nonblock($socket);\r\n\t\t\t\r\n\t\t\tif (!socket_bind($socket, $address, $port)) {\r\n\t\t\t throw new Exception('Could not bind master socket to port '.$port);\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tif (!socket_listen($socket, 20)) {\r\n\t\t\t throw new Exception('Could not set master socket to listen.');\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t$this->set_socket($socket, $server);\r\n\t\t}\r\n\t\tcatch (Exception $e) {\r\n\t\t\t$this->trigger_remove();\r\n\t\t}\r\n\t}", "function &createUnixConnection($path)\n {\n require_once SYSTEM_SOCKET_ROOT . '/Socket/Connection.php';\n\n $sock = &new System_Socket;\n $sock->domain = AF_UNIX;\n $sock->proto = SOL_SOCKET;\n $sock->port = 0;\n $sock->address = $path;\n\n if ($sock->create() && $sock->connect()) {\n return new System_Socket_Connection($sock);\n }\n\n return System_Socket::lastError();\n }", "public function __construct($address = \"10.0.1.182\", $port = 5001)\n {\n\n print \" Iniciando socket ... \";\n\n // criamos o server SOCKET, utilizando os parametros:\n // AF_INET :: IPv4 para TCP\n // SOCK_STREAM :: conexao sequencial baseda em \"byte streams\"\n // SOL_TCP :: Protocolo TCP\n if (($this->_socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP)) === false) {\n $code = socket_last_error($this->_socket);\n exit (sprintf(\"Falha ao conectar: %s (%s)\", socket_strerror($code), $code));\n }\n\n print \" feito \\n\";\n\n socket_set_option($this->_socket, SOL_SOCKET, SO_REUSEADDR, 1);\n\n printf(\" Escutando em %s:%s ... \", $address, $port);\n\n // passando os dados que iremos escutar nosso socket\n if (socket_bind($this->_socket, $address, $port) === false) {\n $code = socket_last_error($this->_socket);\n exit (sprintf(\"erro ao escutar em %s:%s: %s (%s)\", $address, $port, socket_strerror($code), $code));\n }\n\n print \" feito \\n\";\n\n // aguardamos por escuta\n if (socket_listen($this->_socket) === false) {\n $code = socket_last_error($this->_socket);\n exit (sprintf(\"erro ao escutar em %s:%s: %s (%s)\", $address, $port, socket_strerror($code), $code));\n }\n\n // adiciona esta Conexao a lista de sockets\n $this->_sockets = array($this->_socket);\n\n // XXX FIXME :: Quick Fix para correcao Bug no php menor que 5.3\n // https://bugs.php.net/bug.php?id=48326\n if (!defined('MSG_DONTWAIT')) {\n define('MSG_DONTWAIT', 0x40);\n return 1;\n }\n }", "public function createSocket($host, $port){\n\t\tif(($this->master = socket_create(AF_INET, SOCK_STREAM, SOL_TCP)) < 0) {\n\t\t\tdie(\"socket_create() failed, reason: \" . socket_strerror($this->master).\"\\n\");\n\t\t}\n\t\t\n\t\techo \"Socket {$this->master} created.\";\n\t\t\n\t\tsocket_set_option($this->master, SOL_SOCKET, SO_REUSEADDR, 1);\n\t\t#socket_set_option($master,SOL_SOCKET,SO_KEEPALIVE,1);\n\t\t\n//\t\tvar_dump($host, $port);\n\t\t\n\t\tif (($ret = socket_bind($this->master, $host, $port)) < 0) {\n\t\t\tdie(\"socket_bind() failed, reason: \" . socket_strerror($ret).\"\\n\");\n\t\t}\n\t\t\n\t\techo \"Socket bound to {$host}:{$port}.\\n\";\n\t\t\n\t\tif (($ret = socket_listen($this->master, 5)) < 0) {\n\t\t\tdie(\"socket_listen() failed, reason: \" . socket_strerror($ret).\"\\n\");\n\t\t}\n\t\t\n\t\techo 'Start listening on Socket.'.\"\\n\";\n\t\t\n\t\t$this->allsockets[] = $this->master;\n\t\treturn $this;\n\t}", "public function start() {\n\n\t\tglobal $port, $path;\n\n\t\t$this->_mPort = $port ? $port : $this->_mPort;\n\t\tself::$_phpDir = $path ? $path : self::$_phpDir;\n\n\t\t$this->_logFile = Config::LOG_DIR.\"main_log\";\n\t\tif (is_writable($this->_logFile)) {\n\t\t\t$this->_logEnabled = true;\n\t\t} else {\n\t\t\tConsole::Warning('Log file is not writable!');\n\t\t}\n\t\t$socket = null;\n\t\t//opening main socket\n\t\ttry {\n\t\t\t$socket = stream_socket_server(\"tcp://0.0.0.0:{$this->_mPort}\", $errno, $errstr);\n\t\t} catch (Exception $e) {\n\t\t\t// handle socket bind exception here\n\t\t}\n\n\t\tif (!$socket) {\n\t\t\texit($errstr.\" (\".$errno.\")\");\n\t\t} else {\n\t\t\t$this->log(PHP_EOL.\"Listening for connections on \".$this->_mPort);\n\t\t}\n\n\t\t$allSockets = &$this->_mAllSockets;\n\t\t$allSockets[] = $socket;\n\n\t\tregister_shutdown_function(array($this, \"shutdown\"));\n\n\t\t$lastActivityCheckTime = time();\n\n\t\t//buffer for reading process responses, while not reached end of response\n\t\t$buff = array();\n\n\t\twhile (1) {\n\t\t\tif (time() - $lastActivityCheckTime > 60) {\n\t\t\t\t$lastActivityCheckTime = time();\n\t\t\t\t$this->checkActivity();\n\t\t\t}\n\n\t\t\t$socketsToRead = $allSockets;\n\t\t\tforeach ($socketsToRead as $key => $res) {\n\t\t\t\t//user disconnected\n\t\t\t\tif ($this->isBadSocket($res)) {\n\t\t\t\t\tunset($socketsToRead[$key]);\n\t\t\t\t}\n\t\t\t}\n\t\t\t//if any changes in sockets?\n\t\t\t$write = array();\n\t\t\t$except = array();\n\t\t\t$modFd = stream_select($socketsToRead, $write, $except, 0);\n\n\t\t\tif ($modFd > 0) {\n\t\t\t\tfor ($i = 0; $i < $modFd; ++$i) {\n\t\t\t\t\tif ($socketsToRead[$i] === $socket) { //new user\n\t\t\t\t\t\t$userSocket = stream_socket_accept($socket);\n\t\t\t\t\t\tif ($userSocket) {\n\t\t\t\t\t\t\t$socketData = new SocketData();\n\t\t\t\t\t\t\t$socketData->mSocket = $userSocket;\n\t\t\t\t\t\t\t$socketData->mLastActivityTime = time();\n\t\t\t\t\t\t\t$socketData->mName = $this->getSocketName($userSocket);\n\t\t\t\t\t\t\t$this->_mSockets[$socketData->mName] = $socketData;\n\t\t\t\t\t\t\tstream_set_blocking($socket, 0);\n\t\t\t\t\t\t\t$this->log(\"[main] client connected: \".$socketData->mName);\n\t\t\t\t\t\t\t$this->sendToSocket('<!DOCTYPE cross-domain-policy (View Source for full doctype...)><cross-domain-policy><allow-access-from domain=\"*\" to-ports=\"*\" secure=\"false\" /></cross-domain-policy>', $userSocket);\n\t\t\t\t\t\t\t$allSockets[] = $userSocket;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$this->log(\"[main] invalid socket not accepted!\");\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\t//read new data from server\n\t\t\t\t\t\t$sockData = fread($socketsToRead[$i], 4096);\n\t\t\t\t\t\tif (strlen($sockData) === 0) {\n\t\t\t\t\t\t\t// connection closed\n\t\t\t\t\t\t\t$this->closeSocket($socketsToRead[$i]);\n\t\t\t\t\t\t} else if ($sockData === false) {\n\t\t\t\t\t\t\t$this->log(\"[main] something bad happened\");\n\t\t\t\t\t\t\t$keyToDel = array_search($socketsToRead[$i], $allSockets, true);\n\t\t\t\t\t\t\tunset($allSockets[$keyToDel]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$this->log(\"[main] client: \".$sockData);\n\t\t\t\t\t\t\t$requests = explode(\"\\n\", $sockData);\n\t\t\t\t\t\t\tforeach ($requests as $request) {\n\t\t\t\t\t\t\t\tif ($request) {\n\t\t\t\t\t\t\t\t\t$this->request($request, $socketsToRead[$i]);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t//reading stdout pipes\n\t\t\tif (count($this->_mProcesses)) {\n\t\t\t\tforeach ($this->_mProcesses as $name => $process) {\n\t\t\t\t\t$data = '';\n\t\t\t\t\t//reading first 1kb\n\t\t\t\t\t$data .= fread($process->mPipeOut, 4096);\n\t\t\t\t\t//if not reached end of line, reading 50 k more\n\t\t\t\t\tif ($data) {\n\t\t\t\t\t\t$char = ord(substr($data, -1));\n\t\t\t\t\t\t$this->log(\"[main] last char ord: \".$char);\n\t\t\t\t\t\tif ($char != 10) {\n\t\t\t\t\t\t\t$this->log(\"[main] reading 50r more\");\n\t\t\t\t\t\t\t$data .= fread($process->mPipeOut, 51200);\n\t\t\t\t\t\t\t$char = ord(substr($data, -1));\n\t\t\t\t\t\t\t$this->log(\"[main] last char ord: \".$char);\n\t\t\t\t\t\t\tif ($char != 10) {\n\t\t\t\t\t\t\t\t//saving part of mssage and waiting next part\n\t\t\t\t\t\t\t\tif (!isset($buff[$name])) {\n\t\t\t\t\t\t\t\t\t$buff[$name] = '';\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t$buff[$name] .= $data;\n\t\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (isset($buff[$name])) {\n\t\t\t\t\t\t\t$data = $buff[$name].$data;\n\t\t\t\t\t\t\t$buff[$name] = null;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t$data = trim($data);\n\n\t\t\t\t\t\t$this->log(\"[process]: \".$data);\n\t\t\t\t\t\t$process->mLastActivityTime = time();\n\t\t\t\t\t\t$xmlparts = explode(PHP_EOL, $data);\n\t\t\t\t\t\tforeach ($xmlparts as $xmlpart) {\n\t\t\t\t\t\t\t$parts = explode(\"|\", $xmlpart);\n\t\t\t\t\t\t\t$socketData = isset($this->_mSockets[$parts[0]]) ? $this->_mSockets[$parts[0]] : null;\n\t\t\t\t\t\t\t$userSocket = $socketData ? $socketData->mSocket : null;\n\n\t\t\t\t\t\t\tif ($userSocket) {\n\t\t\t\t\t\t\t\t$xmlStr = $parts[1];\n\t\t\t\t\t\t\t\t$this->sendToSocket($xmlStr, $userSocket);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t$this->processCommand($xmlpart, $name);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t//little sleep for weaking cpu usage\n\t\t\tusleep(10000);\n\t\t}\n\t}", "public function CreateSocket()\n {\n return parent::CreateSocket();\n }", "public function run()\n\t{\n\n\n\n\t\t//设置socket并loop\n\t\t$this->c_fd = stream_socket_server($this->_local_address,$errno,$errstr);\n\n\n\t\tif(!$this->c_fd){\n\t\t\texit(\"socket create error {$errno} : $errstr\");\n\t\t}\n\n\t\t$flags = \\Event::READ;\n\n $add_res = $this->_event->add($this->c_fd, $flags, [$this, 'accept'],$this->c_fd);\n if(!$add_res){\n \texit(\"event add error\");\n }\n\n echo \"loop start ... \\n\";\n $this->_event->loop(); //Wait for events to become active, and run their callbacks. If the $this->fd become active ,will run this->accept\n echo \"loop exit ... \\n\";\n\t}", "private function initialize()\n {\n $this->socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\n\n if (!$this->socket) {\n throw new \\RuntimeException(sprintf(\n \"Socket failed. Reason: %s\",\n socket_strerror(socket_last_error($this->socket))\n ));\n }\n }", "public function listen()\n {\n if (socket_listen($this->resource, $this->backlog) === false) {\n throw new SocketException('Socket listen failed: '.$this->error());\n }\n }", "public function getSocket($type, $persistent_id = NULL, $on_new_socket = NULL)\n {\n }", "public function getSocket();", "function ngx_connect($fd, $addr, $port)\n{\n return socket_connect($fd,$addr,$port);\n}", "protected function createSocket() \n {\n $socket = @socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\n if (!$socket) { \n return [null, \"Cannot create socket: \" . $this->getSocketError()];\n }\n \n if (!@socket_bind($socket, $this->address, $this->port)) {\n return [null, \"Cannot bind socket: \" . $this->getSocketError()];\n }\n \n if (!@socket_listen($socket)) {\n return [null, \"Cannot listen socket: \" . $this->getSocketError()];\n }\n\n return [$socket, ''];\n }", "public function __construct() {\r\n // IPv4 Internet based protocols, Supports datagrams, UDP \r\n $this->socket = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP); \r\n socket_set_option($this->socket,SOL_SOCKET,SO_REUSEADDR, 1);\r\n socket_set_option($this->socket, IPPROTO_IP, MCAST_JOIN_GROUP, array('group'=>'224.0.0.251', 'interface'=>0));\r\n socket_set_option($this->socket, SOL_SOCKET,SO_RCVTIMEO,array(\"sec\"=>1,\"usec\"=>0));\r\n $bind = socket_bind($this->socket, \"0.0.0.0\", 5353);\r\n }", "static public function start()\n\t{\n\t\tself::$sock = new Socket(LOCAL_IP, LOCAL_PORT);\n\n\t\tself::$sock->listen();\n \n self::$db = \\LittleDB::get_instance(array('host' => REMOTE_HOST, 'user' => REMOTE_USER, 'password' => REMOTE_PASS, 'database' => REMOTE_DB)); \n\n\t\techo '** listen **';\n\n\t\tself::AddNewClient();\n\n\t\twhile(true)\n\t\t{\n\t\t\tself::$sock->refreshListen(self::$NewClient, SCKM_WEB); // add SCKM_WEB for the WebSocket\n\t\t\t// refresh messages\n\t\t\tfor($i=0; $i<count(self::$clients); $i++)\n\t\t\t{\n\t\t\t\tself::$clients[$i]->refresh();\n\t\t\t}\n\t\t}\n\t}", "function MUD_Connect($socket_path)\n\t{\n\t\t// Connect\n\t\t$socket = socket_create(AF_UNIX, SOCK_STREAM, 0);\n\t\tsocket_connect($socket, $socket_path);\n\t\treturn $socket;\n\t}", "function &createUdpListener($address, $port)\n {\n require_once SYSTEM_SOCKET_ROOT . '/Socket/Listener.php';\n \n $sock = &new System_Socket;\n $sock->proto = SOL_UDP;\n $sock->type = SOCK_DGRAM;\n $sock->address = $address;\n $sock->port = $port;\n \n if ($sock->create() && $sock->bind() && $sock->listen()) {\n return new System_Socket_Listener($sock);\n }\n \n return System_Socket::lastError();\n }", "public function unixSocket(string $unixSocket = null): object\n {\n $this->unixSocket = $this->validateString($unixSocket);\n\n return $this;\n }", "function server_loop($address, $port) {\n GLOBAL $fh;\n GLOBAL $__server_listening;\n\t\n\tprintLog($fh, \"server_looping...\");\n\n if(($sock = socket_create(AF_INET, SOCK_STREAM, 0)) < 0) {\n\t\tprintLog($fh, \"failed to create socket: \".socket_strerror($sock));\n exit();\n }\n\n\tif(($ret = socket_bind($sock, $address, $port)) < 0) {\n\t\tprintLog($fh, \"failed to bind socket: \".socket_strerror($ret));\n\t\texit();\n\t}\n\n\tif( ( $ret = socket_listen( $sock, 0 ) ) < 0 ) {\n\t\tprintLog($fh, \"failed to listen to socket: \".socket_strerror($ret));\n\t\texit();\n\t}\n\n\tsocket_set_nonblock($sock);\n\n\tprintLog($fh, \"waiting for clients to connect...\");\n\n\twhile ($__server_listening) {\n\t\t$connection = @socket_accept($sock);\n\t\tif ($connection === false) {\n\t\t\tusleep(100);\n\t\t} elseif ($connection > 0) {\n\t\t\thandle_client($sock, $connection);\n\t\t} else {\n\t\t\tprintLog($fh, \"error: \".socket_strerror($connection));\n\t\t\tdie;\n\t\t}\n\t}\n}", "public function listen(callable $callback = null)\n {\n while (true) {\n if ($this->session['heartbeat_timeout'] > 0 && $this->session['heartbeat_timeout'] + $this->heartbeatStamp - 5 < time()) {\n $this->send(self::TYPE_HEARTBEAT);\n $this->heartbeatStamp = time();\n }\n\n $r = array($this->fd);\n $w = $e = null;\n\n if (stream_select($r, $w, $e, 5) == 0) {\n continue;\n }\n\n $response = $this->read();\n if ($response === null) {\n throw new \\RuntimeException('Connection to socket.io has been closed forcefully.');\n }\n\n if (!is_null($callback)) {\n $this->processIncoming($response, $callback);\n }\n }\n }", "public function createListen($port, $backlog = 128)\n {\n $sock = @socket_create_listen($port, $backlog);\n if ($sock === false) {\n throw Exception::createFromGlobalSocketOperation('Unable to create listening socket');\n }\n return new Socket($sock);\n }" ]
[ "0.6754503", "0.67194384", "0.66893107", "0.6500649", "0.6426469", "0.6121331", "0.61183727", "0.6092342", "0.59834516", "0.59394675", "0.5932399", "0.5824347", "0.5664098", "0.56477255", "0.5593357", "0.5564741", "0.5551849", "0.55466366", "0.55027646", "0.5468495", "0.5428453", "0.5415439", "0.54053295", "0.5368231", "0.534355", "0.53049", "0.5249616", "0.5247654", "0.5183436", "0.5174646" ]
0.75691485
0
Create a unix socket connection
function &createUnixConnection($path) { require_once SYSTEM_SOCKET_ROOT . '/Socket/Connection.php'; $sock = &new System_Socket; $sock->domain = AF_UNIX; $sock->proto = SOL_SOCKET; $sock->port = 0; $sock->address = $path; if ($sock->create() && $sock->connect()) { return new System_Socket_Connection($sock); } return System_Socket::lastError(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function MUD_Connect($socket_path)\n\t{\n\t\t// Connect\n\t\t$socket = socket_create(AF_UNIX, SOCK_STREAM, 0);\n\t\tsocket_connect($socket, $socket_path);\n\t\treturn $socket;\n\t}", "public function createUnix()\n {\n return $this->create(AF_UNIX, SOCK_STREAM, 0);\n }", "function socket_create_master()\n {\n \n # No timeouts, flush content immediatly\n set_time_limit(0);\n ob_implicit_flush();\n\n # Create socket\n if(($socket = socket_create(AF_INET,SOCK_STREAM,0))===false )\n {\n $this->mlog ('Could not create socket');\n $this->mlog ('End of script');\n die();\n } \n\n # Bind to socket\n if(socket_bind($socket,$this->acs_ip,$this->acs_port)===false)\n {\n $this->mlog ('Could not bind to socket');\n $this->mlog ('End of script');\n die();\n }\n\n # Start listening\n if(socket_listen($socket)===false)\n {\n $this->mlog ('Could not set up socket listener');\n $this->mlog ('End of script');\n die();\n }\n \n return $socket;\n \n }", "public function CreateSocket()\n {\n return parent::CreateSocket();\n }", "private function createSocket()\n {\n if ($this->socket_failed) {\n return false;\n }\n\n $protocol = $this->options['tls'] ? 'tls' : 'ssl';\n $host = $this->options['host'];\n $port = 443;\n $timeout = $this->options['timeout'];\n\n // Open our socket to the API Server.\n $socket = @pfsockopen(\n $protocol . '://' . $host,\n $port,\n $errno,\n $errstr,\n $timeout\n );\n\n // If we couldn't open the socket, handle the error.\n if ($socket === false) {\n $this->handleError($errno, $errstr);\n $this->socket_failed = true;\n }\n\n return $socket;\n }", "private function initSocket()\r\n\t{\r\n\t \r\n\t\tif (($this->masterSocket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP)) < 0) \r\n\t\t{\r\n\t\t\t//$this->logger->log(\"[SocketServer] \".\"socket_create() failed, reason: \" . socket_strerror($this->masterSocket));\r\n\t\t}\r\n\t\t \r\n\t\tsocket_set_option($this->masterSocket, SOL_SOCKET,SO_REUSEADDR, 1);\r\n\t\t\t\t\t\t \r\n\t\tif (($ret = socket_bind($this->masterSocket, $this->ip, $this->port)) < 0)\r\n\t\t{\r\n\t\t\t//$this->logger->log(\"[SocketServer] \".\"socket_bind() failed, reason: \" . socket_strerror($ret));\r\n\t\t}\r\n\t\t \r\n\t\t \r\n\t\tif (($ret = socket_listen($this->masterSocket, 5)) < 0)\r\n\t\t{\r\n\t\t\t//$this->logger->log(\"[SocketServer] \".\"socket_listen() failed, reason: \" . socket_strerror($ret));\t\r\n\t\t}\r\n\t}", "private function init() {\r\n\r\n $this->socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\r\n\r\n socket_set_option($this->socket, SOL_SOCKET, SO_REUSEADDR, 1);\r\n socket_bind($this->socket, 0, $this->port);\r\n socket_listen($this->socket);\r\n\r\n //Add main socket to clientlist\r\n $this->clients[] = $this->socket;\r\n }", "private function connectSocket(){\n\t\t/* Create a TCP/IP socket. */\n\t\t$this->socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\n\t\tif ($this->socket === false) {\n\t\t\t//echo \"[CLIENT] socket_create() failed: reason: \" . socket_strerror(socket_last_error()) . \"\\n\";\n\t\t\treturn;\n\t\t}\n\t\t$result = socket_connect($this->socket, $this->address, $this->serviceport);\n\t\tif ($result === false) {\n\t\t\treturn;\n\t\t} else {\n\t\t\treturn;\n\t\t}\n\t\t\n\t}", "function ngx_connect($fd, $addr, $port)\n{\n return socket_connect($fd,$addr,$port);\n}", "public function getSocket();", "function &createUnixListener($path)\n {\n require_once SYSTEM_SOCKET_ROOT . '/Socket/Listener.php';\n \n $sock = &new System_Socket;\n $sock->domain = AF_UNIX;\n $sock->proto = SOL_SOCKET;\n $sock->port = 0;\n $sock->address = $path;\n \n if ($sock->create() && $sock->bind() && $sock->listen()) {\n return new System_Socket_Listener($sock);\n }\n \n return System_Socket::lastError();\n }", "public function unixSocket(string $unixSocket = null): object\n {\n $this->unixSocket = $this->validateString($unixSocket);\n\n return $this;\n }", "public function makeConnection() {\n $host = $this->account->host;\n $port = $this->account->port;\n\n $sock_timeout = ini_get(\"default_socket_timeout\");\n $conn = @stream_socket_client(\"tcp://$host:$port\", $errno, $errstr, $sock_timeout, STREAM_CLIENT_CONNECT);\n debug(2, \"connection made for tcp://$host:$port with timeout $sock_timeout\");\n if (!$conn)\n throw new RODSException(\"Connection to '$host:$port' failed.1: ($errno)$errstr. \", \"SYS_SOCK_OPEN_ERR\");\n\n $this->conn = $conn;\n }", "function _connectsocket($ip, $port, $proto='udp') {\r\n\tif ($this->DEBUG) print \"DEBUG: Opening socket to $ip:$port >>>\\n\";\r\n\t$this->sock = @fsockopen(\"$proto://$ip\", $port, $this->errno, $this->errstr);\r\n\t$this->_set_timeout($this->conf['timeout']);\r\n\treturn $this->sock;\r\n}", "public function __construct($address = \"10.0.1.182\", $port = 5001)\n {\n\n print \" Iniciando socket ... \";\n\n // criamos o server SOCKET, utilizando os parametros:\n // AF_INET :: IPv4 para TCP\n // SOCK_STREAM :: conexao sequencial baseda em \"byte streams\"\n // SOL_TCP :: Protocolo TCP\n if (($this->_socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP)) === false) {\n $code = socket_last_error($this->_socket);\n exit (sprintf(\"Falha ao conectar: %s (%s)\", socket_strerror($code), $code));\n }\n\n print \" feito \\n\";\n\n socket_set_option($this->_socket, SOL_SOCKET, SO_REUSEADDR, 1);\n\n printf(\" Escutando em %s:%s ... \", $address, $port);\n\n // passando os dados que iremos escutar nosso socket\n if (socket_bind($this->_socket, $address, $port) === false) {\n $code = socket_last_error($this->_socket);\n exit (sprintf(\"erro ao escutar em %s:%s: %s (%s)\", $address, $port, socket_strerror($code), $code));\n }\n\n print \" feito \\n\";\n\n // aguardamos por escuta\n if (socket_listen($this->_socket) === false) {\n $code = socket_last_error($this->_socket);\n exit (sprintf(\"erro ao escutar em %s:%s: %s (%s)\", $address, $port, socket_strerror($code), $code));\n }\n\n // adiciona esta Conexao a lista de sockets\n $this->_sockets = array($this->_socket);\n\n // XXX FIXME :: Quick Fix para correcao Bug no php menor que 5.3\n // https://bugs.php.net/bug.php?id=48326\n if (!defined('MSG_DONTWAIT')) {\n define('MSG_DONTWAIT', 0x40);\n return 1;\n }\n }", "protected function _getSocket() {\n\t\t$f3 = \\Base::instance();\n\t\t$host = $f3->get(\"pushconfig.host\");\n\t\t$port = $f3->get(\"pushconfig.port\");\n\t\tif (!$this->_socket) {\n\t\t\t$this->_socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\n\t\t\tif($f3->get(\"pushconfig.enabled\")) {\n\t\t\t\t$result = @socket_connect($this->_socket, $host, $port);\n\t\t\t\t$f3->set(\"push_socket_status\", $result);\n\t\t\t\tif(!$result) {\n\t\t\t\t\t$err = socket_last_error();\n\t\t\t\t\t$str = socket_strerror($err);\n\t\t\t\t\t$log = new \\Log(\"push.log\");\n\t\t\t\t\t$log->write(\"Failed to create socket connection: [$err] $str\");\n\t\t\t\t\t$f3->set(\"error\", \"An error occurred connecting to the push server.\");\n\t\t\t\t}\n\t\t\t\tsocket_write($this->_socket, \"TEST MESSAGE\");\n\t\t\t}\n\t\t}\n\t\treturn $this->_socket;\n\t}", "public function create()\n {\n // Set address and port to bind to\n $host = $this->config['host'];\n $port = $this->config['port'];\n\n // Create the master socket\n if( ($this->master = @stream_socket_server(\"tcp://$host:$port\", $errno, $errstr)) === false){\n throw new \\Exception($errno .': '. $errstr);\n }\n\n // Master socket to non-blocking\n stream_set_blocking($this->master, 0);\n\n // What are we doing - running!\n $this->running = true;\n\n // Loop\n $this->loop(); \n }", "protected function unixStreamInitializer(ParametersInterface $parameters)\n {\n $uri = \"unix://{$parameters->path}\";\n $flags = STREAM_CLIENT_CONNECT;\n\n if ((bool) $parameters->persistent) {\n $flags |= STREAM_CLIENT_PERSISTENT;\n }\n\n $resource = @stream_socket_client($uri, $errno, $errstr, (float) $parameters->timeout, $flags);\n\n if (!$resource) {\n $this->onConnectionError(trim($errstr), $errno);\n }\n\n if (isset($parameters->read_write_timeout)) {\n $rwtimeout = (float) $parameters->read_write_timeout;\n $rwtimeout = $rwtimeout > 0 ? $rwtimeout : -1;\n $timeoutSeconds = floor($rwtimeout);\n $timeoutUSeconds = ($rwtimeout - $timeoutSeconds) * 1000000;\n stream_set_timeout($resource, $timeoutSeconds, $timeoutUSeconds);\n }\n\n return $resource;\n }", "public function createSocket($host, $port){\n\t\tif(($this->master = socket_create(AF_INET, SOCK_STREAM, SOL_TCP)) < 0) {\n\t\t\tdie(\"socket_create() failed, reason: \" . socket_strerror($this->master).\"\\n\");\n\t\t}\n\t\t\n\t\techo \"Socket {$this->master} created.\";\n\t\t\n\t\tsocket_set_option($this->master, SOL_SOCKET, SO_REUSEADDR, 1);\n\t\t#socket_set_option($master,SOL_SOCKET,SO_KEEPALIVE,1);\n\t\t\n//\t\tvar_dump($host, $port);\n\t\t\n\t\tif (($ret = socket_bind($this->master, $host, $port)) < 0) {\n\t\t\tdie(\"socket_bind() failed, reason: \" . socket_strerror($ret).\"\\n\");\n\t\t}\n\t\t\n\t\techo \"Socket bound to {$host}:{$port}.\\n\";\n\t\t\n\t\tif (($ret = socket_listen($this->master, 5)) < 0) {\n\t\t\tdie(\"socket_listen() failed, reason: \" . socket_strerror($ret).\"\\n\");\n\t\t}\n\t\t\n\t\techo 'Start listening on Socket.'.\"\\n\";\n\t\t\n\t\t$this->allsockets[] = $this->master;\n\t\treturn $this;\n\t}", "protected function createSocket()\n {\n $now = $this->getCurrentTime();\n if ($this->retryTime === null) {\n $attempt = true;\n } else {\n $attempt = ($now >= $this->retryTime);\n }\n\n if (!$attempt) {\n return;\n }\n\n $this->socket = $this->makeSocket();\n if ($this->socket !== false) {\n $this->retryTime = null;\n return;\n }\n\n if ($this->retryTime === null) {\n $this->retryPeriod = $this->retryStart;\n } else {\n $this->retryPeriod *= $this->retryFactor;\n if ($this->retryPeriod > $this->retryMax) {\n $this->retryPeriod = $this->retryMax;\n }\n }\n $this->retryTime = $now + $this->retryPeriod;\n }", "public function getSocket()\n {\n }", "function stream_socket_server ($local_socket, &$errno = null, &$errstr = null, $flags = 'STREAM_SERVER_BIND | STREAM_SERVER_LISTEN', $context = null) {}", "protected function makeSocket($timeout = 1)\n {\n return fsockopen(\n 'tcp://' . $this->host,\n $this->port,\n $errno,\n $errstr,\n $timeout\n );\n }", "public function __construct() {\r\n // IPv4 Internet based protocols, Supports datagrams, UDP \r\n $this->socket = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP); \r\n socket_set_option($this->socket,SOL_SOCKET,SO_REUSEADDR, 1);\r\n socket_set_option($this->socket, IPPROTO_IP, MCAST_JOIN_GROUP, array('group'=>'224.0.0.251', 'interface'=>0));\r\n socket_set_option($this->socket, SOL_SOCKET,SO_RCVTIMEO,array(\"sec\"=>1,\"usec\"=>0));\r\n $bind = socket_bind($this->socket, \"0.0.0.0\", 5353);\r\n }", "private function initialize()\n {\n $this->socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\n\n if (!$this->socket) {\n throw new \\RuntimeException(sprintf(\n \"Socket failed. Reason: %s\",\n socket_strerror(socket_last_error($this->socket))\n ));\n }\n }", "public function open() {\n\t\t$this->sock = fsockopen($this->protocol.$this->host, $this->port, $errno, $errstr, 2);\n\t\tfwrite($this->sock, $this->getHeaders()) or $this->error($errno, $errstr);\n\t}", "protected function createSocket() \n {\n $socket = @socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\n if (!$socket) { \n return [null, \"Cannot create socket: \" . $this->getSocketError()];\n }\n \n if (!@socket_bind($socket, $this->address, $this->port)) {\n return [null, \"Cannot bind socket: \" . $this->getSocketError()];\n }\n \n if (!@socket_listen($socket)) {\n return [null, \"Cannot listen socket: \" . $this->getSocketError()];\n }\n\n return [$socket, ''];\n }", "function &createTcpConnection($address, $port)\n {\n require_once SYSTEM_SOCKET_ROOT . '/Socket/Connection.php';\n\n $sock = &new System_Socket;\n $sock->address = $address;\n $sock->port = $port;\n\n if ($sock->create() && $sock->connect()) {\n return new System_Socket_Connection($sock);\n }\n\n return System_Socket::lastError();\n }", "public function connect()\r\n {\r\n $errnum = null;\r\n\r\n $errstr = null;\r\n\r\n $this->socket = fsockopen($this->hostAddress, $this->portNumber, $errnum, $errstr, $this->timeout);\r\n }", "public function __construct($ip=\"\",$port=0,$password=\"\"){\n\t\t\n\t\tif(!$ip || !$port)\n\t\t\treturn;\n\t\t\n\t\t$this->ip = $ip;\n\t\t$this->controlPort = $port;\n\t\t$this->controlPassword = $password;\n\t\t\t\n\t\tif($this->socket)\n\t\t\tfclose($this->socket);\n\t\t\t\n\t\t$this->socket = @fsockopen($this->ip, $this->controlPort, $errno, $errstr, 3);\t\n\t}" ]
[ "0.698794", "0.6986836", "0.6800479", "0.6537629", "0.64946043", "0.6461921", "0.63874644", "0.63681114", "0.6309913", "0.6301799", "0.6293996", "0.61755073", "0.60985625", "0.609029", "0.60387653", "0.59876955", "0.59827167", "0.5896075", "0.58908963", "0.58888596", "0.58687425", "0.5786418", "0.57604355", "0.57491004", "0.57293904", "0.5728861", "0.5719949", "0.5676444", "0.5675307", "0.56712687" ]
0.77563316
0
Create a TCP listener
function &createTcpListener($address, $port) { require_once SYSTEM_SOCKET_ROOT . '/Socket/Listener.php'; $sock = &new System_Socket; $sock->address = $address; $sock->port = $port; if ($sock->create() && $sock->bind() && $sock->listen()) { return new System_Socket_Listener($sock); } return System_Socket::lastError(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private function init() {\r\n\r\n $this->socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\r\n\r\n socket_set_option($this->socket, SOL_SOCKET, SO_REUSEADDR, 1);\r\n socket_bind($this->socket, 0, $this->port);\r\n socket_listen($this->socket);\r\n\r\n //Add main socket to clientlist\r\n $this->clients[] = $this->socket;\r\n }", "public function create()\n {\n // Set address and port to bind to\n $host = $this->config['host'];\n $port = $this->config['port'];\n\n // Create the master socket\n if( ($this->master = @stream_socket_server(\"tcp://$host:$port\", $errno, $errstr)) === false){\n throw new \\Exception($errno .': '. $errstr);\n }\n\n // Master socket to non-blocking\n stream_set_blocking($this->master, 0);\n\n // What are we doing - running!\n $this->running = true;\n\n // Loop\n $this->loop(); \n }", "function stream_socket_server ($local_socket, &$errno = null, &$errstr = null, $flags = 'STREAM_SERVER_BIND | STREAM_SERVER_LISTEN', $context = null) {}", "public function __construct($address = \"10.0.1.182\", $port = 5001)\n {\n\n print \" Iniciando socket ... \";\n\n // criamos o server SOCKET, utilizando os parametros:\n // AF_INET :: IPv4 para TCP\n // SOCK_STREAM :: conexao sequencial baseda em \"byte streams\"\n // SOL_TCP :: Protocolo TCP\n if (($this->_socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP)) === false) {\n $code = socket_last_error($this->_socket);\n exit (sprintf(\"Falha ao conectar: %s (%s)\", socket_strerror($code), $code));\n }\n\n print \" feito \\n\";\n\n socket_set_option($this->_socket, SOL_SOCKET, SO_REUSEADDR, 1);\n\n printf(\" Escutando em %s:%s ... \", $address, $port);\n\n // passando os dados que iremos escutar nosso socket\n if (socket_bind($this->_socket, $address, $port) === false) {\n $code = socket_last_error($this->_socket);\n exit (sprintf(\"erro ao escutar em %s:%s: %s (%s)\", $address, $port, socket_strerror($code), $code));\n }\n\n print \" feito \\n\";\n\n // aguardamos por escuta\n if (socket_listen($this->_socket) === false) {\n $code = socket_last_error($this->_socket);\n exit (sprintf(\"erro ao escutar em %s:%s: %s (%s)\", $address, $port, socket_strerror($code), $code));\n }\n\n // adiciona esta Conexao a lista de sockets\n $this->_sockets = array($this->_socket);\n\n // XXX FIXME :: Quick Fix para correcao Bug no php menor que 5.3\n // https://bugs.php.net/bug.php?id=48326\n if (!defined('MSG_DONTWAIT')) {\n define('MSG_DONTWAIT', 0x40);\n return 1;\n }\n }", "private function initSocket()\r\n\t{\r\n\t \r\n\t\tif (($this->masterSocket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP)) < 0) \r\n\t\t{\r\n\t\t\t//$this->logger->log(\"[SocketServer] \".\"socket_create() failed, reason: \" . socket_strerror($this->masterSocket));\r\n\t\t}\r\n\t\t \r\n\t\tsocket_set_option($this->masterSocket, SOL_SOCKET,SO_REUSEADDR, 1);\r\n\t\t\t\t\t\t \r\n\t\tif (($ret = socket_bind($this->masterSocket, $this->ip, $this->port)) < 0)\r\n\t\t{\r\n\t\t\t//$this->logger->log(\"[SocketServer] \".\"socket_bind() failed, reason: \" . socket_strerror($ret));\r\n\t\t}\r\n\t\t \r\n\t\t \r\n\t\tif (($ret = socket_listen($this->masterSocket, 5)) < 0)\r\n\t\t{\r\n\t\t\t//$this->logger->log(\"[SocketServer] \".\"socket_listen() failed, reason: \" . socket_strerror($ret));\t\r\n\t\t}\r\n\t}", "public function createSocket($host, $port){\n\t\tif(($this->master = socket_create(AF_INET, SOCK_STREAM, SOL_TCP)) < 0) {\n\t\t\tdie(\"socket_create() failed, reason: \" . socket_strerror($this->master).\"\\n\");\n\t\t}\n\t\t\n\t\techo \"Socket {$this->master} created.\";\n\t\t\n\t\tsocket_set_option($this->master, SOL_SOCKET, SO_REUSEADDR, 1);\n\t\t#socket_set_option($master,SOL_SOCKET,SO_KEEPALIVE,1);\n\t\t\n//\t\tvar_dump($host, $port);\n\t\t\n\t\tif (($ret = socket_bind($this->master, $host, $port)) < 0) {\n\t\t\tdie(\"socket_bind() failed, reason: \" . socket_strerror($ret).\"\\n\");\n\t\t}\n\t\t\n\t\techo \"Socket bound to {$host}:{$port}.\\n\";\n\t\t\n\t\tif (($ret = socket_listen($this->master, 5)) < 0) {\n\t\t\tdie(\"socket_listen() failed, reason: \" . socket_strerror($ret).\"\\n\");\n\t\t}\n\t\t\n\t\techo 'Start listening on Socket.'.\"\\n\";\n\t\t\n\t\t$this->allsockets[] = $this->master;\n\t\treturn $this;\n\t}", "public function init($address, $port, $server, $socket_class, $live_past_shutdown) {\r\n\t\t\r\n\t\ttry {\r\n\t\t\tif(!is_subclass_of($socket_class, 'Socket')) {\r\n\t\t\t\tthrow new Exception('Could not create listener socket. \"'.$socket_class.'\" must be a subclass of class Socket.');\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t$this->timeout = 0;\r\n\t\t\t$this->socket_class = $socket_class;\r\n\t\t\t$this->live_past_shutdown = $live_past_shutdown;\r\n\t\t\t\r\n\t\t\toutput('Creating listener socket at '.$address .' '. $port);\r\n\t\t\t\r\n\t\t\t$socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\r\n\t\t\tif ($socket == false) {\r\n\t\t\t\tthrow new Exception(\"Could not create master socket. reason: \" . socket_strerror($socket) . \"\\n\");\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tsocket_set_option($socket, SOL_SOCKET, SO_REUSEADDR, 1);\r\n\t\t\tsocket_set_nonblock($socket);\r\n\t\t\t\r\n\t\t\tif (!socket_bind($socket, $address, $port)) {\r\n\t\t\t throw new Exception('Could not bind master socket to port '.$port);\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tif (!socket_listen($socket, 20)) {\r\n\t\t\t throw new Exception('Could not set master socket to listen.');\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t$this->set_socket($socket, $server);\r\n\t\t}\r\n\t\tcatch (Exception $e) {\r\n\t\t\t$this->trigger_remove();\r\n\t\t}\r\n\t}", "public function listen()\n\t{\n\t\t$res = @socket_listen($this->resource);\n\n if (false === $res) {\n $error = socket_last_error($this->resource);\n $message = socket_strerror($error);\n throw new Exception($message);\n }\n\t}", "public function createListen($port, $backlog = 128)\n {\n $sock = @socket_create_listen($port, $backlog);\n if ($sock === false) {\n throw Exception::createFromGlobalSocketOperation('Unable to create listening socket');\n }\n return new Socket($sock);\n }", "public function run()\n\t{\n\n\n\n\t\t//设置socket并loop\n\t\t$this->c_fd = stream_socket_server($this->_local_address,$errno,$errstr);\n\n\n\t\tif(!$this->c_fd){\n\t\t\texit(\"socket create error {$errno} : $errstr\");\n\t\t}\n\n\t\t$flags = \\Event::READ;\n\n $add_res = $this->_event->add($this->c_fd, $flags, [$this, 'accept'],$this->c_fd);\n if(!$add_res){\n \texit(\"event add error\");\n }\n\n echo \"loop start ... \\n\";\n $this->_event->loop(); //Wait for events to become active, and run their callbacks. If the $this->fd become active ,will run this->accept\n echo \"loop exit ... \\n\";\n\t}", "static public function start()\n\t{\n\t\tself::$sock = new Socket(LOCAL_IP, LOCAL_PORT);\n\n\t\tself::$sock->listen();\n \n self::$db = \\LittleDB::get_instance(array('host' => REMOTE_HOST, 'user' => REMOTE_USER, 'password' => REMOTE_PASS, 'database' => REMOTE_DB)); \n\n\t\techo '** listen **';\n\n\t\tself::AddNewClient();\n\n\t\twhile(true)\n\t\t{\n\t\t\tself::$sock->refreshListen(self::$NewClient, SCKM_WEB); // add SCKM_WEB for the WebSocket\n\t\t\t// refresh messages\n\t\t\tfor($i=0; $i<count(self::$clients); $i++)\n\t\t\t{\n\t\t\t\tself::$clients[$i]->refresh();\n\t\t\t}\n\t\t}\n\t}", "function socket_create_master()\n {\n \n # No timeouts, flush content immediatly\n set_time_limit(0);\n ob_implicit_flush();\n\n # Create socket\n if(($socket = socket_create(AF_INET,SOCK_STREAM,0))===false )\n {\n $this->mlog ('Could not create socket');\n $this->mlog ('End of script');\n die();\n } \n\n # Bind to socket\n if(socket_bind($socket,$this->acs_ip,$this->acs_port)===false)\n {\n $this->mlog ('Could not bind to socket');\n $this->mlog ('End of script');\n die();\n }\n\n # Start listening\n if(socket_listen($socket)===false)\n {\n $this->mlog ('Could not set up socket listener');\n $this->mlog ('End of script');\n die();\n }\n \n return $socket;\n \n }", "private function initialize()\n {\n $this->socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\n\n if (!$this->socket) {\n throw new \\RuntimeException(sprintf(\n \"Socket failed. Reason: %s\",\n socket_strerror(socket_last_error($this->socket))\n ));\n }\n }", "public function listen($backlog= SOMAXCONN) {\n stream_context_set_option($this->context, 'socket', 'backlog', $backlog);\n\n // Force IPv4 for localhost, see https://github.com/xp-framework/networking/issues/0\n $host= (string)$this->host;\n if (!is_resource($this->_sock= stream_socket_server(\n $this->_prefix.('localhost' === $host ? '127.0.0.1' : $host).':'.$this->port,\n $errno,\n $errstr,\n STREAM_SERVER_BIND | STREAM_SERVER_LISTEN,\n $this->context\n ))) {\n $this->_sock= null;\n throw new SocketException($errno.': '.$errstr);\n }\n\n // Returns \"127.0.0.1:49910\" (IPv4) or \"fe80::b555:35a7:5026:2ebe:49919\" (IPv6)\n $name= stream_socket_get_name($this->_sock, false);\n $p= strrpos($name, ':');\n $this->port= (int)substr($name, $p + 1);\n $this->host= substr($name, 0, $p);\n return true;\n }", "public function setUp()\r\n {\r\n $port = rand(10000, 12000);\r\n $this->port = $port;\r\n $this->server = stream_socket_server(\"tcp://localhost:$port\");\r\n \r\n $this->socket = new Socket('localhost', $port);\r\n $this->conn = stream_socket_accept($this->server);\r\n }", "public static function createListen(int $port, int $backlog = 128): self\n {\n $return = @socket_create_listen($port, $backlog);\n\n if ($return === false) {\n throw new SocketException();\n }\n\n $socket = new self($return);\n $socket->domain = AF_INET;\n\n return $socket;\n }", "public function listen()\n {\n if (socket_listen($this->resource, $this->backlog) === false) {\n throw new SocketException('Socket listen failed: '.$this->error());\n }\n }", "public function CreateSocket()\n {\n return parent::CreateSocket();\n }", "public function create_tcp_socket($address, $port) \n {\n\n //create a stream context for our SSL settings\n $this->device_context = stream_context_create();\n\n //create a stream socket on IP:Port\n $socket = stream_socket_server(\"tcp://{$address}:{$port}\", $errno, $errstr, STREAM_SERVER_BIND | STREAM_SERVER_LISTEN, $this->device_context);\n if (!$socket)\n {\n return FALSE;\n }\n \n return $socket;\n }", "abstract protected function __daemon_listen();", "public function connect()\n {\n $this->connection = new AsyncTcpConnection('frame://' . $this->serverIP . ':' . $this->serverPort);\n $this->connection->onClose = function () {\n $this->onRemoteClose();\n };\n $this->connection->onConnect = function () {\n $this->onRemoteConnect();\n };\n $this->connection->onMessage = function ($connection, $data) {\n $this->onRemoteMessage($connection, $data);\n };\n $this->connection->connect();\n }", "function open($adressServer, $port, $ti=2){\n $this->fp = @fsockopen($adressServer, $port, $this->errno, $errstr, $ti);\n if(!$this->fp){\n //utilisé pour le debug...\n //echo \"<b>echec d'ouverture $adressServer</b><br><font color=\\\"red\\\">$errstr ($errno).</font><hr>$this->EOL\";\n return;\n }\n $this->recv();\n }", "function &createUnixListener($path)\n {\n require_once SYSTEM_SOCKET_ROOT . '/Socket/Listener.php';\n \n $sock = &new System_Socket;\n $sock->domain = AF_UNIX;\n $sock->proto = SOL_SOCKET;\n $sock->port = 0;\n $sock->address = $path;\n \n if ($sock->create() && $sock->bind() && $sock->listen()) {\n return new System_Socket_Listener($sock);\n }\n \n return System_Socket::lastError();\n }", "public function getSocket();", "private function listen() {\n\t\t//By allowing twice the threads, concurrency is improved\n\t\tfor ($i = 0; $i < $this->numThreads*2; $i++) {\n\t\t\t$this->createFork(100+$i, 0);\n\t\t}\n\t}", "public function addServer($host, $port, $weight);", "public function startListen()\n {\n if ($this->_listenStarted) {\n\n return false;\n } else {\n $this->_listenStarted = true;\n\n $this->phpCC->start($this->config['testName']);\n }\n }", "public function listen(callable $callback = null)\n {\n while (true) {\n if ($this->session['heartbeat_timeout'] > 0 && $this->session['heartbeat_timeout'] + $this->heartbeatStamp - 5 < time()) {\n $this->send(self::TYPE_HEARTBEAT);\n $this->heartbeatStamp = time();\n }\n\n $r = array($this->fd);\n $w = $e = null;\n\n if (stream_select($r, $w, $e, 5) == 0) {\n continue;\n }\n\n $response = $this->read();\n if ($response === null) {\n throw new \\RuntimeException('Connection to socket.io has been closed forcefully.');\n }\n\n if (!is_null($callback)) {\n $this->processIncoming($response, $callback);\n }\n }\n }", "public function connect()\n {\n $options = $this->getOptions();\n $request = new TCPRequest($options->host, $options->port, $options->secure);\n\n if ($this->getTransport()\n ->connect($request)) {\n Logger::log(LogLevel::DEBUG, 'Connected to {host}:{port}',\n ['host' => $options->host, 'port' => $options->port]);\n\n $this->setConnected(true);\n } else {\n Logger::log(LogLevel::DEBUG, 'Could not connect to {host}:{port}',\n ['host' => $options->host, 'port' => $options->port]);\n\n $this->setConnected(false);\n }\n }", "private function connectSocket(){\n\t\t/* Create a TCP/IP socket. */\n\t\t$this->socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\n\t\tif ($this->socket === false) {\n\t\t\t//echo \"[CLIENT] socket_create() failed: reason: \" . socket_strerror(socket_last_error()) . \"\\n\";\n\t\t\treturn;\n\t\t}\n\t\t$result = socket_connect($this->socket, $this->address, $this->serviceport);\n\t\tif ($result === false) {\n\t\t\treturn;\n\t\t} else {\n\t\t\treturn;\n\t\t}\n\t\t\n\t}" ]
[ "0.631972", "0.62929225", "0.60633826", "0.60281396", "0.5994134", "0.59876096", "0.59496117", "0.5914354", "0.57087064", "0.5632472", "0.56082743", "0.55886143", "0.55826986", "0.5548703", "0.5544001", "0.5477174", "0.54465437", "0.5396757", "0.53812385", "0.5339991", "0.53337055", "0.53147936", "0.53070927", "0.5288867", "0.52845925", "0.5269262", "0.52683604", "0.5258828", "0.52325654", "0.5224774" ]
0.69482404
0
Create an UDP listener
function &createUdpListener($address, $port) { require_once SYSTEM_SOCKET_ROOT . '/Socket/Listener.php'; $sock = &new System_Socket; $sock->proto = SOL_UDP; $sock->type = SOCK_DGRAM; $sock->address = $address; $sock->port = $port; if ($sock->create() && $sock->bind() && $sock->listen()) { return new System_Socket_Listener($sock); } return System_Socket::lastError(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function createUdp4()\n {\n return $this->create(AF_INET, SOCK_DGRAM, SOL_UDP);\n }", "public function createUdp6()\n {\n return $this->create(AF_INET6, SOCK_DGRAM, SOL_UDP);\n }", "public function createUdg()\n {\n return $this->create(AF_UNIX, SOCK_DGRAM, 0);\n }", "function &createTcpListener($address, $port)\n {\n require_once SYSTEM_SOCKET_ROOT . '/Socket/Listener.php';\n \n $sock = &new System_Socket;\n $sock->address = $address;\n $sock->port = $port;\n \n if ($sock->create() && $sock->bind() && $sock->listen()) {\n return new System_Socket_Listener($sock);\n }\n \n return System_Socket::lastError();\n }", "protected function registerListener()\n {\n $this->registerListenCommand();\n\n $this->app->singleton('queue.daemon.listener', function ($app) {\n return new Listener($app->basePath());\n });\n }", "function &createUdpConnection($address, $port)\n {\n require_once SYSTEM_SOCKET_ROOT . '/Socket/Connection.php';\n\n $sock = &new System_Socket;\n $sock->type = SOCK_DGRAM;\n $sock->proto = SOL_UDP;\n $sock->address = $address;\n $sock->port = $port;\n\n if ($sock->create() && $sock->connect()) {\n return new System_Socket_Connection($sock);\n }\n\n return System_Socket::lastError();\n }", "public function __construct() {\r\n // IPv4 Internet based protocols, Supports datagrams, UDP \r\n $this->socket = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP); \r\n socket_set_option($this->socket,SOL_SOCKET,SO_REUSEADDR, 1);\r\n socket_set_option($this->socket, IPPROTO_IP, MCAST_JOIN_GROUP, array('group'=>'224.0.0.251', 'interface'=>0));\r\n socket_set_option($this->socket, SOL_SOCKET,SO_RCVTIMEO,array(\"sec\"=>1,\"usec\"=>0));\r\n $bind = socket_bind($this->socket, \"0.0.0.0\", 5353);\r\n }", "abstract protected function __daemon_listen();", "function sendUDPdata($data, $ip, $port)\n{\n if ($socket = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP)) {\n socket_sendto($socket, $data, strlen($data), 0, $ip, $port);\n socket_close($socket);\n } else {\n print('Error');\n }\n}", "public function makeListener($listener)\n {\n if (is_string($listener)) {\n $listener = $this->createClassListener($listener);\n }\n return $listener;\n }", "public function createListen($port, $backlog = 128)\n {\n $sock = @socket_create_listen($port, $backlog);\n if ($sock === false) {\n throw Exception::createFromGlobalSocketOperation('Unable to create listening socket');\n }\n return new Socket($sock);\n }", "function &createUnixListener($path)\n {\n require_once SYSTEM_SOCKET_ROOT . '/Socket/Listener.php';\n \n $sock = &new System_Socket;\n $sock->domain = AF_UNIX;\n $sock->proto = SOL_SOCKET;\n $sock->port = 0;\n $sock->address = $path;\n \n if ($sock->create() && $sock->bind() && $sock->listen()) {\n return new System_Socket_Listener($sock);\n }\n \n return System_Socket::lastError();\n }", "public function create_listener() {\n\n\t\t$http_origin = function_exists('get_http_origin') ? get_http_origin() : (empty($_SERVER['HTTP_ORIGIN']) ? '' : $_SERVER['HTTP_ORIGIN']);\n\n\t\t// Create the WP actions to handle incoming commands, handle built-in commands (e.g. ping, create_keys (authenticate with admin creds)), dispatch them to the right place, and die\n\t\tif ((!empty($_POST) && !empty($_POST['udrpc_message']) && !empty($_POST['format'])) || (!empty($_SERVER['REQUEST_METHOD']) && 'OPTIONS' == $_SERVER['REQUEST_METHOD'] && $http_origin)) {\n\t\t\tadd_action('wp_loaded', array($this, 'wp_loaded'));\n\t\t\tadd_action('wp_loaded', array($this, 'wp_loaded_final'), 10000);\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t}", "static public function ListenerDelegator($type = '') { return new Delegate_ListenerDelegator($type); }", "public function addBuilderListener( \n MyFusesApplicationBuilderListener $listener );", "public function init($address, $port, $server, $socket_class, $live_past_shutdown) {\r\n\t\t\r\n\t\ttry {\r\n\t\t\tif(!is_subclass_of($socket_class, 'Socket')) {\r\n\t\t\t\tthrow new Exception('Could not create listener socket. \"'.$socket_class.'\" must be a subclass of class Socket.');\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t$this->timeout = 0;\r\n\t\t\t$this->socket_class = $socket_class;\r\n\t\t\t$this->live_past_shutdown = $live_past_shutdown;\r\n\t\t\t\r\n\t\t\toutput('Creating listener socket at '.$address .' '. $port);\r\n\t\t\t\r\n\t\t\t$socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\r\n\t\t\tif ($socket == false) {\r\n\t\t\t\tthrow new Exception(\"Could not create master socket. reason: \" . socket_strerror($socket) . \"\\n\");\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tsocket_set_option($socket, SOL_SOCKET, SO_REUSEADDR, 1);\r\n\t\t\tsocket_set_nonblock($socket);\r\n\t\t\t\r\n\t\t\tif (!socket_bind($socket, $address, $port)) {\r\n\t\t\t throw new Exception('Could not bind master socket to port '.$port);\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tif (!socket_listen($socket, 20)) {\r\n\t\t\t throw new Exception('Could not set master socket to listen.');\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t$this->set_socket($socket, $server);\r\n\t\t}\r\n\t\tcatch (Exception $e) {\r\n\t\t\t$this->trigger_remove();\r\n\t\t}\r\n\t}", "public static function createListen(int $port, int $backlog = 128): self\n {\n $return = @socket_create_listen($port, $backlog);\n\n if ($return === false) {\n throw new SocketException();\n }\n\n $socket = new self($return);\n $socket->domain = AF_INET;\n\n return $socket;\n }", "public function create()\n {\n // Set address and port to bind to\n $host = $this->config['host'];\n $port = $this->config['port'];\n\n // Create the master socket\n if( ($this->master = @stream_socket_server(\"tcp://$host:$port\", $errno, $errstr)) === false){\n throw new \\Exception($errno .': '. $errstr);\n }\n\n // Master socket to non-blocking\n stream_set_blocking($this->master, 0);\n\n // What are we doing - running!\n $this->running = true;\n\n // Loop\n $this->loop(); \n }", "private function init() {\r\n\r\n $this->socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\r\n\r\n socket_set_option($this->socket, SOL_SOCKET, SO_REUSEADDR, 1);\r\n socket_bind($this->socket, 0, $this->port);\r\n socket_listen($this->socket);\r\n\r\n //Add main socket to clientlist\r\n $this->clients[] = $this->socket;\r\n }", "public function __construct($uri, array $options = [])\n {\n $uriParts = $this->parseURI($uri);\n\n if ($uriParts['scheme'] === 'udp' && !isset($uriParts['host'], $uriParts['port'])) {\n throw new \\LogicException('udp:// URIs require host and port components');\n } else if ($uriParts['scheme'] === 'udg' && !isset($uriParts['path'])) {\n throw new \\LogicException('udg:// URIs require a path component');\n }\n\n $this->stream = stream_socket_client($uri, $errNo, $errStr);\n if (!$this->stream) {\n throw new \\RuntimeException('Creating socket failed: ' . $errNo . ': ' . $errStr);\n }\n }", "public function __construct()\n {\n // dump(\"listener call\"); exit();\n }", "function add_datagram($osc_datagram) {\n $this->bin = NULL;\n array_push($this->data, $osc_datagram);\n }", "function stream_socket_server ($local_socket, &$errno = null, &$errstr = null, $flags = 'STREAM_SERVER_BIND | STREAM_SERVER_LISTEN', $context = null) {}", "public function __construct(Listener $listener)\n {\n parent::__construct();\n\n $this->listener = $listener;\n }", "public function addTargetCreatedListener(callable $listener): SubscriptionInterface;", "protected function getDebug_DumpListenerService()\n {\n return $this->services['debug.dump_listener'] = new \\Symfony\\Component\\HttpKernel\\EventListener\\DumpListener(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->get('var_dumper.cloner')) && false ?: '_'}, ${($_ = isset($this->services['var_dumper.cli_dumper']) ? $this->services['var_dumper.cli_dumper'] : $this->get('var_dumper.cli_dumper')) && false ?: '_'});\n }", "public static function makeListener($listener, $wildcard = false)\n {\n /** @var \\Illuminate\\Events\\Dispatcher $instance */\n return $instance->makeListener($listener, $wildcard);\n }", "protected function registerListenCommand()\n {\n $this->app->singleton('command.queue.daemon', function ($app) {\n return new DaemonCommand($app['queue.daemon.listener']);\n });\n\n $this->commands('command.queue.daemon');\n }", "public function __construct(Config $config) {\n $this->_netServer = new Network\\Server($config);\n\n $self = $this;\n $listener = new Network\\Server\\Listener\\Receive();\n $listener->setClosure(function($message) use ($self) {\n $answer = null;\n if ($message instanceof Message) {\n $answer = $self->_dispatchMessage($message);\n }\n\n return $answer;\n });\n\n $this->_netServer->addListener($listener);\n }", "public function bind( $name, $listener, $priority = null )\n {\n $priority = ($priority === null) ? 1000 : (int) $priority;\n\n if ( !isset($this->listeners[$name][$priority]) )\n {\n $this->listeners[$name][$priority] = array();\n }\n\n $this->listeners[$name][$priority][] = $listener;\n }" ]
[ "0.6165884", "0.6098972", "0.5873509", "0.5723981", "0.5694512", "0.5683422", "0.558636", "0.55204743", "0.5319727", "0.5300856", "0.52242523", "0.5210761", "0.51628876", "0.51527977", "0.5085138", "0.50713104", "0.5006271", "0.49108434", "0.48834068", "0.48595986", "0.4829221", "0.4827183", "0.4782149", "0.4769139", "0.4747454", "0.47174457", "0.47028372", "0.46806723", "0.46712098", "0.46547294" ]
0.73938584
0
Create an UDP connection
function &createUdpConnection($address, $port) { require_once SYSTEM_SOCKET_ROOT . '/Socket/Connection.php'; $sock = &new System_Socket; $sock->type = SOCK_DGRAM; $sock->proto = SOL_UDP; $sock->address = $address; $sock->port = $port; if ($sock->create() && $sock->connect()) { return new System_Socket_Connection($sock); } return System_Socket::lastError(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function createUdp4()\n {\n return $this->create(AF_INET, SOCK_DGRAM, SOL_UDP);\n }", "public function __construct() {\r\n // IPv4 Internet based protocols, Supports datagrams, UDP \r\n $this->socket = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP); \r\n socket_set_option($this->socket,SOL_SOCKET,SO_REUSEADDR, 1);\r\n socket_set_option($this->socket, IPPROTO_IP, MCAST_JOIN_GROUP, array('group'=>'224.0.0.251', 'interface'=>0));\r\n socket_set_option($this->socket, SOL_SOCKET,SO_RCVTIMEO,array(\"sec\"=>1,\"usec\"=>0));\r\n $bind = socket_bind($this->socket, \"0.0.0.0\", 5353);\r\n }", "function sendUDPdata($data, $ip, $port)\n{\n if ($socket = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP)) {\n socket_sendto($socket, $data, strlen($data), 0, $ip, $port);\n socket_close($socket);\n } else {\n print('Error');\n }\n}", "public function createUdg()\n {\n return $this->create(AF_UNIX, SOCK_DGRAM, 0);\n }", "public function createUdp6()\n {\n return $this->create(AF_INET6, SOCK_DGRAM, SOL_UDP);\n }", "function &createUdpListener($address, $port)\n {\n require_once SYSTEM_SOCKET_ROOT . '/Socket/Listener.php';\n \n $sock = &new System_Socket;\n $sock->proto = SOL_UDP;\n $sock->type = SOCK_DGRAM;\n $sock->address = $address;\n $sock->port = $port;\n \n if ($sock->create() && $sock->bind() && $sock->listen()) {\n return new System_Socket_Listener($sock);\n }\n \n return System_Socket::lastError();\n }", "function _connectsocket($ip, $port, $proto='udp') {\r\n\tif ($this->DEBUG) print \"DEBUG: Opening socket to $ip:$port >>>\\n\";\r\n\t$this->sock = @fsockopen(\"$proto://$ip\", $port, $this->errno, $this->errstr);\r\n\t$this->_set_timeout($this->conf['timeout']);\r\n\treturn $this->sock;\r\n}", "public function connect()\r\n {\r\n $errnum = null;\r\n\r\n $errstr = null;\r\n\r\n $this->socket = fsockopen($this->hostAddress, $this->portNumber, $errnum, $errstr, $this->timeout);\r\n }", "function ngx_connect($fd, $addr, $port)\n{\n return socket_connect($fd,$addr,$port);\n}", "protected static function sendAsUDP($data) {\n // Wrap this in a try/catch -\n // failures in any of this should be silently ignored\n try {\n $host = static::$host;\n $port = static::$port;\n $fp = fsockopen(\"udp://$host\", $port, $errno, $errstr);\n if (! $fp) { return; }\n // Non-blocking I/O, please.\n stream_set_blocking($fp, 0);\n fwrite($fp, $data);\n fclose($fp);\n } catch (Exception $e) {\n }\n }", "public function CreateSocket()\n {\n return parent::CreateSocket();\n }", "public function makeConnection() {\n $host = $this->account->host;\n $port = $this->account->port;\n\n $sock_timeout = ini_get(\"default_socket_timeout\");\n $conn = @stream_socket_client(\"tcp://$host:$port\", $errno, $errstr, $sock_timeout, STREAM_CLIENT_CONNECT);\n debug(2, \"connection made for tcp://$host:$port with timeout $sock_timeout\");\n if (!$conn)\n throw new RODSException(\"Connection to '$host:$port' failed.1: ($errno)$errstr. \", \"SYS_SOCK_OPEN_ERR\");\n\n $this->conn = $conn;\n }", "public function connect()\n {\n $this->fileDescriptor = @fsockopen(\n $this->parameters['server_host'],\n $this->parameters['server_port']\n );\n\n if (false === $this->fileDescriptor) {\n $this->output->manageMessageOfGivenLogLevel('Error: Could not connect to the NetSoul server', Logger::CRITICAL);\n die();\n }\n\n $rawResponse = fgets($this->fileDescriptor);\n $this->output->manageMessageOfGivenLogLevel('Server: '.$rawResponse, Logger::INFO);\n\n $this->connectionResponse = new ConnectionResponse();\n $this->connectionResponse->setAttributesFromRawResponse($rawResponse);\n }", "private function createSocket()\n {\n if ($this->socket_failed) {\n return false;\n }\n\n $protocol = $this->options['tls'] ? 'tls' : 'ssl';\n $host = $this->options['host'];\n $port = 443;\n $timeout = $this->options['timeout'];\n\n // Open our socket to the API Server.\n $socket = @pfsockopen(\n $protocol . '://' . $host,\n $port,\n $errno,\n $errstr,\n $timeout\n );\n\n // If we couldn't open the socket, handle the error.\n if ($socket === false) {\n $this->handleError($errno, $errstr);\n $this->socket_failed = true;\n }\n\n return $socket;\n }", "public function connect(InetAddress $ipAddress, $portNumber)\n\t{\n\t\t$this->ipAddress = $ipAddress;\n\t\t$this->portNumber = $portNumber;\n\n\t\tif($this->socketsEnabled)\n\t\t{\n\t\t\tif(!$this->socket = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP))\n\t\t\t{\n\t\t\t\t$errorCode = socket_last_error($this->socket);\n\t\t\t\tthrow new Exception(\"Could not create socket: \" . socket_strerror($errorCode));\n\t\t\t}\n\t\t\tif(@!socket_connect($this->socket, $ipAddress, $portNumber))\n\t\t\t{\n\t\t\t\t$errorCode = socket_last_error($this->socket);\n\t\t\t\tthrow new Exception(\"Could not connect socket: \" . socket_strerror($errorCode));\n\t\t\t}\n\n\t\t\tif($this->isBlocking)\n\t\t\t{\n\t\t\t\tsocket_set_block($this->socket);\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\tsocket_set_nonblock($this->socket);\n\t\t\t}\n\t\t}\n\t\telse\n\t\t{\n\t\t\tif(!$this->socket = fsockopen(\"udp://$ipAddress\", $portNumber, $socketErrno, $socketErrstr, 2))\n\t\t\t{\n\t\t\t\tthrow new Exception(\"Could not create socket: $socketErrstr\");\n\t\t\t}\n\t\t\tstream_set_blocking($this->socket, $this->isBlocking);\n\t\t}\n\t}", "private function connectSocket(){\n\t\t/* Create a TCP/IP socket. */\n\t\t$this->socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\n\t\tif ($this->socket === false) {\n\t\t\t//echo \"[CLIENT] socket_create() failed: reason: \" . socket_strerror(socket_last_error()) . \"\\n\";\n\t\t\treturn;\n\t\t}\n\t\t$result = socket_connect($this->socket, $this->address, $this->serviceport);\n\t\tif ($result === false) {\n\t\t\treturn;\n\t\t} else {\n\t\t\treturn;\n\t\t}\n\t\t\n\t}", "public function __construct($ip=\"\",$port=0,$password=\"\"){\n\t\t\n\t\tif(!$ip || !$port)\n\t\t\treturn;\n\t\t\n\t\t$this->ip = $ip;\n\t\t$this->controlPort = $port;\n\t\t$this->controlPassword = $password;\n\t\t\t\n\t\tif($this->socket)\n\t\t\tfclose($this->socket);\n\t\t\t\n\t\t$this->socket = @fsockopen($this->ip, $this->controlPort, $errno, $errstr, 3);\t\n\t}", "public function __construct($uri, array $options = [])\n {\n $uriParts = $this->parseURI($uri);\n\n if ($uriParts['scheme'] === 'udp' && !isset($uriParts['host'], $uriParts['port'])) {\n throw new \\LogicException('udp:// URIs require host and port components');\n } else if ($uriParts['scheme'] === 'udg' && !isset($uriParts['path'])) {\n throw new \\LogicException('udg:// URIs require a path component');\n }\n\n $this->stream = stream_socket_client($uri, $errNo, $errStr);\n if (!$this->stream) {\n throw new \\RuntimeException('Creating socket failed: ' . $errNo . ': ' . $errStr);\n }\n }", "function connect() {\n $this->state = 'connecting';\n\n if ($this->ipv == 4) {\n $this->sock = $this->pSockets->createTCP($this, 'handleRead', 'handleError', 1, 'handleConnected', 1, $this->bind);\n } else {\n $this->sock = $this->pSockets->createTCPv6($this, 'handleRead', 'handleError', 1, 'handleConnected', 1, $this->bind);\n }\n\n if (!$this->sock) {\n die(\"IRC Couldn't create socket\");\n }\n\n //TODO Make this config variable\n $this->pSockets->setReconTime($this->sock, 65);\n\n $a = $this->pSockets->getOurAddr($this->sock);\n $p = $this->pSockets->getOurPort($this->sock);\n\n echo \"IRC Local IP/PORT: $a/$p\\n\";\n echo \"IRC Connecting to Host: $this->server Port: $this->port IPv$this->ipv\\n\";\n\n if (!$this->pSockets->connect($this->sock, $this->server, $this->port, $this->timeout)) {\n list($errno, $errstr) = $this->pSockets->getLastErr($this->sock);\n echo \"IRC Error connecting [$errno] $errstr (ignoring)\\n\";\n }\n\n $this->pSockets->setRTO($this->RTO, $this->sock);\n }", "public function __construct($address = \"10.0.1.182\", $port = 5001)\n {\n\n print \" Iniciando socket ... \";\n\n // criamos o server SOCKET, utilizando os parametros:\n // AF_INET :: IPv4 para TCP\n // SOCK_STREAM :: conexao sequencial baseda em \"byte streams\"\n // SOL_TCP :: Protocolo TCP\n if (($this->_socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP)) === false) {\n $code = socket_last_error($this->_socket);\n exit (sprintf(\"Falha ao conectar: %s (%s)\", socket_strerror($code), $code));\n }\n\n print \" feito \\n\";\n\n socket_set_option($this->_socket, SOL_SOCKET, SO_REUSEADDR, 1);\n\n printf(\" Escutando em %s:%s ... \", $address, $port);\n\n // passando os dados que iremos escutar nosso socket\n if (socket_bind($this->_socket, $address, $port) === false) {\n $code = socket_last_error($this->_socket);\n exit (sprintf(\"erro ao escutar em %s:%s: %s (%s)\", $address, $port, socket_strerror($code), $code));\n }\n\n print \" feito \\n\";\n\n // aguardamos por escuta\n if (socket_listen($this->_socket) === false) {\n $code = socket_last_error($this->_socket);\n exit (sprintf(\"erro ao escutar em %s:%s: %s (%s)\", $address, $port, socket_strerror($code), $code));\n }\n\n // adiciona esta Conexao a lista de sockets\n $this->_sockets = array($this->_socket);\n\n // XXX FIXME :: Quick Fix para correcao Bug no php menor que 5.3\n // https://bugs.php.net/bug.php?id=48326\n if (!defined('MSG_DONTWAIT')) {\n define('MSG_DONTWAIT', 0x40);\n return 1;\n }\n }", "function stream_socket_sendto($socket, $data, $flags = false, $address = NULL)\n{\n}", "public function open() {\n\t\t$this->sock = fsockopen($this->protocol.$this->host, $this->port, $errno, $errstr, 2);\n\t\tfwrite($this->sock, $this->getHeaders()) or $this->error($errno, $errstr);\n\t}", "private function init() {\r\n\r\n $this->socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);\r\n\r\n socket_set_option($this->socket, SOL_SOCKET, SO_REUSEADDR, 1);\r\n socket_bind($this->socket, 0, $this->port);\r\n socket_listen($this->socket);\r\n\r\n //Add main socket to clientlist\r\n $this->clients[] = $this->socket;\r\n }", "public function connect()\n {\n $options = $this->getOptions();\n $request = new TCPRequest($options->host, $options->port, $options->secure);\n\n if ($this->getTransport()\n ->connect($request)) {\n Logger::log(LogLevel::DEBUG, 'Connected to {host}:{port}',\n ['host' => $options->host, 'port' => $options->port]);\n\n $this->setConnected(true);\n } else {\n Logger::log(LogLevel::DEBUG, 'Could not connect to {host}:{port}',\n ['host' => $options->host, 'port' => $options->port]);\n\n $this->setConnected(false);\n }\n }", "public function testConstructor() {\n $udpDriver = new UDP('localhost', 0);\n\n $reflector = new \\ReflectionProperty(UDP::class, 'config');\n $reflector->setAccessible(true);\n $configData = $reflector->getValue($udpDriver);\n\n $this->assertArrayHasKey('host', $configData, 'Ensure host key exists');\n $this->assertEquals('localhost', $configData['host'], 'Ensure host value set correctly');\n\n $this->assertArrayHasKey('port', $configData, 'Ensure port key exists');\n $this->assertEquals(0, $configData['port'], 'Ensure host value set correctly');\n\n $this->assertArrayHasKey('chunkSize', $configData, 'Ensure chunkSize key exists');\n $this->assertEquals('60000', $configData['chunkSize'], 'Ensure host value set correctly');\n\n $this->assertArrayHasKey('lineSeparator', $configData, 'Ensure lineSeparator key exists');\n $this->assertEquals(PHP_EOL, $configData['lineSeparator'], 'Ensure host value set correctly');\n }", "public function create()\n {\n // Set address and port to bind to\n $host = $this->config['host'];\n $port = $this->config['port'];\n\n // Create the master socket\n if( ($this->master = @stream_socket_server(\"tcp://$host:$port\", $errno, $errstr)) === false){\n throw new \\Exception($errno .': '. $errstr);\n }\n\n // Master socket to non-blocking\n stream_set_blocking($this->master, 0);\n\n // What are we doing - running!\n $this->running = true;\n\n // Loop\n $this->loop(); \n }", "function &createTcpConnection($address, $port)\n {\n require_once SYSTEM_SOCKET_ROOT . '/Socket/Connection.php';\n\n $sock = &new System_Socket;\n $sock->address = $address;\n $sock->port = $port;\n\n if ($sock->create() && $sock->connect()) {\n return new System_Socket_Connection($sock);\n }\n\n return System_Socket::lastError();\n }", "function open($adressServer, $port, $ti=2){\n $this->fp = @fsockopen($adressServer, $port, $this->errno, $errstr, $ti);\n if(!$this->fp){\n //utilisé pour le debug...\n //echo \"<b>echec d'ouverture $adressServer</b><br><font color=\\\"red\\\">$errstr ($errno).</font><hr>$this->EOL\";\n return;\n }\n $this->recv();\n }", "public function createTcp4()\n {\n return $this->create(AF_INET, SOCK_STREAM, SOL_TCP);\n }", "function stream_socket_sendto ($socket, $data, $flags = 0, $address = null) {}" ]
[ "0.6753092", "0.6464712", "0.62467146", "0.61799", "0.6149606", "0.6094039", "0.5935974", "0.57134753", "0.5587019", "0.55592567", "0.5349742", "0.5349687", "0.5323854", "0.5307452", "0.5288154", "0.5281951", "0.52736145", "0.5270049", "0.5245515", "0.5200953", "0.5163544", "0.5148111", "0.5131648", "0.5120634", "0.5100794", "0.5085135", "0.50755703", "0.50618625", "0.5061751", "0.505717" ]
0.735275
0
Gedcom\Record\Indi\Lds $lds String $group Integer $group_id.
public static function read($conn, \Gedcom\Record\Indi\Lds $lds, $group = '', $group_id = 0, $type = '', $sour_ids = [], $obje_ids = []) { $stat = $lds->getStat(); $date = $lds->getDate(); $plac = $lds->getPlac(); $temp = $lds->getTemp(); $slgc_famc = ''; if ($type == 'SLGC') { $slgc_famc = $lds->getFamc(); } // store refn $key = [ 'group' => $group, 'gid' => $group_id, 'type' => $type, 'stat' => $stat, 'date' => $date, 'plac' => $plac, 'temp' => $temp, 'slgc_famc' => $slgc_famc, ]; $data = [ 'group' => $group, 'gid' => $group_id, 'type' => $type, 'stat' => $stat, 'date' => $date, 'plac' => $plac, 'temp' => $temp, 'slgc_famc' => $slgc_famc, ]; $record = PersonLds::on($conn)->updateOrCreate($key, $data); $_group = 'indi_lds'; $_gid = $record->id; // add sour $sour = $lds->getSour(); if ($sour && count($sour) > 0) { foreach ($sour as $item) { if ($item) { SourRef::read($conn, $item, $_group, $_gid, $sour_ids, $obje_ids); } } } // add note $note = $lds->getNote(); if ($note && count($note) > 0) { foreach ($note as $item) { if ($item) { NoteRef::read($conn, $item, $_group, $_gid); } } } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function load_by_group_id( $group_id = 0 ) {\n\t\tglobal $wpdb;\n\t\t\n\t\t// Group ID egal 0 are not valid group !\n\t\tif( $group_id == 0 ) {\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\t$this->group_id = $group_id;\n\t\t$objects = $wpdb->get_results( $wpdb->prepare( \"SELECT blog_id, object_id, object_type FROM {$wpdb->bea_mm_connections} WHERE group_id = %d\", $group_id ), ARRAY_A );\n\t\tif ( $objects == false ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tforeach ( $objects as $object ) {\n\t\t\t$this->append( $object['object_type'], $object );\n\t\t}\n\n\t\treturn true;\n\t}", "function groups_db_m_get_group($groupid) {\n}", "function ocs_admin_group_member_load( $group_id, $fields = array())\n{\n db_set_active('ocsdb');\n\n // add 'account_key' if $fields is passed\n if ( count( $fields) > 0 && !array_key_exists( 'account_key', $fields)) {\n $fields[] = 'account_key';\n }\n\n $query = db_select( 'ocs_group_member', 'g');\n $result = $query->fields( 'g', $fields)\n ->orderBy( 'group_id')\n ->condition( 'group_id', $group_id, '=')\n ->execute()\n ->fetchAllAssoc( 'account_key', PDO::FETCH_ASSOC);\n\n db_set_active('default');\n return $result;\n}", "public function ___setImportData(Fieldgroup $fieldgroup, array $data) {\n\n\t\t$return = array(\n\t\t\t'fields' => array(\n\t\t\t\t'old' => '',\n\t\t\t\t'new' => '',\n\t\t\t\t'error' => array()\n\t\t\t),\n\t\t\t'contexts' => array(\n\t\t\t\t'old' => '',\n\t\t\t\t'new' => '',\n\t\t\t\t'error' => array()\n\t\t\t),\n\t\t);\n\n\t\t$fieldgroup->setTrackChanges(true);\n\t\t$fieldgroup->errors(\"clear\");\n\t\t$_data = $this->getExportData($fieldgroup);\n\t\t$rmFields = array();\n\n\t\tif(isset($data['fields'])) {\n\t\t\t// field data\n\t\t\t$old = \"\\n\" . implode(\"\\n\", $_data['fields']) . \"\\n\";\n\t\t\t$new = \"\\n\" . implode(\"\\n\", $data['fields']) . \"\\n\";\n\n\t\t\tif($old !== $new) {\n\n\t\t\t\t$return['fields']['old'] = $old;\n\t\t\t\t$return['fields']['new'] = $new;\n\n\t\t\t\t// figure out which fields should be removed\n\t\t\t\tforeach($fieldgroup as $field) {\n\t\t\t\t\t$fieldNames[$field->name] = $field->name;\n\t\t\t\t\tif(!in_array($field->name, $data['fields'])) {\n\t\t\t\t\t\t$fieldgroup->remove($field);\n\t\t\t\t\t\t$label = \"-$field->name\";\n\t\t\t\t\t\t$return['fields']['new'] .= $label . \"\\n\";;\n\t\t\t\t\t\t$rmFields[] = $field->name;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// figure out which fields should be added\n\t\t\t\tforeach($data['fields'] as $name) {\n\t\t\t\t\t$field = $this->wire('fields')->get($name);\n\t\t\t\t\tif(in_array($name, $rmFields)) continue;\n\t\t\t\t\tif(!$field) {\n\t\t\t\t\t\t$error = sprintf($this->_('Unable to find field: %s'), $name);\n\t\t\t\t\t\t$return['fields']['error'][] = $error;\n\t\t\t\t\t\t$label = str_replace(\"\\n$name\\n\", \"\\n?$name\\n\", $return['fields']['new']);\n\t\t\t\t\t\t$return['fields']['new'] = $label;\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\t\t\t\t\tif(!$fieldgroup->hasField($field)) {\n\t\t\t\t\t\t$label = str_replace(\"\\n$field->name\\n\", \"\\n+$field->name\\n\", $return['fields']['new']);\n\t\t\t\t\t\t$return['fields']['new'] = $label;\n\t\t\t\t\t\t$fieldgroup->add($field);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$field = $fieldgroup->getField($field->name, true); // in context\n\t\t\t\t\t\t$fieldgroup->add($field);\n\t\t\t\t\t\t$label = str_replace(\"\\n$field->name\\n\", \"\\n$field->name\\n\", $return['fields']['new']);\n\t\t\t\t\t\t$return['fields']['new'] = $label;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t\t$return['fields']['new'] = trim($return['fields']['new']);\n\t\t\t$return['fields']['old'] = trim($return['fields']['old']);\n\t\t}\n\n\t\tif(isset($data['contexts'])) {\n\t\t\t// context data\n\t\t\tforeach($data['contexts'] as $key => $value) {\n\t\t\t\t// remove items where they are both empty\n\t\t\t\tif(empty($value) && empty($_data['contexts'][$key])) {\n\t\t\t\t\tunset($data['contexts'][$key], $_data['contexts'][$key]);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tforeach($_data['contexts'] as $key => $value) {\n\t\t\t\t// remove items where they are both empty\n\t\t\t\tif(empty($value) && empty($data['contexts'][$key])) {\n\t\t\t\t\tunset($data['contexts'][$key], $_data['contexts'][$key]);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t$old = wireEncodeJSON($_data['contexts'], true, true);\n\t\t\t$new = wireEncodeJSON($data['contexts'], true, true);\n\n\t\t\tif($old !== $new) {\n\n\t\t\t\t$return['contexts']['old'] = trim($old);\n\t\t\t\t$return['contexts']['new'] = trim($new);\n\n\t\t\t\tforeach($data['contexts'] as $name => $context) {\n\t\t\t\t\t$field = $fieldgroup->getField($name, true); // in context\n\t\t\t\t\tif(!$field) {\n\t\t\t\t\t\tif(!empty($context)) $return['contexts']['error'][] = sprintf($this->_('Unable to find field to set field context: %s'), $name);\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\t\t\t\t\t$id = $field->id;\n\t\t\t\t\t$fieldContexts = $fieldgroup->getFieldContextArray();\n\t\t\t\t\tif(isset($fieldContexts[$id]) || !empty($context)) {\n\t\t\t\t\t\t$fieldgroup->setFieldContextArray($id, $context); \n\t\t\t\t\t\t$fieldgroup->trackChange('fieldContexts');\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// other data\n\t\tforeach($data as $key => $value) {\n\t\t\tif($key == 'fields' || $key == 'contexts') continue;\n\t\t\t$old = isset($_data[$key]) ? $_data[$key] : null;\n\t\t\tif(is_array($old)) $old = wireEncodeJSON($old, true, false);\n\t\t\t$new = is_array($value) ? wireEncodeJSON($value, true, false) : $value;\n\t\t\tif($old == $new) continue;\n\t\t\t$fieldgroup->set($key, $value);\n\t\t\t$error = (string) $fieldgroup->errors(\"first clear\");\n\t\t\t$return[$key] = array(\n\t\t\t\t'old' => $old,\n\t\t\t\t'new' => $value,\n\t\t\t\t'error' => $error,\n\t\t\t);\n\t\t}\n\t\t\n\t\tif(count($rmFields)) {\n\t\t\t$return['fields']['error'][] = sprintf($this->_('Warning, all data in these field(s) will be permanently deleted (please confirm): %s'), implode(', ', $rmFields));\n\t\t}\n\n\t\t$fieldgroup->errors('clear');\n\n\t\treturn $return;\n\t}", "function genGroupFields( $group_id, $values, $setid = 'default' ) {\n global $zen;\n for($i=0; $i < count($values); $i++) {\n // add all fields used for matching to the group map entry\n $f = $values[$i];\n if( is_array($f) ) {\n $v = $f['field_value'];\n $l = $f['label'];\n }\n else {\n $v = $l = $f;\n }\n print \" groupMap['$group_id'].addField(\";\n print $zen->fixJsVal($v);\n print ','.$zen->fixJsVal($l);\n print ','.$zen->fixJsVal($setid);\n print \");\\n\";\n } \n }", "public function loadGroup($groupId);", "public function group($group);", "function fn_get_group_data($group_id, $lang_code = CART_LANGUAGE, $avail_only = false)\n{\n if (!empty($group_id)) {\n $status_condition = '';\n\n if ($avail_only == true) {\n $status_condition = \" AND status = 'A'\";\n }\n\n $group_data = db_get_row(\"SELECT * FROM ?:aff_groups LEFT JOIN ?:aff_group_descriptions ON ?:aff_group_descriptions.group_id = ?:aff_groups.group_id AND ?:aff_group_descriptions.lang_code = ?s WHERE ?:aff_groups.group_id = ?i $status_condition\", $lang_code, $group_id);\n\n $group_data = fn_convert_group_data($group_data);\n }\n\n return empty($group_data) ? false : $group_data;\n}", "public function setIdld($idld)\n {\n $this->idld = $idld;\n\n return $this;\n }", "private function processMatrixGroup($group) {\n\t\t$conditions = [\n\t\t\t'mb.id' => $group,\n\t\t];\n\t\treturn (new Query())\n\t\t\t->select('[[e.id]] AS id, [[e.type]] AS type')\n\t\t\t->from('{{%matrixblocks}} mb')\n\t\t\t->leftJoin('{{%elements}} e', '[[mb.ownerId]] = [[e.id]]')\n\t\t\t->where($conditions)\n\t\t\t->all();\n\t}", "private function getGroupSL($id_group)\r\n {\r\n $query = \"SELECT security_level FROM \".$this->groups_table.\" WHERE id_group = $id_group\";\r\n $result2 = mysqli_query($this->db->getDb(), $query); \r\n $groupSL = mysqli_fetch_row($result2)['0'];\r\n\r\n return $groupSL;\r\n }", "public function get_field_ids($group_id)\n\t{\n\t\tglobal $wpdb;\n\t\t$sql = \"SELECT *\n\t\t\t\tFROM `{$wpdb->postmeta}`\n\t\t\t\tWHERE `post_id`=%d AND\n\t\t\t\t\t`meta_key` LIKE 'field_%'\";\n\t\t$res = $wpdb->get_results($q = $wpdb->prepare($sql, abs($group_id)));\nSyncDebug::log(__METHOD__.'():' . __LINE__ . ' sql=' . $q . ' = ' . var_export($res, TRUE));\n\t\tarray_map('absint', $res);\n\t\treturn $res;\n\t}", "public function correctDataGroup()\n\t{\n\t\t$id_group = Tools::getValue('id_group');\n\t\tif ($id_group) {\n\t\t\t$group = new LeoSliderGroup($id_group);\n\n\t\t\tif (Validate::isLoadedObject($group)) {\n\t\t\t\t//correct group data\n\t\t\t\t$params = Tools::unSerialize($group->params);\n\t\t\t\tif ($params) {\n\t\t\t\t\t$group->params = SliderLayer::base64Encode(Tools::jsonEncode($params));\n\t\t\t\t\t$group->save();\n\t\t\t\t}\n\n\t\t\t\t//correct slider\n\t\t\t\t$sliders = $this->getSlides($group->id);\n\t\t\t\tforeach ($sliders as $slider)\n\t\t\t\t{\n\t\t\t\t\t$sliderObj = new SliderLayer($slider[\"id_slide\"]);\n\t\t\t\t\tif (Validate::isLoadedObject($sliderObj)) {\n\t\t\t\t\t\t$tmp = Tools::unSerialize($sliderObj->params);\n\t\t\t\t\t\tif ($tmp)\n\t\t\t\t\t\t\t$sliderObj->params = SliderLayer::base64Encode(Tools::jsonEncode($tmp));\n\n\t\t\t\t\t\t$tmpObj = array();\n\t\t\t\t\t\tforeach ($sliderObj->video as $key => $value)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$tmp = Tools::unSerialize($value);\n\t\t\t\t\t\t\tif ($tmp)\n\t\t\t\t\t\t\t\t$tmpObj[$key] = SliderLayer::base64Encode(Tools::jsonEncode($tmp));\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ($tmpObj)\n\t\t\t\t\t\t\t$sliderObj->video = $tmpObj;\n\n\t\t\t\t\t\t$tmpObj = array();\n\t\t\t\t\t\tforeach ($sliderObj->layersparams as $key => $value)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$tmp = Tools::unSerialize($value);\n\t\t\t\t\t\t\tif ($tmp) {\n\t\t\t\t\t\t\t\t$tmpObj[$key] = SliderLayer::base64Encode(Tools::jsonEncode($tmp));\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ($tmpObj)\n\t\t\t\t\t\t\t$sliderObj->layersparams = $tmpObj;\n\t\t\t\t\t\t//print_r($sliderObj);die;\n\t\t\t\t\t\t$sliderObj->save();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "public function load($object, $group);", "public function load($object, $group);", "function pyis_dpd_helpscout_init_field_group( $group ) {\n\tpyis_dpd_helpscout_fieldhelpers()->fields->save->initialize_fields( $group );\n}", "public static function fetchGroupAuthHook($group_id, $hook);", "public function obtainByGroupID(string $group_id);", "public function setGroup($id);", "public function get_fields_by_group($group_id, $select = array('*'))\n\t{\n\t\treturn $this->get_channel_fields($select, array('group_id' => $group_id));\n\t}", "protected function bindLevel($group, $data)\n\t{\n\t\t// Ensure the input data is an array.\n\t\tsettype($data, 'array');\n\n\t\t// Process the input data.\n\t\tforeach ($data as $k => $v)\n\t\t{\n\t\t\tif ($this->findField($k, $group))\n\t\t\t{\n\t\t\t\t// If the field exists set the value.\n\t\t\t\t$this->data->set($group . '.' . $k, $v);\n\t\t\t}\n\t\t\telseif (is_object($v) || Arr::isAssociative($v))\n\t\t\t{\n\t\t\t\t// If the value is an object or an associative array, hand it off to the recursive bind level method\n\t\t\t\t$this->bindLevel($group . '.' . $k, $v);\n\t\t\t}\n\t\t}\n\t}", "public function group(string $group);", "private function getAllGroupLeaders($group) {\r\n\t\treturn $this->getCNList($this->groupDN($group), 'owner');\r\n\t}", "protected function getSingleMailGroup($groupUid)\n {\n $idLists = array();\n if ($groupUid) {\n $mailGroup = BackendUtility::getRecord('sys_dmail_group', $groupUid);\n\n if (is_array($mailGroup)) {\n switch ($mailGroup['type']) {\n case 0:\n // From pages\n // use current page if no else\n $thePages = $mailGroup['pages'] ? $mailGroup['pages'] : $this->id;\n // Explode the pages\n $pages = GeneralUtility::intExplode(',', $thePages);\n $pageIdArray = array();\n\n foreach ($pages as $pageUid) {\n if ($pageUid > 0) {\n $pageinfo = BackendUtility::readPageAccess($pageUid, $this->perms_clause);\n if (is_array($pageinfo)) {\n $info['fromPages'][] = $pageinfo;\n $pageIdArray[] = $pageUid;\n if ($mailGroup['recursive']) {\n $pageIdArray = array_merge($pageIdArray, DirectMailUtility::getRecursiveSelect($pageUid, $this->perms_clause));\n }\n }\n }\n }\n // Remove any duplicates\n $pageIdArray = array_unique($pageIdArray);\n $pidList = implode(',', $pageIdArray);\n $info['recursive'] = $mailGroup['recursive'];\n\n // Make queries\n if ($pidList) {\n $whichTables = intval($mailGroup['whichtables']);\n if ($whichTables&1) {\n // tt_address\n $idLists['tt_address'] = DirectMailUtility::getIdList('tt_address', $pidList, $groupUid, $mailGroup['select_categories']);\n }\n if ($whichTables&2) {\n // fe_users\n $idLists['fe_users'] = DirectMailUtility::getIdList('fe_users', $pidList, $groupUid, $mailGroup['select_categories']);\n }\n if ($this->userTable && ($whichTables&4)) {\n // user table\n $idLists[$this->userTable] = DirectMailUtility::getIdList($this->userTable, $pidList, $groupUid, $mailGroup['select_categories']);\n }\n if ($whichTables&8) {\n // fe_groups\n if (!is_array($idLists['fe_users'])) {\n $idLists['fe_users'] = array();\n }\n $idLists['fe_users'] = array_unique(array_merge($idLists['fe_users'], DirectMailUtility::getIdList('fe_groups', $pidList, $groupUid, $mailGroup['select_categories'])));\n }\n }\n break;\n case 1:\n // List of mails\n if ($mailGroup['csv']==1) {\n $recipients = DirectMailUtility::rearrangeCsvValues(DirectMailUtility::getCsvValues($mailGroup['list']), $this->fieldList);\n } else {\n $recipients = DirectMailUtility::rearrangePlainMails(array_unique(preg_split('|[[:space:],;]+|', $mailGroup['list'])));\n }\n $idLists['PLAINLIST'] = DirectMailUtility::cleanPlainList($recipients);\n break;\n case 2:\n // Static MM list\n $idLists['tt_address'] = DirectMailUtility::getStaticIdList('tt_address', $groupUid);\n $idLists['fe_users'] = DirectMailUtility::getStaticIdList('fe_users', $groupUid);\n $idLists['fe_users'] = array_unique(array_merge($idLists['fe_users'], DirectMailUtility::getStaticIdList('fe_groups', $groupUid)));\n if ($this->userTable) {\n $idLists[$this->userTable] = DirectMailUtility::getStaticIdList($this->userTable, $groupUid);\n }\n break;\n case 3:\n // Special query list\n $mailGroup = $this->update_SpecialQuery($mailGroup);\n $whichTables = intval($mailGroup['whichtables']);\n $table = '';\n if ($whichTables&1) {\n $table = 'tt_address';\n } elseif ($whichTables&2) {\n $table = 'fe_users';\n } elseif ($this->userTable && ($whichTables&4)) {\n $table = $this->userTable;\n }\n if ($table) {\n // initialize the query generator\n $queryGenerator = GeneralUtility::makeInstance('DirectMailTeam\\\\DirectMail\\\\MailSelect');\n $idLists[$table] = DirectMailUtility::getSpecialQueryIdList($queryGenerator, $table, $mailGroup);\n }\n break;\n case 4:\n $groups = array_unique(DirectMailUtility::getMailGroups($mailGroup['mail_groups'], array($mailGroup['uid']), $this->perms_clause));\n foreach ($groups as $v) {\n $collect = $this->getSingleMailGroup($v);\n if (is_array($collect)) {\n $idLists = array_merge_recursive($idLists, $collect);\n }\n }\n break;\n default:\n }\n }\n/**\n * Changes start\n */\n /**\n * Hook for getSingleMailGroup\n * manipulate the generated id_lists\n */\n if (is_array ($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['direct_mail']['mod2']['getSingleMailGroup'])) {\n $hookObjectsArr = array();\n foreach ($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['direct_mail']['mod2']['getSingleMailGroup'] as $classRef) {\n $hookObjectsArr[] = &GeneralUtility::getUserObj($classRef);\n }\n foreach($hookObjectsArr as $hookObj) {\n if (method_exists($hookObj, 'cmd_compileMailGroup_postProcess')) {\n $tempLists = $hookObj->cmd_compileMailGroup_postProcess($idLists, $this, $mailGroup);\n }\n }\n unset ($idLists);\n $idLists = $tempLists;\n }\n/**\n * Changes end\n */\n }\n return $idLists;\n }", "function _get_field_list($field_group)\n\t\t{\n\t\t\t$fields = array('entry_id' => 'entry_id', 'title' => 'title', 'url_title' => 'url_title', 'status' => 'status');\n\n\t\t\t$fields_query = $this->EE->channel_model->get_channel_fields($field_group);\n\n\t\t\tforeach($fields_query->result() as $field)\n\t\t\t{\n\t\t\t\t$fields['field_id_' . $field->field_id] = $field->field_name;\n\t\t\t}\n\n\t\t\treturn $fields;\n\t\t}", "public function import_group($sSessionKey, $iSurveyID, $sImportData, $sImportDataType, $sNewGroupName=NULL, $sNewGroupDescription=NULL)\n {\n\n if ($this->_checkSessionKey($sSessionKey))\n {\n\t\t\t$oSurvey = Survey::model()->findByPk($iSurveyID);\n\t\t\tif (!isset($oSurvey))\n\t\t\t\treturn array('status' => 'Error: Invalid survey ID');\n\n if (Permission::model()->hasSurveyPermission($iSurveyID, 'survey', 'update'))\n {\n\t\t\t\tif($oSurvey->getAttribute('active') =='Y')\n\t\t\t\t\treturn array('status' => 'Error:Survey is active and not editable');\n\n if (!in_array($sImportDataType,array('csv','lsg'))) return array('status' => 'Invalid extension');\n\t\t\t\tlibxml_use_internal_errors(true);\n Yii::app()->loadHelper('admin/import');\n // First save the data to a temporary file\n $sFullFilePath = Yii::app()->getConfig('tempdir') . DIRECTORY_SEPARATOR . randomChars(40).'.'.$sImportDataType;\n file_put_contents($sFullFilePath,base64_decode(chunk_split($sImportData)));\n\n\t\t\t\tif (strtolower($sImportDataType)=='csv')\n\t\t\t\t{\n\t\t\t\t\t$aImportResults = CSVImportGroup($sFullFilePath, $iSurveyID);\n\t\t\t\t}\n\t\t\t\telseif ( strtolower($sImportDataType)=='lsg')\n\t\t\t\t{\n $sXMLdata = file_get_contents($sFullFilePath);\n $xml = @simplexml_load_string($sXMLdata,'SimpleXMLElement',LIBXML_NONET);\n\t\t\t\t\tif(!$xml)\n\t\t\t\t\t{\n\t\t\t\t\t\tunlink($sFullFilePath);\n\t\t\t\t\t\treturn array('status' => 'Error: Invalid LimeSurvey group structure XML ');\n\t\t\t\t\t}\n\t\t\t\t\t$aImportResults = XMLImportGroup($sFullFilePath, $iSurveyID);\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t\treturn array('status' => 'Invalid extension'); //just for symmetry!\n\n\t\t\t\tunlink($sFullFilePath);\n\n\t\t\t\tif (isset($aImportResults['fatalerror'])) return array('status' => 'Error: '.$aImportResults['fatalerror']);\n else\n {\n\t\t\t\t\t$iNewgid = $aImportResults['newgid'];\n\n\t\t\t\t\t$oGroup = QuestionGroup::model()->findByAttributes(array('gid' => $iNewgid));\n\t\t\t\t\t$slang=$oGroup['language'];\n\t\t\t\t\tif($sNewGroupName!='')\n\t\t\t\t\t$oGroup->setAttribute('group_name',$sNewGroupName);\n\t\t\t\t\tif($sNewGroupDescription!='')\n\t\t\t\t\t$oGroup->setAttribute('description',$sNewGroupDescription);\n\t\t\t\t\ttry\n\t\t\t\t\t{\n\t\t\t\t\t\t$oGroup->save();\n\t\t\t\t\t}\n\t\t\t\t\tcatch(Exception $e)\n\t\t\t\t\t{\n\t\t\t\t\t\t// no need to throw exception\n\t\t\t\t\t}\n return (int)$aImportResults['newgid'];\n }\n }\n else\n return array('status' => 'No permission');\n }\n else\n\t\t\treturn array('status' => 'Invalid session key');\n }", "public function setGroupIds( $groupIds );", "public function addGroup($group_id);", "abstract protected function _buildGroupBy( $group );", "function loadGroups() {\n $db = & JFactory::getDBO();\n $query = \"SELECT \".$this->group_id.\", \".$this->groups_db.\".group_name, \".\n $this->groups_db.\".description, groupvpn.group_name as gn, groupvpn.group_id FROM \".\n $this->groups_db.\" JOIN groupvpn on \".$this->groups_db.\".group_id = \".\n \"groupvpn.group_id\";\n $db->setQuery($query);\n return $db->loadObjectList($this->group_id);\n }" ]
[ "0.5637479", "0.5548518", "0.54582196", "0.5412151", "0.5378481", "0.5377378", "0.5343848", "0.52960145", "0.5294337", "0.5283082", "0.5251073", "0.5228629", "0.52258366", "0.52172226", "0.52172226", "0.521702", "0.51263463", "0.5116817", "0.5108202", "0.50410366", "0.50262207", "0.5006706", "0.5006325", "0.49996564", "0.49987563", "0.4996595", "0.49825323", "0.49800688", "0.497478", "0.4972494" ]
0.62845856
0
Function to do complete sync with AD. Lock database. Sync AD groups to database. Sync AD users to database. Unlock database.
public function SyncADtoDB($verbose) { $this->_lockDb($verbose); $this->_SyncADGroupsToDB($verbose); $this->_SyncADUsersToDB($verbose); $this->_unlockDb($verbose); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static function syncFromDirectory() {\n $allRecords = UserDirectory::singleton() -> fetchAll();\n\n self::syncUsers($allRecords[\"users\"]);\n self::syncGroups($allRecords[\"groups\"]);\n self::syncMembership($allRecords[\"groups\"]);\n\n // save sync timestamp in wp-option\n self::updateLastSyncTimestamp();\n }", "public function synchronize();", "public function lockDb()\n {\n try {\n $qry = $this->prepare(\"UPDATE system SET state = 1 WHERE id = 'dbLock'\");\n $qry->execute();\n $this->isLocked = true;\n } catch (\\PDOException $e) {\n echo $e->getMessage();\n }\n }", "private function _lockDb($verbose)\n {\n echo ($verbose) ? 'Starting database sync... <br />' : '';\n $this->db->lockDb();\n }", "public function sync();", "function syncLdapGroups() {\n global $DB;\n\n // input[\"_groups\"] not set when update from user.form or preference\n if (isset($this->fields[\"authtype\"])\n && isset($this->input[\"_groups\"])\n && (($this->fields[\"authtype\"] == Auth::LDAP)\n || Auth::isAlternateAuth($this->fields['authtype']))) {\n\n if (isset($this->fields[\"id\"]) && ($this->fields[\"id\"] > 0)) {\n $authtype = Auth::getMethodsByID($this->fields[\"authtype\"], $this->fields[\"auths_id\"]);\n\n if (count($authtype)) {\n // Clean groups\n $this->input[\"_groups\"] = array_unique ($this->input[\"_groups\"]);\n\n // Delete not available groups like to LDAP\n $iterator = $DB->request([\n 'SELECT' => [\n 'glpi_groups_users.id',\n 'glpi_groups_users.groups_id',\n 'glpi_groups_users.is_dynamic'\n ],\n 'FROM' => 'glpi_groups_users',\n 'LEFT JOIN' => [\n 'glpi_groups' => [\n 'FKEY' => [\n 'glpi_groups_users' => 'groups_id',\n 'glpi_groups' => 'id'\n ]\n ]\n ],\n 'WHERE' => [\n 'glpi_groups_users.users_id' => $this->fields['id']\n ]\n ]);\n\n $groupuser = new Group_User();\n while ($data = $iterator->next()) {\n\n if (in_array($data[\"groups_id\"], $this->input[\"_groups\"])) {\n // Delete found item in order not to add it again\n unset($this->input[\"_groups\"][array_search($data[\"groups_id\"],\n $this->input[\"_groups\"])]);\n\n } else if ($data['is_dynamic']) {\n $groupuser->delete(['id' => $data[\"id\"]]);\n }\n }\n\n //If the user needs to be added to one group or more\n if (count($this->input[\"_groups\"]) > 0) {\n foreach ($this->input[\"_groups\"] as $group) {\n $groupuser->add(['users_id' => $this->fields[\"id\"],\n 'groups_id' => $group,\n 'is_dynamic' => 1]);\n }\n unset ($this->input[\"_groups\"]);\n }\n }\n }\n }\n }", "function lockDatabase() {\n // but note mkdir returns TRUE if directory already exists!\n $locked = FALSE;\n \n // tidy up from possible locking errors\n if (is_dir(LOCK_DIRECTORY)) {\n // if lock directory is more than a few seconds old it wasn't deleted properly, so we'll delete it ourselves\n // not sure exactly how time changes work, but we can live with a possible twice\n // a year problem since locking is probably almost never needed\n if ((time() - filemtime(LOCK_DIRECTORY)) > 15) {\n unlockDatabase();\n }\n }\n if (is_dir(LOCK_DIRECTORY)) {\n // locked already by someone else\n //rg2log(\"Directory exists \".date(\"D M j G:i:s T Y\", filemtime(LOCK_DIRECTORY)));\n } else {\n // try to lock it ourselves\n //rg2log(\"Trying to lock\");\n $locked = mkdir(LOCK_DIRECTORY ,0777);\n }\n $tries = 0;\n while (!$locked && ($tries < 5)) {\n // wait 500ms up to 5 times trying to get a lock\n usleep(500000);\n if (is_dir(LOCK_DIRECTORY)) {\n // locked already by someone else\n $locked = FALSE;\n } else {\n // try to lock it ourselves\n $locked = mkdir(LOCK_DIRECTORY,0777);\n }\n $tries++;\n //rg2log(\"Lock attempt \".$tries);\n }\n //rg2log(\"Lock status \".$locked);\n return $locked;\n}", "static function syncPermissions()\n {\n $db=AbstractDb::getObject();\n $permissionArray = self::getPermissionArray();\n $sql = \"SELECT * FROM permissions\";\n $db->execSql($sql, $permission_rows, false);\n $sql = null;\n if($permission_rows) {\n foreach($permission_rows as $row) {\n if(empty($permissionArray[$row['permission_id']])) {\n //echo \"Must delete {$row['permission_id']}\";\n $permissionIdStr = $db->escapeString($row['permission_id']);\n $sql .= \"DELETE FROM permissions WHERE permission_id='$permissionIdStr';\\n\";\n\n } else {\n $permissionArray[$row['permission_id']]['is_in_db'] = true;\n }\n }\n }\n foreach($permissionArray as $permissionId => $permissionData) {\n if(empty($permissionData['is_in_db'])) {\n //echo \"Must add {$permissionId}<br/>\\n\";\n $permissionIdStr = $db->escapeString($permissionId);\n $stakeholderTypeStr = $db->escapeString($permissionData[1]);\n $sql .= \"INSERT INTO permissions (permission_id, stakeholder_type_id) VALUES ('$permissionIdStr', '$stakeholderTypeStr');\\n\";\n if($permissionData[2]) {\n //echo \"Must add {$permissionId} to all stakeholders of type {$permissionData[1]}<br/>\\n\";\n $sql .= \"INSERT INTO role_has_permissions (role_id, permission_id) (SELECT role_id, '$permissionIdStr' FROM roles WHERE stakeholder_type_id='$stakeholderTypeStr');\\n\";\n\n }\n }\n }\n if($sql) {\n $db->execSqlUpdate(\"BEGIN;\\n{$sql}COMMIT;\", true);\n }\n\n }", "private function _SyncADUsersToDB($verbose)\n {\n echo ($verbose) ? '<br /> Starting user sync <br /><br />' : '';\n\n foreach ($this->_ADUsers as $ADUser) {\n echo ($verbose) ? 'Syncing ' . $ADUser['samaccountname'][0] . ' - ' . $ADUser['cn'][0] . ' <br />' : '';\n\n $id = $ADUser->getAttribute('samaccountname', 0);\n $idExt = $ADUser->getAttribute('employeenumber', 0);\n $fName = $ADUser->getAttribute('givenname', 0);\n $name = $ADUser->getAttribute('sn', 0);\n $dName = $ADUser->getAttribute('distinguishedname', 0);\n\n $qry = $this->db->prepare('INSERT INTO systemuser (id, idExt, fName, name, dName)\n VALUES (:id, :idExt, :fName, :name, dName)\n ON DUPLICATE KEY UPDATE idExt = :idExt, fName = :fName, name = :name, dName = :dName');\n $qry->bindParam(':id', $id);\n $qry->bindParam(':idExt', $idExt);\n $qry->bindParam(':fName', $fName);\n $qry->bindParam(':name', $name);\n $qry->bindParam(':dName', $dName);\n $qry->execute();\n }\n }", "public function check_sync() {\n\n\t\t\t// Display notice on success redirect.\n\t\t\tif ( isset( $_GET['acfsynccomplete'] ) ) {\n\t\t\t\t$ids = array_map( 'intval', explode( ',', $_GET['acfsynccomplete'] ) );\n\n\t\t\t\t// Generate text.\n\t\t\t\t$text = sprintf(\n\t\t\t\t\t_n( 'Field group synchronised.', '%s field groups synchronised.', count( $ids ), 'acf' ),\n\t\t\t\t\tcount( $ids )\n\t\t\t\t);\n\n\t\t\t\t// Append links to text.\n\t\t\t\t$links = array();\n\t\t\t\tforeach ( $ids as $id ) {\n\t\t\t\t\t$links[] = '<a href=\"' . get_edit_post_link( $id ) . '\">' . get_the_title( $id ) . '</a>';\n\t\t\t\t}\n\t\t\t\t$text .= ' ' . implode( ', ', $links );\n\n\t\t\t\t// Add notice.\n\t\t\t\tacf_add_admin_notice( $text, 'success' );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Find items to sync.\n\t\t\t$keys = array();\n\t\t\tif ( isset( $_GET['acfsync'] ) ) {\n\t\t\t\t$keys[] = sanitize_text_field( $_GET['acfsync'] );\n\t\t\t} elseif ( isset( $_GET['post'], $_GET['action2'] ) && $_GET['action2'] === 'acfsync' ) {\n\t\t\t\t$keys = array_map( 'sanitize_text_field', $_GET['post'] );\n\t\t\t}\n\n\t\t\tif ( $keys && $this->sync ) {\n\t\t\t\tcheck_admin_referer( 'bulk-posts' );\n\n\t\t\t\t// Disabled \"Local JSON\" controller to prevent the .json file from being modified during import.\n\t\t\t\tacf_update_setting( 'json', false );\n\n\t\t\t\t// Sync field groups and generate array of new IDs.\n\t\t\t\t$files = acf_get_local_json_files();\n\t\t\t\t$new_ids = array();\n\t\t\t\tforeach ( $this->sync as $key => $field_group ) {\n\t\t\t\t\tif ( $field_group['key'] && in_array( $field_group['key'], $keys ) ) {\n\t\t\t\t\t\t// Import.\n\t\t\t\t\t} elseif ( $field_group['ID'] && in_array( $field_group['ID'], $keys ) ) {\n\t\t\t\t\t\t// Import.\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// Ignore.\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\t\t\t\t\t$local_field_group = json_decode( file_get_contents( $files[ $key ] ), true );\n\t\t\t\t\t$local_field_group['ID'] = $field_group['ID'];\n\t\t\t\t\t$result = acf_import_field_group( $local_field_group );\n\t\t\t\t\t$new_ids[] = $result['ID'];\n\t\t\t\t}\n\n\t\t\t\t// Redirect.\n\t\t\t\twp_redirect( $this->get_current_admin_url( '&acfsynccomplete=' . implode( ',', $new_ids ) ) );\n\t\t\t\texit;\n\t\t\t}\n\t\t}", "function hcgs_lock_reset_db() {\n\tif(hcgs__post('reset')) {\n\t\t//remove_option('_had_adlock_data');\t\t//no\n\t\tif(function_exists('hcgs_lock_clear_cache')) hcgs_lock_clear_cache();\n\t}\n\thcgs_ajax_result(array('error'=>0, 'success'=> 1));\t//fake for all\n}", "public function requestUserPassResultUpdateLock()\n\t{\n\t\t\n\t\t//$this->db->lockTables(array(\n\t\t//\tarray('name' => 'tst_pass_result', 'type' => ilDB::LOCK_WRITE)\n\t\t//));\n\t}", "private function synDBandMailchimp()\n {\n\n echo '<br>syncing data <br>';\n\n $this->db_conn->dropTables();\n\n $mailChimpList = json_decode($this->getLists(),true);\n $newList = array();\n if(isset($mailChimpList['lists']))\n {\n foreach ($mailChimpList['lists'] as $item)\n {\n $newList[] = array('id'=>$item['id'], 'name'=>$item['name']);\n }\n }\n $this->setListCount(count($newList));\n return $this->db_conn->syncList($newList);\n }", "public function sync_access() {\n\t\tglobal $sync_request_dir;\n\t\t$sync_request = new SyncRequest;\n\t\t$sync_request->server_id = $this->id;\n\t\t$sync_request->account_name = null;\n\t\t$sync_request_dir->add_sync_request($sync_request);\n\t}", "public function lockInShareMode() : InternalDB;", "public function releaseUserPassResultUpdateLock()\n\t{\n\n\t\t//$this->db->unlockTables();\n\t}", "public function unlockDb()\n {\n try {\n $qry = $this->prepare(\"UPDATE system SET state = 0 WHERE id = 'dbLock'\");\n $qry->execute();\n $this->isLocked = false;\n } catch (\\PDOException $e) {\n echo $e->getMessage();\n }\n }", "private function _unlockDb($verbose)\n {\n echo ($verbose) ? '<br /> Database sync complete!' : '';\n $this->db->unlockDb();\n }", "private static function syncGroups($groupsFromDirectory){\n if (!$groupsFromDirectory) return;\n\n global $wpdb;\n\n $table_name = \"nucssa_group\";\n $directory = UserDirectory::singleton();\n\n /***** First remove deleted groups from db *****/\n $gidNumbers_in_db = $wpdb->get_col(\"SELECT external_id FROM $table_name\");\n $gidNumbers_in_directory = array_map(\n function ($group) use ($directory) {\n return $group[$directory->group_schema[\"group_id_attribute\"]];\n },\n $groupsFromDirectory\n );\n $gidNumbers_of_deleted_groups = array_diff($gidNumbers_in_db, $gidNumbers_in_directory);\n $wpdb->query(\n $wpdb->prepare(\n \"DELETE FROM $table_name WHERE external_id IN (%s)\",\n implode(',', $gidNumbers_of_deleted_groups)\n )\n );\n\n /***** Then upsert updated groups to db *****/\n $values_string = implode(\n \",\",\n array_map(\n function ($group) use ($directory) {\n $name = $group[$directory->group_schema[\"name_attribute\"]];\n $description = $group[$directory->group_schema[\"description_attribute\"]] ?? null;\n $group_id = $group[$directory->group_schema[\"group_id_attribute\"]];\n return \"(\"\n . \"'$name'\" . \",\"\n . ($description ? \"'$description'\" : 'NULL') . \",\"\n . $group_id .\n \")\";\n },\n $groupsFromDirectory\n )\n );\n $wpdb->query(\n \"INSERT INTO $table_name\n (group_name, description, external_id)\n VALUES \" . $values_string .\n \" ON DUPLICATE KEY UPDATE\n group_name = VALUES(group_name),\n description = VALUES(description);\"\n );\n }", "public function sync()\n\t{\n\t\t$this->_updateAll = true;\n\t\treturn $this->update();\n\t}", "private function _SyncADGroupsToDB($verbose)\n {\n echo ($verbose) ? '<br /> Starting group sync <br /><br />' : '';\n\n foreach ($this->_ADGroups as $ADGroup) {\n echo ($verbose) ? 'Syncing ' . $ADGroup['cn'][0] . ' <br />' : '';\n }\n }", "public function sync(){}", "function unlock()\r\n {\r\n $this->query( \"UNLOCK TABLES\" );\r\n }", "public function synchronize()\n\t{\n\t\tif (!$this->prepareForSync()) {\n\t\t\treturn false;\n\t\t}\n\n\t\t$startTime = time();\n\t\t$this->logger->debug('START: findSynchronizableUsers(): ' . $startTime);\n\t\t$users = $this->findSynchronizableUsers();\n\t\t$totalTimeNeeded = time() - $startTime;\n\t\t$this->logger->debug('END: findSynchronizableUsers(): Duration: ' . $totalTimeNeeded . ' seconds');\n\n\t\t// ADI-145: provide API\n\t\t$users = apply_filters(NEXT_AD_INT_PREFIX . 'sync_ad2wp_filter_synchronizable_users', $users);\n\n\t\tif (is_array($users) && !empty($users)) {\n\t\t\t$this->logNumberOfUsers($users);\n\n\t\t\t$addedUsers = 0;\n\t\t\t$updatedUsers = 0;\n\t\t\t$failedSync = 0;\n\n\t\t\tforeach ($users as $guid => $sAMAccountName) {\n\t\t\t\t$credentials = NextADInt_Adi_Authentication_PrincipalResolver::createCredentials($sAMAccountName);\n\t\t\t\t$status = -1;\n\n\t\t\t\ttry {\n\t\t\t\t\t$status = $this->synchronizeUser($credentials, $guid);\n\t\t\t\t} catch (Exception $ex) {\n\t\t\t\t\t$this->logger->error('Failed to synchronize ' . $credentials . \". \" . $ex->getMessage());\n\t\t\t\t}\n\n\t\t\t\tswitch ($status) {\n\t\t\t\t\tcase 0:\n\t\t\t\t\t\t$addedUsers++;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 1:\n\t\t\t\t\t\t$updatedUsers++;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\t$failedSync++;\n\t\t\t\t}\n\t\t\t}\n\n\n\t\t\t$this->finishSynchronization($addedUsers, $updatedUsers, $failedSync);\n\n\t\t\treturn true;\n\t\t}\n\n\t\t$this->logger->error(\"No possible users for Sync to Wordpress were found.\");\n\n\t\treturn false;\n\t}", "private static function syncMembership($groups){\n if (!$groups) return;\n\n global $wpdb;\n $directory = UserDirectory::singleton();\n\n $user_table_name = \"nucssa_user\";\n $group_table_name = \"nucssa_group\";\n $membership_table_name = \"nucssa_membership\";\n $touchedRecords = [];\n /***** First update memberships in db and track touched records by ID *****/\n foreach($groups as $group){\n $memberDNs = $group[$directory->membership_schema[\"group_membership_attribute\"]] ?? NULL;\n if ($memberDNs === NULL) continue; // skip if NULL, aka. no members in this group\n $gidNumber = $group[$directory->group_schema[\"group_id_attribute\"]];\n $parent_id = $wpdb->get_var(\"SELECT id FROM {$group_table_name} WHERE external_id = {$gidNumber}\");\n\n foreach($memberDNs as $memberDN){\n\n $child_group_id = $child_user_id = 'NULL';\n [\"type\" => $type, \"name\" => $name] = self::getMemberTypeAndName($memberDN);\n\n if ($type == \"user\") {\n // find user id with $name\n $child_user_id = $wpdb->get_var(\"SELECT id FROM {$user_table_name} WHERE username = '{$name}'\");\n } elseif ($type == \"group\") {\n // find group id with gidNumber\n $child_group_id = $wpdb->get_var(\"SELECT id FROM {$group_table_name} WHERE group_name = '{$name}'\");\n } else {\n continue;\n }\n $query = \"INSERT INTO {$membership_table_name}\n (parent_id, child_group_id, child_user_id)\n VALUES ($parent_id, $child_group_id, $child_user_id)\n ON DUPLICATE KEY UPDATE\n parent_id = $parent_id\n \";\n $wpdb->query($query);\n\n // track touched membership record\n $child_col = $child_group_id !== 'NULL' ? 'child_group_id' : 'child_user_id';\n $child_val = $child_group_id !== 'NULL' ? $child_group_id : $child_user_id;\n $touchedRecords[] = $wpdb->get_var(\"SELECT id FROM {$membership_table_name}\n WHERE parent_id = {$parent_id}\n AND {$child_col} = {$child_val}\"\n );\n }\n }\n\n /***** Delete untouched records *****/\n $allMembershipRecordsInDB = $wpdb->get_col(\"SELECT id FROM {$membership_table_name}\");\n $untouchedRecords = \\array_diff($allMembershipRecordsInDB, $touchedRecords);\n foreach($untouchedRecords as $record_id) {\n $wpdb->delete($membership_table_name, array('id' => $record_id));\n }\n }", "function lock()\n {\n \t$sql = \"SELECT GET_LOCK( '\" . DB_NAME . \"', 10 )\";\n \t$result = mysql_query( $sql );\n \tif ( ! $result )\n \t{\n \t\tTppTrace( \"database lock error\". mysql_error() );\n \t}\n \telse \n \t{\n \t\t$row = mysql_fetch_array( $result );\n \t\tif ( empty( $row[0] ) ) TppTrace( \"database lock timeout 10 error\" );\n \t} \n }", "function unlockDatabase() {\n @rmdir(LOCK_DIRECTORY);\n}", "public function sync_groups($username = '', $password = '')\n\t{\n\t\t$this->CI->load->model('ldap_groups_model');\n\t\t\n\t\t$groups = $this->_get_groups($username, $password);\n\t\t\n\t\tif ($groups)\n\t\t{\n\t\t\treturn $this->CI->ldap_groups_model->sync_groups($groups);\n\t\t}\n\t\telse\n\t\t{\n\t\t\treturn FALSE;\n\t\t}\n\t}", "public function syncLdapUsers($id, bool $saveToDb = true, int $limit = null)\n\t{\n\t\t$syncResult = \"\";\n\t\t$syncResultMsg = \"\";\n\n\t\t//\n\t\t// Get logins from all ldap groups which are synchronized automatically\n\t\t$ldapSynchronizations = $this->LdapSynchronization->find('all', [\n\t\t\t'conditions' => [\n\t\t\t\t'LdapSynchronization.status' => LdapSynchronization::STATUS_ACTIVE\n\t\t\t],\n\t\t\t'order' => [\n\t\t\t\t'LdapSynchronization.id' => 'DESC'\n\t\t\t],\n\t\t\t'contian' => [\n\t\t\t\t'Group', 'Portal'\n\t\t\t]\n\t\t]);\n\n\t\t$allLdapGroupsLogins = [];\n\t\t$allSyncUserPortals = [];\n\t\t$allSyncUserGroups = [];\n\t\tif (!empty($ldapSynchronizations)) {\n\t\t\tforeach ($ldapSynchronizations as $LdapSynchronization) {\n\t\t\t\t$tempData = $LdapSynchronization['LdapSynchronization'];\n\t\t\t\t$groupConnId = $tempData['ldap_group_connector_id'];\n\t\t\t\t$authConnId = $tempData['ldap_auth_connector_id'];\n\n\t\t\t\t// Get list of users from LDAP group\n\t\t\t\t$groupUsersList = $this->listLdapUsers($groupConnId, $tempData['ldap_group']);\n\n\t\t\t\t// Find all valid users in LDAP server from given list of users\n\t\t\t\t$validUsersData = $this->getLdapUsersData($authConnId, $groupUsersList);\n\n\t\t\t\tforeach ($validUsersData as $usrDt) {\n\t\t\t\t\tif ($usrDt['valid'] == true && !in_array($usrDt['data']['login'], $allLdapGroupsLogins, true)) {\n\t\t\t\t\t\t$allLdapGroupsLogins[] = $usrDt['data']['login'];\n\t\t\t\t\t}\n\n\t\t\t\t\tif ($usrDt['valid'] == true) {\n\t\t\t\t\t\t//\n\t\t\t\t\t\t// Portals\n\t\t\t\t\t\tif (!isset($allSyncUserPortals[$usrDt['data']['login']])) {\n\t\t\t\t\t\t\t$allSyncUserPortals[$usrDt['data']['login']] = [];\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tforeach ($LdapSynchronization['Portal'] as $portal) {\n\t\t\t\t\t\t\tif (!in_array($portal['id'], $allSyncUserPortals[$usrDt['data']['login']])) {\n\t\t\t\t\t\t\t\t$allSyncUserPortals[$usrDt['data']['login']][] = $portal['id'];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\t// \n\t\t\t\t\t\t\n\t\t\t\t\t\t//\n\t\t\t\t\t\t// Groups\n\t\t\t\t\t\tif (!isset($allSyncUserGroups[$usrDt['data']['login']])) {\n\t\t\t\t\t\t\t$allSyncUserGroups[$usrDt['data']['login']] = [];\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tforeach ($LdapSynchronization['Group'] as $group) {\n\t\t\t\t\t\t\tif (!in_array($group['id'], $allSyncUserGroups[$usrDt['data']['login']])) {\n\t\t\t\t\t\t\t\t$allSyncUserGroups[$usrDt['data']['login']][] = $group['id'];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\t// \n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t// \n\t\t\n\t\t$ldapSyncData = $this->LdapSynchronization->find('first', [\n\t\t\t'conditions' => [\n\t\t\t\t'LdapSynchronization.id' => $id\n\t\t\t]\n\t\t]);\n\n\t\t$data = isset($ldapSyncData['LdapSynchronization']) ? $ldapSyncData['LdapSynchronization'] : [];\n\n\t\t$ldapGroupExists = false;\n\t\t$usersResults = [];\n\t\tif (!empty($ldapSyncData)) {\n\t\t\t$ldapAuthConnectorId = intval($data['ldap_auth_connector_id']);\n\t\t\t$ldapGroupConnectorId = intval($data['ldap_group_connector_id']);\n\t\t\t$ldapGroup = $data['ldap_group'];\n\n\t\t\t$allLdapGroups = $this->getLdapGroupsList($ldapGroupConnectorId);\n\t\t\tif (in_array($ldapGroup, $allLdapGroups, true)) {\n\t\t\t\t$ldapGroupExists = true;\n\t\t\t}\n\n\t\t\t// Get list of users from given LDAP group\n\t\t\t$users = $this->listLdapUsers($ldapGroupConnectorId, $ldapGroup);\n\n\t\t\t// Find all valid users in LDAP server\n\t\t\t$results = $this->getLdapUsersData($ldapAuthConnectorId, $users);\n\n\t\t\t$groups = $ldapSyncData['Group'];\n\t\t\t$portals = $ldapSyncData['Portal'];\n\n\t\t\t$defaultUserData = [\n\t\t\t\t'name' => '',\n\t\t\t\t'surname' => '',\n\t\t\t\t'email' => '',\n\t\t\t\t'login' => '',\n\t\t\t\t'local_account' => 0,\n\t\t\t\t'ldap_sync' => 1,\n\t\t\t\t'LdapSynchronization' => [$id],\n\t\t\t\t'Portal' => Hash::extract($portals, \"{n}.id\"),\n\t\t\t\t'Group' => Hash::extract($groups, \"{n}.id\"),\n\t\t\t\t'language' => 'eng',\n\t\t\t\t'status' => User::STATUS_ACTIVE,\n\t\t\t\t'blocked' => 0,\n\t\t\t\t'api_allow' => 0\n\t\t\t];\n\n\t\t\t$usersData = [];\n\t\t\tforeach ($results as $result) {\n\t\t\t\tif ($result['valid']) {\n\t\t\t\t\t$ldapUserData = $result['data'];\n\t\t\t\t\t\n\t\t\t\t\t$usersData[] = array_merge($defaultUserData, [\n\t\t\t\t\t\t'login' => $ldapUserData['login'],\n\t\t\t\t\t\t'name' => $ldapUserData['name'],\n\t\t\t\t\t\t'surname' => $ldapUserData['surname'],\n\t\t\t\t\t\t'email' => $ldapUserData['email']\n\t\t\t\t\t]);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t$erambaUsers = $this->User->find('all', [\n\t\t\t\t'fields' => [\n\t\t\t\t\t'User.id', 'User.login', 'User.status', 'User.local_account', 'ldap_sync'\n\t\t\t\t],\n\t\t\t\t'contain' => [\n\t\t\t\t\t'Portal', 'Group', 'LdapSynchronization'\n\t\t\t\t]\n\t\t\t]);\n\n\t\t\t$erambaUsersTemp = [];\n\t\t\tforeach ($erambaUsers as $eu) {\n\t\t\t\t$userLogin = $eu['User']['login'];\n\t\t\t\t$erambaUsersTemp[$userLogin]['User'] = $eu['User'];\n\t\t\t\t$erambaUsersTemp[$userLogin]['portals'] = Hash::extract($eu['Portal'], '{n}.id');\n\t\t\t\t$erambaUsersTemp[$userLogin]['groups'] = Hash::extract($eu['Group'], '{n}.id');\n\t\t\t\t$erambaUsersTemp[$userLogin]['ldap_synchronizations'] = Hash::extract($eu['LdapSynchronization'], '{n}.id');\n\t\t\t\t$erambaUsersTemp[$userLogin]['no_user_actions'] = Hash::extract($eu['LdapSynchronization'], '{n}.no_user_action');\n\t\t\t}\n\t\t\t$erambaUsers = $erambaUsersTemp;\n\n\t\t\t//\n\t\t\t// Find users which we need to remove, disable or ignore in eramba\n\t\t\tforeach ($erambaUsers as $erambaUser) {\n\t\t\t\t$erambaUserData = $erambaUser['User'];\n\t\t\t\t// Skip admin and all local and previously manually added ldap users\n\t\t\t\tif ($erambaUserData['id'] == ADMIN_ID ||\n\t\t\t\t\t$erambaUserData['local_account'] == User::LOCAL_ACCOUNT ||\n\t\t\t\t\tempty($erambaUserData['ldap_sync']) ||\n\t\t\t\t\t!in_array($data['id'], $erambaUser['ldap_synchronizations'])) {\n\n\t\t\t\t\tif (in_array($erambaUserData['login'], $allLdapGroupsLogins, true)\n\t\t\t\t\t\t&& $erambaUserData['local_account'] == User::LOCAL_ACCOUNT\n\t\t\t\t\t) {\n\t\t\t\t\t\t$usr['action-desc'] = 'skip-ignore-local';\n\t\t\t\t\t\t$usr['action'] = 'skip';\n\t\t\t\t\t\t$usr['actionMsg'] = __('Already exists locally');\n\t\t\t\t\t\t$usr['login'] = $erambaUserData['login'];\n\t\t\t\t\t\t$usr['data'] = [\n\t\t\t\t\t\t\t'id' => $erambaUserData['id'],\n\t\t\t\t\t\t\t'status' => $erambaUserData['status']\n\t\t\t\t\t\t];\n\n\t\t\t\t\t\t$this->_setUserStatus($erambaUserData['login'], 'local', __(\n\t\t\t\t\t\t\t'Already exists locally'\n\t\t\t\t\t\t));\n\n\t\t\t\t\t\t$usersResults[] = $usr;\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tif (!in_array($erambaUserData['login'], $allLdapGroupsLogins, true)) {\n\t\t\t\t\t$usr = [\n\t\t\t\t\t\t'login' => $erambaUserData['login']\n\t\t\t\t\t];\n\n\t\t\t\t\t$usrAction = '';\n\t\t\t\t\t$usrActionMsg = '';\n\t\t\t\t\tif (in_array(LdapSynchronization::NO_USER_ACTION_IGNORE, $erambaUser['no_user_actions'])) {\n\t\t\t\t\t\t$usrAction = 'skip';\n\t\t\t\t\t\t$usrActionMsg = __('User will be ignored');\n\t\t\t\t\t\t$usr['action-desc'] = 'skip-ignore';\n\n\t\t\t\t\t\t$this->_setUserStatus($erambaUserData['login'], 'remove-ignore', __(\n\t\t\t\t\t\t\t'User is not in the group and will be ignored according to sync settings'\n\t\t\t\t\t\t));\n\n\t\t\t\t\t} elseif (in_array(LdapSynchronization::NO_USER_ACTION_DISABLE, $erambaUser['no_user_actions'])) {\n\t\t\t\t\t\tif ($erambaUserData['status'] == User::STATUS_NOT_ACTIVE) {\n\t\t\t\t\t\t\t$usrAction = 'skip';\n\t\t\t\t\t\t\t$usrActionMsg = __('User is already disabled');\n\t\t\t\t\t\t\t$usr['action-desc'] = 'skip-disable';\n\n\t\t\t\t\t\t\t$this->_setUserStatus($erambaUserData['login'], 'remove-already-disabled', __(\n\t\t\t\t\t\t\t\t'User is not in the group and should be disabled, but its already disabled'\n\t\t\t\t\t\t\t));\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$usrAction = 'disable';\n\t\t\t\t\t\t\t$usrActionMsg = __('User will be disabled');\n\n\t\t\t\t\t\t\t$this->_setUserStatus($erambaUserData['login'], 'remove-disable', __(\n\t\t\t\t\t\t\t\t'User is not in the group and will be disabled according to sync settings'\n\t\t\t\t\t\t\t));\n\t\t\t\t\t\t}\n\t\t\t\t\t} elseif (in_array(LdapSynchronization::NO_USER_ACTION_DELETE, $erambaUser['no_user_actions'])) {\n\t\t\t\t\t\t$usrAction = 'delete';\n\t\t\t\t\t\t$usrActionMsg = __('User will be deleted');\n\n\t\t\t\t\t\t$this->_setUserStatus($erambaUserData['login'], 'remove-delete', __(\n\t\t\t\t\t\t\t'User is not in the group and will be removed according to sync settings'\n\t\t\t\t\t\t));\n\t\t\t\t\t}\n\t\t\t\t\t$usr['action'] = $usrAction;\n\t\t\t\t\t$usr['actionMsg'] = $usrActionMsg;\n\t\t\t\t\t$usr['data'] = [\n\t\t\t\t\t\t'id' => $erambaUserData['id'],\n\t\t\t\t\t\t'status' => $erambaUserData['status'],\n\t\t\t\t\t];\n\n\t\t\t\t\tif (!in_array($erambaUserData['login'], $users)) {\n\t\t\t\t\t\t$tmpLdap = array_flip($erambaUser['ldap_synchronizations']);\n\t\t\t\t\t\tunset($tmpLdap[$id]);\n\n\t\t\t\t\t\t$usr['data']['LdapSynchronization'] = array_flip($tmpLdap);\n\t\t\t\t\t}\n\n\t\t\t\t\t$usersResults[] = $usr;\n\t\t\t\t} else {\n\t\t\t\t\tif (!in_array($erambaUserData['login'], $users)) {\n\t\t\t\t\t\t$usr['action'] = 'skip';\n\t\t\t\t\t\t$usr['action-desc'] = 'skip-ignore';\n\t\t\t\t\t\t$usr['actionMsg'] = __('User will be ignored');\n\t\t\t\t\t\t$usr['data'] = [\n\t\t\t\t\t\t\t'id' => $erambaUserData['id']\n\t\t\t\t\t\t];\n\t\t\t\t\t\t$usr['login'] = $erambaUserData['login'];\n\n\t\t\t\t\t\t$tmpLdap = array_flip($erambaUser['ldap_synchronizations']);\n\t\t\t\t\t\tunset($tmpLdap[$id]);\n\n\t\t\t\t\t\t$usr['data']['LdapSynchronization'] = array_flip($tmpLdap);\n\n\t\t\t\t\t\t$usersResults[] = $usr;\n\t\t\t\t\t}\n\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t}\n\t\t\t//\n\n\t\t\t//\n\t\t\t// Find users which we need to add to eramba or skip because they already exists\n\t\t\t$erambaUsersLogins = array_keys($erambaUsers);\n\t\t\tforeach ($usersData as $userData) {\n\t\t\t\t$usr = [\n\t\t\t\t\t'login' => $userData['login']\n\t\t\t\t];\n\n\t\t\t\tif (!array_key_exists($userData['login'], $erambaUsers)) {\n\t\t\t\t\t// Get synchronizations names\n\t\t\t\t\t$LdapSynchronizationModel = ClassRegistry::init('LdapSynchronization');\n\t\t\t\t\t$ldapSyncsData = $LdapSynchronizationModel->find('all', [\n\t\t\t\t\t\t'conditions' => [\n\t\t\t\t\t\t\t'LdapSynchronization.id' => $userData['LdapSynchronization']\n\t\t\t\t\t\t]\n\t\t\t\t\t]);\n\t\t\t\t\t$ldapSyncsNames = Hash::extract($ldapSyncsData, '{n}.LdapSynchronization.name');\n\n\t\t\t\t\t$usr['data'] = $userData;\n\t\t\t\t\t$usr['additional_data'] = [\n\t\t\t\t\t\t'portals' => Hash::extract($portals, \"{n}.name\"),\n\t\t\t\t\t\t'groups' => Hash::extract($groups, \"{n}.name\"),\n\t\t\t\t\t\t'ldap_synchronizations' => $ldapSyncsNames\n\t\t\t\t\t];\n\t\t\t\t\t$usr['action'] = 'add';\n\t\t\t\t\t$usr['actionMsg'] = __('User will be added');\n\n\t\t\t\t\t$this->_setUserStatus($userData['login'], 'add', __(\n\t\t\t\t\t\t'User will be added'\n\t\t\t\t\t), $usr['data'], $usr['additional_data']);\n\t\t\t\t} else {\n\t\t\t\t\t$erambaUser = $erambaUsers[$userData['login']];\n\t\t\t\t\t$erambaUserData = $erambaUser['User'];\n\n\t\t\t\t\t// Skip admin and all local and previously manually added ldap users\n\t\t\t\t\tif ($erambaUserData['id'] == ADMIN_ID\n\t\t\t\t\t\t|| $erambaUserData['local_account'] == User::LOCAL_ACCOUNT\n\t\t\t\t\t\t|| empty($erambaUserData['ldap_sync'])\n\t\t\t\t\t) {\n\t\t\t\t\t\tif ($erambaUserData['local_account'] == User::LOCAL_ACCOUNT) {\n\t\t\t\t\t\t\t$this->_setUserStatus($erambaUserData['login'], 'local', __(\n\t\t\t\t\t\t\t\t'Already exists locally'\n\t\t\t\t\t\t\t));\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\n\t\t\t\t\t/*\n\t\t\t\t\tCheck if eramba user has portals which are not in any of his synchronization (then remove that portals)\n\t\t\t\t\tCheck if eramba user does not have portals which are in current synchronization (then add that portals)\n\t\t\t\t\t--- same with groups ---\n\t\t\t\t\t\n\t\t\t\t\tEnable user if he is in disabled state\n\t\t\t\t\t\n\t\t\t\t\taction will be \"skip\" if we did nothing with user\n\t\t\t\t\taction will be \"update\" if we update any of user's information\n\t\t\t\t\t */\n\n\t\t\t\t\t//\n\t\t\t\t\t// Update eramba user's portals\n\t\t\t\t\t$portalsEdited = false;\n\t\t\t\t\t$newPortals = [];\n\t\t\t\t\t// Remove portals which are not in any sync where user belongs\n\t\t\t\t\tforeach ($erambaUser['portals'] as $portalId) {\n\t\t\t\t\t\tif (in_array($portalId, $allSyncUserPortals[$userData['login']])) {\n\t\t\t\t\t\t\t$newPortals[] = $portalId;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$portalsEdited = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t// Add new portals from current sync\n\t\t\t\t\tforeach ($userData['Portal'] as $portalId) {\n\t\t\t\t\t\tif (!in_array($portalId, $erambaUser['portals'])) {\n\t\t\t\t\t\t\t$newPortals[] = $portalId;\n\t\t\t\t\t\t\t$portalsEdited = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t//\n\t\t\t\t\t\n\t\t\t\t\t//\n\t\t\t\t\t// Update eramba user's groups\n\t\t\t\t\t$newGroups = [];\n\t\t\t\t\t$groupsEdited = false;\n\t\t\t\t\t// Remove groups which are not in any sync where user belongs\n\t\t\t\t\tforeach ($erambaUser['groups'] as $groupId) {\n\t\t\t\t\t\tif (in_array($groupId, $allSyncUserGroups[$userData['login']])) {\n\t\t\t\t\t\t\t$newGroups[] = $groupId;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$groupsEdited = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t// Add new groups from current sync\n\t\t\t\t\tforeach ($userData['Group'] as $groupId) {\n\t\t\t\t\t\tif (!in_array($groupId, $erambaUser['groups'])) {\n\t\t\t\t\t\t\t$newGroups[] = $groupId;\n\t\t\t\t\t\t\t$groupsEdited = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t//\n\t\t\t\t\t\n\t\t\t\t\t//\n\t\t\t\t\t// Check if user has this ldap_synchronization attached\n\t\t\t\t\t$newLdapSyncs = $erambaUser['ldap_synchronizations'];\n\t\t\t\t\t$ldapSyncEdited = false;\n\t\t\t\t\tif (!in_array($data['id'], $erambaUser['ldap_synchronizations'])) {\n\t\t\t\t\t\t$newLdapSyncs[] = $data['id'];\n\t\t\t\t\t\t$ldapSyncEdited = true;\n\t\t\t\t\t}\n\t\t\t\t\t// \n\t\t\t\t\t\n\t\t\t\t\t//\n\t\t\t\t\t// Update eramba user's status\n\t\t\t\t\t$statusEdited = false;\n\t\t\t\t\t$newStatus = null;\n\t\t\t\t\tif ($erambaUserData['status'] == User::STATUS_NOT_ACTIVE) {\n\t\t\t\t\t\t$statusEdited = true;\n\t\t\t\t\t\t$newStatus = User::STATUS_ACTIVE;\n\t\t\t\t\t}\n\t\t\t\t\t//\n\n\t\t\t\t\tif ($portalsEdited || $groupsEdited || $ldapSyncEdited || $statusEdited) {\n\t\t\t\t\t\t$usr['data'] = [\n\t\t\t\t\t\t\t'id' => $erambaUsers[$userData['login']]['User']['id']\n\t\t\t\t\t\t];\n\t\t\t\t\t\t$usr['additional_data'] = [];\n\n\t\t\t\t\t\tif ($portalsEdited) {\n\t\t\t\t\t\t\t// Get portals names\n\t\t\t\t\t\t\t$PortalModel = ClassRegistry::init('Portal');\n\t\t\t\t\t\t\t$portalsData = $PortalModel->find('all', [\n\t\t\t\t\t\t\t\t'conditions' => [\n\t\t\t\t\t\t\t\t\t'Portal.id' => $newPortals\n\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t]);\n\t\t\t\t\t\t\t$portalsNames = Hash::extract($portalsData, '{n}.Portal.name');\n\n\t\t\t\t\t\t\t$usr['data']['Portal'] = $newPortals;\n\t\t\t\t\t\t\t$usr['additional_data']['portals'] = $portalsNames;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif ($groupsEdited) {\n\t\t\t\t\t\t\t// Get groups names\n\t\t\t\t\t\t\t$GroupModel = ClassRegistry::init('Group');\n\t\t\t\t\t\t\t$groupsData = $GroupModel->find('all', [\n\t\t\t\t\t\t\t\t'conditions' => [\n\t\t\t\t\t\t\t\t\t'Group.id' => $newGroups\n\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t]);\n\t\t\t\t\t\t\t$groupsNames = Hash::extract($groupsData, '{n}.Group.name');\n\n\t\t\t\t\t\t\t$usr['data']['Group'] = $newGroups;\n\t\t\t\t\t\t\t$usr['additional_data']['groups'] = $groupsNames;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif ($ldapSyncEdited) {\n\t\t\t\t\t\t\t// Get synchronizations names\n\t\t\t\t\t\t\t$LdapSynchronizationModel = ClassRegistry::init('LdapSynchronization');\n\t\t\t\t\t\t\t$ldapSyncsData = $LdapSynchronizationModel->find('all', [\n\t\t\t\t\t\t\t\t'conditions' => [\n\t\t\t\t\t\t\t\t\t'LdapSynchronization.id' => $newLdapSyncs\n\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t]);\n\t\t\t\t\t\t\t$ldapSyncsNames = Hash::extract($ldapSyncsData, '{n}.LdapSynchronization.name');\n\n\t\t\t\t\t\t\t$usr['data']['LdapSynchronization'] = $newLdapSyncs;\n\t\t\t\t\t\t\t$usr['additional_data']['ldap_synchronizations'] = $ldapSyncsNames;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif ($statusEdited && $newStatus !== null) {\n\t\t\t\t\t\t\t$usr['data']['status'] = $newStatus;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t$usr['action'] = 'update';\n\t\t\t\t\t\t$usr['actionMsg'] = __('User will be updated');\n\n\t\t\t\t\t\t$this->_setUserStatus($erambaUserData['login'], 'update', __(\n\t\t\t\t\t\t\t'User will be updated'\n\t\t\t\t\t\t), $usr['data'], $usr['additional_data']);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$usr['action'] = 'skip';\n\t\t\t\t\t\t$usr['actionMsg'] = __('User already exists and is up to date');\n\t\t\t\t\t\t$usr['action-desc'] = 'skip-add';\n\n\t\t\t\t\t\t$this->_setUserStatus($erambaUserData['login'], 'skip-no-change', __(\n\t\t\t\t\t\t\t'User already exists and is up to date'\n\t\t\t\t\t\t));\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t$usersResults[] = $usr;\n\t\t\t}\n\t\t\t//\n\t\t}\n\n\t\tif ($saveToDb && !empty($data)) {\n\t\t\t// Audit trait - sync process started\n\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_LDAP_SYNC_STARTED)\n\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t->message([$data['name']])\n\t\t\t\t->log();\n\t\t\t\n\t\t\tif ($ldapGroupExists) {\n\t\t\t\t$syncResult = self::SYNC_RESULT_SUCCESS;\n\t\t\t\t$syncResultMsg = __('Successfully synchronized');\n\n\t\t\t\t$processedUsersCount = 0;\n\t\t\t\tforeach ($usersResults as $key => $user) {\n\t\t\t\t\tif (!empty($limit) && $processedUsersCount >= $limit) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\n\t\t\t\t\t$this->User->clear();\n\t\t\t\t\tif ($user['action'] == 'skip') {\n\t\t\t\t\t\tif ($user['action-desc'] == 'skip-add') {\n\t\t\t\t\t\t\t// Audit trail - account found in LDAP group\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_LDAP_ACCOUNT_FOUND)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login'], $data['ldap_group']])\n\t\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t// Audit trail - account already exists in eramba we are not creating it again\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_ERAMBA_ACCOUNT_ALREADY_EXISTS)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login']])\n\t\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t} elseif ($user['action-desc'] == 'skip-disable') {\n\t\t\t\t\t\t\t// Audit trail - account exists in eramba but does not exists in LDAP group\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_LDAP_ACCOUNT_NOT_FOUND)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login'], $data['ldap_group'], __('disabling')])\n\t\t\t\t\t\t\t\t->log();\n\n\t\t\t\t\t\t\t// Audit trail - account is already disabled - no action required\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_ERAMBA_ACCOUNT_ALREADY_DISABLED)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login']])\n\t\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t} elseif ($user['action-desc'] == 'skip-ignore') {\n\t\t\t\t\t\t\t// Audit trail - account exists in eramba but does not exists in LDAP group - account will be ignored\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_ERAMBA_ACCOUNT_IGNORED)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login'], $data['ldap_group']])\n\t\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t} elseif ($user['action-desc'] == 'skip-ignore-local') {\n\t\t\t\t\t\t\t// Audit trail - account exists in eramba as local and also exists in LDAP group - account will be ignored\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_ERAMBA_ACCOUNT_IGNORED_LOCAL)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login'], $data['ldap_group']])\n\t\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (isset($user['data']['LdapSynchronization'])) {\n\t\t\t\t\t\t\t$ud = [\n\t\t\t\t\t\t\t\t'User' => [\n\t\t\t\t\t\t\t\t\t'id' => $user['data']['id'],\n\t\t\t\t\t\t\t\t\t'LdapSynchronization' => $user['data']['LdapSynchronization']\n\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t$v = (bool) $this->User->validateAssociated($ud, [\n\t\t\t\t\t\t\t\t'atomic' => true,\n\t\t\t\t\t\t\t\t'deep' => true,\n\t\t\t\t\t\t\t\t'fieldList' => ['LdapSynchronization']\n\t\t\t\t\t\t\t]);\n\n\t\t\t\t\t\t\tif ($v) {\n\t\t\t\t\t\t\t\t$this->User->saveAssociated($ud, [\n\t\t\t\t\t\t\t\t\t'atomic' => true,\n\t\t\t\t\t\t\t\t\t'validate' => false,\n\t\t\t\t\t\t\t\t\t'deep' => true,\n\t\t\t\t\t\t\t\t\t'callbacks' => false,\n\t\t\t\t\t\t\t\t\t'fieldList' => ['LdapSynchronization']\n\t\t\t\t\t\t\t\t]);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t} elseif ($user['action'] == 'add') {\n\t\t\t\t\t\t// Audit trail - account found in LDAP group\n\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_LDAP_ACCOUNT_FOUND)\n\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t->message([$data['name'], $user['login'], $data['ldap_group']])\n\t\t\t\t\t\t\t->log();\n\n\t\t\t\t\t\t//\n\t\t\t\t\t\t// Validate user and save validation errors\n\t\t\t\t\t\t$ud = [\n\t\t\t\t\t\t\t'User' => $user['data']\n\t\t\t\t\t\t];\n\t\t\t\t\t\t$userValid = $this->User->validateAssociated($ud, [\n\t\t\t\t\t\t\t'atomic' => true,\n\t\t\t\t\t\t\t'deep' => true\n\t\t\t\t\t\t]);\n\t\t\t\t\t\t$usersResults[$key]['valid'] = $userValid;\n\t\t\t\t\t\t$usersResults[$key]['validationErrors'] = $this->User->validationErrors;\n\t\t\t\t\t\t//\n\t\t\t\t\t\t\n\t\t\t\t\t\t$res = false;\n\t\t\t\t\t\tif ($userValid == true) {\n\t\t\t\t\t\t\t// Audit trail - account does not exists in eramba - validated successfully\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_LDAP_ACCOUNT_VALIDATION_SUCCESS)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login']])\n\t\t\t\t\t\t\t\t->log();\n\n\t\t\t\t\t\t\t$res = $this->User->saveAssociated($ud, [\n\t\t\t\t\t\t\t\t'validate' => false,\n\t\t\t\t\t\t\t\t'atomic' => true,\n\t\t\t\t\t\t\t\t'deep' => true\n\t\t\t\t\t\t\t]);\n\n\t\t\t\t\t\t\tif ($res) {\n\t\t\t\t\t\t\t\t// Audit trail - account has been created successfully\n\t\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_ERAMBA_ACCOUNT_CREATE_SUCCESS)\n\t\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t\t->message([$data['name'], $user['login']])\n\t\t\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t// Audit trail - account creating failed\n\t\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_ERAMBA_ACCOUNT_CREATE_FAIL)\n\t\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t\t->message([$data['name'], $user['login']])\n\t\t\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Audit trail - account cannot be created because of validation errors\n\t\t\t\t\t\t\t$validationErrorsStr = implode(\", \", Hash::extract($this->User->validationErrors, \"{s}.0\"));\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_LDAP_ACCOUNT_VALIDATION_FAIL)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login'], $validationErrorsStr])\n\t\t\t\t\t\t\t\t->log();\n\n\t\t\t\t\t\t\t$this->_setUserStatus($user['data']['login'], 'add-validation-error', __(\n\t\t\t\t\t\t\t\t'User cannot be created because of validation error (%s);', $validationErrorsStr\n\t\t\t\t\t\t\t));\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t$usersResults[$key]['actionResult'] = $res;\n\n\t\t\t\t\t\t++$processedUsersCount;\n\t\t\t\t\t} elseif ($user['action'] == 'update') {\n\t\t\t\t\t\t// Audit trail - account exists in eramba and ldap server\n\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_LDAP_ACCOUNT_FOUND)\n\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t->message([$data['name'], $user['login'], $data['ldap_group']])\n\t\t\t\t\t\t\t->log();\n\n\t\t\t\t\t\t$fieldList = [];\n\t\t\t\t\t\tforeach ($user['data'] as $ud_key => $ud_val) {\n\t\t\t\t\t\t\tif ($ud_key !== 'id') {\n\t\t\t\t\t\t\t\t$fieldList[] = $ud_key;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t//\n\t\t\t\t\t\t// Validate user and save validation errors\n\t\t\t\t\t\t$ud = [\n\t\t\t\t\t\t\t'User' => $user['data']\n\t\t\t\t\t\t];\n\t\t\t\t\t\t$res = $this->User->validateAssociated($ud, [\n\t\t\t\t\t\t\t'atomic' => true,\n\t\t\t\t\t\t\t'deep' => true,\n\t\t\t\t\t\t\t'fieldList' => $fieldList\n\t\t\t\t\t\t]);\n\t\t\t\t\t\t$usersResults[$key]['valid'] = $res;\n\t\t\t\t\t\t$usersResults[$key]['validationErrors'] = $this->User->validationErrors;\n\t\t\t\t\t\t//\n\n\t\t\t\t\t\tif ((bool) $res) {\n\t\t\t\t\t\t\t$res &= $this->User->saveAssociated($ud, [\n\t\t\t\t\t\t\t\t'atomic' => true,\n\t\t\t\t\t\t\t\t'validate' => false,\n\t\t\t\t\t\t\t\t'deep' => true,\n\t\t\t\t\t\t\t\t'fieldList' => $fieldList,\n\t\t\t\t\t\t\t\t'callbacks' => false\n\t\t\t\t\t\t\t]);\n\n\t\t\t\t\t\t\t++$processedUsersCount;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t$usersResults[$key]['actionResult'] = $res;\n\n\t\t\t\t\t\tif ($res) {\n\t\t\t\t\t\t\t// Audit trail - successfully updated\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_ERAMBA_ACCOUNT_UPDATE_SUCCESS)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login']])\n\t\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Audit trail - updating failed\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_ERAMBA_ACCOUNT_UPDATE_FAIL)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login']])\n\t\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t}\n\t\t\t\t\t} elseif ($user['action'] == 'disable') {\n\t\t\t\t\t\t// Audit trail - account exists in eramba but does not exists in LDAP group\n\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_LDAP_ACCOUNT_NOT_FOUND)\n\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t->message([$data['name'], $user['login'], $data['ldap_group'], __('disabling')])\n\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t\n\t\t\t\t\t\t$res = true;\n\t\t\t\t\t\tif ($user['data']['status'] != User::STATUS_NOT_ACTIVE) {\n\t\t\t\t\t\t\t$ud = [\n\t\t\t\t\t\t\t\t'id' => $user['data']['id'],\n\t\t\t\t\t\t\t\t'status' => User::STATUS_NOT_ACTIVE\n\t\t\t\t\t\t\t];\n\n\t\t\t\t\t\t\t$fieldList = [\n\t\t\t\t\t\t\t\t'status'\n\t\t\t\t\t\t\t];\n\n\t\t\t\t\t\t\tif (isset($user['data']['LdapSynchronization'])) {\n\t\t\t\t\t\t\t\t$ud['LdapSynchronization'] = $user['data']['LdapSynchronization'];\n\n\t\t\t\t\t\t\t\t$fieldList[] = 'LdapSynchronization';\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t$ud = [\n\t\t\t\t\t\t\t\t'User' => $ud\n\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t$v = (bool) $this->User->validateAssociated($ud, [\n\t\t\t\t\t\t\t\t'atomic' => true,\n\t\t\t\t\t\t\t\t'deep' => true,\n\t\t\t\t\t\t\t\t'fieldList' => $fieldList\n\t\t\t\t\t\t\t]);\n\n\t\t\t\t\t\t\tif ($v) {\n\t\t\t\t\t\t\t\t$res = $this->User->saveAssociated($ud, [\n\t\t\t\t\t\t\t\t\t'atomic' => true,\n\t\t\t\t\t\t\t\t\t'validate' => false,\n\t\t\t\t\t\t\t\t\t'callbacks' => false\n\t\t\t\t\t\t\t\t], $fieldList);\n\n\t\t\t\t\t\t\t\t++$processedUsersCount;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t$usersResults[$key]['actionResult'] = !empty($res) ? true : false;\n\n\t\t\t\t\t\tif (!empty($res)) {\n\t\t\t\t\t\t\t// Audit trail - successfully disabled\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_ERAMBA_ACCOUNT_DISABLE_SUCCESS)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login'], $data['ldap_group']])\n\t\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Audit trail - disabling failed\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_ERAMBA_ACCOUNT_DISABLE_FAIL)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login']])\n\t\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t}\n\t\t\t\t\t} elseif ($user['action'] == 'delete') {\n\t\t\t\t\t\t// Audit trail - account exists in eramba but does not exist in LDAP group\n\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_LDAP_ACCOUNT_NOT_FOUND)\n\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t->message([$data['name'], $user['login'], $data['ldap_group'], __('deleting')])\n\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t\n\t\t\t\t\t\t$res = $this->User->delete($user['data']['id']);\n\t\t\t\t\t\t$usersResults[$key]['actionResult'] = $res;\n\n\t\t\t\t\t\tif ($res) {\n\t\t\t\t\t\t\t// Audit trail - successfully deleted\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_ERAMBA_ACCOUNT_DELETE_SUCCESS)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login'], $data['ldap_group']])\n\t\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Audit trail - deleting failed\n\t\t\t\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_ERAMBA_ACCOUNT_DELETE_FAIL)\n\t\t\t\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t\t\t\t->message([$data['name'], $user['login']])\n\t\t\t\t\t\t\t\t->log();\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t++$processedUsersCount;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Audit trail - sync process terminated because ldap group no longer exists on LDAP server\n\t\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_LDAP_SYNC_FAIL_GROUP_NOT_FOUND)\n\t\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t\t->message([$data['name'], $data['ldap_group']])\n\t\t\t\t\t->log();\n\n\t\t\t\t$this->ldapSyncNotification($data['id'], 'failure');\n\t\t\t}\n\n\t\t\t// Audit trail - sync process finished\n\t\t\t$this->LdapSynchronization->createSystemLog(LdapSynchronization::SYSTEM_LOG_LDAP_SYNC_FINISHED)\n\t\t\t\t->foreignKey($data['id'])\n\t\t\t\t->message([$data['name']])\n\t\t\t\t->log();\n\t\t} else {\n\t\t\tif (!empty($data)) {\n\t\t\t\tif ($ldapGroupExists) {\n\t\t\t\t\t$syncResult = self::SYNC_RESULT_SUCCESS;\n\t\t\t\t\t$syncResultMsg = __('LDAP synchronized successfully');\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (!$ldapGroupExists) {\n\t\t\t$syncResult = self::SYNC_RESULT_FAILURE;\n\t\t\t$syncResultMsg = __('The LDAP Group configured for this Sync does no longer exist on the LDAP directory, we therefore can not use this sync anymore until the group is updated or re-created on the directory');\n\t\t}\n\t\t\n\t\treturn [\n\t\t\t'syncResult' => $syncResult,\n\t\t\t'syncResultMsg' => $syncResultMsg,\n\t\t\t'results' => $usersResults\n\t\t];\n\t}", "public function synchronizeAll(): void\n {\n\n $directoryNames = $this->getAllDirectoryNames();\n foreach ($directoryNames as $directoryName) {\n $this->synchronize($directoryName);\n }\n }" ]
[ "0.65590286", "0.6022268", "0.60022116", "0.5949149", "0.5891833", "0.58438545", "0.57983327", "0.5792973", "0.5764325", "0.576159", "0.5663167", "0.5591741", "0.55900365", "0.55654", "0.5557398", "0.555098", "0.5550735", "0.5539527", "0.5537251", "0.5528772", "0.5516748", "0.5516722", "0.54799", "0.5440102", "0.5393799", "0.5378012", "0.53655916", "0.53493774", "0.5335851", "0.5287792" ]
0.63719815
1
Try to guess the service ID related to the working hours.
private function resolve_service_id ($worker = false){ //This would be accurate only for specific providers providing a single service. $services = array(); if($worker){ $services = appointments_get_worker_services( $worker ); } else { $services = appointments_get_services(); } foreach( $services as $key => $service ){ if ($this->_data['service_padding'][$service->ID][self::PADDING_BEFORE] || $this->_data['service_padding'][$service->ID][self::PADDING_AFTER] ){ return $service->ID; } } return false; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private function processServiceHour($serviceHour) {\n $singleDay = !empty($serviceHour[\"validFrom\"]) && empty($serviceHour[\"validTo\"]);\n $exceptional = $serviceHour[\"serviceHourType\"] == \"Exceptional\";\n \n // If service hour is exceptional and has only one opening hour and no dayTo, then dayFrom needs to be cleared out\n // because PTV seems to add dayFrom as \"Monday\" in this case\n if ($singleDay && $exceptional && count($serviceHour[\"openingHour\"]) == 1 && empty($serviceHour[\"openingHour\"][0][\"dayTo\"])) {\n $serviceHour[\"openingHour\"][0][\"dayFrom\"] = \"\";\n }\n\n return $serviceHour;\n }", "function get_working_hour_from_roster($id)\n {\n $hour = 0;\n $shift = \\App\\Models\\Roster\\Shift::query()->get();\n\n if(!is_null($id))\n {\n $roster = \\App\\Models\\Roster\\Roster::query()->where('id',$id)->first();\n $year = $roster->r_year;\n $month = $roster->month_id;\n\n $d = cal_days_in_month(CAL_GREGORIAN,$month,$year);\n\n for($i=1; $i<=$d; $i++)\n {\n\n $dt = $year.'-'.$month.'-'.$i;\n $gn = date('D', strtotime($dt)) == 'Fri' ? 1 : 0;\n\n\n $dgt = str_pad($i, 2, '0', STR_PAD_LEFT);\n $fld = 'day_'.$dgt;\n\n $h1 = $shift->where('id',$roster->{$fld})->first();\n\n\n $hour = $hour + (is_null($h1) ? ($gn == 1 ? 0 : 9) : $h1->duty_hour) ;\n }\n }\n\n return $hour;\n }", "public function getServiceId()\n {\n if (array_key_exists(\"serviceId\", $this->_propDict)) {\n return $this->_propDict[\"serviceId\"];\n } else {\n return null;\n }\n }", "public function getSelfServiceAppointmentId()\n {\n if (array_key_exists(\"selfServiceAppointmentId\", $this->_propDict)) {\n return $this->_propDict[\"selfServiceAppointmentId\"];\n } else {\n return null;\n }\n }", "function discovery_get_service_by_id($services, $id) {\n foreach ($services as $service) {\n if ($service['#id'] == $id) return $service;\n }\n return NULL;\n}", "public function checkServiceOpen($service_id, $date)\n {\n $getSchedule = $this->_dbTable->find($service_id)->toArray();\n $schedule = $getSchedule[0]['schedule'];\n \n $result = 1;\n $timestamp = strtotime($date);\n $dayId = date('w', $timestamp);\n $parsedSchedule = json_decode($schedule)->schedule[$dayId];\n $bookingHour = date('H:i', $timestamp);\n \n // If all day is closed\n if ($parsedSchedule->m_opening == null && $parsedSchedule->a_opening == null) {\n $result = 0;\n // If not all day is closed\n // Check if the morning is closed\n } elseif ($parsedSchedule->m_opening == null) {\n if ($bookingHour < $parsedSchedule->a_opening) {\n $result = 0;\n } else if ($bookingHour >= $parsedSchedule->a_closing) {\n $result = 0;\n }\n // If the morning isn't closed\n // Check if the afternoon is closed\n } else if ($parsedSchedule->a_opening == null) {\n if ($bookingHour < $parsedSchedule->m_opening) {\n $result = 0;\n } else if ($bookingHour >= $parsedSchedule->m_closing) {\n $result = 0;\n }\n // If the structure is open morning\n // and afternoon check all times\n } else {\n if ($bookingHour < $parsedSchedule->m_opening) {\n $result = 0;\n } else if ($bookingHour >= $parsedSchedule->m_closing && $bookingHour < $parsedSchedule->a_opening) {\n $result = 0;\n } else if ($bookingHour >= $parsedSchedule->a_closing) {\n $result = 0;\n }\n }\n \n return $result;\n }", "public function get_id_service()\n\t{\n\t\treturn $this->id_service;\n\t}", "protected function lookupWorkerId() {\n\t\t$auth_user_table = AUTH_USER_TABLE;\n\t\t$sql = <<<EOSQL\nselect id from {$auth_user_table} where username='{$this->username}'\nEOSQL;\n\n\t\t// get this worker's ID\n\t\t$this->worker_id = NULL;\n\t\tforeach($this->mysql_api->get($sql) as $row) {\n\t\t\t$this->worker_id = $row['id'];\n\t\t\treturn;\n\t\t}\n\t}", "private function getService($service_id) {\n switch ($service_id) {\n case 1:\n return new FlickrService();\n case 2:\n return new DeliciousService();\n case 3:\n return new IpernityService();\n case 4:\n return new _23hqService();\n case 5:\n return new TwitterService();\n case 6:\n return new PownceService();\n case 9:\n return new UpcomingService();\n case 10:\n return new VimeoService();\n case 11:\n return new LastfmService();\n case 12:\n return new QypeService();\n case 13:\n return new MagnoliaService();\n case 14:\n return new StumbleuponService();\n case 15:\n return new CorkdService();\n case 16:\n return new DailymotionService();\n case 17:\n return new ZooomrService();\n case 18:\n return new OdeoService();\n case 19:\n return new IlikeService();\n case 20:\n return new WeventService();\n case 21:\n return new ImthereService();\n case 22:\n return new NewsvineService();\n case 23:\n return new JabberService();\n case 24:\n return new GtalkService();\n case 25:\n return new IcqService();\n case 26:\n return new YimService();\n case 27:\n return new AimService();\n case 28:\n return new SkypeService();\n case 29:\n return new MsnService();\n case 30:\n return new FacebookService();\n case 31:\n return new SecondlifeService();\n case 32:\n return new LinkedinService();\n case 33:\n return new XingService();\n case 34:\n return new SlideshareService();\n case 35:\n return new PlazesService();\n case 36:\n return new ScribdService();\n case 37:\n return new MoodmillService();\n case 38:\n return new DiggService();\n case 39:\n return new MisterwongService();\n case 40:\n return new FolkdService();\n case 41:\n return new RedditService();\n case 42:\n return new FavesService();\n case 43:\n return new SimpyService();\n case 44:\n return new DeviantartService();\n case 45:\n return new ViddlerService();\n case 46:\n return new ViddyouService();\n case 47:\n return new GadugaduService();\n case 48:\n return new DopplrService();\n case 49:\n return new OrkutService();\n case 50:\n return new KulandoService();\n case 51:\n return new WordpresscomService();\n case 52:\n return new BloggerdeService();\n case 53:\n return new LivejournalService();\n default:\n return false;\n }\n }", "function getWorkingUnit($id)\r\n\t{\r\n\t\tglobal $wpdb;\r\n\t\t$id = (int) $id;\r\n\t\treturn $wpdb->get_row( \"SELECT * FROM \" . TABLE_UNITE_TRAVAIL . \" WHERE id = \" . $id);\r\n\t}", "public function responseTime24H($d0)\n {\n $case = 0;\n $conn = new mysqli($this->db_host, $this->db_username, $this->db_password, $this->db_name);\n\n // If this service exists in the database\n if ($this->table_exists($d0, $conn)) {\n $last24H = date(\"Y-m-d H:i:s\", strtotime(\"-1 day\"));\n $timeNow = date(\"Y-m-d H:i:s\");\n $data = array();\n\n $sql = \"SELECT * FROM `$d0` WHERE timestamp BETWEEN '$last24H' AND '$timeNow'\";\n\n $result = $conn->query($sql);\n\n // There is a chance that the table can have no data, here that case is handled\n if (is_object($result)) {\n if ($result->num_rows > 0) {\n $i = 0;\n while ($row = $result->fetch_assoc()) {\n array_push($data, [strtotime($row[\"timestamp\"] . ' ' . date_default_timezone_get()) * 1000, $row[\"resp_time\"]]);\n $i++;\n }\n $case = 1;\n }\n }\n $conn->close();\n }\n\n if ($case) {\n return $this->sendResponseTime($data);\n } else {\n return false;\n }\n }", "public function uptime24H($d0)\n {\n $case = 0;\n $conn = new mysqli($this->db_host, $this->db_username, $this->db_password, $this->db_name);\n\n // If this service exists in the database\n if ($this->table_exists($d0, $conn)) {\n $last24H = date(\"Y-m-d H:i:s\", strtotime(\"-1 day\"));\n $timeNow = date(\"Y-m-d H:i:s\");\n $upCount = 0;\n $downCount = 0;\n\n $sql = \"SELECT * FROM `$d0` WHERE timestamp BETWEEN '$last24H' AND '$timeNow'\";\n\n $result = $conn->query($sql);\n\n // There is a chance that the table can have no data, here that case is handled\n if (is_object($result)) {\n if ($result->num_rows > 0) {\n while ($row = $result->fetch_assoc()) {\n if ($row[\"status\"] != 0) {\n $upCount++;\n } else {\n $downCount++;\n }\n }\n $case = 1;\n }\n }\n $conn->close();\n }\n\n if ($case) {\n return $this->sendUptime($upCount, $downCount);\n } else {\n return false;\n }\n }", "function getWorkhours($period = null) {\n \treturn BendService::getInstance($this->w)->getWorkhoursForUser($this->user_id,$period);\n }", "public function getWorkingHoursStart() {\n return $this->workingHoursStart;\n }", "public function getDtimeIdFromTime($time)\r\n {\r\n $hours_array = explode(':',$time);\r\n $format_array = explode(' ',$time);\r\n\r\n $minute_array = explode(':',$format_array[0]);\r\n $minute = (int)$minute_array[1];\r\n\r\n $fomat = $format_array[1]; //am (pm)\r\n\r\n if ($fomat == 'am' || $fomat == 'AM') {\r\n $hours = (int)$hours_array[0];\r\n } else {\r\n $hours = (int)$hours_array[0] + 12;\r\n }\r\n \r\n $collections = Mage::getModel('ddate/dtime')->getCollection();\r\n $i = 0;\r\n foreach ($collections as $collection) {\r\n if ($i == 0) {\r\n $default = $collection['dtime_id'];\r\n }\r\n $i++;\r\n \r\n $time_arange = $collection['interval'];\r\n $time_array = explode('-',$time_arange);\r\n \r\n $times_begin = explode(':',$time_array[0]);\r\n $times_end = explode(':',$time_array[1]);\r\n \r\n $hour_begin = (int)$times_begin[0];\r\n $minute_begin = (int)$times_begin[1];\r\n \r\n $hour_end = (int)$times_end[0];\r\n $minute_end = (int)$times_end[1];\r\n \r\n if ($hours >= $hour_begin && $hours <= $hour_end) {\r\n if ($hours == $hour_begin && $minute >= $minute_begin) {\r\n return $collection['dtime_id'];\r\n } else if ($hours == $hour_end && $minute <= $minute_end) {\r\n return $collection['dtime_id'];\r\n } else if ($hours > $hour_begin && $hours < $hour_end) {\r\n return $collection['dtime_id'];\r\n }\r\n }\r\n }\r\n \r\n return $default;\r\n }", "private function _findFrames()\n {\n $result = array();\n $service_id = $this->service->get( 'id' );\n $date_Ymd = $this->date->format( 'Y-m-d' );\n $date_md = $this->date->format( 'm-d' );\n $day_of_week = (int) $this->date->format( 'w' ) + 1; // 1-7\n $time_from = $this->time_from;\n $time_to = $this->time_to;\n\n $service_breaks = array();\n if ( Config::isServiceScheduleEnabled() ) {\n if ( isset ( $this->service_schedule['daily'][ $date_Ymd ] ) ) {\n $time_from = max( $time_from, $this->service_schedule['daily'][ $date_Ymd ]['start_time'] );\n $time_to = min( $time_to, $this->service_schedule['daily'][ $date_Ymd ]['end_time'] );\n $service_breaks = $this->service_schedule['daily'][ $date_Ymd ]['breaks'];\n } elseif ( isset ( $this->service_schedule['weekly'][ $day_of_week ] ) ) {\n $time_from = max( $time_from, $this->service_schedule['weekly'][ $day_of_week ]['start_time'] );\n $time_to = min( $time_to, $this->service_schedule['weekly'][ $day_of_week ]['end_time'] );\n $service_breaks = $this->service_schedule['weekly'][ $day_of_week ]['breaks'];\n } else {\n if ( $this->at->params['exclude_staff_with_day_off'] && $this->date == $this->at->start_date ) {\n // Stop the search if the starting day is off due to service schedule.\n $this->excluded_staff = array_keys( $this->at->staff_data );\n }\n return $result;\n }\n }\n\n foreach ( $this->at->staff_data as $staff_id => $staff ) {\n if ( $this->at->params['exclude_staff_with_day_off'] && in_array( $staff_id, $this->excluded_staff ) ) {\n // Skip this staff if he or she has been excluded from the search.\n continue;\n }\n\n if ( ! isset ( $staff['services'][ $service_id ] ) ||\n $staff['services'][ $service_id ]['capacity'] < $this->number_of_persons ) {\n continue;\n }\n\n // Find schedule for this day.\n $schedule = null;\n if ( isset ( $staff['special_days'][ $date_Ymd ] ) ) {\n $schedule = $staff['special_days'][ $date_Ymd ];\n }\n if (\n ! $schedule &&\n isset ( $staff['working_hours'][ $day_of_week ] ) && // working day\n ! isset ( $staff['holidays'][ $date_Ymd ] ) && // no holiday\n ! isset ( $staff['holidays'][ $date_md ] ) // no repeating holiday\n ) {\n $schedule = $staff['working_hours'][ $day_of_week ];\n }\n\n if ( $schedule ) {\n if ( $this->srv_duration_days ) {\n // For whole day services do not check staff working hours.\n $intersection = array(\n 'start' => 0,\n 'end' => DAY_IN_SECONDS,\n );\n } else {\n // Find intersection between staff schedule, service schedule and requested hours.\n $intersection = $this->_findIntersection( $schedule['start_time'], $schedule['end_time'], $time_from, $time_to );\n }\n\n if ( $intersection ) {\n if ( $intersection['end'] - $intersection['start'] >= $this->srv_duration ) {\n // Initialize time frames.\n $frames = array( array(\n 'start' => $intersection['start'],\n 'end' => $intersection['end'],\n 'staff_id' => $staff_id,\n ) );\n if ( ! $this->srv_duration_days ) {\n // Remove breaks from time frames for non all day services only.\n foreach ( array_merge( $schedule['breaks'], $service_breaks ) as $break ) {\n $frames = $this->_removeTimePeriod( $frames, $break['start'], $break['end'], false );\n }\n }\n // Remove bookings from time frames.\n foreach ( $staff['bookings'] as $booking ) {\n // Work with bookings which intersect with intersection.\n $start_time = $booking['start_time'] - $this->date->getTimestamp();\n $end_time = $booking['end_time'] - $this->date->getTimestamp();\n if ( $end_time > $intersection['start'] && $start_time < $intersection['end'] ) {\n $frames = $this->_removeTimePeriod(\n $frames,\n $start_time - $booking['padding_left'] - $this->service->get( 'padding_right' ),\n $end_time + $booking['padding_right'] + $this->service->get( 'padding_left' ),\n true,\n $removed\n );\n\n if ( $removed ) {\n // Handle not full bookings (when number of bookings is less than capacity).\n if (\n $booking['from_google'] == false &&\n $booking['service_id'] == $this->service->get( 'id' ) &&\n $start_time >= $intersection['start'] &&\n $staff['services'][ $service_id ]['capacity'] - $booking['number_of_bookings'] >= $this->number_of_persons\n ) {\n if ( $booking['extras_duration'] >= $this->extras_duration ) {\n // Show the first slot as available.\n $frames[] = array(\n 'start' => $start_time,\n 'end' => $start_time + $this->time_slot_length,\n 'staff_id' => $staff_id,\n 'not_full' => true,\n );\n }\n }\n if ( $this->srv_duration_days ) {\n // For all day services we break the loop since there can be\n // just 1 booking per day for such services.\n break;\n }\n }\n }\n }\n $result = array_merge( $result, $frames );\n }\n }\n }\n else if ( $this->at->params['exclude_staff_with_day_off'] && $this->date == $this->at->start_date ) {\n // Exclude staff from the search if his or her starting day is off.\n $this->excluded_staff[] = $staff_id;\n }\n }\n\n return $result;\n }", "public function workingHours()\n {\n $rfc = new RRule($this->working_hours_rule);\n\n $rule = $rfc->getRule();\n\n return collect(explode(',', $rule['BYDAY']))->map(function ($day) use ($rule) {\n return [\n 'type' => 'wday',\n 'intervals' => [\n 'from' => date_format($rule['DTSTART'], 'H:i'),\n 'to' => date_format($rule['UNTIL'], 'H:i'),\n ],\n 'wday' => $day,\n ];\n })->toArray();\n }", "function _work_retrieve($web_id) {\n\n /**\n * Construct the path to the current service endpoint so we can\n * include a full uri for referenced works/agents.\n */\n global $base_url;\n $url_parts = explode('/', current_path());\n $endpoint_path = $url_parts[0];\n $api_path = \"\";\n $endpoints = services_endpoint_load_all();\n foreach ($endpoints as $endpoint) {\n if ($endpoint->path == $endpoint_path) {\n $api_path = $base_url . '/' . $endpoint_path . '/';\n break;\n }\n }\n\n $work = NULL;\n $ids = idents_get_ids(array('type' => 'web_id', 'value' => $web_id));\n if (isset($ids->entity_id) && isset($ids->module)) {\n if (($ids->module == 'work') && (! empty($ids->entity_id))) {\n $work = work_load($ids->entity_id);\n }\n }\n\n // convert agent entity ids to web ids in the cast/credits\n if (isset($work->credits)) {\n // cast / credit\n foreach ($work->credits as $credit_type) {\n foreach ($credit_type as $credit_group) {\n foreach ($credit_group as $credit) {\n $ids = idents_get_ids_for_entity_by_module($credit->agent_id, 'agent');\n $credit->id = $ids->web_id;\n $credit->name = $credit->agent_name;\n $credit->uri = $api_path . 'agent/' . $ids->web_id;\n unset($credit->type);\n unset($credit->agent_id);\n unset($credit->credit_group);\n unset($credit->agent_name);\n }\n }\n }\n }\n\n // convert the primary image to a public url\n if (isset($work->primary_image['und'][0]['uri'])) {\n $work->primary_image = image_style_url('large', $work->primary_image['und'][0]['uri']);\n }\n else {\n unset($work->primary_image);\n }\n\n // tidy the term properties\n if (isset($work->taxonomy_terms)) {\n foreach ($work->taxonomy_terms as $vocab) {\n foreach ($vocab as $term) {\n $term->uri = $api_path . 'term/' . $term->tid;\n $term->vocabulary = $term->vocabulary_machine_name;\n unset($term->tid);\n unset($term->vid);\n unset($term->description);\n unset($term->format);\n unset($term->weight);\n unset($term->vocabulary_machine_name);\n unset($term->term_summary);\n unset($term->term_pullquote);\n unset($term->term_header_image);\n unset($term->work_ref);\n unset($term->agent_ref);\n unset($term->primary_image);\n }\n }\n $work->terms = $work->taxonomy_terms;\n }\n unset($work->taxonomy_terms);\n unset($work->taxonomy_tids);\n\n // move the field values out of ['und'][0] etc\n if (isset($work->introduction['und'][0]['value'])) {\n $work->introduction = $work->introduction['und'][0]['value'];\n }\n else {\n unset($work->introduction);\n }\n\n if (isset($work->synopsis['und'][0]['value'])) {\n $work->synopsis = $work->synopsis['und'][0]['value'];\n }\n else {\n unset($work->synopsis);\n }\n\n if (isset($work->external_link['und'][0]['value'])) {\n $work->external_link = $work->external_link['und'][0]['value'];\n }\n else {\n unset($work->external_link);\n }\n\n if (isset($work->one_liner['und'][0]['value'])) {\n $work->one_liner = $work->one_liner['und'][0]['value'];\n }\n else {\n unset($work->one_liner);\n }\n\n // Add related reviews and articles to the work object\n $related = dbo_relation_get_related_entities($work->id, 'work');\n $related_reviews = array();\n $related_articles = array();\n foreach($related as $id => $entity) {\n if ($entity['entity_type'] == 'node') {\n $node = node_load($entity['entity_id']);\n $r = new StdClass;\n $r->title = $node->title;\n if ($node->type == 'review') {\n $r->uri = $api_path . 'review/' . $node->idents['web_id'];\n $related_reviews[] = $r;\n }\n if ($node->type == 'article') {\n $r->uri = $api_path . 'article/' . $node->idents['web_id'];\n $related_articles[] = $r;\n }\n }\n }\n if (! empty($related_articles)) {\n $work->related_articles = $related_articles;\n }\n if (! empty($related_reviews)) {\n $work->related_reviews = $related_reviews;\n }\n\n // remove some unnecessary properties\n unset($work->vid);\n unset($work->id);\n unset($work->work_category);\n unset($work->created);\n unset($work->changed);\n return $work;\n}", "function rest_get_hours($data)\n{\n\t$id = (int)safe_get($_GET, 'id', null, '/^[0-9]+$/');\n\tif ($id > 0) {\n\t\tforeach ($data as $rec) {\n\t\t\tif ($rec->id == $id) {\n\t\t\t\tjson_response($rec);\n\t\t\t}\n\t\t}\n\t\tjson_response(null, \"Record with ID #$id not found.\");\n\t}\n\telse\n\t\tjson_response(null, 'Invalid ID!');\n}", "function getHours();", "public function getRestorantHours($restorantID){\n //The restaurant\n $restaurant=Restorant::findOrFail($restorantID);\n\n $timeSlots=$restaurant->hours?$this->getTimieSlots($restaurant->hours->toArray()):[];\n\n //Modified time slots for app\n $timeSlotsForApp=[];\n foreach ($timeSlots as $key => $timeSlotsTitle) {\n array_push($timeSlotsForApp,array('id'=>$key,'title'=>$timeSlotsTitle));\n }\n\n //Working hours\n $ourDateOfWeek=[6,0,1,2,3,4,5][date('w')];\n\n $format=\"G:i\";\n if(env('TIME_FORMAT',\"24hours\")==\"AM/PM\"){\n $format=\"g:i A\";\n }\n\n\n $openingTime=date($format, strtotime($restaurant->hours[$ourDateOfWeek.\"_from\"]));\n $closingTime=date($format, strtotime( $restaurant->hours[$ourDateOfWeek.\"_to\"]));\n\n $params = [\n 'restorant' => $restaurant,\n 'timeSlots' => $timeSlotsForApp,\n 'openingTime' => $restaurant->hours&&$restaurant->hours[$ourDateOfWeek.\"_from\"]?$openingTime:null,\n 'closingTime' => $restaurant->hours&&$restaurant->hours[$ourDateOfWeek.\"_to\"]?$closingTime:null,\n ];\n\n if($restaurant){\n return response()->json([\n 'data' => $params,\n 'status' => true,\n 'errMsg' => ''\n ]);\n }else{\n return response()->json([\n 'status' => false,\n 'errMsg' => 'Restorants not found!'\n ]);\n }\n\n }", "function getDayofTheweek($id){\n include ('loops.php');\n\n if(($id>=0)&&($id<=6)){\n $day = $week_days[$id];\n }else{\n $day = \"We don't have a day like that\";\n }\nreturn $day;\n\n}", "public function getAvailableServiceId()\n {\n return 'available_webservices';\n }", "function get_json_id($service) {\n\treturn $GLOBALS[$service . '_id'];\n}", "function getIdEquipoPorIdSolServ($id_SS){\n\t\t\n\t\t$this->db->select('solicitud_reparacion.id_equipo');\n\t\t$this->db->from('solicitud_reparacion');\n\t\t$this->db->where('solicitud_reparacion.id_solicitud', $id_SS);\n\t\t$query = $this->db->get();\n\n\t\tif ($query->num_rows()!=0){\n\t \t\treturn $query->row('id_equipo');\n\t \t}else{\n\t \t\treturn false;\n\t \t}\n\t}", "private function getHourString(): string\n {\n $hour = $this->time->format('H');\n if ($hour == '23') {\n $hour = '00';\n } elseif ($this->time->format('i') > '30') {\n $hour++;\n $hour = str_pad($hour, 2, '0', STR_PAD_LEFT);\n }\n\n return $this->language->getHourString($hour);\n }", "public function getServiceId() {\n\t\n\t\treturn $this->serviceId;\n\n\t}", "function fix_schedule_hours($time_out,$time_in,$break_start,$break_end){\n\t$break = $break_end - $break_start;\n\t$time = $time_out - $time_in;\n\t$fsh = $time - $break;\n\n\treturn $fsh;\n}", "public function serviceStatus($d0)\n {\n $case = 0;\n $conn = new mysqli($this->db_host, $this->db_username, $this->db_password, $this->db_name);\n\n // If this service exists in the database\n if ($this->table_exists($d0, $conn)) {\n $serviceStatus = null;\n\n $sql = \"SELECT status FROM `$d0` ORDER BY id DESC LIMIT 1\";\n\n $result = $conn->query($sql);\n\n if ($result->num_rows > 0) {\n while ($row = $result->fetch_assoc()) {\n $serviceStatus = number_format($row[\"status\"]);\n }\n $case = 1;\n }\n $conn->close();\n }\n\n if ($case) {\n return $this->sendServiceStatus($serviceStatus);\n } else {\n return false;\n }\n }", "private function calculateStStephensDay(): void\n {\n $holiday = new Holiday(\n 'stStephensDay',\n [],\n new DateTime($this->year . '-12-26', DateTimeZoneFactory::getDateTimeZone($this->timezone)),\n $this->locale\n );\n\n $this->addHoliday($holiday);\n\n // Whenever St. Stephens Day does not fall on a weekday, the Monday following on it shall be a public holiday.\n if (\\in_array((int) $holiday->format('w'), [0, 6], true)) {\n $date = clone $holiday;\n $date->modify('next monday');\n\n $this->addHoliday(new SubstituteHoliday(\n $holiday,\n [],\n $date,\n $this->locale\n ));\n }\n }" ]
[ "0.5816671", "0.56342095", "0.5332552", "0.5274728", "0.52534884", "0.5239354", "0.5192406", "0.5017517", "0.5015315", "0.49970174", "0.4988837", "0.49690333", "0.48956886", "0.48832643", "0.4873532", "0.4826829", "0.4767107", "0.47561082", "0.47496486", "0.47481543", "0.47456616", "0.47447747", "0.47358516", "0.47102162", "0.47009188", "0.4663682", "0.46477053", "0.46382856", "0.46308875", "0.46099222" ]
0.6798937
0
Prints a string to STDOUT. You may optionally format the string with ANSI codes by passing additional parameters using the constants defined in [[\yii\helpers\Console]]. Example: ```php Console::stdout('This will be red and underlined.', Console::FG_RED, Console::UNDERLINE); ```
public static function stdout($string) { if (static::streamSupportsAnsiColors(\STDOUT)) { $args = func_get_args(); array_shift($args); if (!empty($args)) { $string = self::ansiFormat($string, $args); } } return parent::stdout($string); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function console($text, $color = true)\n {\n Console::factory()->line($text);\n }", "public static function cliWrite($string = '', $color = 'white') \n {\n\t\t\t\n\t\t\t// Set up shell colors\n\t\t\t$colors = array(\n\t\t\t\t\t\t'black' \t\t=> '0;30',\n\t\t\t\t\t\t'dark_gray' \t=> '1;30',\n\t\t\t\t\t\t'blue' \t\t\t=> '0;34',\n\t\t\t\t\t\t'light_blue' \t=> '1;34',\n\t\t\t\t\t\t'green' \t\t=> '0;32',\n\t\t\t\t\t\t'light_green' \t=> '1;32',\n\t\t\t\t\t\t'cyan' \t\t\t=> '0;36',\n\t\t\t\t\t\t'light_cyan' \t=> '1;36',\n\t\t\t\t\t\t'red' \t\t\t=> '0;31',\n\t\t\t\t\t\t'light_red' \t=> '1;31',\n\t\t\t\t\t\t'purple' \t\t=> '0;35',\n\t\t\t\t\t\t'light_purple' \t=> '1;35',\n\t\t\t\t\t\t'brown' \t\t=> '0;33',\n\t\t\t\t\t\t'yellow' \t\t=> '1;33',\n\t\t\t\t\t\t'light_gray' \t=> '0;37',\n\t\t\t\t\t\t'white' \t\t=> '1;37'\n\t\t\t\t\t\t);\n\t\t\t\n\t\t\t//Check if the color exits\n\t\t\tif( isset($colors[$color]) ) {\n\t\t\t\techo \"\\033[\" . $colors[$color] . \"m\" . $string . \"\\033[0m \" . PHP_EOL;\n\t\t\t} else {\n\t\t\t\t//No color Defined.. Just return String\n\t\t\t\techo $string . PHP_EOL;\n\t\t\t}\n\t\t\t\n\t\t}", "public function stdout($msg, $status = self::STATUS_OK)\n {\n $msg = $this->removeColors($msg);\n $msg = $this->replaceEOLs($msg);\n return parent::stdout($msg, $status);\n }", "public function format(string $text, array $options = []): string\n {\n return $this->stdout->color($text, $options);\n }", "function println($string = '', $html = true)\n{\n if ($html) {\n print($string.(isCli() ? PHP_EOL : \"<br />\\n\"));\n } else {\n print($string.\"\\n\");\n }\n}", "public function output(string $line = ''): void\n {\n if (app()->runningInConsole()) {\n echo $line . PHP_EOL;\n }\n }", "protected function stdout($msg, $addEol = true, $forceOutput = false) {\n\t\tif ($this->verbose || $forceOutput) {\n\t\t\tif (is_array($msg)) {\n\t\t\t\t$msg = implode($this->eol, $msg);\n\t\t\t}\n\t\t\t$msg = Console_Color::convert($msg);\n\t\t\tif ($this->stripcolors){\n\t\t\t\t$msg = Console_Color::strip($msg);\n\t\t\t}\n\t\t\tif ($addEol) {\n\t\t\t\t$msg .= $this->eol;\n\t\t\t}\n\t\t\ttx_pttools_assert::isInstanceOf($this->commandLineParser->outputter, 'Console_CommandLine_Outputter', array('message' => 'No \"Console_CommandLine_Outputter\" found!'));\n\t\t\t$this->commandLineParser->outputter->stdout($msg);\n\t\t}\n\t}", "public static function output(...$args)\n {\n if (!Director::is_cli()) {\n echo '<pre>';\n }\n\n foreach($args As $line) {\n echo sprintf('%s%s', $line, PHP_EOL);\n }\n\n if (!Director::is_cli()) {\n echo '</pre>';\n }\n }", "public function output($string)\n {\n \n if($this->verbose === true) {\n \n print($string);\n \n }\n \n $this->saveOutput($string);\n \n }", "private function _writeConsole($message)\n {\n $out = Console::ansiFormat('[' . date('Y-m-d H:i:s') . '] ', [Console::BOLD]);\n $this->stdout($out . $message . \"\\n\");\n }", "public function successOutput($string)\n {\n \n if($this->verbose === true) {\n \n CliColors::render($string, CliColors::FG_GREEN, null);\n \n }\n \n $this->saveOutput($string);\n \n }", "public static function write($text = '', $foreground = NULL, $background = NULL)\n {\n if (is_array($text))\n {\n $text = implode(PHP_EOL, $text);\n }\n\n if ($foreground OR $background)\n {\n $text = CLI::color($text, $foreground, $background);\n }\n\n fwrite(STDOUT, $text);\n }", "function out($message = \"\", $die = false, $newline = true) {\n\t\n\t$colors = array(\n\t\t\"|w|\" => \"1;37\",\t// White\n\t\t\"|b|\" => \"0;34\",\t// Blue\n\t\t\"|y|\" => \"0;33\",\t// Yellow\n\t\t\"|g|\" => \"0;32\",\t// Green\n\t\t\"|r|\" => \"0;31\",\t// Red\n\t\t\"|n|\" => \"0\"\t\t// Neutral\n\t);\n\t\n\t$message = \"$message|n|\";\n\t\n\tforeach ($colors as $color => $value)\n\t\t$message = str_replace($color, \"\\033[\" . $value . \"m\", $message);\n\t\n\tif ($newline)\n\t\techo $message . PHP_EOL;\n\telse\n\t\techo $message;\n\t\n\tif ($die)\n\t\tdie();\n}", "function println()\n{\n\t$args = func_get_args();\n\t\n\tif(count($args) == 1)\n\t{\n\t\techo $args[0];\n\t}\n\telseif(count($args) > 1)\n\t{\n\t\tcall_user_func_array('printf', $args);\n\t}\n\techo PHP_EOL;\n}", "public static function color($text, $foreground, $background = NULL)\n {\n if (Kohana::$is_windows)\n {\n return $text;\n }\n\n if (!array_key_exists($foreground, CLI::$foreground_colors))\n {\n throw new Kohana_Exception('Invalid CLI foreground color: '.$foreground);\n }\n\n if ($background !== NULL and !array_key_exists($background, CLI::$background_colors))\n {\n throw new Kohana_Exception('Invalid CLI background color: '.$background);\n }\n\n $string = \"\\033[\".CLI::$foreground_colors[$foreground].\"m\";\n\n if ($background !== NULL)\n {\n $string .= \"\\033[\".CLI::$background_colors[$background].\"m\";\n }\n\n $string .= $text.\"\\033[0m\";\n\n return $string;\n }", "public function stdout(): ConsoleOutput\n {\n return $this->stdout;\n }", "public function line($string, $style = null, $verbosity = null)\n {\n if ($this->isVerboseOutput()) {\n $styled = $style ? \"<$style>$string</$style>\" : $string;\n\n $this->output->writeln($styled, $verbosity ?? OutputInterface::VERBOSITY_NORMAL);\n }\n }", "function cli_color($color, $text)\n{\n $string = '';\n\n switch($color) {\n case 'yellow';\n $string .= \"\\e[33m\";\n break;\n\n case 'red';\n $string .= \"\\033[0;31m\";\n break;\n\n case 'green';\n $string .= \"\\033[0;32m\";\n break;\n\n case 'blue';\n $string .= \"\\e[34m\";\n break;\n }\n\n $string .= $text;\n\n // cor normal\n $string .= \"\\033[0m\";\n\n return $string;\n}", "public function print($string) {\n print($string);\n }", "public function toCliString(){\n\n\t\t\t$str = \"\";\n\n\t\t\tif($this->_background) \t$str .= \"\\033[48;5;\".$this->getColor($this->_background).\"m\";\n\t\t\tif($this->_color) \t\t$str .= \"\\033[38;5;\".$this->getColor($this->_color).\"m\";\n\t\t\tif($this->_bold) \t\t$str .= \"\\033[1m\";\n\t\t\tif($this->_italic) \t\t$str .= \"\\033[3m\";\n\t\t\tif($this->_underline)\t$str .= \"\\033[4m\";\n\t\t\tif($this->_bilnk)\t\t$str .= \"\\033[5m\";\n\t\t\tif($this->_invert)\t\t$str .= \"\\033[7m\";\n\n\t\t\t$str .= $this->_text;\n\t\t\t$str .= \"\\033[0m\";\n\n\t\t\treturn $str;\n\t\t}", "private function printWithNewLine($output)\n {\n $this->printOutput(\"\\n\" . $output . \"\\033[0m\\n\");\n }", "public function printDebug($string): void\n {\n echo \"\\n\\033[36m| \" . strtr($string, [\"\\n\" => \"\\n| \"]) . \"\\033[0m\\n\\n\";\n }", "public function printLine($text, $foregroundColor = null, $backgroundColor = null)\n {\n $string = \"\";\n \n // Check if given foreground color found\n if (isset($foregroundColor)) {\n $string .= \"\\033[\" . $foregroundColor . \"m\";\n }\n // Check if given background color found\n if (isset($backgroundColor)) {\n $string .= \"\\033[\" . $backgroundColor . \"m\";\n }\n\n // Add string and end coloring\n $string .= $text . \"\\033[0m\";\n\n echo $string . PHP_EOL;\n }", "public function colorText($str, $level)\n {\n if (isset($this->levelColors[$level])) {\n return \"\\033[\". $this->foregroundColors[$this->levelColors[$level]].\"m\". $str . \"\\033[0m\";\n }\n return $str;\n }", "public function console(/* ... */)\n {\n if ($this->loglevel & self::CONSOLE) {\n $msg = array();\n foreach (func_get_args() as $arg) {\n $msg[] = !is_string($arg) ? var_export($arg, true) : $arg;\n }\n\n $this->write_log('console', join(\";\\n\", $msg));\n }\n }", "function stdout($str) {\r\n\techo \"[\".date(\"H:i:s\").\"] $str\\n\";\r\n}", "public function errorOutput($string)\n {\n \n if($this->verbose === true) {\n \n CliColors::render($string, CliColors::FG_RED, null);\n \n }\n \n $this->saveOutput($string);\n \n }", "function e107cli_print($message = '', $indent = 0) {\n $msg = str_repeat(' ', $indent) . (string) $message . \"\\n\";\n if ($charset = e107cli_get_option('output_charset') && function_exists('iconv')) {\n $msg = iconv('UTF-8', $charset, $msg);\n }\n print $msg;\n}", "public function line($string)\n {\n $this->output->writeln($string);\n }", "public function line($string)\n {\n $this->output->writeln($string);\n }" ]
[ "0.66558456", "0.62141484", "0.6005954", "0.5949026", "0.5789187", "0.56827134", "0.56805265", "0.56119764", "0.55643094", "0.5544631", "0.5542945", "0.55392826", "0.55387074", "0.5537646", "0.5533713", "0.55258197", "0.5474229", "0.5453126", "0.5443611", "0.5434487", "0.5429655", "0.5421681", "0.537943", "0.53283435", "0.53144884", "0.5311669", "0.52929354", "0.5260689", "0.5240208", "0.5240208" ]
0.8070731
0
Returns whether color is enabled.
public static function isColorEnabled(): bool { $controller = Craft::$app->controller; return $controller instanceof Controller && $controller->isColorEnabled(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function hasColor()\n {\n return ($this->color != '') ? true : false;\n }", "public function isColoredMode()\n\t{\n\t\treturn $this->colorSet ? true : false;\n\t}", "public function isColor()\n {\n return $this->_type === self::TYPE_COLOR;\n }", "public function isGreen()\n {\n return $this->green;\n }", "public function hasColour() : bool\n {\n return isset($this->colour);\n }", "private static function hasColorSupport()\n {\n if(null !== self::$hasColorSupport){\n return self::$hasColorSupport;\n }\n\n // @codeCoverageIgnoreStart\n if (DIRECTORY_SEPARATOR == '\\\\') {\n self::$hasColorSupport = FALSE !== getenv('ANSICON') || 'ON' === getenv('ConEmuANSI');\n return self::$hasColorSupport;\n }\n\n return function_exists('posix_isatty') && @posix_isatty(STDOUT);\n // @codeCoverageIgnoreEnd\n }", "public function hasColorHex() {\n return strlen(trim($this->getColorHex())) > 0;\n }", "public function canManageColors() {\n\t\tif($this->manageColors == false) {\n\t\t\t$this->manageColors = 0;\n\t\t}\n\t\treturn $this->manageColors;\n\t}", "public function isRGB()\n {\n return $this->info['channels'] == 3;\n }", "public static function isSupportColor(): bool\n {\n if (DIRECTORY_SEPARATOR === '\\\\') {\n return\n '10.0.10586' === PHP_WINDOWS_VERSION_MAJOR . '.' . PHP_WINDOWS_VERSION_MINOR . '.' . PHP_WINDOWS_VERSION_BUILD\n || false !== getenv('ANSICON')\n || 'ON' === getenv('ConEmuANSI')\n || 'xterm' === getenv('TERM')// || 'cygwin' === getenv('TERM')\n ;\n }\n\n if (!\\defined('STDOUT')) {\n return false;\n }\n\n return self::isInteractive(STDOUT);\n }", "public function GetColorMode() {\n\t\treturn $this->colorMode;\n\t}", "public static function isSupportColor(): bool\n {\n if (DIRECTORY_SEPARATOR === '\\\\') {\n return '10.0.10586' === PHP_WINDOWS_VERSION_MAJOR . '.' . PHP_WINDOWS_VERSION_MINOR . '.' . PHP_WINDOWS_VERSION_BUILD ||\n false !== getenv('ANSICON') ||\n 'ON' === getenv('ConEmuANSI') ||\n 'xterm' === getenv('TERM')// || 'cygwin' === getenv('TERM')\n ;\n }\n\n if (!defined('STDOUT')) {\n return false;\n }\n\n return self::isInteractive(STDOUT);\n }", "public static function supports_custom_colors() {\n\t\t// We need Jetpack's SASS super powers.\n\t\treturn function_exists( 'jetpack_sass_css_preprocess' );\n\t}", "public function hasCurcolor(){\n return $this->_has(2);\n }", "public function supportsColour()\n {\n // TODO: Implement supportsColour() method.\n }", "public function is_enabled() {\n\t\treturn $this->enabled == 't';\n\t}", "public function isEnabled() {\r\n\t\treturn $this->cfg->enabled;\r\n\t}", "public function enabled(): bool\n {\n return $this->config->enabled();\n }", "public function canBrowseColors() {\n\t\tif($this->browseColors == false) {\n\t\t\t$this->browseColors = 0;\n\t\t}\n\t\treturn $this->browseColors;\n\t}", "public function isEnabled(): bool\n {\n if (!$this->app['config']->get('app.debug')) {\n $this->enabled = false;\n }\n\n if ($this->enabled === null) {\n $this->enabled = value(config('git-ribbon.enabled')) && in_array($this->app->environment(), config('git-ribbon.environment'));\n }\n return $this->enabled;\n }", "public function canColorShell(): bool\n {\n static $output;\n\n if (isset($output)) {\n return $output;\n }\n\n if (!defined('STDOUT')) {\n return $output = false;\n }\n\n if (function_exists('stream_isatty')) {\n return $output = stream_isatty(\\STDOUT);\n }\n\n if (function_exists('posix_isatty')) {\n return $output = posix_isatty(\\STDOUT);\n }\n\n if (($_SERVER['TERM'] ?? null) === 'xterm-256color') {\n return $output = true;\n }\n\n if (($_SERVER['CLICOLOR'] ?? null) === '1') {\n return $output = true;\n }\n\n return $output = false;\n }", "public function isEnabled()\n {\n return $this->config->isEnabled();\n }", "public function is_enabled()\n\t{\n\t\treturn $this->_enabled;\n\t}", "public function enabled() : bool\n {\n return $this->status === 'enabled';\n }", "public function csc_enabled() {\n\n\t\treturn $this->is_csc_required();\n\t}", "public function isFbpixelActive()\n {\n return (bool) Mage::getStoreConfig('fbpixel/fbpixel_group/fbpixel_active');\n }", "public function is_enabled(){\n\t\treturn $this->filter->is_enabled();\n\t}", "public function isEnabled(): bool\n {\n return $this->stat or false;\n }", "public function isEnabled(): bool\n {\n return $this->stat or false;\n }", "function getColorMode() {\n return $this->colormode;\n }" ]
[ "0.7813634", "0.76842076", "0.7529721", "0.6941237", "0.6833184", "0.67681813", "0.6718488", "0.671438", "0.66164005", "0.6546715", "0.65177727", "0.6516039", "0.6464012", "0.6435086", "0.63234997", "0.6308058", "0.6287376", "0.62695485", "0.6226402", "0.62102765", "0.614535", "0.61353767", "0.61257696", "0.61113083", "0.6104519", "0.60864", "0.603084", "0.6023249", "0.6023249", "0.6016246" ]
0.82930726
0
Find the Agent Booking details. login id ,Month and year wise.
public function AgentBooking() { //13;8;2015 //CALL Sp_GetAgentBooking('$LoginId','$AMonth','$AYear') $Value = $_REQUEST['Value']; $val = explode(';',$Value); $LoginId = $val[0]; $AMonth = $val[1]; $AYear = $val[2]; $sql="SELECT * from agent_booking_detail where Agent_Id='$LoginId' and Booking_month='$AMonth' and Booking_year='$AYear'"; $result = mysqli_query($this->con, $sql); $num_rows = mysqli_num_rows($result); if($num_rows==0){ $qry ="insert into agent_booking_detail (Agent_Id,Target_Booking,Booking_Month,Booking_year) VALUES ('$LoginId','200','$AMonth','$AYear')"; $fetch1=mysqli_query($this->con,$qry); } $qry = "select Agent_Id,Target_Booking ,Total_Booking,Booking_operated,Enquiry_Booking, Booking_rejection,Complaint_booking,Rescehdule_booking, Cancel_Booking, Login_Time , Break_Time,Booking_Month,Booking_year, (select count(*) from tbluser where UserType=3 and isVerified=1 and is_Active =1 )as Available_cab from agent_booking_detail where Agent_Id='$LoginId' and Booking_month='$AMonth' and Booking_year='$AYear'"; $result1 = mysqli_query($this->con, $qry); $num_rows1 = mysqli_num_rows($result1); if($num_rows1>0) $status="true"; else $status="false"; $record=array(); while($info = mysqli_fetch_object($result1)) { $record[]=$info; //$i++; } return array("status"=>"$status","record"=>$record); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function mothlyreportmonthallbrnchyear()\n{\n $userid = auth('api')->user()->id;\n $userbranch = auth('api')->user()->branch;\n $userrole = auth('api')->user()->type;\n\n \n $currentdate = date('Y-m-d');\n $yearview = \\DB::table('expensesreporttoviewdetails')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('yearname');\n $monthtoview = \\DB::table('expensesreporttoviewdetails')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('monthname');\n return $yearview;\n}", "public function mothlyreportmonthallbrnchmonth()\n{\n $userid = auth('api')->user()->id;\n $userbranch = auth('api')->user()->branch;\n $userrole = auth('api')->user()->type;\n\n \n $currentdate = date('Y-m-d');\n $yearview = \\DB::table('expensesreporttoviewdetails')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('yearname');\n $monthtoview = \\DB::table('expensesreporttoviewdetails')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('monthname');\n return $monthtoview;\n}", "public function branchandyearreport()\n{\n $userid = auth('api')->user()->id;\n $userbranch = auth('api')->user()->branch;\n $userrole = auth('api')->user()->type;\n\n \n $currentdate = date('Y-m-d');\n $yearview = DB::table('expensesreporttoviewdetails')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('yearname');\n // $monthtoview = \\DB::table('sortlistreportaccesses')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('monthname');\n return $yearview;\n}", "public function agentBookings()\n\t{\n\t\t$hotelBooking = DB::select(\n\t\t\t'SELECT * From hotel_bookings \n WHERE booked_by = ? \n ORDER BY id DESC',\n\t\t\t['agent']\n\t\t);\n\n\t\treturn response()->json([\n\t\t\t'hotelBooking' => $hotelBooking,\n\t\t\t'message' => 'hotel Bookings for users fetched Successfully'\n\t\t], 200);\n\t}", "public function branchandmonthreport()\n{\n $userid = auth('api')->user()->id;\n $userbranch = auth('api')->user()->branch;\n $userrole = auth('api')->user()->type;\n\n // $yearview = \\DB::table('sortlistreportaccesses')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('yearname');\n $monthtoview = \\DB::table('expensesreporttoviewdetails')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('monthname');\n return $monthtoview;\n}", "public function agency_bookdetails()\n {\n $getname = Route::getCurrentRoute()->getActionName();\n\n $data['pagename'] = 'agencyBookingList';\n\n if (Auth::check()) {\n $agency_booking = '';\n $agency_booking_sub = '';\n $agency_booking_user = '';\n $agency_booking1 = '';\n\n $Loginid = Auth::user()->id;\n\n //echo Auth::user()->user_type;\n\n if (Auth::user()->user_type == 'AgencyManger') {\n $agency_booking = DB::table('payment')->where('login_id', '=', $Loginid)->where('booking_confirm', '!=', '2')->get();\n\n foreach ($agency_booking as $agency_booking_values) {\n $agency_booking1[] = $agency_booking_values;\n }\n\n $agaency_id_check = DB::table('agency')->where('loginid', '=', $Loginid)->get();\n\n //include sub agency\n $parentagencyid = DB::table('agency')->where('parentagencyid', '=', $agaency_id_check[0]->id)->get();\n //uesr\n $userinfo = DB::table('userinformation')->where('agentid', '=', $agaency_id_check[0]->id)->get();\n\n if (!empty($parentagencyid[0]->id)) {\n $agency_booking_sub = DB::table('payment')->where('login_id', '=', $parentagencyid[0]->loginid)->where('booking_confirm', '!=', '2')->get();\n\n foreach ($agency_booking_sub as $agency_booking_sub_values) {\n $agency_booking1[] = $agency_booking_sub_values;\n }\n }\n if (!empty($userinfo[0]->id)) {\n $agency_booking_user = DB::table('payment')->where('login_id', '=', $userinfo[0]->id)->where('booking_confirm', '!=', '2')->get();\n\n foreach ($agency_booking_user as $agency_booking_user_values) {\n $agency_booking1[] = $agency_booking_user_values;\n }\n }\n }\n\n if (Auth::user()->user_type == 'SubAgencyManger') {\n $agaency_id_check = DB::table('agency')->where('loginid', '=', $Loginid)->get();\n\n if (!empty($agaency_id_check[0]->id)) {\n $agency_booking1 = DB::table('payment')->where('login_id', '=', $agaency_id_check[0]->loginid)->where('booking_confirm', '!=', '2')->where('user_type', '=', 'SubAgencyManger')->get();\n }\n }\n\n if (Auth::user()->user_type == 'UserInfo') {\n $user_id_check = DB::table('userinformation')->where('agentid', '=', $Loginid)->get();\n\n if (!empty($user_id_check[0]->id)) {\n $agency_booking1 = DB::table('payment')->where('login_id', '=', $user_id_check[0]->loginid)->where('booking_confirm', '!=', '2')->where('user_type', '=', 'UserInfo')->get();\n }\n }\n }\n\n $notification_Controller = controller::notification_Controller();\n\n //print_r($RoleIdPremissions);\n\n $data['whologin'] = $notification_Controller['whologin'];\n\n $data['activeDetails'] = $notification_Controller['agency_array'];\n\n $data['agecnyresultsnotification'] = $notification_Controller['agecnyresults_notification'];\n\n $data['agecnyresultsnotificationread'] = $notification_Controller['agecnyresults_notification_read'];\n\n $data['userresultsnotification'] = $notification_Controller['user_results_notification'];\n\n $data['userresultsnotificationread'] = $notification_Controller['user_results_notification_read'];\n\n $data['agency_booking'] = $agency_booking1;\n $RoleIdPremissions = controller::Role_Permissions();\n $data['Premissions'] = $RoleIdPremissions;\n\n return view('agency.agencyBookingList', $data);\n }", "public function mothlyreportyearexpenses()\n{\n $userid = auth('api')->user()->id;\n $userbranch = auth('api')->user()->branch;\n $userrole = auth('api')->user()->type;\n\n \n $currentdate = date('Y-m-d');\n $yearview = \\DB::table('expensesreporttoviewdetails')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('yearname');\n $monthtoview = \\DB::table('expensesreporttoviewdetails')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('monthname');\n return $yearview;\n}", "public function mothlyreportmonthexpenses()\n{\n $userid = auth('api')->user()->id;\n $userbranch = auth('api')->user()->branch;\n $userrole = auth('api')->user()->type;\n\n \n $currentdate = date('Y-m-d');\n $yearview = \\DB::table('expensesreporttoviewdetails')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('yearname');\n $monthtoview = \\DB::table('expensesreporttoviewdetails')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('monthname');\n return $monthtoview;\n}", "public function selectedbranchreportmonth()\n{\n$userid = auth('api')->user()->id;\n$userbranch = auth('api')->user()->branch;\n$userrole = auth('api')->user()->type;\n\n \n $currentdate = date('Y-m-d');\n $yearview = \\DB::table('sortlistreportaccesses')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('yearname');\n $monthtoview = \\DB::table('sortlistreportaccesses')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('monthname');\n $branchtov = \\DB::table('sortlistreportaccesses')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('branchname');\n\n return $monthtoview;\n}", "public function mothlyreportmonth()\n{\n $userid = auth('api')->user()->id;\n $userbranch = auth('api')->user()->branch;\n $userrole = auth('api')->user()->type;\n\n \n $currentdate = date('Y-m-d');\n $yearview = \\DB::table('monthlyreporttoviewallbranches')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('yearmade');\n $monthtoview = \\DB::table('monthlyreporttoviewallbranches')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('monthmade');\n return $monthtoview;\n}", "function getAgentDetails($id = 0) {\n $this->db->select(\"a.id, CONCAT(a.mainfirstname,' ',a.mainfamilyname) as agentname, a.mainfirstname, a.mainfamilyname,a.email as agentemail, a.businessname, a.businessaddress, a.businesscity, a.businesscountry, a.businesspostalcode, a.businesstelephone, CONCAT( am.firstname, ' ', am.familyname ) as account_manager_name, am.firstname, am.familyname, am.position\", FALSE);\n $this->db->from(\"agenti a\");\n $this->db->join(\"`plused_account-manager` am\", \"am.id = a.account\");\n\n if ($id) {\n $this->db->where(array('a.id' => $id));\n }\n\n $result = $this->db->get();\n //echo $this->db->last_query();exit;\n return ($result->num_rows() > 0) ? $result->result_array() : array();\n }", "public function actionReport($year) // $date = Y-m-d // payment_date = Y-m-d H-m-s.mm\n {\n $session = new Session;\n $session->open();\n\n $model_history1 = History::find()->groupBy(['month(CheckDate)','year(CheckDate)'])->orderBy(['month(CheckDate)'=>SORT_ASC])->all();\n $model_history2 = History::find()->orderBy(['month(CheckDate)'=>SORT_ASC])->all(); \n $model_deposit =Deposit::find()->orderBy(['month(Date)'=>SORT_ASC])->all(); \n $model_Finance =FinancialApartment::find()->orderBy(['month(Date)'=>SORT_ASC])->all(); \n\n return $this->render('report', ['year' => $year, 'model_history1' =>$model_history1, 'model_history2' =>$model_history2, 'model_deposit' =>$model_deposit, 'model_Finance'=>$model_Finance]);\n }", "public function mothlyreportyear()\n{\n $userid = auth('api')->user()->id;\n $userbranch = auth('api')->user()->branch;\n $userrole = auth('api')->user()->type;\n\n \n $currentdate = date('Y-m-d');\n $yearview = \\DB::table('monthlyreporttoviewallbranches')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('yearmade');\n \n return $yearview;\n}", "private function setBookedDates($year = null, $month = null)\n {\n global $REX;\n\n //-------------- override class values if year/month are passed directly\n $year = (is_null($year)) ? $this->year : $year;\n $month = (is_null($month)) ? $this->month : $month;\n if ($month > 12) {\n $month = $month - 12;\n $year = $year + 1;\n } elseif ($month < 1) {\n $month = $month + 12;\n $year = $year - 1;\n }\n\n $sql = rex_sql::factory();\n //$sql->setDebug();\n $sql->setTable(rex::getTablePrefix().'avcal');\n $sql->setWhere(\"object_id = \". $this->object_id.\" AND YEAR(booked_day) = \". $year .\" AND MONTH(booked_day) = \". $month);\n $sql->select('booked_day, state');\n if ($sql->getRows() > 0) {\n $dates = array();\n for ($i = 0; $i < $sql->getRows(); $i++) {\n $dates[$sql->getValue('booked_day')] = $sql->getValue('state');\n $sql->next();\n }\n $this->booked_dates = $dates;\n return true;\n }\n return false;\n }", "public function getForSavedBookDatatable($params, $year, $month) {\n\t\t$next_year = $year;\n $next_month = $month;\n if ($month == 12) {\n $next_month = 1;\n $next_year ++;\n }\n else\n {\n $next_month = $month + 1;\n }\n\t\t$now = date('Y-m-d', strtotime(\"$year-$month-1\"));\n\t\t$next = date('Y-m-d', strtotime(\"$next_year-$next_month-1\"));\n\t\t//$next = date('Y-m-d', strtotime('-1 day', strtotime($next)));\n\t\t\n\t\t$newArr = [];\n $newindex = 0;\n\n\t\t///////////////// Need to Optimize\n\t\t$selector = DB::table($this->table)\n\t\t\t->orderBy('report_id', 'desc')\n\t\t\t->where('state', 1);\n\n\t\t$selector->where('report_date', '>=', $now)->where('report_date', '<', $next);\n\t\t$records = $selector->get();\n\t\tforeach($records as $index => $record) {\n\t\t\t$report_original_record = ReportSave::where('orig_id', $record->id)->first();\n\t\t\tif (!empty($report_original_record)) continue;\n\n\t\t\t$newArr[$newindex]['id'] = $record->id;\n\t\t\t$newArr[$newindex]['flowid'] = $record->flowid;\n\t\t\t$newArr[$newindex]['report_no'] = $record->report_id;\n\t\t\t$newArr[$newindex]['book_no'] = '';\n\t\t\t$newArr[$newindex]['datetime'] = $record->report_date;\n\t\t\t/*\n\t\t\t$ship = ShipRegister::where('IMO_No', $record->shipNo)->first();\n\t\t\t$newArr[$newindex]['obj'] = $ship->NickName;\n\t\t\t$newArr[$newindex]['ship_no'] = $record->shipNo;\n\t\t\t$contract = VoyLog::where('id', $record->voyNo)->first();\n\t\t\t$newArr[$newindex]['voyNo'] = $contract->CP_ID;\n\t\t\t*/\n\t\t\tif ($record->obj_type == 1) {\n\t\t\t\t$newArr[$newindex]['ship_no'] = $record->shipNo;\n\t\t\t\t$newArr[$newindex]['voyNo'] = $record->voyNo;\n\n\t\t\t\t$ship = ShipRegister::where('IMO_No', $record->shipNo)->first();\n\t\t\t\t$newArr[$newindex]['obj'] = $ship->NickName;\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$newArr[$newindex]['ship_no'] = $record->obj_no;\n\t\t\t\t$newArr[$newindex]['voyNo'] = '';\n\t\t\t\t$newArr[$newindex]['obj'] = $record->obj_name;\n\t\t\t}\n\t\t\t$newArr[$newindex]['currency'] = $record->currency == 'USD' ? \"$\" : \"¥\";\n\t\t\t$newArr[$newindex]['type'] = $record->type;\n\t\t\t$newArr[$newindex]['profit_type'] = $record->profit_type;\n\t\t\t$newArr[$newindex]['content'] = $record->content;\n\t\t\t$newArr[$newindex]['amount'] = $record->amount;\n\t\t\t$newArr[$newindex]['remark'] = $record->remark;\n\t\t\t$newArr[$newindex]['rate'] = '';\n\t\t\t$attachment = DecisionReportAttachment::where('reportId', $record->id)->first();\n\t\t\t$newArr[$newindex]['attachment'] = null;\n\t\t\tif (!empty($attachment)) {\n\t\t\t\t$newArr[$newindex]['attachment'] = $attachment->file_link;\n\t\t\t}\n\n\t\t\t$reporter = User::where('id', $record->creator)->first()->realname;\n\t\t\t$newArr[$newindex]['user'] = $reporter;\n\t\t\t\n\t\t\t$newindex ++;\n\t\t}\n\n\t\t$selector = ReportSave::where('report_date', '>=', $now)->where('report_date', '<', $next);\n\t\t//$records = $selector->orderByRaw('ISNULL(book_no), book_no ASC')->orderBy('report_id', 'asc')->get();\n\t\t$records = $selector->orderByRaw('-book_no ASC,report_id ASC')->get();\n\t\tforeach($records as $index => $record) {\n\t\t\t$newArr[$newindex]['id'] = $record->orig_id;\n\t\t\t$newArr[$newindex]['flowid'] = $record->flowid;\n\t\t\t$newArr[$newindex]['report_no'] = $record->report_id;\n\t\t\t$newArr[$newindex]['book_no'] = $record->book_no == null ? '' : $record->book_no;\n\t\t\t$newArr[$newindex]['datetime'] = $record->report_date;\n\n\t\t\tif ($record->obj_type == 1) {\n\t\t\t\t$newArr[$newindex]['ship_no'] = $record->shipNo;\n\t\t\t\t$newArr[$newindex]['voyNo'] = $record->voyNo;\n\n\t\t\t\t$ship = ShipRegister::where('IMO_No', $record->shipNo)->first();\n\t\t\t\t$newArr[$newindex]['obj'] = $ship->NickName;\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$newArr[$newindex]['ship_no'] = $record->obj_no;\n\t\t\t\t$newArr[$newindex]['voyNo'] = '';\n\t\t\t\t$newArr[$newindex]['obj'] = $record->obj_name;\n\t\t\t}\n\t\t\t/*\n\t\t\t$ship = ShipRegister::where('IMO_No', $record->shipNo)->first();\n\t\t\t$newArr[$newindex]['obj'] = $ship->NickName;\n\t\t\t$newArr[$newindex]['ship_no'] = $record->shipNo;\n\t\t\t$contract = VoyLog::where('id', $record->voyNo)->first();\n\t\t\t$newArr[$newindex]['voyNo'] = $contract->CP_ID;\n\t\t\t*/\n\t\t\t$newArr[$newindex]['currency'] = $record->currency == 'USD' ? \"$\" : \"¥\";\n\t\t\t$newArr[$newindex]['type'] = $record->type;\n\t\t\t$newArr[$newindex]['profit_type'] = $record->profit_type;\n\t\t\t$newArr[$newindex]['content'] = $record->content;\n\t\t\t$newArr[$newindex]['amount'] = $record->amount;\n\t\t\t$newArr[$newindex]['remark'] = $record->remark;\n\t\t\t$newArr[$newindex]['rate'] = $record->rate == null ? '' : $record->rate;\n\t\t\t$attachment = DecisionReportAttachment::where('reportId', $record->orig_id)->first();\n\t\t\t$newArr[$newindex]['attachment'] = null;\n\t\t\tif (!empty($attachment)) {\n\t\t\t\t$newArr[$newindex]['attachment'] = $attachment->file_link;\n\t\t\t}\n\n\t\t\t$reporter = User::where('id', $record->creator)->first()->realname;\n\t\t\t$newArr[$newindex]['user'] = $reporter;\n\n\t\t\t$newindex ++;\n\t\t}\n\n\t\t$book_no = $this->getBookNo($year);\n\t\treturn [\n 'draw' => $params['draw']+0,\n 'recordsTotal' => DB::table($this->table)->count(),\n 'recordsFiltered' => $newindex,\n 'original' => false,\n 'data' => $newArr,\n\t\t\t'book_no' => $book_no,\n 'error' => 0,\n ];\n\t}", "private function loadBooking()\n {\n // 旧的booking.user_id 为NULL, 所以在查找时,需要比较 (user_id=$userId OR mobile=$mobile);\n $model = Booking::model()->getByIdAndUser($this->bookingId, $this->user->getId(), $this->user->getMobile());\n //***doctor_id找科室\n if($model->ref_no){\n $modelo = SalesOrder::model()->getOrderByBkIdAndrefNo($this->bookingId, $model->ref_no);\n if (isset($modelo)) {\n if (is_array($modelo)) {\n $hk=0;\n $sk=0;\n foreach ($modelo as $k => $v) {\n if ($v['order_type'] == SalesOrder::ORDER_TYPE_DEPOSIT) {\n $this->saleRefNo = $v['ref_no'];\n //加入服务费拆分\n $this->depositList[$hk]['id'] = $v->id;\n $this->depositList[$hk]['ref_no'] = $v->ref_no;\n $this->depositList[$hk]['user_id'] = $v->user_id;\n $this->depositList[$hk]['bk_id'] = $v->bk_id;\n $this->depositList[$hk]['bk_ref_no'] = $v->bk_ref_no;\n $this->depositList[$hk]['is_paid'] = $v->is_paid;\n $this->depositList[$hk]['total_amount'] = $v->total_amount;\n $this->depositList[$hk]['final_amount'] = $v->final_amount;\n $this->depositList[$hk]['date_created'] = $v->date_created;\n //支付完成时间\n $this->depositList[$hk]['date_closed'] = $v->date_closed;\n if($v['is_paid'] == 1){\n $this->depositAmount = $v['final_amount'];\n }\n $this->depositTotalAmount = $v['final_amount'];\n $hk++;\n }\n if ($v['order_type'] == SalesOrder::ORDER_TYPE_SERVICE) {\n //加入服务费拆分\n $this->saleList[$sk]['id'] = $v->id;\n $this->saleList[$sk]['ref_no'] = $v->ref_no;\n $this->saleList[$sk]['user_id'] = $v->user_id;\n $this->saleList[$sk]['bk_id'] = $v->bk_id;\n $this->saleList[$sk]['bk_ref_no'] = $v->bk_ref_no;\n $this->saleList[$sk]['is_paid'] = $v->is_paid;\n $this->saleList[$sk]['total_amount'] = $v->total_amount;\n $this->saleList[$sk]['final_amount'] = $v->final_amount;\n $this->saleList[$sk]['date_created'] = $v->date_created;\n //支付完成时间\n $this->saleList[$sk]['date_closed'] = $v->date_closed;\n if($v['is_paid'] == 1){\n $this->serviceAmount = $v['final_amount'] + $this->serviceAmount ;\n }\n $this->serviceTotalAmount = $v['final_amount']+$this->serviceTotalAmount;\n $sk++;\n }\n \n }\n }\n }\n }\n if (isset($model)) {\n $this->setBooking($model);\n }\n \n \n }", "function get_data_month(){\n\t\t//checking request data input valid\n\t\tif (@$_GET['id'] && @$_GET['token'] && @$_GET['month'] && @$_GET['year'] && @$_GET['month'] > 0 && @$_GET['year'] > 1900 && @$_GET['month'] < 13 && @$_GET['year'] < 2100) {\n\t\t\t//if request valid\n\t\t\t//checking employee with token and id\n\t\t\tif (check_token($_GET['token'],$_GET['id'])) {\n\t\t\t\t//if token and id valid\n\t\t\t\t//get data month\n\t\t\t\treturn get_data_month_attandace($_GET['month'],$_GET['year'],$_GET['id']);\n\t\t\t}else{\n\t\t\t\t//if token and id not valid\n\t\t\t\treturn '{\"status\":\"401\",\"message\":\"You dont have access\"}' ;\n\t\t\t}\n\t\t}else{\n\t\t\t//if request not valid\n\t\t\treturn '{\"status\":\"400\",\"message\":\"Bad Request\"}' ;\n\t\t}\n\t}", "public function generalreportselectedstartdate()\n{\n$userid = auth('api')->user()->id;\n$userbranch = auth('api')->user()->branch;\n$userrole = auth('api')->user()->type;\n\n \n $currentdate = date('Y-m-d');\n $yearview = \\DB::table('sortlistreportaccesses')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('startdate');\n// $monthtoview = \\DB::table('sortlistreportaccesses')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('monthname');\n// $branchtov = \\DB::table('sortlistreportaccesses')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('branchname');\n\n return $yearview;\n}", "public function getall(Request $request)\n {\n\n $logs = LogStatus::get();\n $booking = Booking::withCount('dimentions')->with('createdby', 'logstatus')->orderby('id', 'desc');\n\n $getstartdate = $request->startdate;\n $startdate = explode(\"GMT\", $getstartdate);\n $chkstartdate = date('y-m-d', strtotime($startdate[0]));\n\n $getenddate = $request->enddate;\n $enddate = explode(\"GMT\", $getenddate);\n $chkenddate = date('y-m-d', strtotime($enddate[0]));\n\n if (isset($request->statusid) && !empty($request->statusid)) {\n $booking->whereIn('current_status', $request->statusid);\n }\n\n if (isset($request->payment_status) && !empty($request->payment_status)) {\n $booking->where('payment_status', $request->payment_status);\n }\n\n if (isset($request->usertype) && !empty($request->usertype)) {\n $booking->whereIn('booked_by', $request->usertype);\n }\n\n if (isset($request->startdate) && !empty($request->startdate) && isset($request->enddate) && !empty($request->enddate)) {\n $booking->whereDate('created_at', '>=', Carbon::parse($chkstartdate)->toDateString())\n ->whereDate('created_at', '<=', Carbon::parse($chkenddate)->toDateString());\n }\n\n\n if (Auth::user()->role == 'agent') {\n $booking = $booking->whereBookedBy(Auth::user()->id);\n }\n $booking = $booking->get();\n\n return DataTables::of($booking)\n ->addColumn('current_status', function ($q) {\n return ($q->logstatus) ? $q->logstatus->status : '';\n })\n ->addColumn('payable_amount', function ($q) {\n if ($q->createdby->role == 'admin') {\n return '-';\n } else {\n return '&#163 ' . $q->final_total_agent . '<br><a href=\"\" data-id=\"' . $q->id . '\" class=\"checkhistory\" data-toggle=\"modal\" data-target=\".transationhistory\" ><span class=\"fa fa-eye\"></span></a>';\n }\n\n })\n ->addColumn('payment_status', function ($q) {\n if ($q->payment_status == 'paid') {\n return '<b style=\"color:green\">' . $q->payment_status . '</b>';\n } else {\n return '<b style=\"color:red\">' . $q->payment_status . '</b>';\n }\n\n })\n ->addColumn('quantity_weight_quote', function ($q) {\n return $q->dimentions_count . '<br>' . max($q->actual_weight, $q->volumetric_weight) . ' Kg <br>&#163 ' . $q->final_total_upx;\n })\n ->addColumn('tracking_number', function ($q) {\n if($q->service_id == 1){\n if($q->service_type == 'economy'){\n $type = \"Door to door(Economy)\";\n }else{\n $type = \"Door to door(Express)\";\n }\n }elseif ($q->service_id == 2) {\n $type = \"DHL\";\n }else{\n $type = \"Document\";\n }\n return $type.' '.$q->tracking_number;\n })\n ->addColumn('booking_date', function ($q) {\n return date('d M Y', strtotime($q->created_at));\n })\n ->addColumn('pstatus', function ($q) {\n return $q->status;\n })\n ->addColumn('paymentstatus', function ($q) {\n return $q->payment_status;\n })\n ->addColumn('status', function ($q) {\n $class = 'label-warning';\n if ($q->status == 'canceled') {\n $class = 'label-danger';\n }\n if ($q->status == 'reopen') {\n $class = 'label-primary';\n }\n if ($q->status == 'confirmed') {\n $class = 'label-success';\n }\n return '<small class=\"label ' . $class . '\">' . ucwords($q->status) . '</small>';\n })\n ->addColumn('invoice_download', function ($q) {\n $disabled = '';\n if ($q->status == 'canceled') {\n $disabled = 'disabled';\n }\n return '<a href=\"' . route('invoice.view', ['id' => $q->id]) . '\" target=\"_blank\" class=\"btn btn-primary pull-right ' . $disabled . '\" style=\"margin-right: 5px;\">\n <i class=\"fa fa-download\"></i> Invoice</a><br><br>\n <a href=\"#\" data-awbid=\"' . $q->id . '\" data-box_id=\"' . implode(\"|\", $q->dimentions->pluck('box_number')->toArray()) . '\" class=\"btn btn-primary pull-right awbdownloadclass ' . $disabled . '\" style=\"margin-right: 5px;\">\n <i class=\"fa fa-download\"></i> AWB <span class=\"bookingspin\"></span></a>';\n })\n ->addColumn('action', function ($q) {\n $btn = '';\n if ($q->payment_status == 'unpaid' && $q->booked_by == Auth::user()->id && $q->status != 'canceled') {\n $btn .= ' | <a href=\"' . route('booking.edit', [$q->id]) . '\" title=\"Edit Booking\"><span class=\"fa fa-pencil\"></span></a>';\n }\n if ($q->status == 'pending' || $q->status == 'reopen') {\n $status = 'canceled';\n $status_text = '<i class=\"fa fa-remove\"></i>';\n $title = 'Reopen Booking';\n $title = 'Cancel Booking';\n } else if ($q->status == 'canceled') {\n $status = 'reopen';\n $status_text = '<i class=\"fa fa-refresh\" aria-hidden=\"true\"></i>';\n $title = 'Reopen Booking';\n }\n if ($q->payment_status != 'paid' && in_array($q->status, ['pending', 'canceled', 'reopen'])) {\n $btn .= ' | <a class=\"cancel_booking\" data-id=\"' . $q->id . '\" data-status=\"' . $status . '\" title=\"' . $title . '\">' . $status_text . '</a>';\n }\n if ($q->booked_by == Auth::user()->id && $q->status != 'canceled') {\n $btn .= ' | <a class=\"copy_booking\" data-id=\"' . $q->id . '\" title=\"Copy Booking\"><i class=\"fa fa-copy\"></i></a>';\n }\n return '<a href=\"' . route('bookinghistory.show', [$q->id]) . '\" title=\"View Booking\"><span class=\"fa fa-eye\"></span></a> ' . $btn;\n })\n ->addIndexColumn()\n ->rawColumns(['status', 'action', 'quantity_weight_quote', 'booking_status', 'invoice_download', 'awb_download', 'payable_amount', 'notification', 'payment_status'])->make(true);\n }", "function getCompanyDetails($params)\n\t{\n\t \n\t $city_detail=$this->getCityDetails($params['pass'][2]);\n\t $page_url=$params['pass'][5];\n $city_id=$city_detail['City']['id'];\n\t\t//echo $city_id;die;\n\t\tApp::import('model','AdvertiserProfile');\n\t\t$this->ad_pro=new AdvertiserProfile();\n\t\t $company_details=$this->ad_pro->query(\"select * from advertiser_profiles where city='$city_id' and page_url='$page_url' and publish='yes'\");\n\t \n\t return $company_details;\n\t \n\t}", "public function get_booking_from()\n {\n $user_data = [$_GET['var1']];\n $sql = 'SELECT f.uid AS flight, MONTH(f.dep_date) AS month, t.class, COUNT(t.uid) AS tickets_num FROM ticket t\nJOIN flight f ON (t.flight_id = f.uid) WHERE YEAR(f.dep_date) = ?\nGROUP BY flight, month, t.class ORDER BY tickets_num DESC LIMIT ' . self::$page . ',' . self::$limit . ';';\n $data = [['' => 'Empty set']];\n if ($user_data) {\n $data = DataBase::paramQuery($sql, $user_data);\n if (!$data) {\n $data = [['' => 'Empty set']];\n }\n }\n return $data;\n }", "public function generalreportselectedenddate()\n{\n$userid = auth('api')->user()->id;\n$userbranch = auth('api')->user()->branch;\n$userrole = auth('api')->user()->type;\n\n \n $currentdate = date('Y-m-d');\n $yearview = \\DB::table('sortlistreportaccesses')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('enddate');\n// $monthtoview = \\DB::table('sortlistreportaccesses')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('monthname');\n// $branchtov = \\DB::table('sortlistreportaccesses')->where('ucret', $userid)->orderBy('id', 'Desc')->limit(1)->value('branchname');\n\n return $yearview;\n}", "function select_month(){\n\t\t//checking form valid\n\t\tif (@$_GET['token'] && @$_GET['id'] && @$_GET['year'] && @$_GET['year'] > 2000 && @$_GET['year'] < 2100) {\n\t\t\t//if request form valid\n\t\t\t//checking token valid\n\t\t\tif (check_token($_GET['token'],$_GET['id'])) {\n\t\t\t\t// if token and id valid\n\t\t\t\t//get data month attandance\n\t\t\t\t$data = get_select_month($_GET['year'],$_GET['id']);\n\t\t\t\treturn $data;\n\t\t\t}else{\n\t\t\t\t//if token and id invalid\n\t\t\t\treturn '{\"status\":\"401\",\"message\":\"You dont have access\"}' ;\n\t\t\t}\n\t\t}else{\n\t\t\t//if request form invalid\n\t\t\treturn '{\"status\":\"400\",\"message\":\"Bad Request\"}' ;\n\t\t}\n\t}", "function get_anchor_with_wallet($db,$year,$month,$prod){\n \t$this->db->select('anchor.id, anchor.name');\n \t$this->db->select($prod.\"_vol\");\n \t$this->db->join('anchor', 'anchor.id = wholesale_'.$db.'.anchor_id');\n \t$this->db->where('year',$year);\n \tif($db == \"realization\" ){\n \t\t$this->db->where('month',$month);\n \t}\n \t$this->db->where($prod.\"_vol <> 0\");\n \t$this->db->where('show_anc',1);\n \t$this->db->where('holding', \"\");\n \t$this->db->order_by($prod.\"_vol\", \"desc\"); \n \t$result = $this->db->get('wholesale_'.$db);\n \t$query = $result->result();\n \treturn $query;\n }", "function getBirthday($month,$page=5)\n {\n $criteria=new CDbCriteria;\n \n //$criteria->compare('member_createby',Yii::app()->user->id);\n $criteria->condition='contact_categorie.category_createby = '.Yii::app()->user->id.' AND MONTH(contact_birthday)='.$month;\n $criteria->join='LEFT JOIN contact_categorie ON t.category_id = contact_categorie.category_id';\n \n return new CActiveDataProvider($this, array(\n 'criteria'=>$criteria,\n 'pagination'=>array(\n 'pageSize'=>$page,\n ),\n ));\n }", "function get_commission_month_dates($month, $year) {\n\n\t\t$result_ = mysql_query(\"SELECT brk_start_date, brk_end_date FROM brk_brokerage_months where brk_month = '\".$month.\"' and brk_year = '\".$year.\"'\") or die (mysql_error());\n\t\twhile ( $row = mysql_fetch_array($result_) ) {\n\t\t\t$begin_tradedate = $row[\"brk_start_date\"];\n\t\t\t$end_tradedate = $row[\"brk_end_date\"];\n\t\t}\n\n\t\t$arr_return_dates = array($begin_tradedate,$end_tradedate);\n\t\treturn $arr_return_dates;\n\n}", "public function report($month = null, $year = null)\n {\n $sql = \"SELECT m.id, m.first_name, m.last_name,\n s.created_on, s.method, s.amount, s.notes, s.status,\n mt.membership_type\n FROM subs AS s\n JOIN members AS m\n ON s.member_id = m.id\n JOIN membership_types AS mt\n ON s.membership_type_id = mt.id\n WHERE (confirmed = '1' OR confirmed = 1)\n AND s.created_on BETWEEN '$year-$month-01 00:00:00' AND DATE_ADD('$year-$month-01 00:00:00', INTERVAL 1 MONTH)\n AND s.status = 'paid'\n GROUP BY m.id\n ORDER BY s.created_on DESC\n ;\";\n\n return $this->db->query($sql)->result();\n }", "function annual_report($year){\n \t\t$this->db->select('reciepts.RECIEPT_NUMBER, reciepts.SERVICE, customer.NAME, reciepts.AMOUNT_PAID, reciepts.DATE_CREATED');\n \t\t$this->db->from('reciepts');\n \t\t$this->db->join('customer', 'reciepts.ACCOUNT_NUMBER=customer.ACCOUNT_NO', 'left');\n \t\t$this->db->where('YEAR(reciepts.DATE_CREATED)', $year);\n \t\t$this->db->where('reciepts.RECIEPT_TYPE', 'Tax');\n \t\t$this->db->order_by('reciepts.DATE_CREATED', 'ASC');\n \t\t$query=$this->db->get();\n \t\tif($query->num_rows()>0){\n \t\t\treturn $query->result();\n \t\t}\n \t\telse{\n \t\t\treturn false;\n \t\t}\n \t}", "function detail($year = null, $month = null, $day = null){\n\t\t$year = (ctype_digit($year) && strlen($year) == 4)? $year : date('Y');\n\t\t$month = (ctype_digit($month) && $month > 0 && $month < 13)? $month : date('m');\n\t\t$day = (ctype_digit($day) && $day > 0 && $day <= 31)? $day : date('d');\n\t\t\n\t\tif (checkdate($month , $day , $year)) {\n\t\t\t$res = $this->cal->fields('id, total')->where('date', '=', \"{$year}-{$month}-{$day}\")->get(); \n\t\t\t\n\t\t\tif (! $res) { // not exists calendar : create once\n\t\t\t\t$this->cal->insert(array('date' => \"{$year}-{$month}-{$day}\"));\n\t\t\t\t$res = $this->cal->fields('id, total')->where('date', '=', \"{$year}-{$month}-{$day}\")->get(); \n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t$cat = $this->cat->order_by('operation', 'DESC')->order_by('id', 'ASC')->as_dropdown('name')->get_all();\n\t\t\t$acc = $this->acc->as_dropdown('name')->get_all();\n\t\t\t\n\t\t\t$data = ['y' => $year, \n\t\t\t\t\t 'm' => DateTime::createFromFormat('!m', $month)->format('F'), \n\t\t\t\t\t 'd' => $day, \n\t\t\t\t\t 'id' => $res->id,\n\t\t\t\t\t 'category' => $cat,\n\t\t\t\t\t 'account' => $acc,\n\t\t\t\t\t 'total' => $res->total];\n\t\t\t\n\t\t\t$this->load->view('calendar/_modal_detail', $data);\t\n\t\t} else {\n\t\t\t$this->load->view('_modal_error',['title' => 'Error format date', 'msg' => 'Your format date is not valid']);\t\n\t\t}\n\t\t\n\t}", "function recuperaIDbooking($bname) {\n $data = array();\n $options = array('email' => $bname);\n $Q = $this->db->getwhere('job_contacts_all', $options);\n\n\n if ($Q->num_rows() > 0) {\n foreach ($Q->result_array() as $row) {\n $data[] = $row;\n }\n }\n\n $Q->free_result();\n return $data;\n }" ]
[ "0.5805384", "0.575374", "0.5713398", "0.5671862", "0.5599626", "0.55528736", "0.5487506", "0.5462963", "0.53902507", "0.5321424", "0.5312999", "0.53096974", "0.53076893", "0.5286062", "0.5272883", "0.52722406", "0.52705044", "0.52551985", "0.51910794", "0.51886714", "0.5162068", "0.5156239", "0.51419944", "0.5129184", "0.50907767", "0.5072974", "0.5046972", "0.5001041", "0.49954593", "0.49939254" ]
0.6211731
0
Show the Company name, call id and Alter id wise from tblcompany table ,
public function ShowCompany() { //CALL sp_company_show('$CallId','$AlterID') $CallId = $_REQUEST['CallId']; $AlterID = $_REQUEST['AlterID']; if($AlterID==""){ $qry = "Select distinct UCASE(CompanyName) as CompanyName from tblcompany where ComMob = '$CallId' Order by CompanyName"; }else if($CallId==""){ $qry = "Select distinct UCASE(CompanyName) as CompanyName from tblcompany where ComMob = '$AlterID' Order by CompanyName"; }else{ $qry = "Select distinct UCASE(CompanyName) as CompanyName from tblcompany where ComMob = '$CallId' OR ComMob= '$AlterID' Order by CompanyName"; } $result = mysqli_query($this->con, $qry); $num_rows = mysqli_num_rows($result); if($num_rows>0) $status="true"; else $status="false"; $record=array(); while($info = mysqli_fetch_object($result)) { $record[] = $info; //print_r($info);exit; } return array("status"=>"$status","record"=>$record); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function getCompanyNameById($id)\r\r\r\r\t{\r\r\r\r App::import(\"Model\", \"Company\");\r\r\r\r $this->Company = &new Company();\r\r\r\r\t $conditions = ' Company.id = '.$id;\t \r\r\r\r \t $companyname = $this->Company->find(\"all\", array('conditions' => $conditions, 'fields' => 'Company.company_name, Company.id')); \r\r\r\r\t return $companyname[0]['Company'];\r\r\r\r }", "public function get_company_name($id){\n\t\t$data = $this->HrEmployee->HrCompany->findById($id, array('fields' => 'company_name'));\t\t\n\t\t$this->set('company_data', $data);\n\t}", "public function get_all_company()\n\t{\n \t\t//$sql='SELECT \tdistinct on (view_tempcustomermaster.tempcustname) view_tempcustomermaster.id,view_tempcustomermaster.tempcustname FROM \tview_tempcustomermaster ORDER BY tempcustname ASC';\n\n \t\t$sql='SELECT view_tempcustomermaster.id,view_tempcustomermaster.tempcustname FROM \tview_tempcustomermaster ORDER BY tempcustname ASC';\n \t//echo $sql; die;\n\t\t$result = $this->db->query($sql);\n\t//\tprint_r($result->result_array());\n\t\t$options = $result->result_array();\n\t\t$options_arr;\n\t\t$options_arr[''] = '-Please Select Customer-';\n\n\t\t// Format for passing into form_dropdown function\n\t\tforeach ($options as $option) {\n\t\t\t$options_arr[$option['id']] = $option['tempcustname'];\n\t\t}\n\t\treturn $options_arr;\n\t\t\n\t}", "public function allCompagnyNameAndId()\n {\n $bdd = $this->dbConnect();\n\n $requete = \"SELECT company_name, company_id FROM company\";\n\n $resultat = $bdd->prepare($requete);\n $resultat->execute();\n\n return $resultat->fetchAll();\n }", "function companyDetails()\n {\n $this->db->select('cs.*,(c.name)as country_name,(s.name)as state_name,(ct.name)as city_name');\n $this->db->from('company_settings cs');\n $this->db->join('countries c','c.id=cs.country_id');\n $this->db->join('states s','s.id=cs.state_id');\n $this->db->join('cities ct','ct.id=cs.country_id');\n $query = $this->db->get();\n return $query->row();\n }", "public function getCompanyId():int{\n return $this->company->getId();\n }", "function getAllCompanyName(){\n\t\t\tApp::import('model','AdvertiserProfile');\n\t\t $this->AdvertiserProfile = new AdvertiserProfile();\n\t\t\t$companyList = $this->AdvertiserProfile->find('list',array('fields'=>array('AdvertiserProfile.id','AdvertiserProfile.company_name')));\n\t\t\treturn $companyList;\n\t}", "function showCompanyById($company_id){\n\t\t$sql = \"SELECT * FROM companies WHERE company_id='$company_id'\";\n\t\t$result = $this->conn->query($sql);\n\t\treturn mysqli_fetch_assoc($result);\n\t}", "function getDetails(){\n\t\t\t\t\t$query = \"SELECT * \n\t\t\t\t\t\t\t\t\t\tFROM company c, user_account a \n\t\t\t\t\t\t\t\t\t\tWHERE c.user_id = a.user_id \n\t\t\t\t\t\t\t\t\t\tAND c.user_id = '$this->id'\";\n\t\t\t\t\treturn $this->connect->getData($query);\n\t\t\t\t}", "public function getidCompany():int\n {\n return $this->idCompany;\n }", "public function company_list()\n {\n $data['title'] = \"Company List\";\n\n $data['companies'] = $this->db->order_by('company_name','asc')->get('tbl_company')->result_object();\n $this->load->view('back/lib/header',$data);\n $this->load->view('back/lib/sidebar');\n $this->load->view('back/company/company_list');\n $this->load->view('back/lib/footer'); \n }", "function fetch_company_info(){\n \t\t$this->db->select('*');\n \t\t$this->db->from('company');\n \t\t$this->db->where('ID', 1);\n \t\t$query=$this->db->get();\n \t\tif($query->num_rows()==1){\n \t\t\treturn $query->row();\n \t\t}\n \t\telse{\n \t\t\treturn false;\n \t\t}\n \t}", "public function company(): array\n {\n // ADD : WHERE ID = COMPANY.ID\n $sql = \"SELECT CONCAT(people_firstname, ' ', people_lastname) AS people_fullName, \n people.people_phone, people.people_email, people.people_company \n FROM `company`\n INNER JOIN `people_has_company`\n ON company.id = people_has_company.fk_company \n INNER JOIN people ON people.id = people_has_company.fk_people\";\n $out['company_people']['cols'] = array(\"#\", \"Name\", \"Phone\", \"Email\", 'Company');\n $out['company_people']['rows'] = $this->getData($sql, true);\n\n // Second Table - Show all the invoices related to the company\n // ADD : WHERE ID = COMPANY.ID\n $sql = \"SELECT invoice.invoice_number, invoice.invoice_date, CONCAT(people_firstname, ' ', people_lastname) AS people_fullName \n FROM `company`\n INNER JOIN `invoice` \n ON invoice.invoice_fk_company = company.id \n INNER JOIN `people` \n ON invoice.invoice_fk_people = people.id\";\n $out['company_invoice']['cols'] = array('#', 'Invoice Number', 'Date', 'Name');\n $out['company_invoice']['rows'] = $this->getData($sql, true);\n\n return $out;\n }", "public function getSupplierByIdCompany($idCompany)\r\n\t{\r\n\r\n\t\t$sql = new Sql($this->dbAdapter);\r\n \t$select = $sql->select();\r\n \t$select\r\n \t\t->columns(array('id_company', 'name_company', 'company_description', 'website'))\r\n \t\t->from(array('c' => $this->table))\r\n\r\n \t\t// JOIN TABLE ADDRESSES\r\n \t\t->join(array('address' => 'addresses'), 'c.id_company = address.company_id', array('id_address', 'street', 'postalcode', 'number', 'state_id', 'district', 'neighborhood'), 'Inner')\r\n\r\n \t\t// JOIN TABLE STATES OF MEXICO\r\n \t\t->join(array('s_m' => 'states_of_mexico'), 'address.state_id = s_m.id', array('name_state' => 'state'), 'Inner')\r\n\r\n \t\t// JOIN TABLE DISTRICT\r\n \t\t->join(array('d' => 'district'), 'address.district = d.id', array('name_district' => 'name'), 'Inner')\r\n\r\n \t\t// JOIN TABLE NEIGBORHOOD\r\n \t\t->join(array('n' => 'neighborhood'), 'address.neighborhood = n.id', array('name_neighborhood' => 'colony'), 'Inner')\r\n\r\n \t\t// JOIN TABLA DE ANUNCIOS DE PROVEEDOR\r\n\t\t\t->join(array('img_comp' => 'images_company'), 'c.id_company = img_comp.id_company', array('id_img' => 'id', 'img_name' => 'name', 'img_desc' => 'description'), 'Inner')\r\n\r\n \t\t// JOIN TABLE USERS\r\n \t\t->join(array('u' => 'users'), 'c.id_users = u.id', array('email', 'profile' => 'perfil'), 'Inner')\r\n\r\n \t\t// JOIN TABLE USERS DETAILS\r\n \t\t->join(array('u_d' => 'users_details'), 'u.id = u_d.id_user', array('id_user' => 'id', 'name', 'surname', 'phone'), 'Inner')\r\n\r\n \t\t->where(array('c.id_company' => $idCompany));\r\n \r\n \t$selectString = $sql->getSqlStringForSqlObject($select);\r\n \t$execute = $this->dbAdapter->query($selectString, Adapter::QUERY_MODE_EXECUTE);\r\n \t$result = $execute->toArray();\r\n\r\n \treturn $result;\r\n\r\n\t}", "public function get_active_details($company,$id)\n{\n\t\n\t$this->db->where('id',$id);\n\t$query = $this->db->get('recruitment_employers_setting');\n\treturn $query->row();\n}", "public function edit_company($company_id)\n {\n $data['title'] = \"Edit Company\";\n\n $data['company'] = $this->db->where('company_id',$company_id)->get('tbl_company')->result_object();\n $this->load->view('back/lib/header',$data);\n $this->load->view('back/lib/sidebar');\n $this->load->view('back/company/edit_company');\n $this->load->view('back/lib/footer'); \n }", "function getprojectcontactbycompany($companyid ='')\r\r\r\r\t{\r\r\r\r \r\r\r\r\t App::import(\"Model\", \"Contact\");\r\r\r\r $this->Contact = &new Contact();\r\r\r\r\t $conditions = \" Contact.delete_status = '0' AND Contact.active_status = '1' AND Contact.company_id=\".$companyid;\t \r\r\r\r \t $contactdata = $this->Contact->find(\"all\", array('conditions' => $conditions)); \r\r\r\r $contactdatadropdown = Set::combine($contactdata, '{n}.Contact.id', array('{0} {1}',\r\r\r\r\t '{n}.Contact.firstname','{n}.Contact.lastname'));\r\r\r\r asort($contactdatadropdown);\r\r\r\r\t return $contactdatadropdown;\r\r\r\r\t \r\r\r\r }", "function getCompanyTypeName($company_type_id){ \r\r\r\r App::import(\"Model\", \"CompanyType\");\r\r\r\r $this->CompanyType = & new CompanyType();\r\r\r\r $conditions = \"CompanyType.id = '\".$company_type_id.\"' AND CompanyType.delete_status = '0'\";\r\r\r\r $companytypearr = $this->CompanyType->find(\"first\",array('conditions'=>$conditions));\r\r\r\r if(is_array($companytypearr) && !empty($companytypearr)) \r\r\r\r {\r\r\r\r $company_type_name= $companytypearr['CompanyType']['company_type_name'];\r\r\r\r }else{\r\r\r\r $company_type_name= '';\r\r\r\r }\r\r\r\r return $company_type_name;\r\r\r\r }", "public function get_company_name(){\n\t\treturn $this->v_company_name;\n\t}", "public function actionViewcompany($id,$c)\n{\n// contoh url untuk view perusahaan http://localhost/careerpath/dataperusahaan/viewcompany/id/17/c/f2ec9b0860\n$this->render('view',array(\n'model'=>$this->loadModel($id,$c),\n));\n}", "function allupdateddesig()\n\t \n\t {\n\t // This shows the module name user is accessing, as a tiltle in the browser. \n\t\t$data['title'] = \"Not Updated Company List\";\n\t\t// This shows the module name you are accessing, as a header(tab name) in the browser. \n $data['header'] = \"Not Updated Company List\";\n\t\t$data['totaldb'] = $this->MSynonym->record_count_company_update();\n\t\t$pageno = ($this->uri->segment(4))? $this->uri->segment(4) : 0;\n\t\t$username = $this->session->userdata('id');\n\t\t if($this->input->post('companyname'))\n\t\t {\n\t\t\t $candidateid = $_POST['c_id'];\n\t\t\t $company = $_POST['companyname'];\n\t\t\t $count = count($candidateid);\n\t\t\t for($i=0; $i<$count; $i++)\n\t\t\t {\n\t\t\t $id = $candidateid[$i];\n\t\t\t\t$data = array(\n\t\t\t\t'id' => $id,\n\t\t\t\t'company' => $company[$i],\n\t\t\t\t);\n\t\t\t\t$this->MSynonym->updateComp($id,$data); \n\t\t\t } \n\t\t\t // This flags the messege about that a new company has been created successfully.\t\t\n\t flashMsg('success','Company has been updated successfully.');\n\t\t\t\t\t redirect('synonym/admin/companyupdate/'.$pageno,'refresh');\n\t\t\t}\n\t\telse{\n $this->load->library('pagination');\n\t $this->session->unset_userdata('searchterm');\n $config['base_url'] = base_url() . 'index.php/synonym/admin/allupdateddesig/';\n\t\t$config['total_rows'] = $this->MSynonym->record_count_company_allupdateddesig();\n\t\t$config['per_page'] = 100;\n\t\t$config['uri_segment'] = 4;\n\t\t//$choice = $config['total_rows']/$config['per_page'];\n\t\t$config['num_links'] = 15;\t\t\n\t\t$this->pagination->initialize($config);\n\n\t\t$limit = ($this->uri->segment(4))? $this->uri->segment(4) : 0;\n $data['total'] = $config['total_rows'];\n\t\t$data['totalupdated'] = $this->MSynonym->getTotalUpdatedDesig();\n\t\t$data['results'] = $this->MSynonym->fetch_candidates_allupdateddesig($limit);\n\n\t\t$data['links'] = $this->pagination->create_links();\n\t\t // Set breadcrumb(navigation). This tells where you are.\n\t \n\t\t $data['page'] = $this->config->item('backendpro_template_admin') . \"admin_candidate_allupdateddesig\";\n\t $data['module'] = 'synonym';\n\t $this->load->view($this->_container,$data);\t\t\n\t}\n\t}", "function get_company_details_user_id($id){\n\t $ci=& get_instance();\n\t $ci->load->model('companies_model');\n\t return $ci->companies_model->get_company_details_user_id($id);\n\t}", "function vehicle_company_insurance($result,$id) {\n\t\t$data['dataCollection'] = $result;\n\t\t$data['vehicle_basic_info_id'] = $id;\n\t\t$data['vehicle_basic_info'] = $this->admin_model->getDataCollectionByID('tbl_vehicle_basic_info',$id);\n\t\t$this->load->view('admin/include/head');\n\t\t$this->load->view('admin/include/header');\n\t\t$this->load->view('admin/include/sidebar');\n\t\t$this->load->view('admin/vehicle/vehicle_company_list',$data);\n\t\t$this->load->view('admin/include/footer');\n\t\t$this->load->view('admin/include/foot');\n\t}", "function getCompanyId() {\n return $this->getFieldValue('company_id');\n }", "function get_company($id_company)\n {\n return $this->db->get_where('company',array('id_company'=>$id_company))->row_array();\n }", "public function getCompany();", "function getCompanyNameByCompanyId($companyId){\n global $con;\n $query = \"SELECT * FROM companies WHERE Company_Id = '$companyId'\";\n $queryExec = mysqli_query($con, $query);\n $row = mysqli_fetch_assoc($queryExec);\n return $row['Company_Name'];\n }", "function allupdatedinstt()\n\t \n\t {\n\t // This shows the module name user is accessing, as a tiltle in the browser. \n\t\t$data['title'] = \"Not Updated Company List\";\n\t\t// This shows the module name you are accessing, as a header(tab name) in the browser. \n $data['header'] = \"Not Updated Company List\";\n\t\t$data['totaldb'] = $this->MSynonym->record_count_company_update();\n\t\t$pageno = ($this->uri->segment(4))? $this->uri->segment(4) : 0;\n\t\t$username = $this->session->userdata('id');\n\t\t if($this->input->post('companyname'))\n\t\t {\n\t\t\t $candidateid = $_POST['c_id'];\n\t\t\t $company = $_POST['companyname'];\n\t\t\t $count = count($candidateid);\n\t\t\t for($i=0; $i<$count; $i++)\n\t\t\t {\n\t\t\t $id = $candidateid[$i];\n\t\t\t\t$data = array(\n\t\t\t\t'id' => $id,\n\t\t\t\t'company' => $company[$i],\n\t\t\t\t);\n\t\t\t\t$this->MSynonym->updateComp($id,$data); \n\t\t\t } \n\t\t\t // This flags the messege about that a new company has been created successfully.\t\t\n\t flashMsg('success','Company has been updated successfully.');\n\t\t\t\t\t redirect('synonym/admin/companyupdate/'.$pageno,'refresh');\n\t\t\t}\n\t\telse{\n $this->load->library('pagination');\n\t $this->session->unset_userdata('searchterm');\n $config['base_url'] = base_url() . 'index.php/synonym/admin/allupdatedinstt/';\n\t\t$config['total_rows'] = $this->MSynonym->record_count_company_allupdatedinstt();\n\t\t$config['per_page'] = 100;\n\t\t$config['uri_segment'] = 4;\n\t\t//$choice = $config['total_rows']/$config['per_page'];\n\t\t$config['num_links'] = 15;\t\t\n\t\t$this->pagination->initialize($config);\n\n\t\t$limit = ($this->uri->segment(4))? $this->uri->segment(4) : 0;\n $data['total'] = $config['total_rows'];\n\t\t$data['totalupdated'] = $this->MSynonym->getTotalUpdatedInstt();\n\t\t$data['results'] = $this->MSynonym->fetch_candidates_allupdatedinstt($limit);\n\n\t\t$data['links'] = $this->pagination->create_links();\n\t\t // Set breadcrumb(navigation). This tells where you are.\n\t \n\t\t $data['page'] = $this->config->item('backendpro_template_admin') . \"admin_candidate_allupdatedinstt\";\n\t $data['module'] = 'synonym';\n\t $this->load->view($this->_container,$data);\t\t\n\t}\n\t}", "public function sss_form_mngt_company_view(){\t \n\t\t$this->load->view('app/payroll/file_maintenance/sss_r1-A_form_mngt/company_list',$this->data);\n\t}", "public static function getCompanyName($id) {\r\r\n\t\t$result= DB::table('dev_invoices_registration')\r\r\n\t\t\t\t\t\t->SELECT('*')\r\r\n\t\t\t\t\t\t->WHERE('id', '=', $id)\r\r\n\t\t\t\t\t\t->get();\r\r\n\t\treturn $result;\r\r\n\t\t\r\r\n\t}" ]
[ "0.6573894", "0.6387507", "0.6329678", "0.6189642", "0.6105338", "0.6092504", "0.6072524", "0.6017267", "0.5942725", "0.5923734", "0.59184253", "0.5907305", "0.59059423", "0.58879983", "0.58840805", "0.58757716", "0.58668506", "0.58607197", "0.5844966", "0.5833629", "0.5823091", "0.581173", "0.5810355", "0.57997483", "0.57996744", "0.57855856", "0.57767284", "0.57707334", "0.57599205", "0.57573044" ]
0.73617154
0
Show the Sub Package from tblbillconfigpackage table.
public function ShowPackage() { //CALL sp_package_show() $qry = "Select Sub_package from tblbillconfigpackage"; $result = mysqli_query($this->con, $qry); $num_rows = mysqli_num_rows($result); if($num_rows>0) $status="true"; else $status="false"; $record=array(); while($info = mysqli_fetch_object($result)) { $record[]=$info; } $arra=array("status"=>"$status","record"=>$record); return $arra; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function FetchLocalSub_Package1()\r\n\t{\t\r\n\t\t$Package = str_replace('_','/',$_REQUEST['Package']);\r\n\t\t$Package = str_replace('$',' ',$Package);\r\n\t\t$state = str_replace('_',' ',$_REQUEST['state']);\r\n\t\t$CabType = $_REQUEST['CabType'];\t\t\t\r\n\t\t$qry = \"SELECT distinct tblbillconfigpackage.sub_package FROM `tblbillconfigpackage`\r\n\t\t INNER JOIN tblbookingbill ON tblbillconfigpackage.PackageCityCode=tblbookingbill.CityId\r\n\t\t INNER JOIN tblstates ON tblbillconfigpackage.PackageCityCode=tblstates.id\r\n\t\t WHERE tblbillconfigpackage.master_package='$Package' and tblstates.state='$state' \r\n\t\t and tblbookingbill.BookingTypeId='$Package' and tblbookingbill.CabType='$CabType'\";\r\n\t\t$result = mysqli_query($this->con, $qry);\r\n\t\t$num_rows = mysqli_num_rows($result);\r\n\t\tif($num_rows>0)\r\n\t\t\t$status=\"true\";\r\n\t\telse\r\n\t\t\t$status=\"false\";\r\n\t\t$record=array();\r\n\t\twhile($info = mysqli_fetch_assoc($result)){ \r\n\t\t\t $record[][\"sub_package\"]=$info[\"sub_package\"];\r\n\t\t}\r\n\t\t\r\n\t\treturn array(\"status\"=>$status,\"record\"=>$record);\r\n\t}", "public function get_package_detail($pkid)\r\n {\r\n $package = array();\r\n\r\n if ($pkid > 0) {\r\n \r\n $package = $this->model_package->find_by_pk_active($pkid);\r\n\r\n $addon_param = array();\r\n $addon_param['fields'] = \"addon_id,addon_name,addon_special,addon_store_fields\";\r\n $addon_param['joins'][] = array(\r\n \"table\"=>\"addon\" ,\r\n \"joint\"=>\"addon.addon_id = package_addon.pa_addon_id and addon.addon_status = 1 and pa_package_id = $pkid\",\r\n // \"type\" => \"left\" //ONLY GET ACTIVE ADDONS FORM MULTISELECT\r\n );\r\n $addon = $this->model_package_addon->find_all($addon_param);\r\n // debug($addon); \r\n $package['addons'] = $addon;\r\n \r\n $data = $package;\r\n }\r\n return $data;\r\n }", "function getAdminPackage(){\n\t\n\t\t\tApp::import('model','Package');\n\t\t $this->Package = new Package();\n\t\t\t$packageList1 = '';\n\t\t\t$result = $this->Package->query(\"SELECT id, CONCAT(name,' ($',price,')' ) as namePrice, setup_price, monthly_price, name from packages where status='yes' AND type like '%sales_person%'\");\n\t\t\t$countArray = 0;\n\t\t\twhile($countArray<sizeof($result)){\n\t\t\t $idArray = $result[$countArray]['packages']['id'];\n\t\t\t //$packageList1[$idArray] = $result[$countArray][0]['namePrice'];\n\t\t\t\t $packageList1[$idArray] = $result[$countArray]['packages']['name'].' ($'.($result[$countArray]['packages']['setup_price']+$result[$countArray]['packages']['monthly_price']).')';\n\t\t\t\t $countArray++;\n\t\t\t}\t\t\t\n\t\t\t return $packageList1;\n\t }", "function getspclPackage(){\n\t\n\t\t\tApp::import('model','Package');\n\t\t $this->Package = new Package();\n\t\t\t$packageList1 = '';\n\t\t\t$result = $this->Package->query(\"SELECT id, CONCAT(name,' ($',price,')' ) as namePrice, setup_price, monthly_price, name from packages where status='yes' AND type like '%special%'\");\n\t\t\t$countArray = 0;\n\t\t\twhile($countArray<sizeof($result)){\n\t\t\t $idArray = $result[$countArray]['packages']['id'];\n\t\t\t //$packageList1[$idArray] = $result[$countArray][0]['namePrice'];\n\t\t\t\t $packageList1[$idArray] = $result[$countArray]['packages']['name'].' ($'.($result[$countArray]['packages']['setup_price']+$result[$countArray]['packages']['monthly_price']).')';\n\t\t\t\t $countArray++;\n\t\t\t}\t\t\t\n\t\t\t return $packageList1;\n\t }", "public function index()\n {\n $package=DB::table('packages')\n ->join('package_categories','packages.package_category_id','package_categories.id')\n ->join('subcategories','packages.subcat_id','subcategories.id')\n ->select('packages.*','package_categories.package_category_name','subcategories.subcat')\n ->get();\n return view('admin.package.index',compact('package')); \n }", "public function get_package()\r\n {\r\n // Set params\r\n // $params['fields'] = \"package_id, package_name, package_slug, package_desc,addon,package_price,package_period \";\r\n // Query\r\n $package = array();\r\n $package = $this->model_package->find_all_active();\r\n\r\n $addon_param['joins'][] = array(\r\n \"table\"=>\"addon\" ,\r\n \"joint\"=>\"addon.addon_id = package_addon.pa_addon_id and addon.addon_status = 1\",\r\n // \"type\" => \"left\" //ONLY GET ACTIVE ADDONS FORM MULTISELECT\r\n );\r\n $addon = $this->model_package_addon->find_all($addon_param);\r\n \r\n \r\n foreach ($addon as $k => $val) {\r\n \r\n if (isset($package) && array_filled($package)) {\r\n \r\n foreach ($package as $key => $value) {\r\n if ($value['package_id'] == $val['pa_package_id'] ) {\r\n $package[$key]['addon'][] = $val;\r\n } \r\n }\r\n\r\n }\r\n \r\n }\r\n \r\n $data = $package;\r\n return $data;\r\n }", "public function lstAccountPackages(){\r\n\t\t$Sql = \"SELECT\r\n\t\t\t\t\tpackage_id,\r\n\t\t\t\t\tpackage_name,\r\n\t\t\t\t\tpackage_detail,\r\n\t\t\t\t\tpackage_price,\r\n\t\t\t\t\tnumber_of_post,\r\n\t\t\t\t\tpackage_date,\r\n\t\t\t\t\tis_active\r\n\t\t\t\tFROM\r\n\t\t\t\t\trs_tbl_account_packages\r\n\t\t\t\tWHERE\r\n\t\t\t\t\t1=1\";\r\n\t\tif($this->isPropertySet(\"package_id\", \"V\"))\r\n\t\t\t$Sql .= \" AND package_id=\" . $this->getProperty(\"package_id\");\r\n\t\t\r\n\t\tif($this->isPropertySet(\"is_active\", \"V\"))\r\n\t\t\t$Sql .= \" AND is_active=\" . $this->getProperty(\"is_active\");\r\n\t\t\r\n\t\tif($this->isPropertySet(\"ORDERBY\", \"V\"))\r\n\t\t\t$Sql .= \" ORDER BY \" . $this->getProperty(\"ORDERBY\");\r\n\t\t\r\n\t\tif($this->isPropertySet(\"limit\", \"V\"))\r\n\t\t\t$Sql .= $this->appendLimit($this->getProperty(\"limit\"));\r\n\r\n\t\treturn $this->dbQuery($Sql);\r\n\t}", "function overview(){\n\t\t$packages = getPackages();\n\n\n\t\t$template_engine = get_template_engine();\n\n\t\techo $template_engine->render('pakketten', [\n\t\t\t'pakketten' => $packages\n\t\t]);\n\n\t}", "public function get_single_package_detail($package_id) {\n\n $this->db->select('*');\n $this->db->from('business_programs');\n $this->db->where('id', $package_id);\n $query = $this->db->get();\n $query_result = $query->result();\n $package_details = array();\n if (!empty($query_result)) {\n $package_details['package'] = $query_result[0];\n } else {\n $package_details['package'] = $query_result;\n }\n $this->db->select('*');\n $this->db->from('business_services');\n $this->db->where('program_id', $package_id);\n $query2 = $this->db->get();\n $query_result2 = $query2->result();\n if (!empty($query_result2)) {\n $package_details['service'] = $query_result2;\n }\n return $package_details;\n }", "public function show(Package $package)\n {\n //\n }", "public function fcExtendConfigShowBicDataTable()\n {\n $sql = \"ALTER TABLE `s_plugin_mopt_payone_config` \"\n . \"ADD COLUMN show_bic TINYINT(1) NOT NULL DEFAULT 0;\";\n Shopware()->Db()->exec($sql);\n }", "public function packageDetails();", "public function show(Tabel_Subyek $tabel_Subyek)\n {\n //\n }", "public function get_sub_category(){\r\n $this->datatables->select('s.cat_id,s.sub_cat_id,c.cat_name,s.sub_cat_name');\r\n $this->datatables->join( 'o-cakes_category c', 's.cat_id = c.cat_id', 'left' );\r\n $this->datatables->from('o-cakes_sub_cat s');\r\n $this->datatables->where('s.sub_cat_status',1);\r\n $result = $this->datatables->generate();\r\n echo $result;\r\n }", "function packagemaster()\n\n {\n\n if ($this->isAdmin() == TRUE) {\n\n $this->loadThis();\n\n } else {\n\n $data['maxpackage'] = $this->Home_model->maxpackage();\n\n $table = 'packagemaster';\n\n $data['packagemaster'] = $this->Home_model->getdataall($table);\n\n $this->loadViews(\"admin/admin_views/packagemaster\", $this->global, $data, NULL);\n\n }\n\n }", "function dispDescription($packname) {\n global $SPITIKO_SCRIPT;\n global $PACKAGE_DB_NAME;\n\n $db = dbconnect($PACKAGE_DB_NAME);\n $sql = \"SELECT * FROM packageinfo WHERE name='$packname'\";\n $sth = $db->prepare($sql);\n $sth->execute();\n $result = $sth->fetchAll();\n if (count($result) == 0) {\n printf(\"%s: package not found.\\n\", $packname);\n return 2; // package not found.\n }\n\n $name = $result[0]['name'];\n $version = $result[0]['version'];\n $date = $result[0]['date'];\n $author = $result[0]['author'];\n $kind = $result[0]['kind'];\n $desc = $result[0]['description'];\n\n printf(\"%12s|%s\\n\", \"name\", $name);\n printf(\"%12s|%s\\n\", \"version\", $version);\n printf(\"%12s|%s\\n\", \"date\", $date);\n printf(\"%12s|%s\\n\", \"author\", $author);\n printf(\"%12s|%s\\n\", \"script type\", $kind);\n printf(\"%12s|%s\\n\", \"description\", $desc);\n}", "public function show_cmdb_view()\n {\n global $g_config, $g_absdir;\n\n $l_objType = isys_glob_get_param(C__CMDB__GET__OBJECTTYPE);\n $l_objID = isys_glob_get_param(C__CMDB__GET__OBJECT);\n $l_cat = isys_glob_get_param(C__CMDB__GET__CATG);\n $l_scat = isys_glob_get_param(C__CMDB__GET__CATS);\n $l_start = isys_glob_get_param(\"navPageStart\");\n $l_filter = isys_glob_get_param(\"filter\");\n\n if ($l_objType != null)\n {\n global $g_comp_database;\n global $g_comp_template_language_manager;\n\n $l_export = new isys_export_cmdb_object('isys_export_type_xml', $g_comp_database);\n\n $l_categories = [];\n\n if ($l_objID != null)\n {\n // Object overview's printing view:\n\n if ($l_cat == C__CATG__OVERVIEW || ($l_cat == null && $l_scat == null))\n {\n // Overview\n $l_objects = [];\n $l_objects[] = $l_objID;\n\n $l_dao = isys_cmdb_dao_category_g_overview::instance($g_comp_database);\n\n // Get category types:\n $l_category_types = $l_dao->get_category_types();\n\n foreach ($l_category_types as $l_category_type_id => $l_category_type_const)\n {\n // Get visible categories in the right order:\n $l_cat_res = $l_dao->get_categories(\n $l_objType,\n $l_category_type_id,\n C__RECORD_STATUS__NORMAL,\n true,\n true\n );\n\n while ($l_row = $l_cat_res->get_row())\n {\n switch ($l_category_type_id)\n {\n case C__CMDB__CATEGORY__TYPE_GLOBAL:\n $l_categories[$l_category_type_id][] = $l_row['isysgui_catg__id'];\n break;\n case C__CMDB__CATEGORY__TYPE_SPECIFIC:\n $l_categories[$l_category_type_id][] = $l_row['isysgui_cats__id'];\n break;\n } // switch\n } // while\n } // foreach\n\n unset($l_dao);\n }\n else\n {\n // Category's printing view:\n\n $l_objects = [];\n $l_objects[] = $l_objID;\n\n $l_cats = [];\n\n $l_dao = new isys_cmdb_dao($g_comp_database);\n\n if ($l_cat)\n {\n $l_res = $l_dao->catg_get_subcats($_GET[C__CMDB__GET__CATG]);\n\n if ($l_res->num_rows() > 0)\n {\n $l_cats[] = $_GET[C__CMDB__GET__CATG];\n while ($l_row = $l_res->get_row())\n {\n $l_cats[] = $l_row['isysgui_catg__id'];\n }\n $l_categories = [\n $l_cats,\n [],\n [],\n [],\n []\n ];\n }\n else if ($l_cat == C__CATG__CUSTOM_FIELDS)\n {\n $l_categories = [\n [],\n [],\n [],\n [],\n [$_GET[C__CMDB__GET__CATG_CUSTOM]]\n ];\n }\n else\n {\n $l_cats[] = $_GET[C__CMDB__GET__CATG];\n $l_categories = [\n $l_cats,\n [],\n [],\n [],\n []\n ];\n }\n }\n elseif ($l_scat)\n {\n\n $l_res = $l_dao->cats_get_subcats($_GET[C__CMDB__GET__CATS]);\n\n if ($l_res->num_rows() > 0)\n {\n $l_cats[] = $_GET[C__CMDB__GET__CATS];\n while ($l_row = $l_res->get_row())\n {\n $l_cats[] = $l_row['isysgui_cats_2_subcategory__isysgui_cats__id__child'];\n }\n }\n else\n {\n $l_cats[] = $_GET[C__CMDB__GET__CATS];\n }\n $l_categories = [\n [],\n $l_cats,\n [],\n [],\n []\n ];\n }\n\n }\n\n $l_xsl = file_get_contents('xsl/trans.xsl');\n\n while (preg_match(\"/\\{\\*(.*?)\\*\\}/\", $l_xsl, $l_match))\n {\n $l_xsl = str_replace(\"{*\" . $l_match[1] . \"*}\", $g_comp_template_language_manager->get($l_match[1]), $l_xsl);\n }\n\n $l_xsl = preg_replace('/%%BASE_URL%%/', $g_config['www_dir'], $l_xsl);\n\n if (file_put_contents($g_absdir . '/temp/trans.xsl', isys_glob_utf8_encode($l_xsl)))\n {\n $l_parser = $l_export->export($l_objects, $l_categories)\n ->parse(null, $g_config['www_dir'] . 'temp/trans.xsl', true);\n\n $l_xml = $l_parser->get_export();\n\n header('Content-Type: text/xml; charset=utf-8');\n\n echo isys_glob_utf8_encode($l_xml);\n }\n }\n else\n {\n // Object lists' printing view:\n\n $l_objects = [];\n\n $l_dao = isys_cmdb_dao_category_g_overview::instance($g_comp_database);\n\n $l_start = (((!is_numeric($l_start)) ? 1 : (int) $l_start) - 1) * isys_glob_get_pagelimit();\n\n $l_limit = $l_start . ', ' . isys_glob_get_pagelimit();\n\n /* Data contains the ids as comma-separated list of the visible objects in the frontend list */\n if (isys_glob_get_param(\"data\"))\n {\n $l_data = \" AND isys_obj__id IN (\" . isys_glob_get_param(\"data\") . \") \";\n }\n $l_res = $l_dao->get_objects_by_type_id($l_objType, $_SESSION['cRecStatusListView'], $l_limit, $l_filter, null, $l_data);\n\n while ($l_row = $l_res->get_row())\n {\n $l_objects[] = $l_row['isys_obj__id'];\n }\n\n // Get category types:\n $l_category_types = $l_dao->get_category_types();\n\n foreach ($l_category_types as $l_category_type_id => $l_category_type_const)\n {\n if ($l_category_type_id === C__CMDB__CATEGORY__TYPE_CUSTOM && !defined('C__MODULE__PRO'))\n {\n continue;\n }\n\n // Get visible categories in the right order:\n $l_cat_res = $l_dao->get_categories(\n $l_objType,\n $l_category_type_id,\n C__RECORD_STATUS__NORMAL,\n true,\n true\n );\n\n if (is_object($l_cat_res))\n {\n while ($l_row = $l_cat_res->get_row())\n {\n switch ($l_category_type_id)\n {\n case C__CMDB__CATEGORY__TYPE_GLOBAL:\n $l_categories[$l_category_type_id][] = $l_row['isysgui_catg__id'];\n break;\n case C__CMDB__CATEGORY__TYPE_SPECIFIC:\n $l_categories[$l_category_type_id][] = $l_row['isysgui_cats__id'];\n break;\n } // switch\n } // while\n }\n } // foreach\n\n unset($l_dao);\n\n $l_xsl = file_get_contents('xsl/trans.xsl');\n\n while (preg_match(\"/\\{\\*(.*?)\\*\\}/\", $l_xsl, $l_match))\n {\n $l_xsl = str_replace(\"{*\" . $l_match[1] . \"*}\", $g_comp_template_language_manager->get($l_match[1]), $l_xsl);\n }\n\n $l_xsl = preg_replace('/%%BASE_URL%%/', $g_config['www_dir'], $l_xsl);\n\n file_put_contents($g_absdir . '/temp/trans.xsl', isys_glob_utf8_encode($l_xsl));\n $l_parser = $l_export->export($l_objects, $l_categories, C__RECORD_STATUS__NORMAL, false)\n ->parse(null, $g_config['www_dir'] . 'temp/trans.xsl', true);\n\n $l_xml = $l_parser->get_export();\n\n header('Content-Type: text/xml; charset=utf-8');\n\n echo isys_glob_utf8_encode($l_xml);\n }\n\n die;\n }\n }", "public function showAction()\n {\n\t\t$package = $this->_helper->db->findById();\n \t\t$contents = array_map(function($o) {\n\t\t\t\t\t\treturn $o->item_id;\n\t\t\t\t\t}, $package->Contents);\n\t\t$this->view->package_manager_package = $package;\n\t\t$this->view->contents = $contents;\n\t\t$this->view->export_fields = unserialize(get_option('package_manager_export_fields'));\n\t\t$this->view->relations = $package->Relations;\n\t\t$output_type = $this->_helper->contextSwitch->getCurrentContext();\n\t\tif(in_array($output_type, array('csv','yaml','object'))){\n\t\t\tif(!get_option('package_manager_export_inline')){\n\t\t\t\tswitch($output_type){\n\t\t\t\t\tcase 'csv':\n\t\t\t\t\t\t$this->getResponse()->setHeader('Content-Type', 'text/csv; charset=utf-8', true);\n\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'yaml':\n\t\t\t\t\t\t$this->getResponse()->setHeader('Content-Type', 'application/yaml; charset=utf-8', true);\n\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'object': // Unable to set it as JSON (default Zend output type)\n\t\t\t\t\t\t$this->getResponse()->setHeader('Content-Type', 'application/json; charset=utf-8', true);\n\t\t\t\t\t\t$output_type = 'json';\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\t$this->getResponse()->setHeader('Content-disposition', 'attachment; filename=\"'.metadata('package_manager_package', 'slug').'.'.$output_type.'\"', true);\n\t\t\t}\n\t\t}\n $requiredItemFileds = array(\n 'Dublin Core' => array('Title', 'Description', 'Creator', 'Language')\n );\n $results = array();\n $this->view->incompleteItems = array();\n foreach (array_keys($requiredItemFileds) as $scope) {\n foreach ($requiredItemFileds[$scope] as $field) {\n $results[$field] = $this->_findIncompleteItemsInPackage($package, $field, $scope);\n if( !empty($results[$field])){ $this->view->incompleteItems[$field] =$results[$field];}\n }\n }\n\t\t// parent::showAction();\n\t}", "public function moptExtendConfigPayolutionDataTable()\n {\n $sql = \"SELECT value FROM s_core_config_values \"\n . \"WHERE element_id = '893';\";\n $result = Shopware()->Db()->query($sql);\n $serializedCompanyName = $result->fetchColumn(0);\n $companyName = unserialize((string)$serializedCompanyName);\n if ($companyName) {\n $sql = \"ALTER TABLE `s_plugin_mopt_payone_config` \"\n . \"ADD COLUMN payolution_company_name VARCHAR(255) DEFAULT '\" . $companyName . \"' ,\"\n . \"ADD COLUMN payolution_b2bmode TINYINT(1) NOT NULL DEFAULT 1;\";\n } else {\n $sql = \"ALTER TABLE `s_plugin_mopt_payone_config` \"\n . \"ADD COLUMN payolution_company_name VARCHAR(255) DEFAULT 'Ihr Firmenname' ,\"\n . \"ADD COLUMN payolution_b2bmode TINYINT(1) NOT NULL DEFAULT 1;\";\n }\n\n Shopware()->Db()->exec($sql);\n }", "function senarai_submodul(){ \n $data['title'] = \"Senarai Sub Modul\";\n $data['modul_list'] = $this->Eminda_model->get_select_list('_modul', array('key'=>'cdModul', 'val'=>'ketModul', 'orderby'=>'x'),1);\n $data['status'] = array(''=>'-- Sila Pilih --', 'Y'=>'Aktif', 'N'=>'Tidak Aktif'); \n $this->_render_page($data);\n }", "protected function _displaySubPanels()\n {\n if (isset($this->bean) && !empty($this->bean->id) && (file_exists('modules/' . $this->module . '/metadata/subpaneldefs.php') || file_exists('custom/modules/' . $this->module . '/metadata/subpaneldefs.php') || file_exists('custom/modules/' . $this->module . '/Ext/Layoutdefs/layoutdefs.ext.php'))) {\n $GLOBALS['focus'] = $this->bean;\n require_once ('include/SubPanel/SubPanelTiles.php');\n $subpanel = new SubPanelTiles($this->bean, $this->module);\n \n //Subpanels to hide\n $hideSubpanels=array(\n 'projecttask',\n 'tasks'\n );\n \n foreach ($hideSubpanels as $subpanelKey)\n {\n //Remove subpanel if set\n if (isset($subpanel->subpanel_definitions->layout_defs['subpanel_setup'][$subpanelKey]))\n {\n unset($subpanel->subpanel_definitions->layout_defs['subpanel_setup'][$subpanelKey]);\n }\n }\n \n echo $subpanel->display();\n }\n }", "function displayblox()\n {\n\n $datas = $this->getdatas($this->date, $this->bloxconfig['includesfile']);\n return $this->displaydatas($datas);\n\n }", "function getAllPackage($var){\n\t\n\t\t\tApp::import('model','Package');\n\t\t $this->Package = new Package(); \n\t\t\t$result = $this->Package->query(\"SELECT id, CONCAT(name,' ($',price,')' ) as namePrice, setup_price, monthly_price, name from packages where status='yes'\");\n\t\t\t$countArray = 0;\n\t\t\twhile($countArray<sizeof($result)){\n\t\t\t $idArray = $result[$countArray]['packages']['id'];\n\t\t\t //$packageList1[$idArray] = $result[$countArray][0]['namePrice'];\n\t\t\t\t $packageList1[$idArray] = $result[$countArray]['packages']['name'].' ($'.($result[$countArray]['packages']['setup_price']+$result[$countArray]['packages']['monthly_price']).')';\n\t\t\t\t $countArray++;\n\t\t\t}\n\t\t\t$packageList2 = $this->Package->find('list', array('fields' => array('id', 'name'),'order' => 'Package.name ASC','recursive' => -1,'conditions' => '' ));\n\t\t\t$packageList3 = $this->Package->find('all', array('fields' => array('id', 'setup_price','monthly_price'),'conditions'=>array('Package.status'=>'yes'),'order' => 'Package.price ASC','recursive' => -1));\n\t\t\t$newPackage = '';\n\t\t\tif(!empty($packageList3)) {\n\t\t\t\tforeach($packageList3 as $packageList3) {\n\t\t\t\t\t$newPackage[$packageList3['Package']['id']] = ($packageList3['Package']['setup_price']+$packageList3['Package']['monthly_price']);\n\t\t\t\t}\n\t\t\t}\n if($var == 1){\n\t\t\t return $packageList1;\n\t\t\t\t}\n\t\t\t if($var == 2){\n\t\t\t return $packageList2;\n\t\t\t\t}\n\t\t\t if($var == 3){\n\t\t\t return $newPackage;\n\t\t\t\t}\n\t }", "public function subkategori(){\n\t\t$data['subkategori'] = $this->lowongan_model->tampil_dataSub()->result();\n\t\t$this->load->view('admin/adv/table_subkategori',$data);\n\t}", "public function actionViewPackage($id, $print = false) {\n if ($print) {\n Yii::app()->params['print'] = true;\n }\n $this->_buildShortcuts();\n \n// $connection = Yii::app()->db;\n// $command = $connection->createCommand(\"select i.* from package_product pp, inventory i\n// where pp.inventory_id=i.id and pp.package_id=:package_id order by i.name\");\n// $command->bindParam(':package_id', $id);\n// $productDataProvider = $command->query();\n \n $connection = Yii::app()->db;\n $command = $connection->createCommand(\"select * from package where company_id=:company_id order by name\");\n $command->bindParam(':company_id', Yii::app()->user->company_id);\n $packageDataProvider = $command->query();\n\n $this->render('viewpackage', array(\n 'model' => $this->loadModel($id),\n 'productDataProvider' => $productDataProvider,\n ));\n }", "public function fcExtendConfigShowSofortIbanBicDataTable()\n {\n $sql = \"ALTER TABLE `s_plugin_mopt_payone_config` \"\n . \"ADD COLUMN show_sofort_iban_bic TINYINT(1) NOT NULL DEFAULT 1;\";\n Shopware()->Db()->exec($sql);\n }", "function show_nested_config()\n\t{\n\t\t$this->show_enum(\n\t\t\tarray(\n\t\t\t\tarray(\"value\"=>\"0\",\"display_name\"=>gettext(\"Local Server Nesting\")),\n\t\t\t\tarray(\"value\"=>\"1\",\"display_name\"=>gettext(\"No Nesting\"))\n\t\t\t\t)\n\t\t\t);\n\t}", "function view_packages(){\n $query = $this->db->where('package_status','1');\n $query = $this->db->where('package_type','1');\n $query = $this->db->where('id !=','1');\n $query = $this->db->get('packages');\n $result = $query->result();\n return $result;\n }", "public function get_package_details($id) {\n $this->db->select('business_programs.*,business_details.business_id as partner_id');\n $this->db->from('business_programs');\n $this->db->join('business_details', 'business_details.id = business_programs.business_id');\n $this->db->where('business_programs.id', $id);\n\n $query = $this->db->get();\n $query_result = $query->result();\n $package_details = array();\n if (!empty($query_result)) {\n $package_details = $query_result[0];\n } else {\n $package_details = $query_result;\n }\n\n return $package_details;\n }", "public function packgeDetailAction() {\n $id = $this->_getParam('id');\n if (empty($id)) {\n return $this->_forward('notfound', 'error', 'core');\n }\n $this->view->package = Engine_Api::_()->getItem('sitestore_package', $id);\n }" ]
[ "0.6191481", "0.5956685", "0.57328206", "0.55803883", "0.55377126", "0.54765135", "0.54662573", "0.5414221", "0.5354098", "0.5310043", "0.5308416", "0.5293648", "0.5268272", "0.5169082", "0.5158992", "0.5155992", "0.51501334", "0.51485795", "0.5147117", "0.51350063", "0.5106662", "0.5103238", "0.50975716", "0.50933075", "0.50864184", "0.50815564", "0.50364417", "0.5035472", "0.5033589", "0.50186175" ]
0.7812738
0
Returns the output information quantum ID.
public function getOutputId() { return $this->outputId; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getOutput()\n\t{\n\t\treturn $this->outputId ? $this->server->resolveQuantumId($this->outputId) : null;\n\t}", "public function getInstrumentID() {\n if (isset($_SESSION[self::$instrumentID])) {\n $ret = $_SESSION[self::$instrumentID];\n } else {\n $ret = \"\";\n }\n\n return $ret;\n }", "public function getInput()\n\t{\n\t\treturn $this->inputId ? $this->server->resolveQuantumId($this->inputId) : null;\n\t}", "protected function get_question_id()\n {\n return Request::get(\\Chamilo\\Application\\Weblcms\\Tool\\Implementation\\Reporting\\Manager::PARAM_QUESTION);\n }", "private function getCurrentId()\n {\n $now = new \\DateTime();\n return sprintf('%08x%.8F', $now->getTimestamp(), 0.0);\n }", "public function getTerminalid ()\n {\n return $this->getConfigData('terminalid');\n }", "public function getInfoId()\n {\n $value = $this->get(self::INFO_ID);\n return $value === null ? (integer)$value : $value;\n }", "public function getIdentifier(){\n\t\treturn $this->getPluginKey().\"-\".$this->getThingId().\"-\".$this->getThingVariationId();\n\t}", "public function getId()\n {\n return $this->usercode.\"@@\".$this->unitname;\n }", "public function communicationId() : string\n {\n return $this->trophyInfo()->npCommunicationId ?? '';\n }", "public function signID(): string\n {\n return $this->_signID;\n }", "function getUniqueID(){\n\n\t\t$maxID = $this->Model->maxFrom('id_kampanye','infokampanye');\n\n\t\treturn (int) $maxID;\n}", "public function getSerialNumber()\n {\n $script = 'app.serialNumber';\n $return = $this->client->simpleRunScript($script);\n\n return (string)$return->data;\n }", "public function GenID () {\r\n\t\treturn '0';\r\n\t}", "public function getIpiQUnid()\n {\n return $this->ipi_qUnid;\n }", "function id()\n {\n if ( $this->IsCoherent == 0 )\n $this->get();\n return $this->id();\n }", "public function getKernelId() \n {\n return $this->_fields['KernelId']['FieldValue'];\n }", "public function identifier()\n {\n return $this->identifier;\n }", "function getMeasureID()\n { \n return $this->getValueByFieldName('meas_id');\n }", "public function getSystemId()\n {\n return $this->system_id;\n }", "public function getID()\n {\n return $this->iD;\n }", "public function getID()\n {\n return $this->iD;\n }", "public function getID()\n {\n return $this->iD;\n }", "public function getID()\n {\n return $this->iD;\n }", "public function getID()\n {\n return $this->iD;\n }", "public function getID()\n {\n return $this->iD;\n }", "public function getID()\n {\n return $this->iD;\n }", "public function getID()\n {\n return $this->iD;\n }", "public function getSerialNumber();", "public function getSerial()\n {\n $reg = \"/^Processor board ID (\\S+)/m\";\n if (preg_match($reg, $this->data['version'], $hits)) {\n return $hits[1];\n }\n }" ]
[ "0.73877543", "0.6352655", "0.59992576", "0.5871836", "0.5691734", "0.5680439", "0.5672744", "0.5652309", "0.56521183", "0.56503576", "0.56476575", "0.5628072", "0.5616864", "0.56066114", "0.55922014", "0.5591892", "0.55732703", "0.55727047", "0.5567101", "0.55571574", "0.5553767", "0.5553767", "0.5553767", "0.5553767", "0.5553767", "0.5553767", "0.5553767", "0.5553767", "0.55529094", "0.5546865" ]
0.6814828
1
Returns the input information quantum.
public function getInput() { return $this->inputId ? $this->server->resolveQuantumId($this->inputId) : null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static function getQuantum () { }", "public function getQuantumRange() {\n\t}", "public static function getQuantumRange () {}", "public function getQuantityInfo()\n {\n return $this->quantityInfo;\n }", "function Qus()\n\t{\n\t\treturn $this->qus;\n\t}", "public function getICQ()\n {\n return $this->icq;\n }", "public function getMiningInfo()\n {\n return $this->__call('getmininginfo');\n }", "public function getValue()\n {\n $w = $this->getInch_W()*self::INCH/1000; //in m3\n $h = $this->getInch_H()*self::INCH/1000;\n return $w*$h;\n }", "public static function getQuantumDepth () {}", "public function getQuantite()\n {\n return $this->quantite;\n }", "public function getQuantite()\n {\n return $this->quantite;\n }", "public function getQuantite()\n {\n return $this->quantite;\n }", "public function get_quality() {\n return $this->quality;\n }", "public function getQuantumDepth() {\n\t}", "public function getQuant()\n {\n return $this->quant;\n }", "public function getOutput()\n\t{\n\t\treturn $this->outputId ? $this->server->resolveQuantumId($this->outputId) : null;\n\t}", "public function getQ() {\r\n\r\n\t\t$this->errorReset();\r\n\r\n\t\treturn $this->q;\r\n\t}", "public function getRequestedQuantity()\n {\n return $this->requestedQuantity;\n }", "public function getInformation() {\r\n return $this->information->getValue();\r\n }", "public function imc(){\n return$this->peso / ($this->altura * $this->altura);\n }", "public function getReqequipment () {\n\t$preValue = $this->preGetValue(\"reqequipment\"); \n\tif($preValue !== null && !\\Pimcore::inAdmin()) { \n\t\treturn $preValue;\n\t}\n\t$data = $this->reqequipment;\n\treturn $data;\n}", "public function getQ1()\n {\n return $this->q1;\n }", "public function getRequestInfo() {\n\n return $this->info;\n }", "abstract function get_input();", "public function getConsumption() {\n\n\t}", "public function getQuery() {\n\t\treturn $this->_Transport->request['raw'];\n\t}", "public function getInformationUsage()\n {\n return $this->informationUsage;\n }", "public function getIntel()\n {\n return $this->intel;\n }", "public function getInput()\n {\n //Imprimante\n if ($this->session->search == 'search_thermique') return $this->session->inputThermique;\n if ($this->session->search == 'search_badgeuse') return $this->session->inputPrinter;\n if ($this->session->search == 'search_etiquette_couleur') return $this->session->inputEtiquetteCouleur;\n if ($this->session->search == 'search_etiquette_portable') return $this->session->inputEtiquettePortable;\n if ($this->session->search == 'search_etiquette_badgeuse') return $this->session->inputEtiquetteBadgeuse;\n if ($this->session->search == 'search_printer_laser') return $this->session->inputPrinterLaser;\n if ($this->session->search == 'search_printer_matricielle') return $this->session->inputPrinterMatricielle;\n\n //Terminal\n if ($this->session->search == 'search_terminal') return $this->session->inputTerminal;\n if ($this->session->search == 'search_terminal_pda') return $this->session->inputTerminalPda;\n if ($this->session->search == 'search_terminal_embarque') return $this->session->inputTerminalEmbarque;\n if ($this->session->search == 'search_terminal_poignet') return $this->session->inputTerminalPoignet;\n\n //Douchette\n if ($this->session->search == 'search_douchette') return $this->session->inputDouchette;\n if ($this->session->search == 'search_douchette_ring') return $this->session->inputDouchetteRing;\n if ($this->session->search == 'search_scanner_fixe') return $this->session->inputScannerFixe;\n\n //poste de travail\n if ($this->session->search == 'search_poste_pc') return $this->session->inputPostePc;\n if ($this->session->search == 'search_poste_portable') return $this->session->inputPostePortable;\n if ($this->session->search == 'search_poste_client') return $this->session->inputPosteClient;\n\n }", "public function input()\n {\n return $this->input;\n }" ]
[ "0.73490155", "0.6452692", "0.6290849", "0.5971771", "0.57515", "0.5643193", "0.559015", "0.55755293", "0.5522424", "0.5481249", "0.5481249", "0.5481249", "0.54632115", "0.54454577", "0.5404947", "0.53917056", "0.53086483", "0.52943975", "0.5290308", "0.5274823", "0.5267951", "0.5210468", "0.5144174", "0.5129333", "0.5101017", "0.50965303", "0.5094472", "0.5084819", "0.5064612", "0.50553554" ]
0.6499501
1
Notifies the caster that the input information quantum has changed and the cast output is likely to need recalculation.
public function notifyInputChanged() { echo "Caster $this: Input changed.\n"; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function recalculate(): void {\n\t\t$this->calculateSizeData();\n\t}", "public function handleCommonCalculations(): void\n {\n $this->amount = $this->symbol->last_price->multiply($this->lot);\n $this->gain = $this->amount->subtract($this->average_amount);\n $this->gain_with_dividend = $this->amount->subtract($this->average_amount_with_dividend);\n $this->instant_gain = $this->gain->add($this->total_gain);\n $this->update();\n }", "public function notifyOutputChanged()\n\t{\n\t\techo \"Caster $this: Output changed.\\n\";\n\t}", "function stockChanged();", "public function recalculateEverything()\n {\n $this->recalculateStartTime();\n $this->recalculateMaxValues();\n $this->recalculateVO2maxCorrector();\n $this->recalculateVO2maxShape();\n\n Helper::recalculateHFmaxAndHFrest();\n BasicEndurance::recalculateValue();\n }", "public function ApplyChanges() {\n parent::ApplyChanges();\n //Setze Filter für ReceiveData\n $this->SetReceiveDataFilter(\".*Speaker.*\");\n $anzahl = $this->ReadPropertyInteger(\"Anzahl\");\n for($count = 1; $count-1 < $anzahl; $count++) {\n $Devices[$count][\"DeviceName\"] = $this->ReadPropertyString(\"DeviceName{$count}\");\n $Devices[$count][\"VariableVolume\"] = $this->ReadPropertyInteger(\"VariableVolume{$count}\");\n $Devices[$count][\"VariableMute\"] = $this->ReadPropertyInteger(\"VariableMute{$count}\");\n $Devices[$count][\"VariableMuteTrue\"] = $this->ReadPropertyInteger(\"VariableMuteTrue{$count}\");\n $Devices[$count][\"VariableMuteFalse\"] = $this->ReadPropertyInteger(\"VariableMuteFalse{$count}\");\n $Devices[$count][\"VariableVolumeMax\"] = $this->ReadPropertyInteger(\"VariableVolumeMax{$count}\");\n\n\n $DeviceNameCount = \"DeviceName{$count}\";\n $VariableMuteCount = \"VariableMute{$count}\";\n $VariableVolumeCount = \"VariableVolume{$count}\";\n $BufferNameMute = $Devices[$count][\"DeviceName\"].\" Mute\";\n $BufferNameVolume = $Devices[$count][\"DeviceName\"].\" Volume\";\n\n\n //Alte Registrierung auf Variablen Veränderung aufheben\n $UnregisterBufferIDs = [];\n array_push($UnregisterBufferIDs,$this->GetBuffer($BufferNameMute));\n array_push($UnregisterBufferIDs,$this->GetBuffer($BufferNameVolume));\n $this->UnregisterMessages($UnregisterBufferIDs, 10603);\n\n if ($this->ReadPropertyString($DeviceNameCount) != \"\") {\n //Regestriere Humidity Variable auf Veränderungen\n $RegisterBufferIDs = [];\n array_push($RegisterBufferIDs,$Devices[$count][\"VariableMute\"]);\n array_push($RegisterBufferIDs,$Devices[$count][\"VariableVolume\"]);\n $this->RegisterMessages($RegisterBufferIDs, 10603);\n //Buffer mit der aktuellen Variablen ID befüllen\n $this->SetBuffer($BufferNameMute,$Devices[$count][\"VariableMute\"]);\n $this->SetBuffer($BufferNameVolume,$Devices[$count][\"VariableVolume\"]);\n\n //Accessory anlegen\n $this->addAccessory($this->ReadPropertyString($DeviceNameCount));\n } else {\n return;\n }\n }\n $DevicesConfig = serialize($Devices);\n $this->SetBuffer(\"Speaker Config\",$DevicesConfig);\n }", "public function updated(EventMeasure $eventMeasure)\n {\n //\n }", "public function recalc(): self;", "public function recomputeChangeSet($event);", "abstract protected function update();", "abstract public function update();", "abstract public function update();", "abstract public function update();", "abstract public function onUpdate();", "abstract public static function update();", "public abstract function update();", "public function reCalKitsValue()\n\t{\n\t\tif($this->getIsKit() !== true || trim($this->getId()) === '')\n\t\t\treturn $this;\n\t\t$sql = 'select sum(kit.cost) `totalValue`, count(distinct kit.id) `totalCount` from kit kit where kit.active = 1 and kit.soldDate = ? and kit.productId = ?';\n\t\t$result = Dao::getResultsNative($sql, array(trim(UDate::zeroDate()), $this->getId()));\n\t\tif(count($result) > 0) {\n\t\t\t$totalValue = (trim($result[0]['totalValue']) === '' ? '0.0000' : trim($result[0]['totalValue']));\n\t\t\t$totalCount = (trim($result[0]['totalCount']) === '' ? '0' : trim($result[0]['totalCount']));\n\t\t\tif(($originalTotalOnHandValue = trim($this->getTotalInPartsValue())) !== $totalValue || ($originalStockOnHand = trim($this->getStockOnHand())) !== $totalCount) { //if not matched, then we need to adjust the qty\n\t\t\t\t$this->setStockOnHand($totalCount)\n\t\t\t\t->setTotalOnHandValue($totalValue)\n\t\t\t\t->snapshotQty($this, ProductQtyLog::TYPE_STOCK_ADJ, 'Realigning the TotalInPartsValue to ' . StringUtilsAbstract::getCurrency($totalValue) . ' and StockOnHand to ' . $totalCount)\n\t\t\t\t->save()\n\t\t\t\t->addLog('StockOnHand(' . $originalStockOnHand . ' => ' . $this->getStockOnHand() . ')', Log::TYPE_SYSTEM, 'STOCK_QTY_CHG', __CLASS__ . '::' . __FUNCTION__)\n\t\t\t\t->addLog('TotalOnHandValue(' . $originalTotalOnHandValue . ' => ' .$this->getTotalOnHandValue() . ')', Log::TYPE_SYSTEM, 'STOCK_VALUE_CHG', __CLASS__ . '::' . __FUNCTION__);\n\t\t\t}\n\t\t}\n\t}", "public function recount($input_from_device);", "abstract public function update($input);", "public function computeNewValue();", "public function ApplyChanges() {\n \tparent::ApplyChanges();\n\t\t\n \t// Generate Profiles & Variables\n \t$this->registerProfiles();\n \t$this->registerVariables(); \n\t\t\n \t$this->SetReceiveDataFilter(\".*018EF6B5-AB94-40C6-AA53-46943E824ACF.*\");\n\t \t \tif ( $this->ReadPropertyBoolean(\"AutomaticUpdatesActive\") and $this->ReadPropertyInteger(\"UpdateInterval\") >= 10 )\n\t \t\t$this->SetTimerInterval(\"RCTPOWERINVERTER_UpdateTimer\", $this->ReadPropertyInteger(\"UpdateInterval\")*1000);\t\n \telse\n \t$this->SetTimerInterval(\"RCTPOWERINVERTER_UpdateTimer\", 0);\t \n\n\t \t\t// No data requested yet\n\t \t\t$this->SetBuffer( \"CommunicationStatus\", \"Idle\" );\n\t \t\t$this->SetBuffer( \"UpdateWhilePreviousUpdate\", 0 );\n }", "public function UpdateData() { \n \t/* get Data from RCT Power Inverter */\n\t \t\t$Debugging = $this->ReadPropertyBoolean (\"DebugSwitch\");\t\n\t \t\tif ( $Debugging == true ) { $this->sendDebug( \"RCTPower\", \"UpdateData() called\", 0 ); }\n\t\t\n\t \t\tif ( $this->GetBuffer( \"CommunicationStatus\" ) != \"Idle\" ) {\n \t// own communication still running!!\n\t \t\tif ( $Debugging == true ) { \n\t \t\t\t$this->sendDebug( \"RCTPower\", \"Old UpdateData still pending! Clearing old Update Process\", 0 ); \n\t \t\t}\n\t \t\t$alreadyhappened = $this->GetBuffer( \"UpdateWhilePreviousUpdate\" );\n\t \t\tif ( $alreadyhappened >= 2 ) {\n\t \t\t\t$this->SetBuffer( \"CommunicationStatus\", \"Idle\" );\n\t \t\t} else {\n\t \t\t \t$alreadyhappened = $alreadyhappened + 1;\n\t \t\t \t$this->SetBuffer( \"UpdateWhilePreviousUpdate\", $alreadyhappened );\n\t \t\t \treturn false;\n\t \t\t}\n\t \t}\n\t\t\n\t\t $this->SetBuffer( \"UpdateWhilePreviousUpdate\", 0 );\n\t\t\n\t \t\t///--- HANDLE Connection --------------------------------------------------------------------------------------\t\n \t// check Socket Connection (parent)\n \t$SocketConnectionInstanceID = IPS_GetInstance($this->InstanceID)['ConnectionID']; \n \tif ( $SocketConnectionInstanceID == 0 ) {\n\t \t\tif ( $Debugging == true ) { \n\t \t\t\t$this->sendDebug( \"RCTPower\", \"No Parent (Gateway) assigned\", 0 ); \n\t \t\t}\n \treturn false; // No parent assigned \n\t \t\t}\n\n\t \t\tif ( !$this->HasActiveParent() ) {\n\t \t\tif ( $Debugging == true ) { \n\t \t\t\t$this->sendDebug( \"RCTPower\", \"Parent Gateway not open!\", 0 ); \n\t \t\t}\n \t \t\treturn false; // wrong parent type\n\t \t\t}\n\t\t\n\n\t \t\t// GET SEMAPHORE TO AVOID PARALLEL ACCESS BY OTHER RCT POWER INVERTER INSTANCES!!!\t\t\n\t \t\tif ( IPS_SemaphoreEnter( \"RCTPowerInverterUpdateData\", 8000 ) == false ) {\n\t\t \t\t// wait max. 8 sec. for semaphore\t\n\t \t\tif ( $Debugging == true ) { \n\t \t\t\t$this->sendDebug( \"RCTPower\", \"Semaphore could not be entered\", 0 ); \n\t \t\t}\n \t \t\treturn false; // Semaphore not available\n \t \t}\n\n\t \t\tif ( $Debugging == true ) { $this->sendDebug( \"RCTPower\", \"Semaphore RCTPowerInverterUpdateData entered\", 0 ); }\t\n\t\t\n\t \t\t// Clear Buffer for Requested Addresses (Stack!)\n\t \t\t$RequestedAddressesSequence = [];\n\t \t\t$this->SetBuffer( \"RequestedAddressesSequence\", json_encode( $RequestedAddressesSequence ) );\n\t\t\n \t// Init Communication -----------------------------------------------------------------------------------------\n\t \t\t$RequestedAddressesSequence = [];\n\t \t\t$this->SetBuffer( \"RequestedAddressesSequence\", json_encode( $RequestedAddressesSequence ) );\n\t \t\t$this->SetBuffer( \"CommunicationStatus\", \"WAITING FOR RESPONSES\" ); // we're now requesting data -> receive and analyze it\n\t\t\t\t\n\t \t\t// Request Data -----------------------------------------------------------------------------------------------\t\n\t\t\n\t \t\t// $this->RequestData( \"DB2D69AE\" ); // Actual inverters AC-power [W]. ---> NO RESPONSE!\n \n\t \t\t// $this->RequestData( \"CF053085\" ); // Phase L1 voltage [V] --> not used\n\t \t\t// $this->RequestData( \"54B4684E\" ); // Phase L2 voltage [V] --> not used\n\t \t\t// $this->RequestData( \"2545E22D\" ); // Phase L3 voltage [V] --> not used\n \n \t$this->RequestData( \"B55BA2CE\" ); // DC input A voltage [V] (by Documentation B298395D) \n \t$this->RequestData( \"DB11855B\" ); // DC input A power [W]\n\n\t \t\t$this->RequestData( \"B0041187\" ); // DC input B voltage [V] (by Documentation 5BB8075A)\n \t$this->RequestData( \"0CB5D21B\" ); // DC input B power [W]\n\n\t \t\t// $this->RequestData( \"B408E40A\" ); usleep( 100000 ); // Battery current measured by inverter, low pass filter with Tau = 1s [A]\n\n \t$this->RequestData( \"A7FA5C5D\" ); // Battery voltage [V]\n \t$this->RequestData( \"959930BF\" ); // Battery State of Charge (SoC) [0..1]\n \t$this->RequestData( \"400F015B\" ); // Battery power (positive if discharge) [W]\n \t$this->RequestData( \"902AFAFB\" ); // Battery temperature [°C]\n\n \t$this->RequestData( \"91617C58\" ); // Public grid power (house connection, negative by feed-in) [W]\n \n \t$this->RequestData( \"E96F1844\" ); // External power (additional inverters/generators in house internal grid) [W]\n\t\t\n\t \t\t//--- Request Energies -------------------------------------\n \t// Todays Energy\n \t$this->RequestData( \"BD55905F\" ); // Todays energy [Wh]\n \t $this->RequestData( \"2AE703F2\" ); // Tagesenergie Ertrag Input A in Wh\n \t$this->RequestData( \"FBF3CE97\" ); // Tagesenergie Ertrag Input B in Wh\n \t$this->RequestData( \"3C87C4F5\" ); // Tagesenergie Netzeinspeisung in -Wh\n \t$this->RequestData( \"867DEF7D\" ); // Tagesenergie Netzverbrauch\tin Wh\n \t$this->RequestData( \"2F3C1D7D\" ); // Tagesenergie Haushalt in Wh\t\n\t\n \t// Month Energy\n \t$this->RequestData( \"10970E9D\" ); // This month energy [Wh]\n \t$this->RequestData( \"81AE960B\" ); // Monatsenergie Ertrag Input A in Wh\n \t$this->RequestData( \"7AB9B045\" ); // Monatsenergie Ertrag Input B in Wh\n \t$this->RequestData( \"65B624AB\" ); // Monatsenergie Netzeinspeisung ins Netz in -Wh\n \t$this->RequestData( \"126ABC86\" ); // Monatsenergie Netzverbrauch in Wh\n \t$this->RequestData( \"F0BE6429\" ); // Monatsenergie Haushalt in Wh\n\t\t\n \t// Year Energy\n \t$this->RequestData( \"C0CC81B6\" ); // This year energy [Wh]\n \t$this->RequestData( \"AF64D0FE\" ); // Jahresenergie Ertrag Input A in Wh\n \t$this->RequestData( \"BD55D796\" ); // Jahresenergie Ertrag Input B in Wh\n \t$this->RequestData( \"26EFFC2F\" ); // Jahresenergie Netzinspeisung ins Netz in -Wh\n \t$this->RequestData( \"DE17F021\" ); // Jahresenergie Netzverbrauch in Wh\n \t$this->RequestData( \"C7D3B479\" ); // Jahresenergie Haushalt in Wh\t\n\t\t\n \t// Total Energy\n \t$this->RequestData( \"B1EF67CE\" ); // Total Energy [Wh]\n \t$this->RequestData( \"FC724A9E\" ); // Gesamtenergie Ertrag Input A in Wh\n \t$this->RequestData( \"68EEFD3D\" ); // Gesamtenergie Ertrag Input B in Wh\n \t$this->RequestData( \"44D4C533\" ); // Gesamtenergie Netzeinspeisung in -Wh\n \t$this->RequestData( \"62FBE7DC\" ); // Gesamtenergie Netzverbrauch in Wh\n \t$this->RequestData( \"EFF4B537\" ); // Gesamtenergie Haushalt in Wh \n\t\t\n\t\t\n \t// $this->RequestData( \"FE1AA500\" ); // External Power Limit [0..1]\n \t// $this->RequestData( \"BD008E29\" ); // External battery power target [W] (positive = discharge)\n \t// $this->RequestData( \"872F380B\" ); // External load demand [W] (positive = feed in / 0=internal\n\t\t\n\t \t\t// Bit-coded fault word 0-3\t\n \t// $this->RequestData( \"37F9D5CA\" ); \n\t \t\t// $this->RequestData( \"234B4736\" ); \n\t \t\t// $this->RequestData( \"3B7FCD47\" ); \n\t \t\t// $this->RequestData( \"7F813D73\" );\n\n\t \t\t// Serial numbers and Descriptions\n \t// $this->RequestData( \"7924ABD9\"4 ); // Inverter serial number\n \t$this->RequestData( \"FBF6D834\" ); // Battery Stack 0 serial number\n \t$this->RequestData( \"99396810\" ); // Battery Stack 1 serial number\n \t$this->RequestData( \"73489528\" ); // Battery Stack 2 serial number\n \t$this->RequestData( \"257B7612\" ); // Battery Stack 3 serial number\n \t$this->RequestData( \"4E699086\" ); // Battery Stack 4 serial number\n \t$this->RequestData( \"162491E8\" ); // Battery Stack 5 serial number\n \t$this->RequestData( \"5939EC5D\" ); // Battery Stack 6 serial number\n\t \n \t//--- NOT DOCUMENTED -------------------------------------------------------------------------\n\t \t\t$this->RequestData( \"8B9FF008\" ); // Upper load boundary in %\n\t \t\t$this->RequestData( \"4BC0F974\" ); // Installed PV Panel kWp\n\t \t\t$this->RequestData( \"1AC87AA0\" ); // Current House power consumption \t<=== THIS HAS TO BE THE LAST REQUESTED ADDRESS !!!\n\t\t\n\t\t // Wait for answers (till Receive Data setss CommunicationStatus) or we run over 15 seconds\n\t\t $counter = 0;\n\t\t while ( ( $this->GetBuffer( \"CommunicationStatus\" ) == \"WAITING FOR RESPONSES\" ) OR ( $counter > 60) ) {\n\t\t $counter++;\n\t\t usleep(250000); // wait 0.25 sec. and check again\t \t\n\t\t }\n\t\t \t\t\n\t\t // release semaphore\n\t\t\tif ( IPS_SemaphoreLeave( \"RCTPowerInverterUpdateData\" ) ) {\n\t \t\tif ( $Debugging == true ) { \n\t \t\t\t$this->sendDebug( \"RCTPower\", \"Semaphore released\", 0 ); \n\t \t\t}\n \t \t}\n\n\t\t\n\t \t\t// return result\n \treturn true;\n \t}", "public function process_device() {\n\n\t\t//read device first, so as to delay anything cpu intensive\n\t\t$data= $this->read_device(); \t\n\t\tif (!$data) $this->code= 1;\n\t\telse {\n\t\t\t//now get the day's periodic data \n\t\t\t$this->read_dbase();\n\n\t\t\t//then add the fresh sample to the dp data\n\t\t\t$this->datetimes['current_value']= $this->datetime;\n\t\t\t$this->datetimes['periodic'][]= $this->datetime;\n\t\t\tif (!in_array(date(\"Y-m-d\"), $this->datetimes['day'])) $this->datetimes['day'][]= date(\"Y-m-d\", strtotime($this->datetime)); \n\t\t\tforeach ($this->datapoints as $label=> $datapoint) {\n\t\t\t\tif (isset($data[$label]) and count($data[$label])) $datapoint->append($data[$label]);\t\t\n\t\t\t}\n\n\t\t\t//finally do the derivations\n\t\t\t$this->calc_derived();\n\t\t\t\n\t\t\t//mark done\n\t\t\t$this->device_has_been_read= true;\n\t\t}\n\t\t\n\t\t//store all permanently\n\t\t$this->write_dbase();\n\t\t\n\t\treturn !$this->code;\n\t}", "public function ApplyChanges()\n {\n parent::ApplyChanges();\n\n $sensors = json_decode($this->ReadPropertyString('Sensors'));\n $targets = json_decode($this->ReadPropertyString('Targets'));\n\n //Update active sensors\n $this->updateActive();\n\n //DelayDispaly\n $this->SetBuffer('Active', json_encode($this->GetValue('Active')));\n $this->stopDelay();\n\n //Deleting all References\n foreach ($this->GetReferenceList() as $referenceID) {\n $this->UnregisterReference($referenceID);\n }\n\n //Adding references for targets\n foreach ($targets as $target) {\n $this->RegisterReference($target->ID);\n }\n foreach ($sensors as $sensor) {\n $this->RegisterMessage($sensor->ID, VM_UPDATE);\n $this->RegisterReference($sensor->ID);\n }\n }", "public function notify() {\r\n foreach ($this->_observers as $value) {\r\n $value->update($this);\r\n }\r\n }", "public function notify()\n {\n foreach ($this->observers as $value) {\n $value->update($this);\n }\n }", "public function notify() {\r\n foreach ($this->observers as $value) {\r\n $value->update($this);\r\n }\r\n }", "public function notifyObserver()\n {\n foreach ($this->arrList as $v)\n {\n $v->update($this->temperature,$this->humidity,$this->pressure);\n }\n }", "public function for_update();", "public function testValueUpdateTracing()\n {\n if (version_compare(PHP_VERSION, '5.2') < 0) {\n // Skip next tests for PHP versions before 5.2\n return;\n }\n\n $memoryManager = new Zend_Memory_Manager_Dummy();\n $memObject = new Zend_Memory_Container_Movable($memoryManager, 10, '0123456789');\n\n // startTrace() method is usually invoked by memory manager, when it need to be notified\n // about value update\n $memObject->startTrace();\n\n $this->assertFalse($memoryManager->processUpdatePassed);\n\n $memObject->value[6] = '_';\n\n $this->assertTrue($memoryManager->processUpdatePassed);\n $this->assertTrue($memoryManager->processedObject === $memObject);\n $this->assertEquals($memoryManager->processedId, 10);\n }" ]
[ "0.5468563", "0.5418485", "0.54078597", "0.5198691", "0.51699674", "0.5134419", "0.50525284", "0.50203335", "0.4967411", "0.4965843", "0.49576354", "0.49576354", "0.49576354", "0.4921393", "0.4905602", "0.48986197", "0.48762837", "0.48466673", "0.47745004", "0.4709055", "0.4691247", "0.46850845", "0.4615553", "0.46124378", "0.45763963", "0.4572826", "0.4566249", "0.45399052", "0.45291558", "0.4526328" ]
0.6308052
0
Notifies the caster that the output information was changed and the original input information is likely to need adjusting.
public function notifyOutputChanged() { echo "Caster $this: Output changed.\n"; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function notifyInputChanged()\n\t{\n\t\techo \"Caster $this: Input changed.\\n\";\n\t}", "public function onUpdating()\n {\n $this->oldData = $this->original;\n $this->dirtyFields = array_keys($this->getDirty());\n }", "abstract public function set_output();", "public function updated(Output $output)\n {\n Log::alert('Output Updated : ' . $output->id);\n }", "public function ApplyChanges()\n {\n parent::ApplyChanges();\n\n $sensors = json_decode($this->ReadPropertyString('Sensors'));\n $targets = json_decode($this->ReadPropertyString('Targets'));\n\n //Update active sensors\n $this->updateActive();\n\n //DelayDispaly\n $this->SetBuffer('Active', json_encode($this->GetValue('Active')));\n $this->stopDelay();\n\n //Deleting all References\n foreach ($this->GetReferenceList() as $referenceID) {\n $this->UnregisterReference($referenceID);\n }\n\n //Adding references for targets\n foreach ($targets as $target) {\n $this->RegisterReference($target->ID);\n }\n foreach ($sensors as $sensor) {\n $this->RegisterMessage($sensor->ID, VM_UPDATE);\n $this->RegisterReference($sensor->ID);\n }\n }", "abstract public function onUpdate();", "public function ApplyChanges() {\n \tparent::ApplyChanges();\n\t\t\n \t// Generate Profiles & Variables\n \t$this->registerProfiles();\n \t$this->registerVariables(); \n\t\t\n \t$this->SetReceiveDataFilter(\".*018EF6B5-AB94-40C6-AA53-46943E824ACF.*\");\n\t \t \tif ( $this->ReadPropertyBoolean(\"AutomaticUpdatesActive\") and $this->ReadPropertyInteger(\"UpdateInterval\") >= 10 )\n\t \t\t$this->SetTimerInterval(\"RCTPOWERINVERTER_UpdateTimer\", $this->ReadPropertyInteger(\"UpdateInterval\")*1000);\t\n \telse\n \t$this->SetTimerInterval(\"RCTPOWERINVERTER_UpdateTimer\", 0);\t \n\n\t \t\t// No data requested yet\n\t \t\t$this->SetBuffer( \"CommunicationStatus\", \"Idle\" );\n\t \t\t$this->SetBuffer( \"UpdateWhilePreviousUpdate\", 0 );\n }", "public function ApplyChanges() {\n parent::ApplyChanges();\n //Setze Filter für ReceiveData\n $this->SetReceiveDataFilter(\".*Speaker.*\");\n $anzahl = $this->ReadPropertyInteger(\"Anzahl\");\n for($count = 1; $count-1 < $anzahl; $count++) {\n $Devices[$count][\"DeviceName\"] = $this->ReadPropertyString(\"DeviceName{$count}\");\n $Devices[$count][\"VariableVolume\"] = $this->ReadPropertyInteger(\"VariableVolume{$count}\");\n $Devices[$count][\"VariableMute\"] = $this->ReadPropertyInteger(\"VariableMute{$count}\");\n $Devices[$count][\"VariableMuteTrue\"] = $this->ReadPropertyInteger(\"VariableMuteTrue{$count}\");\n $Devices[$count][\"VariableMuteFalse\"] = $this->ReadPropertyInteger(\"VariableMuteFalse{$count}\");\n $Devices[$count][\"VariableVolumeMax\"] = $this->ReadPropertyInteger(\"VariableVolumeMax{$count}\");\n\n\n $DeviceNameCount = \"DeviceName{$count}\";\n $VariableMuteCount = \"VariableMute{$count}\";\n $VariableVolumeCount = \"VariableVolume{$count}\";\n $BufferNameMute = $Devices[$count][\"DeviceName\"].\" Mute\";\n $BufferNameVolume = $Devices[$count][\"DeviceName\"].\" Volume\";\n\n\n //Alte Registrierung auf Variablen Veränderung aufheben\n $UnregisterBufferIDs = [];\n array_push($UnregisterBufferIDs,$this->GetBuffer($BufferNameMute));\n array_push($UnregisterBufferIDs,$this->GetBuffer($BufferNameVolume));\n $this->UnregisterMessages($UnregisterBufferIDs, 10603);\n\n if ($this->ReadPropertyString($DeviceNameCount) != \"\") {\n //Regestriere Humidity Variable auf Veränderungen\n $RegisterBufferIDs = [];\n array_push($RegisterBufferIDs,$Devices[$count][\"VariableMute\"]);\n array_push($RegisterBufferIDs,$Devices[$count][\"VariableVolume\"]);\n $this->RegisterMessages($RegisterBufferIDs, 10603);\n //Buffer mit der aktuellen Variablen ID befüllen\n $this->SetBuffer($BufferNameMute,$Devices[$count][\"VariableMute\"]);\n $this->SetBuffer($BufferNameVolume,$Devices[$count][\"VariableVolume\"]);\n\n //Accessory anlegen\n $this->addAccessory($this->ReadPropertyString($DeviceNameCount));\n } else {\n return;\n }\n }\n $DevicesConfig = serialize($Devices);\n $this->SetBuffer(\"Speaker Config\",$DevicesConfig);\n }", "protected function _afterModify()\r\n\t{}", "abstract protected function update();", "public function ApplyChanges()\n\t{\n\t\tparent::ApplyChanges(); \n\t\t\n\t\t// ID Instanz\n\t\t$Instance = $this->InstanceID;\n\n\t\t// Trigger Auslöser\n\t\tIf ($this->ReadPropertyInteger('TriggerID') > NULL)\n\t\t{\n\t\t\t$this->RegisterTrigger(\"Auslöser\", \"TriggerAusloeser\", 0, $Instance, 0,\"HKVC_Update(\\$_IPS['TARGET']);\");\n\t\t};\n\t\t\n\t\t// Variable Startposition erstellen\n\t\t$this->MaintainVariable('StartPos', 'Ausgangsposition', vtInteger, '', 1, true);\n\t\t\n\t\t// Variable Zielposition erstellen\n\t\t$this->MaintainVariable('ZielPos', 'Zielposition', vtInteger, '', 2, true);\n\t\t$this->RegisterTriggerZiel(\"Position\", \"TriggerZielposition\", 0, $Instance, 0,\"HKVC_Position(\\$_IPS['TARGET']);\");\n\t}", "abstract public function update();", "abstract public function update();", "abstract public function update();", "function update_data($conv_only=false)\r\n\t{\r\n\t\tglobal $db;\r\n\t\t//Insert Info into database\r\n\t\tif(is_array($this->output_details) && !$conv_only)\r\n\t\t{\r\n\t\t\tforeach($this->output_details as $field=>$value)\r\n\t\t\t{\r\n\t\t\t\t$fields[] = 'output_'.$field;\r\n\t\t\t\t$values[] = $value;\r\n\t\t\t}\t\t\r\n\t\t\t$fields[] = 'file_conversion_log';\r\n\t\t\t$values[] = $this->log;\r\n\t\t\t$db->update(tbl($this->tbl),$fields,$values,\" id = '\".$this->row_id.\"'\");\t\r\n\t\t}else\r\n\t\t\t$fields[] = 'file_conversion_log';\r\n\t\t\t$values[] = $this->log;\r\n\t\t\t$db->update(tbl($this->tbl),$fields,$values,\" id = '\".$this->row_id.\"'\");\t\r\n\t}", "public function ApplyChanges()\n\t\t{\n\t\t\tparent::ApplyChanges();\n\t\t}", "public function ApplyChanges()\n\t\t{\n\t\t\tparent::ApplyChanges();\n\t\t}", "public function ApplyChanges()\n\t\t{\n\t\t\tparent::ApplyChanges();\n\t\t}", "public function recalculate(): void {\n\t\t$this->calculateSizeData();\n\t}", "public function unmock_output()\n {\n ee()->output =& ee()->old_output;\n unset(ee()->old_output);\n }", "public function update()\n {\n foreach ($this->_watched as $inputPath => $info) {\n // only trigger on files/dirs with modify flag\n if ($info['events'] != IN_MODIFY) {\n continue;\n }\n \n // skip if not readable\n if (!is_readable($inputPath)) {\n continue;\n }\n \n // determine if directory or file\n if (is_dir($inputPath)) {\n $iterator = new DirectoryIterator($inputPath);\n foreach ($iterator as $fileInfo) {\n if ($fileInfo->isDot() || $fileInfo->isDir()) {\n continue;\n }\n \n // get the full path to the file\n if ($fileInfo->isFile()) {\n // get some file info\n $filename = $fileInfo->getFilename();\n $filepath = $fileInfo->getPathname();\n $ext = $fileInfo->getExtension();\n \n // check if ignored\n if (!$this->_fileIsIgnored($filename)) {\n // check if we actually need to do anything with the file\n if (in_array($ext, $this->_watchedFileExtensions)) {\n // determine the directory\n $dirpath = dirname($inputPath);\n $dirpath = rtrim($dirpath, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;\n \n // check for an output path for the file\n $outputPath = $this->_getOutputPathByDescriptor($info['descriptor']);\n \n // notify of detected change\n echo '[' . date('m.d.Y H:i:s') . '] Forced compile on: ' . $filepath . PHP_EOL;\n \n // perform the update on the command line and display result to STDOUT\n $output = $this->_executeCmd($filepath, $dirpath, $ext, $outputPath);\n if (!empty($output)) {\n echo $output . PHP_EOL;\n }\n }\n }\n }\n }\n } else if (is_file($inputPath)) {\n // determine the filename\n $filename = basename($inputPath);\n \n // check if we actually need to do anything with the file\n $ext = strtolower(substr($filename, strrpos($filename, '.') + 1));\n if (in_array($ext, $this->_watchedFileExtensions)) {\n // determine the directory\n $dirpath = dirname($inputPath);\n $dirpath = rtrim($dirpath, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;\n \n // check for an output path for the file\n $outputPath = $this->_getOutputPathByDescriptor($info['descriptor']);\n \n // notify of detected change\n echo '[' . date('m.d.Y H:i:s') . '] Forced compile on: ' . $filepath . PHP_EOL;\n\n // perform the update on the command line and display result to STDOUT\n $output = $this->_executeCmd($inputPath, $dirpath, $ext, $outputPath);\n if (!empty($output)) {\n echo $output . PHP_EOL;\n }\n }\n }\n }\n }", "public abstract function update();", "abstract public function update($input);", "public function ApplyChanges()\n\t\t{\n\t\t\tparent::ApplyChanges();\n\n\t\t\t\n\t\t}", "public function ApplyChanges()\n {\n parent::ApplyChanges();\n\n // Update Trigger Timer\n $this->SetTimerInterval('UpdateTrigger', 1000 * 60 * $this->ReadPropertyInteger('UpdateTimer'));\n\n // Profile \"SCHB.AirOrNot\"\n $association = [\n [0, 'Nicht Lüften!', 'Window-0', 0x00FF00],\n [1, 'Lüften!', 'Window-100', 0xFF0000],\n ];\n $this->RegisterProfile(vtBoolean, 'SCHB.AirOrNot', 'Window', '', '', 0, 0, 0, 0, $association);\n\n // Profile \"SCHB.WaterContent\"\n $association = [\n [0, '%0.2f', '', ''],\n ];\n $this->RegisterProfile(vtFloat, 'SCHB.WaterContent', 'Drops', '', ' g/m³', 0, 0, 0, 0, $association);\n \n // Profile \"SCHB.Schimmelgefahr\"\n $association = [\n [0, 'Keine Gefahr', '', 0x00FF00],\n [1, 'Gefahr', '', 0xffa500],\n [2, 'Schimmel', '', 0xFF0000],\n ];\n $this->RegisterProfile(vtInteger, 'SCHB.Schimmelgefahr', 'Information', '', '', 0, 0, 0, 0, $association);\n\n // Profile \"SCHB.Difference\"\n $association = [\n [-500, '%0.2f %%', 'Window-0', 0x00FF00],\n [0, '%0.2f %%', 'Window-0', 0x00FF00],\n [0.01, '+%0.2f %%', 'Window-100', 0xffa500],\n [10, '+%0.2f %%', 'Window-100', 0xFF0000],\n ];\n $this->RegisterProfile(vtFloat, 'SCHB.Difference', 'Window', 'Information', '', 0, 0, 0, 2, $association);\n \n // Profile \"SCHB.Ventilate\"\n $association = [\n [0, 'Nicht gelüftet', 'Window-0', 0xFF0000],\n [1, 'Gelüftet', 'Window-100', 0x00FF00],\n ];\n $this->RegisterProfile(vtInteger, 'SCHB.Ventilate', 'Window', 'Information', '', 0, 0, 0, 0, $association);\n \n // Ergebnis & Hinweis & Differenz\n $this->MaintainVariable('Hint', 'Hinweis', vtBoolean, 'SCHB.AirOrNot', 1, true);\n $this->MaintainVariable('Result', 'Ergebnis', vtString, 'SCHB.Ergebnis', 2, true);\n $this->MaintainVariable('Difference', 'Differenz', vtFloat, 'SCHB.Difference', 3, true);\n \n // Taupunkt\n $create = $this->ReadPropertyBoolean('CreateDewPoint');\n $this->MaintainVariable('DewPointIndoor', 'Taupunkt Innen', vtFloat, '~Temperature', 5, $create);\n\n // Wassergehalt (WaterContent)\n $create = $this->ReadPropertyBoolean('CreateWaterContent');\n $this->MaintainVariable('WaterContentIndoor', 'Wassergehalt Innen', vtFloat, 'SCHB.WaterContent', 7, $create);\n \n // TF-70\n $create = $this->ReadPropertyBoolean('CreateTF70');\n $this->MaintainVariable('TF70', 'TF-70', vtFloat, '~Temperature', 8, $create); \n \n // TF-80\n $create = $this->ReadPropertyBoolean('CreateTF80');\n $this->MaintainVariable('TF80', 'TF-80', vtFloat, '~Temperature', 9, $create); \n \n // AW-Wert\n $create = $this->ReadPropertyBoolean('CreateAWValue');\n $this->MaintainVariable('AWValue', 'AW-Wert', vtFloat, 'aw.value', 10, $create); \n \n //Schimmelgefahr\n $create = $this->ReadPropertyBoolean('CreateMould');\n $this->MaintainVariable('Mould', 'Schimmelgefahr', vtInteger, 'SCHB.Schimmelgefahr', 11, $create); \n \n\t//Geöffnet um\n\t$this->RegisterVariableInteger('WinOpen', 'Fenster geöffnet','~UnixTimestamp',12);\n\t \n\t//Geschlossen um\n\t$this->RegisterVariableInteger('WinClose', 'Fenster geschlossen','~UnixTimestamp',13);\n\t \n\t//Zeit Fenster Offen\n\t$this->RegisterVariableInteger('TimeWinOpen', 'Zeit Fenster geöffnet','time.min',14);\n\t \n //Gelüftet\n\t$this->RegisterVariableInteger('Ventilate', 'Gelüftet','SCHB.Ventilate',15); \n\t \n \t// Trigger Fenster\n\tif ($this->ReadPropertyInteger('WindowValue') > 0)\n\t{\n\t\t$this->RegisterTriggerWindow(\"Fenster\", \"TriggerFenster\", 0, $this->InstanceID, 0,\"SCHB_Update(\\$_IPS['TARGET']);\");\n\t};\n\t\n\t// Trigger Reset \n\t$this->RegisterTriggerReset(\"Reset\", \"TriggerReset\", 1, $this->InstanceID, 0,\"SCHB_Reset(\\$_IPS['TARGET']);\"); \n }", "public function for_update();", "public function onUpdate();", "public function onUpdate();", "public function onUpdate();", "public function onUpdate();" ]
[ "0.6794284", "0.5529309", "0.549504", "0.53029567", "0.52663535", "0.51487195", "0.51417345", "0.5131214", "0.51264876", "0.50086886", "0.49046195", "0.486527", "0.486527", "0.486527", "0.48593917", "0.4847503", "0.4847503", "0.4847503", "0.48248932", "0.48217446", "0.48169512", "0.4809076", "0.480418", "0.47936702", "0.4774422", "0.4771827", "0.4755917", "0.4755917", "0.4755917", "0.4755917" ]
0.685906
0
Returns the type of the input information quantum this caster requires.
abstract static public function getInputType();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "abstract protected function getInputType();", "public function getInputType() {}", "public function getInputType() {\n return $this->input_type;\n }", "public function type()\n {\n $this->typeCheck->type(func_get_args());\n\n return $this->type;\n }", "public function get_input_type()\n {\n return $this->input_type;\n }", "public function get_input_type(): string {\n\t\treturn $this->input_type;\n\t}", "public function inputType()\n {\n return app()->make($this->settings->get('inputType'));\n }", "public function get_data_type()\n {\n return $this->get_argument( 'format' );\n }", "public function type();", "public function type();", "public function type();", "public function getItsm_type_request()\n {\n return $this->itsm_type_request;\n }", "public function getInputRawType($input)\n {\n $finfo = new \\finfo(FILEINFO_MIME_TYPE);\n return $finfo->buffer($input);\n }", "function get_type();", "public function get_request_type()\n\t{\n\t\treturn $this->request_type;\n\t}", "public function get_type();", "public function get_type();", "public function getWhichType()\n {\n return $this->whichType;\n }", "abstract function getType();", "public static function get_reqtype():string { return self::$reqtype; }", "public function type()\n\t{\n\t\treturn $this->type;\n\t}", "public function getInputType()\n {\n if (null === $this->_inputType) {\n return 'string';\n }\n return $this->_inputType;\n }", "public function type()\n\t{\n\t\treturn $this->_type;\n\t}", "public function getType()\n\t{\n\t\treturn ($this->type);\n\t}", "function getType() {\n\t\treturn $this->getData('type');\t\n\t}", "public function getType() {\n return $this->getParameter('type');\n }", "public function getType()\n {\n return $this->getParameter('type');\n }", "public function type()\n {\n return $this->type;\n }", "public function type()\n {\n return $this->type;\n }", "public function type()\n {\n return $this->type;\n }" ]
[ "0.6671186", "0.666466", "0.6492008", "0.63796943", "0.6230587", "0.62244487", "0.5943082", "0.59390706", "0.59376234", "0.59376234", "0.59376234", "0.5930738", "0.5915799", "0.5844561", "0.58387905", "0.581675", "0.581675", "0.5802018", "0.5768156", "0.57681113", "0.57658786", "0.57391393", "0.5733595", "0.5727946", "0.5726103", "0.570482", "0.56994456", "0.5679951", "0.5679951", "0.5679951" ]
0.6809981
0
Returns the type of the output information quantum this caster provides.
abstract static public function getOutputType();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getOutputType(): string|null\n {\n return $this->outputType;\n }", "public function getOutputType() {}", "private function getOutputType() {\n try {\n $vars = $this->getPhpServerParams();\n $ua = new UrlAnalyzer($vars['REQUEST_URI'], $this->getRequestType());\n $outputType = $ua->getOutputType();\n } catch(\\Exception $ex) {\n return 'xml';\n }\n return $outputType;\n }", "public function getOutputFormat(){\n\t\tif(!$this->getData('output_format')){\n\t\t\treturn false;\n\t\t}\n\t\treturn $this->getData('output_format');\n\t}", "public function getOutputType(): ?string;", "public function type()\n\t{\n\t\treturn $this->type;\n\t}", "public function getType()\n\t{\n\t\treturn ($this->type);\n\t}", "public function type()\n\t{\n\t\treturn $this->_type;\n\t}", "public function getWhichType()\n {\n return $this->whichType;\n }", "public function getOutput()\n\t{\n\t\treturn $this->outputId ? $this->server->resolveQuantumId($this->outputId) : null;\n\t}", "public function type()\n {\n return $this->type;\n }", "public function type()\n {\n return $this->type;\n }", "public function type()\n {\n return $this->type;\n }", "public function getType(): string\n {\n return self::$DUMP_RESULTS_TYPE;\n }", "public function getOutputFormat()\n {\n return $this->output_format;\n }", "public function getProducedType()\n {\n if ($this->producesTypeID < 0) {\n $exceptionClass = Config::getIveeClassName('NoOutputItemException');\n throw new $exceptionClass(\"This process results in no new item\");\n } else {\n $typeClass = Config::getIveeClassName('Type');\n return $typeClass::getById($this->producesTypeID);\n }\n }", "public function type()\n {\n $this->typeCheck->type(func_get_args());\n\n return $this->type;\n }", "public function type()\n {\n return $this->metadata['type'] ?? null;\n }", "public function get_type() {\n\t\treturn $this->type;\n\t}", "protected function getType()\n\t{\n\t\treturn $this->type;\n\t}", "public function type() {\n return $this->type;\n }", "public function getType () {\r\n\t\treturn $this->type;\r\n\t}", "function getType() {\r\n\t\t\tif (is_bool($this->Value) ||\r\n\t\t\t is_int($this->Value)) {\r\n\t\t\t\treturn 'i';\r\n\t\t\t}\r\n\r\n\t\t\tif (is_float($this->Value) || \r\n\t\t\t is_numeric($this->Value)) {\r\n\t\t\t\treturn 'd';\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t// for anything else use string\r\n\t\t\treturn 's';\r\n\t\t}", "public function type(): string\n\t{\n\t\treturn $this->type;\n\t}", "public function get_data_type()\n {\n return $this->get_argument( 'format' );\n }", "public function getType() {\r\n\r\n\t\treturn $this->type;\r\n\t}", "public function getType() \n\t{\n\t\treturn $this->type;\n\t}", "public function getResType() {\n\t\treturn ($this->resType);\n\t}", "public function getType()\n\t{\n\t\treturn $this->type_code;\n\t}", "public function get_type()\n {\n return $this->type;\n }" ]
[ "0.68043643", "0.6737818", "0.6272885", "0.61998284", "0.6192327", "0.6163851", "0.61610776", "0.6155784", "0.61066836", "0.6070759", "0.60456455", "0.60456455", "0.60456455", "0.6042304", "0.6036323", "0.60147", "0.5999494", "0.5999464", "0.59582424", "0.5947329", "0.5927487", "0.59153974", "0.5905574", "0.5889545", "0.5887368", "0.58775586", "0.587223", "0.58715636", "0.5869413", "0.58672863" ]
0.69616973
0
/ Remove "Editor" links from submenus
function inhabitent_remove_submenus() { remove_submenu_page('themes.php', 'theme-editor.php'); remove_submenu_page('plugins.php', 'plugin-editor.php'); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function customize_menu() {\n\t\tremove_menu_page('edit.php');\n\t\tremove_menu_page('edit-comments.php');\n\t}", "public function remove_menu_items() {\n remove_menu_page(\"edit-comments.php\");\n remove_menu_page(\"edit.php\");\n }", "function remove_theme_plugin_editor() {\n remove_submenu_page( 'themes.php', 'theme-editor.php' );\n remove_submenu_page( 'plugins.php', 'plugin-editor.php' );\n}", "function pc_remove_plugin_editor() {\n remove_submenu_page( 'plugins.php', 'plugin-editor.php' );\n}", "function remove_menus(){\n\t\t remove_menu_page( 'edit.php' );\n\t\t}", "function remove_menus(){\r\n // remove_menu_page( 'edit.php' );\r\n remove_menu_page( 'edit-comments.php' );\r\n}", "function ilusix_remove_backend_menu_items() {\n remove_menu_page( 'edit.php' );\n remove_menu_page( 'edit-comments.php' );\n}", "function wpdocs_remove_menus()\n{\n\n\tif (!current_user_can('update_plugins')) {\n\t\tremove_menu_page('edit.php?post_type=mitra');\n\t\tremove_menu_page('edit.php?post_type=kkn');\n\t\tremove_menu_page('edit-comments.php');\n\t\tremove_menu_page('edit.php');\n\t\tremove_menu_page('tools.php');\n\t}\n}", "function <%= name %>_remove_submenus() {\n remove_submenu_page( 'themes.php', 'themes.php' );\n remove_submenu_page( 'widgets.php', 'widgets.php' );\n remove_menu_page( 'edit-comments.php' );\n}", "function strl_remove_menus() {\n\t// ACF Settings.\n\tremove_menu_page( 'edit.php?post_type=acf-field-group' );\n\n\t// Comments.\n\tremove_menu_page( 'edit-comments.php' );\n}", "function capweb_admin_bar_items() {\n\tglobal $wp_admin_bar;\n\t$wp_admin_bar->remove_menu( 'new-link', 'new-content' );\n}", "function remove_admin_menus()\n{\n\n remove_menu_page('edit-comments.php');\n\n}", "function remove_editor_menu()\n\t{\n\t\t//remove_action('admin_menu', '_add_themes_utility_last', 101);\n\t}", "public function lctrainee_comments_remove_admin_menus()\n {\n remove_menu_page( 'edit-comments.php' );\n }", "function ecovila_remove_menu_pages()\n{\n remove_menu_page('edit.php'); //Posts\n remove_menu_page('edit-comments.php'); //Comments \n}", "public function remove_admin_menus() {\n\t\tremove_menu_page( 'edit-comments.php' );\n\t}", "function remove_menus(){\n remove_menu_page( 'edit.php' ); //Posts\n remove_menu_page( 'edit-comments.php' ); //Comments\n}", "function remove_menus(){\r\n\t \r\n\t remove_menu_page( 'edit-comments.php' ); //Comments\r\n\t \r\n\t}", "function remove_menus(){\r\n\t$roles = wp_get_current_user()->roles;\r\n\r\n\t// test role\r\n\tif( !in_array( 'contributor',$roles ) ){\r\n\t\treturn;\r\n\t}\r\n\tremove_menu_page( 'edit-comments.php' ); //Comments\r\n\tremove_menu_page( 'tools.php' ); //Tools\r\n\tremove_menu_page( 'edit.php' ); // Pages\r\n\t@add_menu_page( 'edit.php?post_type=submission' ); // submission\r\n}", "function be_admin_bar_items() {\n\tglobal $wp_admin_bar;\n\t$wp_admin_bar->remove_menu( 'new-link', 'new-content' );\n}", "function be_admin_bar_items() {\n\tglobal $wp_admin_bar;\n\t$wp_admin_bar->remove_menu( 'new-link', 'new-content' );\n}", "function qod_remove_admin_menus() {\n remove_menu_page( 'edit-comments.php' );\n}", "function remove_menus() {\nremove_menu_page( 'edit.php' ); //Posts\nremove_menu_page( 'edit-comments.php' ); //Comments\n}", "function grg_remove_menu_items(){\n\n\t\t\tremove_menu_page( 'edit-comments.php' ); // Posts\n\t\t\t// remove_menu_page( 'users.php'); // Users\n\t}", "function hide_admin_pages(){\n global $submenu;\n unset($submenu['themes.php'][6]); // remove customize link\n remove_action('admin_menu', '_add_themes_utility_last', 101); // remove theme editor link\n}", "function alfred_unset_menus() {\n\tremove_menu_page( 'edit.php' );\n\tremove_menu_page( 'link-manager.php' );\n}", "function pc_remove_submenus() {\n \n global $submenu;\n \n unset($submenu['themes.php'][5]); // Remove 'Temas'.\n unset($submenu['options-general.php'][15]); // Remove 'Escrita'.\n unset($submenu['options-general.php'][25]); // Remove 'Discussão'.\n unset($submenu['tools.php'][5]); // Remove 'Disponíveis'.\n unset($submenu['tools.php'][10]); // Remove 'Importar'.\n unset($submenu['tools.php'][15]); // Remove 'Exportar'.\n}", "function plume_remove_admin_menu () {\n\tremove_menu_page('edit-comments.php');\n\tremove_menu_page('edit.php');\n\tremove_menu_page('edit.php?post_type=page');\n}", "function style_remove_new_menu() {\n global $wp_admin_bar;\n $wp_admin_bar->remove_menu('new-content'); // This removes the complete menu “Add New”.\n $wp_admin_bar->remove_menu('comments'); // This removes the comments link\n}", "function remove_menus(){\n\n remove_menu_page( 'edit-comments.php' ); //Comments\n\n}" ]
[ "0.73615515", "0.72918624", "0.72812927", "0.72621465", "0.72581077", "0.72066", "0.7201741", "0.7148377", "0.71182793", "0.71076655", "0.71067685", "0.7064057", "0.70337605", "0.7031696", "0.7020468", "0.7015122", "0.7008355", "0.69970703", "0.6995275", "0.69829816", "0.69829816", "0.6976213", "0.696461", "0.69445133", "0.69134516", "0.6873501", "0.6862535", "0.684404", "0.6824691", "0.6823852" ]
0.7676606
0
Lists all PorPrecioRv models.
public function actionIndex() { $searchModel = new PorPrecioRvSearch(); $dataProvider = $searchModel->search(Yii::$app->request->queryParams); return $this->render('index', [ 'searchModel' => $searchModel, 'dataProvider' => $dataProvider, ]); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function index()\n {\n //\n return Profesor::all();\n }", "public function index(){\n\n $parceiro = Parceiro::all();\n\n return $parceiro;\n }", "public function getAllModel(){\n\t\t//prx($this->Modelo->find('all',array('contain' => array('ImagenModelo'))));\n\t\treturn $this->Modelo->find('all',array('contain' => array('ImagenModelo')));\n\n\t}", "public function index()\n {\n Professeur::all();\n }", "public function index()\n\t{\n $politica = PoliticaPrecio::all();\n return View::make('politicas_precio.listado')->with($politica);\n\t}", "public function list()\n {\n return \\App\\Compromisso::all();\n }", "public function getModels()\n\t{\n\t\t$Model = new Product_Model();\n\t\treturn $Model->findList( array( 'ProductId = '.$this->Id ), 'Position asc' );\n\t}", "function get_all_premio()\n {\n $this->db->order_by('id_premio', 'desc');\n return $this->db->get('premio')->result_array();\n }", "public function index()\n {\n $result=proizvodjac::all();\n return $result;\n }", "function get_all_provincias()\n {\n $this->db->order_by('id_provincia', 'desc');\n return $this->db->get('provincias')->result_array();\n }", "function getAll() {\n $db = new Connection();\n $sql = 'SELECT * FROM clinica.Proveedores;';\n $res = mysqli_query($db->conn, $sql);\n $proveedores = [];\n while($row = mysqli_fetch_assoc($res)) {\n $p = new Proovedor(\n $row['id'], \n $row['ruc'],\n $row['nombres'], \n $row['numeroTelefonico'], \n $row['paginaWeb']\n );\n $proveedores[] = $p;\n }\n $db->closeConnection();\n return $proveedores;\n }", "public static function getLstRapport(){\n\t\t$query = MonPdo::getInstance()->query('SELECT * FROM rapport_visite');\n\t\treturn $query->fetchAll(PDO::FETCH_CLASS|PDO::FETCH_PROPS_LATE, 'RapportVisite');\n\t}", "public function ListarProveedores() {\n try {\n $result = array();\n $stm = $this->pdo->prepare(\"SELECT * FROM V_PROVEEDOR\");\n $stm->execute();\n return $stm->fetchAll(PDO::FETCH_OBJ);\n } catch (Exception $e) {\n die($e->getMessage());\n }\n }", "public function index()\n {\n $lista_precios_detalle = ListaPrecioDetalle::all();\n return view('listaPrecioDetalle.index');\n }", "public function getAll() {\n\n // Escreve a consulta SQL e atribuímos a variável $sql\n $sql = 'SELECT id, nome, imagem, texto FROM produto ORDER BY nome ASC';\n\n // Executa a consulta chamando o método da classe Model. Atribui o resultado a variável $dt (data table)\n $dt = $this->pdo->executeQuery($sql);\n\n // Declara uma lista inicialmente nula\n $listaProduto = null;\n\n // Percorre todas as linhas do resultado da busca\n foreach ($dt as $dr) { // $dr (data row)\n\n // Atribui a última posição do array o produto devidamente tratado\n $listaProduto[] = $this->collection($dr);\n \n }\n\n // Retorna a lista de produtos\n return $listaProduto;\n \n }", "public function index()\n {\n $productos = productos::get();\n \n return $productos;\n }", "public function listar_provincias() {\r\n $resultado = $this->db->get(\"provincia\");\r\n return $resultado->result();\r\n }", "public static function all(){\r\n $list = [];\r\n $db = Db::getInstance();\r\n $result = mysqli_query($db,'SELECT * FROM product');\r\n\r\n while($row = mysqli_fetch_assoc($result)){\r\n $list[] = new product_model($row['name'],$row['id']);\r\n }\r\n\r\n return $list;\r\n }", "public function listModels()\n {\n $models = array();\n $this->get();\n foreach ($this->responseObj as $key => $blob) {\n $model = new Model($this->getConfig());\n self::fromArray($model, $blob);\n $models[$key] = $model;\n }\n return $models;\n }", "public function index() {\n $profesores = Profesor::all()->toJson();\n return $profesores;\n }", "public function index()\n {\n return PagoServicio::all();\n }", "function get_all_provincias($params = array())\n {\n $this->db->order_by('id_provincia', 'desc');\n if(isset($params) && !empty($params))\n {\n $this->db->limit($params['limit'], $params['offset']);\n }\n return $this->db->get('provincias')->result_array();\n }", "public function listarPublic(){\n \t$phones = Phone::all()->sortByDesc(\"valoracion\");\n \treturn view(\"public.productos\")->with(\"phones\",$phones);\n }", "public function listarPremios(){\r\n $stmt = $this->db->query(\"select * from Premio, Premio_Entrega_Pincho, Pincho where codigoPremio=Premio_codigoPremio and Pincho_idPincho=idPincho ORDER BY codigoPremio\");\r\n return $stmt->fetchAll(PDO::FETCH_ASSOC);\r\n }", "public function index()\n {\n return Productos::get();\n }", "public function actionIndex()\n {\n $searchModel = new ParametrepatientSearch();\n $dataProvider = $searchModel->search(Yii::$app->request->queryParams);\n\n return $this->render('index', [\n 'searchModel' => $searchModel,\n 'dataProvider' => $dataProvider,\n ]);\n }", "public function index()\n {\n return Plano::all();\n }", "public function index()\n {\n return view('orcamentos.list', ['orcamentos' => Orcamento::paginate(10), 'produtos' => Produto::all()]); \n }", "public function getPeliculas(){\n /*$peliculasRepository = new peliculasRepository();\n $peliculasRepository->getPeliculas();\n $pelis = $peliculasRepository->getPeliculasList();*/\n\n $peliPDO = new peliculasPDO();\n //busco las peliculas en la base de datos.\n if($peliPDO->getAll() == false){\n //Si no hay peliculas Actualizo las peliculas de nuestra base de datos desde la api.\n $this->updatePeliculasFromApi();\n }\n $pelis = $peliPDO->getAll();\n return $pelis;\n }", "function getAll() {\n\n // 2. Enviar la consulta (2 sub-pasos: prepare y execute)\n $query = $this->db->prepare('SELECT * FROM rubro');\n $query->execute();\n\n // 3. Obtengo la respuesta con un fetchAll (porque son muchos)\n $rubros = $query->fetchAll(PDO::FETCH_OBJ); // arreglo de herramientas\n // var_dump($rubros);\n // die;\n return $rubros;\n }" ]
[ "0.6209013", "0.60880196", "0.5974703", "0.58594483", "0.5818726", "0.57874113", "0.57812375", "0.5762358", "0.5760906", "0.5727941", "0.5724788", "0.57076705", "0.56746227", "0.5671865", "0.56701934", "0.5640135", "0.56334543", "0.56202483", "0.5603693", "0.5592413", "0.55727714", "0.5570804", "0.5544831", "0.5538943", "0.55231684", "0.5503378", "0.55023944", "0.54987085", "0.54908544", "0.5489361" ]
0.7258073
0
Creates a new PorPrecioRv model. If creation is successful, the browser will be redirected to the 'view' page.
public function actionCreate() { if(Yii::$app->request->isAjax){ $model = new PorPrecioRv(); if ($model->load(Yii::$app->request->post())) { if($model->save()){ return "Exitoso"; }else{ Yii::$app->response->format = trim(Response::FORMAT_JSON); return ActiveForm::validate($model);; } } else { return $this->renderPartial('create', [ 'model' => $model, ]); } } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function actionCreate()\n {\n $model = new PREPVoto();\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['view', 'id_partido' => $model->id_partido, 'id_casilla_seccion' => $model->id_casilla_seccion]);\n } else {\n return $this->render('create', [\n 'model' => $model,\n ]);\n }\n }", "public function actionCrear()\n\t{\n\t\t$model = new Premio();\n\n\t\tif ($model->load(Yii::$app->request->post())) {\n\t\t\t$model->guardarImagen('');\n\t\t\t$model->fechaCreacion = \\Date(\"Y-m-d h:i:s\");\n\t\t\tif ($model->save()) {\n\t\t\t\treturn $this->redirect(['detalle', 'id' => $model->idPremio]);\n\t\t\t} else {\n\t\t\t\treturn $this->render('crear', [\n\t\t\t\t\t\t'model' => $model,\n\t\t\t\t]);\n\t\t\t}\n\t\t} else {\n\t\t\treturn $this->render('crear', [\n\t\t\t\t\t'model' => $model,\n\t\t\t]);\n\t\t}\n\t}", "public function actionCreate()\n\t{\n\t\t$model=new Vehiculos;\n\n\t\t// Uncomment the following line if AJAX validation is needed\n\t\t// $this->performAjaxValidation($model);\n\n\t\tif(isset($_POST['Vehiculos']))\n\t\t{\n\t\t\t$model->attributes=$_POST['Vehiculos'];\n\t\t\t$model->marca = $_POST['Vehiculos']['marca'];\n\t\t\t$model->modelo_anio = $_POST['Vehiculos']['modelo_anio'];\n\t\t\t$model->propietario = $_POST['Vehiculos']['propietario'];\n\t\t\tif($model->save())\n\t\t\t\t$this->redirect(array('view','id'=>$model->id));\n\t\t}\n\n\t\t$this->render('create',array(\n\t\t\t'model'=>$model,\n\t\t));\n\t}", "public function actionCreate() {\n $model = new ProcedimentoRealizado;\n\n // Uncomment the following line if AJAX validation is needed\n // $this->performAjaxValidation($model);\n\n if (isset($_POST['ProcedimentoRealizado'])) {\n $model->attributes = $_POST['ProcedimentoRealizado'];\n if ($model->save())\n $this->redirect(array('view', 'id' => $model->unidade));\n }\n\n $this->render('create', array(\n 'model' => $model,\n ));\n }", "public function create() {\n helper('form');\n\n $model = new Motivo_ProvimentoModel();\n\n $data = [\n 'motivo_provimento' => $model->getAll(),\n 'title' => 'Manutenção de Motivo - Provimento',\n 'session' => \\Config\\Services::session()\n ];\n\n if (!$data['session']->get('logged_in')) {\n return redirect('login/login');\n }\n\n $model->save([\n 'Motivo' => $this->request->getVar('motivo'),\n 'temp' => $this->request->getVar('temp'),\n ]);\n\n return redirect('motivo_provimento');\n\n }", "public function actionCreate() {\n\n $model = new OrdenCompra();\n $model->cliente_uuid = Yii::$app->getModule('ared')->uuid;\n\n if ($model->load(Yii::$app->request->post())) {\n if ($model->save()) {\n Yii::$app->getSession()->setFlash('success', 'La operación se realizó con éxito');\n return $this->redirect(['view', 'id' => $model->_id]);\n } else {\n Yii::$app->getSession()->setFlash('error', 'Se ha producido un error al realizar la operación');\n }\n }\n\n return $this->render('create', ['model' => $model]);\n }", "public function actionCreate()\n {\n $model = new Presupuestos();\n \n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n $empleador_id = Empleos::find()\n ->select('empleador_id, titulo')\n ->where(['id' => Yii::$app->request->post()['Presupuestos']['empleo_id']])\n ->one();\n \n $email_empleador = Usuarios::find()\n ->select('email')\n ->where(['id' => $empleador_id->empleador_id])\n ->one();\n \n Yii::$app->mailer->compose()\n ->setFrom(Yii::$app->params['smtpUsername'])\n ->setTo($email_empleador->email)\n ->setSubject($empleador_id->titulo)\n ->setHtmlBody('Su empleo: <strong>' . $empleador_id->titulo . ' </strong>ha recibido un presupuesto <br>' . Html::a('Haz click aquí para ver el presupuesto recibido', Url::to(['empleadores/perfil', 'id'=>$empleador_id], true)))\n ->send();\n \n Yii::$app->session->setFlash('success', 'El presupuesto se creo correctamente.');\n return $this->redirect(['profesionales/perfil', 'id' => Yii::$app->user->identity->id]);\n }\n\n return $this->render('create', [\n 'model' => $model,\n ]);\n }", "public function create(){\n $model= new \\App\\PokVersiRevisi;\n return view('pok_versi.create',compact('model'));\n }", "public function actionCreate()\n {\n $this->autorizaUsuario();\n $model = new Voluntario();\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n $this->mensagens('success', 'Voluntário Cadastrado', 'Voluntário cadastrado com sucesso');\n return $this->redirect(['index']);\n } else {\n return $this->render('create', [\n 'model' => $model,\n ]);\n }\n }", "public function actionCreate()\n {\n $model = new Proses();\n\n if ($model->load(Yii::$app->request->post()) ) {\n $model->kd_urusan = Yii::$app->user->identity->tperan->kd_urusan;\n $model->kd_bidang = Yii::$app->user->identity->tperan->kd_bidang;\n $model->kd_unit = Yii::$app->user->identity->tperan->kd_unit;\n $model->kd_sub = Yii::$app->user->identity->tperan->kd_sub;\n $model->input_phased = 2;\n $model->user_id = Yii::$app->user->identity->id;\n IF($model->save()){\n return $this->redirect(['view', 'id' => $model->id]);\n }\n \n } else {\n return $this->render('create', [\n 'model' => $model,\n ]);\n }\n }", "public function actionCreate()\n {\n $model = new Rptsepp();\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['view', 'id' => $model->IdReporteSepp]);\n } else {\n return $this->render('create', [\n 'model' => $model,\n ]);\n }\n }", "public function actionCreate()\n {\n $model = new PdmPenyelesaianPratutLimpah();\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['view', 'id' => $model->id_pratut_limpah]);\n } else {\n return $this->render('create', [\n 'model' => $model,\n ]);\n }\n }", "public function create()\n {\n $tipos= TipoR::orderBy('id','ASC')\n ->select('nombre','id')\n ->where('nombre','LIKE','%A1%')\n ->get();\n\n $frecuencias = Frecuencia::orderBy('id','ASC')->select('nombre','id')->get();\n\n $paises = Pais::orderBy('id','ASC')->select('id','nombre')->get();\n\n $turnos = Turno::orderBy('id','ASC')->select('nombre','id')->get();\n\n return \\View::make('Procesos/NewProceso', compact('tipos','frecuencias','paises','turnos'));\n }", "public function actionCreate()\n\t{\n\t\t$model=new ProductoPadre;\n\n\t\t// Uncomment the following line if AJAX validation is needed\n\t\t// $this->performAjaxValidation($model);\n\n\t\tif(isset($_POST['ProductoPadre']))\n\t\t{\n\t\t\t$model->attributes=$_POST['ProductoPadre'];\n\t\t\tif($model->save())\n\t\t\t{\n\t\t\t $model->refresh();\n\t\t\t # $this->redirect(array('view','id'=>$model->id));\n\t\t\t}\n\t\t\t\t\n\t\t}\n\n\t\t$this->render('create',array(\n\t\t\t'model'=>$model,\n\t\t));\n\t}", "public function create()\n {\n return view('sfp_parte_crear');\n }", "public function actionCreate()\n {\n $model = new RecursoProgramado();\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['view', 'id' => $model->id]);\n } else {\n return $this->render('create', [\n 'model' => $model,\n ]);\n }\n }", "public function create()\n\t{\n $clientes = Cliente::orderBy('razon_social')->lists('razon_social','id');\n #$frecuencias = PoliticaPrecioFrecuencias::orderBy('frecuencia')->lists('frecuencia','id');\n return View::make('politicasPrecio.create')->with(compact('clientes','frecuencias'));\n\t}", "public function actionCreate()\n {\n $model = new ProProduct();\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['view', 'id' => $model->id]);\n } else {\n return $this->render('create', [\n 'model' => $model,\n ]);\n }\n }", "public function actionCreate()\n { if(Permiso::requerirRol('administrador')){\n $this->layout='/main2';\n }elseif(Permiso::requerirRol('gestor')){\n $this->layout='/main3';\n }\n $model = new Respuesta();\n \n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['view', 'id' => $model->idRespuesta]);\n }\n\n return $this->render('create', [\n 'model' => $model,\n ]);\n }", "public function create()\n {\n //\n return view(\"pratices.create\");\n }", "public function actionCreate()\n {\n $model = new Parametrepatient();\n\n $model->dateprelev = date('d-m-Y');\n $model->idparametre = $model->count() + 1;\n\n if ($model->load(Yii::$app->request->post())) {\n\n //$model->dateprelev = date_format(date_create($_POST['Parametrepatient']['dateprelev']), 'Y-m-d H:i:s');\n $model->datecreation = date('Y-m-d H:i:s');\n\n if($model->save()){\n $historique = new Historique();\n $historique->idhistorique = $historique->count()+1;\n $historique->iduser = Yii::$app->user->id;\n $historique->action = 'Create Parametre Patient';\n $historique->date = date('Y-m-j H:i:s');\n $historique->description = Yii::$app->user->identity->username.' a créé le parametre patient N° '.$model->idparametre ;\n $historique->save();\n return $this->redirect(['view', 'id' => $model->idparametre]);\n }\n } else {\n return $this->render('create', [\n 'model' => $model,\n ]);\n }\n }", "public function actionCreate()\n\t{\n\t\t$model=new Productocostos;\n\n\t\t// Uncomment the following line if AJAX validation is needed\n\t\t// $this->performAjaxValidation($model);\n\n\t\tif(isset($_POST['Productocostos']))\n\t\t{\n\t\t\t$model->attributes=$_POST['Productocostos'];\n\t\t\tif($model->save())\n\t\t\t\t$this->redirect(array('view','id'=>$model->cod));\n\t\t}\n\n\t\t$this->render('create',array(\n\t\t\t'model'=>$model,\n\t\t));\n\t}", "public function create(){\n $param['id_mascota'] = $this->input->post('id_mascota');\n $param['id_vacuna'] = $this->input->post('id_vacuna');\n $param['fecha_aplicacion'] = $this->input->post('fecha_aplicacion');\n $param['siguiente_aplicacion'] = $this->input->post('siguiente_aplicacion');\n\n $this->Vacunacion_model->insert_vacunacion($param);\n\n $this->load->view('Zootecnico/Layout_zoo/header');\n $this->load->view('Zootecnico/Layout_zoo/menu');\n $this->load->view('Zootecnico/Vacunacion/success');\n $this->load->view('Zootecnico/Layout_zoo/footer');\n }", "public function actionCreate()\n {\n $model = new IncOrdenesCompras();\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['view', 'id' => $model->id]);\n }\n\n $this->layout=\"main\";\n return $this->render('create', [\n 'model' => $model,\n ]);\n }", "public function create()\n {\n //\n return view('visitante.procuracri');\n }", "public function create()\n {\n return view('propietario_vehiculo.create');\n }", "public function actionCreate()\n {\n $model = new Projectov();\n\n\n if ($model->load(Yii::$app->request->post())) {\n\n\n if ($model->validate()) {\n\n //print_r($model);\n $file = UploadedFile::getInstance($model, 'main_photo_file');\n if (isset($file->size) && $file->size != 0) {\n\n $unique_name = \"projectov_\" . date(\"Y-m-d_H-i-s\") . \"_\" . uniqid();\n $path = $unique_name . \".{$file->extension}\";\n $model->main_photo = $path;\n $file->saveAs('uploads/projectov/' . $path);\n }\n $model->save();\n // print_r($model);\n\n\n return $this->redirect(['update', 'id' => $model->id]);\n\n }\n //return $this->redirect(['view', 'id' => $model->id]);\n }\n\n return $this->render('create', [\n 'model' => $model,\n\n //'modelDetails2' => $modelDetails2,\n ]);\n }", "public function actionCreate()\n {\n $model = new Prerrequisito();\n $modelsDetallepre = [new Detallepre];\n\n if ($model->load(Yii::$app->request->post()) && $model->save())\n {\n $modelsDetallepre = Model::createMultiple(Detallepre::classname());\n Model::loadMultiple($modelsDetallepre, Yii::$app->request->post());\n\n // validate all models\n $valid = $model->validate();\n $valid = Model::validateMultiple($modelsDetallepre) && $valid;\n\n if ($valid) {\n $transaction = \\Yii::$app->db->beginTransaction();\n try {\n if ($flag = $model->save(false)) {\n foreach ($modelsDetallepre as $modelsDetallepre)\n {\n $modelsDetallepre->idPrerreq = $model->idPrerreq;\n if (! ($flag = $modelsDetallepre->save(false))) {\n $transaction->rollBack();\n break;\n }\n }\n }\n if ($flag) {\n $transaction->commit();\n return $this->redirect(['view', 'id' => $model->idPrerreq]);\n }\n } catch (Exception $e) {\n $transaction->rollBack();\n }\n }\n return $this->redirect(['view','id' => $model->idPrerreq]);\n }\n else {\n return $this->render('create', [\n 'model' => $model,\n 'modelsDetallepre' => (empty($modelsDetallepre)) ? [new Detallepre] : $modelsDetallepre\n ]);\n }\n }", "public function actionCreate()\n\t{\n\t\t$model=new Ocompra;\n\t\t$model->valorespordefecto();\n\t\t// Uncomment the following line if AJAX validation is needed\n\t\t $this->performAjaxValidation($model);\n\n\t\tif(isset($_POST['Ocompra']))\n\t\t{\n\t\t\t$model->attributes=$_POST['Ocompra'];\n\t\t\tif($model->save())\n\t\t\t {\n\t\t\t $command = Yii::app()->db->createCommand(\" delete from \".Yii::app()->params['prefijo'].\"docompra_t where idsesion=\".Yii::app()->user->getId());\n\t\t $command->execute();\n\t\t\t\t$this->redirect(array('update','id'=>$model->idguia));\n\n\t\t\t\t}\n\t\t}\n\n\t\t$this->render('create',array(\n\t\t\t'model'=>$model,\n\t\t));\n\t}", "public function actionCreate()\n {\n $model = new Receita();\n\n if ($model->load(Yii::$app->request->post()) && $model->save()) {\n return $this->redirect(['view', 'id' => $model->id]);\n }\n\n return $this->render('create', [\n 'model' => $model,\n ]);\n }" ]
[ "0.7846901", "0.7228658", "0.70184886", "0.6995364", "0.6938581", "0.6894696", "0.6883231", "0.6861111", "0.6846643", "0.68155205", "0.6738759", "0.67290926", "0.6727816", "0.6726326", "0.6706619", "0.6689838", "0.6658883", "0.66572094", "0.66224724", "0.66115683", "0.6603151", "0.65993464", "0.65811235", "0.6579386", "0.6576413", "0.6566082", "0.655199", "0.6537126", "0.6525233", "0.6522403" ]
0.7446629
1
Finds the PorPrecioRv model based on its primary key value. If the model is not found, a 404 HTTP exception will be thrown.
protected function findModel($id) { if (($model = PorPrecioRv::findOne($id)) !== null) { return $model; } else { throw new NotFoundHttpException('The requested page does not exist.'); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function find($key): ?Model;", "protected function findModel($id) {\n if (($model = Subproyectos::findOne($id)) !== null) {\n return $model;\n } else {\n throw new NotFoundHttpException('The requested page does not exist.');\n }\n }", "protected function findModel($id)\n {\n if (($model = Parametrepatient::findOne($id)) !== null) {\n return $model;\n } else {\n throw new NotFoundHttpException('The requested page does not exist.');\n }\n }", "protected function findModel($id_partido, $id_casilla_seccion)\n {\n if (($model = PREPVoto::findOne(['id_partido' => $id_partido, 'id_casilla_seccion' => $id_casilla_seccion])) !== null) {\n return $model;\n } else {\n throw new NotFoundHttpException('The requested page does not exist.');\n }\n }", "protected function findModel($id)\n\t{\n\t\tif (($model = Premio::findOne($id)) !== null) {\n\t\t\treturn $model;\n\t\t} else {\n\t\t\tthrow new NotFoundHttpException('The requested page does not exist.');\n\t\t}\n\t}", "protected function findModel($item_id)\n\t{\n\t\tif (($model = SapItem::findOne($item_id)) !== null) {\n\t\t\treturn $model;\n\t\t} else {\n\t\t\tthrow new HttpException(404, 'The requested page does not exist.');\n\t\t}\n\t}", "protected function findModel($id)\n {\n if (($model = Produit::findOne($id)) !== null) {\n return $model;\n } \n\n throw new NotFoundHttpException('Produit non trouvé.');\n }", "protected function findPkSimple($key, $con)\n {\n $sql = 'SELECT `idlibro`, `libro_nombre`, `idautor`, `ideditorial` FROM `libro` WHERE `idlibro` = :p0';\n try {\n $stmt = $con->prepare($sql);\n $stmt->bindValue(':p0', $key, PDO::PARAM_INT);\n $stmt->execute();\n } catch (Exception $e) {\n Propel::log($e->getMessage(), Propel::LOG_ERR);\n throw new PropelException(sprintf('Unable to execute SELECT statement [%s]', $sql), $e);\n }\n $obj = null;\n if ($row = $stmt->fetch(PDO::FETCH_NUM)) {\n $obj = new Libro();\n $obj->hydrate($row);\n LibroPeer::addInstanceToPool($obj, (string) $key);\n }\n $stmt->closeCursor();\n\n return $obj;\n }", "protected function findModel($id)\n {\n if (($model = Productoscarro::findOne($id)) !== null) {\n return $model;\n }\n\n throw new NotFoundHttpException('The requested page does not exist.');\n }", "protected function findModel($id) {\n if (($model = PdmRencanaDakwaan::findOne(['id_rencana_dakwaan' => $id])) !== null) {\n return $model;\n// } else {\n// throw new NotFoundHttpException('The requested page does not exist.');\n }\n }", "protected function findModel($id)\n {\n if (($model = Tipoproveedores::findOne($id)) !== null) {\n return $model;\n } else {\n throw new NotFoundHttpException('La página solicitada no existe.');\n }\n }", "protected function findPkSimple($key, $con)\n {\n $sql = 'SELECT `ID_PJURIDICA`, `NOMBRE`, `RAZON_SOCIAL`, `CUIT_CUIL` FROM `pjuridica` WHERE `ID_PJURIDICA` = :p0';\n try {\n $stmt = $con->prepare($sql);\t\t\t\n\t\t\t$stmt->bindValue(':p0', $key, PDO::PARAM_INT);\n $stmt->execute();\n } catch (Exception $e) {\n Propel::log($e->getMessage(), Propel::LOG_ERR);\n throw new PropelException(sprintf('Unable to execute SELECT statement [%s]', $sql), $e);\n }\n $obj = null;\n if ($row = $stmt->fetch(PDO::FETCH_NUM)) {\n $obj = new Pjuridica();\n $obj->hydrate($row);\n PjuridicaPeer::addInstanceToPool($obj, (string) $key);\n }\n $stmt->closeCursor();\n\n return $obj;\n }", "abstract public function find($prkey);", "public function find(int $id): ?Model;", "protected function findModel($id)\n {\n if (($model = Prodrec::findOne($id)) !== null) {\n return $model;\n }\n\n throw new NotFoundHttpException(Yii::t('app', 'The requested page does not exist.'));\n }", "public function loadModel($id)\n\t{\n\t\t$model=ProductoPadre::model()->findByPk($id);\n\t\tif($model===null)\n\t\t\tthrow new CHttpException(404,'The requested page does not exist.');\n\t\treturn $model;\n\t}", "protected function findPkSimple($key, $con)\n {\n $sql = 'SELECT `idinventariolugar`, `idordencompra`, `idlugarremitente`, `idlugardestinatario`, `traspaso_fecha`, `traspaso_status` FROM `traspaso` WHERE `idinventariolugar` = :p0 AND `idlugarremitente` = :p1 AND `idlugardestinatario` = :p2';\n try {\n $stmt = $con->prepare($sql);\n $stmt->bindValue(':p0', $key[0], PDO::PARAM_INT);\n $stmt->bindValue(':p1', $key[1], PDO::PARAM_INT);\n $stmt->bindValue(':p2', $key[2], PDO::PARAM_INT);\n $stmt->execute();\n } catch (Exception $e) {\n Propel::log($e->getMessage(), Propel::LOG_ERR);\n throw new PropelException(sprintf('Unable to execute SELECT statement [%s]', $sql), $e);\n }\n $obj = null;\n if ($row = $stmt->fetch(PDO::FETCH_NUM)) {\n $obj = new Traspaso();\n $obj->hydrate($row);\n TraspasoPeer::addInstanceToPool($obj, serialize(array((string) $key[0], (string) $key[1], (string) $key[2])));\n }\n $stmt->closeCursor();\n\n return $obj;\n }", "protected function findModel($id)\n {\n if (($model = Prerrequisito::findOne($id)) !== null) {\n return $model;\n } else {\n throw new NotFoundHttpException('The requested page does not exist.');\n }\n }", "public function loadModel($id) {\n $model = ProcedimentoRealizado::model()->findByPk($id);\n if ($model === null)\n throw new CHttpException(404, 'The requested page does not exist.');\n return $model;\n }", "protected function findModel($id) {\n if (($model = Profesor::findOne($id)) !== null) {\n $model = Profesor::find()\n ->select('persona.*')\n ->from('persona,profesor,usuario')\n ->where('persona.dni=profesor.dni')\n ->andWhere(['profesor.dni' => $id])\n ->andWhere('usuario.dni=profesor.dni')\n ->one();\n return $model;\n } else {\n throw new NotFoundHttpException('La pagina requerida no existe.');\n }\n }", "protected function findPkSimple($key, $con)\n {\n $sql = 'SELECT `r_tva_id`, `r_tva_libelle`, `r_tva_libelle_fact_synthese`, `r_tva_typologie`, `r_tva_statut`, `r_tva_descriptif`, `r_tva_taux`, `r_tva_coeff`, `r_tva_type_recup_coeff`, `r_tva_rub_order`, `actif`, `r_tva_libelle_en`, `r_tva_libelle_fact_synthese_en` FROM `r_tva_type` WHERE `r_tva_id` = :p0';\n try {\n $stmt = $con->prepare($sql);\n $stmt->bindValue(':p0', $key, PDO::PARAM_INT);\n $stmt->execute();\n } catch (Exception $e) {\n Propel::log($e->getMessage(), Propel::LOG_ERR);\n throw new PropelException(sprintf('Unable to execute SELECT statement [%s]', $sql), $e);\n }\n $obj = null;\n if ($row = $stmt->fetch(PDO::FETCH_NUM)) {\n $obj = new RTvaType();\n $obj->hydrate($row);\n RTvaTypePeer::addInstanceToPool($obj, (string) $key);\n }\n $stmt->closeCursor();\n\n return $obj;\n }", "protected function findModel($id) {\n if (($model = OrdenCompra::findOne($id)) !== null) {\n return $model;\n } else {\n throw new NotFoundHttpException('The requested page does not exist.');\n }\n }", "protected function findModel($id)\n {\n if (($model = LibraryPocket::findOne($id)) !== null) {\n return $model;\n } else {\n throw new NotFoundHttpException('The requested page does not exist.');\n }\n }", "protected function findModel($id)\n {\n \tif (($model = Constancia::findOne($id)) !== null) {\n \t\treturn $model;\n \t} else {\n \t\tthrow new NotFoundHttpException('The requested page does not exist.');\n \t}\n }", "protected function findModel($id) {\n if (($model = PdmP52::findOne($id)) !== null) {\n return $model;\n } else {\n throw new NotFoundHttpException('The requested page does not exist.');\n }\n }", "public function loadModel($id)\n\t{\n\t\t$model=Reportepesca::model()->findByPk($id);\n\t\tif($model===null)\n\t\t\tthrow new CHttpException(404,'El enlace o direccion solicitado no existe');\n\t\treturn $model;\n\t}", "protected function findModel($id)\n {\n if (($model = Procurement::findOne($id)) !== null) {\n return $model;\n } else {\n throw new NotFoundHttpException('The requested page does not exist.');\n }\n }", "public static function getById($id){\n\t\t$sql = \"select * from precio where id='\".$id.\"'\";\n\t\t$query = Executor::doit($sql);\n\t\treturn Model::one($query[0],new PrecioData());\n\n\t}", "public function find($pk, $params = [])\n {\n return $this->db->select('*')->from($this->table)->where($this->pk, $pk)->get()->row();\n }", "protected function findPkSimple($key, $con)\n\t{\n\t\t$sql = 'SELECT `ID`, `INSTITUICAO_ID`, `TITULO`, `DESCRICAO`, `URL`, `DATA_CADASTRO`, `ATIVO` FROM `video` WHERE `ID` = :p0';\n\t\ttry {\n\t\t\t$stmt = $con->prepare($sql);\t\t\t\n\t\t\t$stmt->bindValue(':p0', $key, PDO::PARAM_INT);\n\t\t\t$stmt->execute();\n\t\t} catch (Exception $e) {\n\t\t\tPropel::log($e->getMessage(), Propel::LOG_ERR);\n\t\t\tthrow new PropelException(sprintf('Unable to execute SELECT statement [%s]', $sql), $e);\n\t\t}\n\t\t$obj = null;\n\t\tif ($row = $stmt->fetch(PDO::FETCH_NUM)) {\n\t\t\t$obj = new Video();\n\t\t\t$obj->hydrate($row);\n\t\t\tVideoPeer::addInstanceToPool($obj, (string) $row[0]);\n\t\t}\n\t\t$stmt->closeCursor();\n\n\t\treturn $obj;\n\t}" ]
[ "0.65153116", "0.6352862", "0.62148905", "0.61925113", "0.6191247", "0.6167805", "0.6103436", "0.60983825", "0.60831076", "0.6074326", "0.6055288", "0.6043884", "0.6035856", "0.6030036", "0.6023916", "0.60117877", "0.601109", "0.6009966", "0.60085243", "0.60056406", "0.5998983", "0.5973018", "0.59727937", "0.597024", "0.59658945", "0.5953162", "0.59466606", "0.5941654", "0.5931628", "0.59240675" ]
0.6911931
0
Include the obtainparameters.php file, which retrieves values $DefaultAPR and $FeeTermArray array from the parameters_table table. The latter is used for pricechecking by the confirmProduct() function in ipn.php. Note that offerpricecalculator.php itself includes obtainparameters.php because it provides easy access to the public price list, which calculateOfferPrice($ID, $term) uses below. Note also the use of an absolute file path to avoid high risk of file path confusion with relative path with use of nested require statements i.e. when an included file itself includes another file. The confusion arises b/c the relative path is relative to the toplevel file, not the lowerlevel nested file. Scenario: Mediator with ID=398 wants to renew or "newnew". Her existing term is, say, 12 months. She wants to renew for another 12month term (i.e. $term = 12). Or she wants to "newnew" for 18 months ($term = 18). What is the offer price? The methodology for this calculation was originally described and created for the Javascript calculateNewFee() function inside admin5A.php. It is further illustrated in Excel file = 'License Fee Pricing.xls'. Whereas use of Javascript was appropriate in admin5A.php, here inside ipn.php it makes more sense to use PHP. Either way, the principles of the calculation are the same, calculating the correct "offer price" for a given term using a simplelinear cost calculation that is then adjusted using a raw discount and then finally compared with the public fee at the time.
function calculateOfferPrice($ID, $term, $publicfee) { // Connect to mysql DB. $db = mysql_connect('localhost', 'paulme6_merlyn', 'fePhaCj64mkik') or die('Could not connect: ' . mysql_error()); mysql_select_db('paulme6_newresolution') or die('Could not select database: '. mysql_error()); // Step 1: Formulate query to retrieve the renewal fee (RenewalFee) [which pertains to the existing license term, by definition, of course] and the (existing) license term (LicenseTerm) from mediators_table where ID=$ID. $query = "select RenewalFee, LicenseTerm from mediators_table where ID='".$ID."'"; $result = mysql_query($query) or die('Query (select RenewalFee and LicenseTerm values from mediators_table for given ID) failed: '.$query . mysql_error()); if (!$result) { echo 'No $result was achievable.'; }; $line = mysql_fetch_array($result); $RenewalFee = $line['RenewalFee']; $LicenseTerm = $line['LicenseTerm']; // Step 2: Use $RenewalFee and $LicenseTerm to calculate the simple linear cost appropriate for the term ($term) that is sought. $simplelinearcost = $RenewalFee/$LicenseTerm * $term; // Step 3: Calculate the rawdiscount as the difference between the existing LicenseTerm and the term ($term) sought. $rawdiscount = $term - $LicenseTerm; $rawdiscount = min($rawdiscount, 50); // Cap the rawdiscount to no more than 50. // Step 4: Use rawdiscount and simplelinearcost to calculate $newfee. $newfee = (1 - $rawdiscount/100) * $simplelinearcost; $newfee = min($newfee, $publicfee); // Take the lesser of either the calculated newfee or the current publicly offered license fee for $term. The current publicly offered license fee (an input parameter to the calculateOfferPrice() function) is calculated within ipn.php from the array $FeeForTermArray[$term], which is itself defined in the require'd file obtainparameters.php. return $newfee; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function xtcGetOptionPrice($pID, $option, $value, $qty = 1) {\n $price = $discount = $attributes_weight = 0;\n \n $dataArr = array(\n 'weight' => 0,\n 'price' => 0,\n 'discount' => 0,\n 'qty' => $qty,\n 'weight_prefix' => '',\n 'price_prefix' => ''\n );\n \n $attribute_query = xtDBquery(\n \"SELECT p.products_discount_allowed,\n p.products_tax_class_id,\n p.products_price,\n p.products_weight,\n pa.*\n FROM \" . TABLE_PRODUCTS_ATTRIBUTES . \" pa\n JOIN \" . TABLE_PRODUCTS . \" p\n ON p.products_id = pa.products_id\n WHERE pa.products_id = '\" . (int)$pID . \"'\n AND pa.options_id = '\" . (int)$option . \"'\n AND pa.options_values_id = '\" . (int)$value . \"'\n \");\n \n if (xtc_db_num_rows($attribute_query, true) > 0) {\n $attribute_data = xtc_db_fetch_array($attribute_query, true);\n \n // calculate weight\n $attributes_weight = $attribute_data['options_values_weight'];\n if ($attribute_data['weight_prefix'] != '+') {\n $attributes_weight *= -1;\n }\n \n // calculate discount\n if ($this->cStatus['customers_status_discount_attributes'] == '1' && $this->cStatus['customers_status_discount'] != 0.00) {\n $discount = $this->cStatus['customers_status_discount'];\n if ($attribute_data['products_discount_allowed'] < $this->cStatus['customers_status_discount']) {\n $discount = $attribute_data['products_discount_allowed'];\n }\n }\n \n // calculate price and several currencies on product attributes\n $CalculateCurr = (($attribute_data['products_tax_class_id'] == 0) ? true : false);\n $price = $this->xtcFormat($attribute_data['options_values_price'], false, $attribute_data['products_tax_class_id'], $CalculateCurr);\n if ($attribute_data['price_prefix'] == '+') {\n $price = $price - ($price / 100 * $discount);\n } else {\n $price *= -1;\n }\n \n $dataArr = array(\n 'weight' => $attributes_weight,\n 'price' => $price,\n 'discount' => $discount,\n 'qty' => $qty,\n 'weight_prefix' => $attribute_data['weight_prefix'],\n 'price_prefix' => $attribute_data['price_prefix']\n );\n \n //new module support\n $dataArr = $this->priceModules->GetOptionPrice($dataArr,$attribute_data,$pID, $option, $value, $qty);\n }\n return $dataArr;\n }", "function interface_set_prices()\n\t{\n\t\t$also_url=build_url(array('page'=>'_SELF','type'=>'misc'),'_SELF');\n\t\tattach_message(do_lang_tempcode('ALSO_SEE_USAGE',escape_html($also_url->evaluate())),'inform');\n\n\t\t$title=get_page_title('POINTSTORE_MANAGE_INVENTORY');\n\n\t\t$field_groups=new ocp_tempcode();\n\t\t$add_forms=new ocp_tempcode();\n\n\t\t// Load up configuration from hooks\n\t\t$_hooks=find_all_hooks('modules','pointstore');\n\t\tforeach (array_keys($_hooks) as $hook)\n\t\t{\n\t\t\trequire_code('hooks/modules/pointstore/'.filter_naughty_harsh($hook));\n\t\t\t$object=object_factory('Hook_pointstore_'.filter_naughty_harsh($hook),true);\n\t\t\tif (is_null($object)) continue;\n\t\t\tif (method_exists($object,'config'))\n\t\t\t{\n\t\t\t\t$fg=$object->config();\n\t\t\t\tif (!is_null($fg))\n\t\t\t\t{\n\t\t\t\t\tforeach ($fg[0] as $__fg)\n\t\t\t\t\t{\n\t\t\t\t\t\t$_fg=do_template('FORM_GROUP',array('_GUID'=>'58a0948313f0e8e69c06ee01fb7ee48a','FIELDS'=>$__fg[0],'HIDDEN'=>$__fg[1]));\n\t\t\t\t\t\t$field_groups->attach(do_template('POINTSTORE_PRICES_FORM_WRAP',array('_GUID'=>'938143162b418de982cdb6ce8d8a92ee','TITLE'=>$__fg[2],'FORM'=>$_fg)));\n\t\t\t\t\t}\n\t\t\t\t\tif (!$fg[2]->is_empty())\n\t\t\t\t\t{\n\t\t\t\t\t\t$submit_name=do_lang_tempcode('ADD');\n\t\t\t\t\t\t$post_url=build_url(array('page'=>'_SELF','type'=>'_p'),'_SELF');\n\t\t\t\t\t\t$fg[2]=do_template('FORM',array('SECONDARY_FORM'=>true,'TABINDEX'=>strval(get_form_field_tabindex(NULL)),'HIDDEN'=>'','TEXT'=>'','FIELDS'=>$fg[2],'SUBMIT_BUTTON_CLASS'=>'proceed_button_left','SUBMIT_NAME'=>$submit_name,'URL'=>$post_url));\n\t\t\t\t\t\t$add_forms->attach(do_template('POINTSTORE_PRICES_FORM_WRAP',array('_GUID'=>'3956550ebff14bbb923b57c8341b0862','TITLE'=>$fg[1],'FORM'=>$fg[2])));\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t$submit_name=do_lang_tempcode('SAVE_ALL');\n\t\t$post_url=build_url(array('page'=>'_SELF','type'=>'_p'),'_SELF');\n\t\t$edit_form=$field_groups->is_empty()?new ocp_tempcode():do_template('FORM_GROUPED',array('_GUID'=>'bf025026dcfc86cfd0a8ef3728bbf6d8','TEXT'=>'','FIELD_GROUPS'=>$field_groups,'SUBMIT_NAME'=>$submit_name,'SUBMIT_BUTTON_CLASS'=>'proceed_button_left_2','URL'=>$post_url));\n\n\t\tlist($warning_details,$ping_url)=handle_conflict_resolution();\n\n\t\treturn do_template('POINTSTORE_PRICE_SCREEN',array('_GUID'=>'278c8244c7f1743370198dfc437b7bbf','PING_URL'=>$ping_url,'WARNING_DETAILS'=>$warning_details,'TITLE'=>$title,'EDIT_FORM'=>$edit_form,'ADD_FORMS'=>$add_forms));\n\t}", "function ciniki_wineproduction_productPriceGet($ciniki) {\n //\n // Find all the required and optional arguments\n //\n ciniki_core_loadMethod($ciniki, 'ciniki', 'core', 'private', 'prepareArgs');\n $rc = ciniki_core_prepareArgs($ciniki, 'no', array(\n 'tnid'=>array('required'=>'yes', 'blank'=>'no', 'name'=>'Tenant'),\n 'price_id'=>array('required'=>'yes', 'blank'=>'no', 'name'=>'Price'),\n ));\n if( $rc['stat'] != 'ok' ) {\n return $rc;\n }\n $args = $rc['args'];\n\n //\n // Make sure this module is activated, and\n // check permission to run this function for this tenant\n //\n ciniki_core_loadMethod($ciniki, 'ciniki', 'wineproduction', 'private', 'checkAccess');\n $rc = ciniki_wineproduction_checkAccess($ciniki, $args['tnid'], 'ciniki.wineproduction.productPriceGet');\n if( $rc['stat'] != 'ok' ) {\n return $rc;\n }\n\n //\n // Load tenant settings\n //\n ciniki_core_loadMethod($ciniki, 'ciniki', 'tenants', 'private', 'intlSettings');\n $rc = ciniki_tenants_intlSettings($ciniki, $args['tnid']);\n if( $rc['stat'] != 'ok' ) {\n return $rc;\n }\n $intl_timezone = $rc['settings']['intl-default-timezone'];\n $intl_currency_fmt = numfmt_create($rc['settings']['intl-default-locale'], NumberFormatter::CURRENCY);\n $intl_currency = $rc['settings']['intl-default-currency'];\n\n ciniki_core_loadMethod($ciniki, 'ciniki', 'users', 'private', 'dateFormat');\n $date_format = ciniki_users_dateFormat($ciniki, 'php');\n\n //\n // Return default for new Price\n //\n if( $args['price_id'] == 0 ) {\n $price = array('id'=>0,\n 'price_type'=>'',\n 'name'=>'',\n 'invoice_description'=>'',\n 'sequence'=>'',\n 'unit_amount'=>'',\n );\n }\n\n //\n // Get the details for an existing Price\n //\n else {\n $strsql = \"SELECT ciniki_wineproduction_product_pricing.id, \"\n . \"ciniki_wineproduction_product_pricing.price_type, \"\n . \"ciniki_wineproduction_product_pricing.name, \"\n . \"ciniki_wineproduction_product_pricing.invoice_description, \"\n . \"ciniki_wineproduction_product_pricing.sequence, \"\n . \"ciniki_wineproduction_product_pricing.unit_amount \"\n . \"FROM ciniki_wineproduction_product_pricing \"\n . \"WHERE ciniki_wineproduction_product_pricing.tnid = '\" . ciniki_core_dbQuote($ciniki, $args['tnid']) . \"' \"\n . \"AND ciniki_wineproduction_product_pricing.id = '\" . ciniki_core_dbQuote($ciniki, $args['price_id']) . \"' \"\n . \"\";\n ciniki_core_loadMethod($ciniki, 'ciniki', 'core', 'private', 'dbHashQueryArrayTree');\n $rc = ciniki_core_dbHashQueryArrayTree($ciniki, $strsql, 'ciniki.wineproduction', array(\n array('container'=>'prices', 'fname'=>'id', \n 'fields'=>array('price_type', 'name', 'invoice_description', 'sequence', 'unit_amount'),\n ),\n ));\n if( $rc['stat'] != 'ok' ) {\n return array('stat'=>'fail', 'err'=>array('code'=>'ciniki.wineproduction.162', 'msg'=>'Price not found', 'err'=>$rc['err']));\n }\n if( !isset($rc['prices'][0]) ) {\n return array('stat'=>'fail', 'err'=>array('code'=>'ciniki.wineproduction.163', 'msg'=>'Unable to find Price'));\n }\n $price = $rc['prices'][0];\n $price['unit_amount'] = '$' . number_format($price['unit_amount'], 2);\n }\n\n return array('stat'=>'ok', 'price'=>$price);\n}", "function getPrice();", "public static function get_parameters() {\n // @todo Entity\n // @todo Nested samples\n\n // Load for access to translations provided as lang::get might not be\n // available in AJAX call.\n require_once dirname(dirname(__FILE__)) . '/lang/import_helper_2.php';\n global $default_terms;\n $fixedValuesDescription = <<<TXT\n<p>Provide a list of fixed values which the user does not need to specify in the import, one on each line in the form\nkey=value, where the key is a field name. The fixed values key field names should be chosen from those available for\ninput on the Import settings page of the import wizard or the fields available on the Mappings page. </p>\n<p>Fields on the Import settings page behave as follows. If a single value is provided for a field key, then that field\nis removed from the Import settings form and the value will be applied to all rows created by the import. If multiple\nvalues are provided as a semi-colon separated list, then the user will be able to choose the value to apply from a\ndrop-down with a restricted range of options. Each entry in the list should be the raw value to store in the database\n(e.g. a termlists_term_id rather than the term) and you can override the label shown for the item by adding a colon\nfollowed by the required term. A further possibility is to specify an asterisk '*' as a special value, if present in\nthe list for a control then the user is given the option to remove the restrictions and select from any possible value\nfor the control. For example, to limit the default list and further extend the available mapping systems with a custom\nprojection you can specify the following, which includes only 4326 (GPS lat long) from the default list, but adds an\nextra system for local use. The * at the end gives the user an option to show the whole list of available reference\nsystems:</p>\n<code>sample:entered_sref_system=4326;32730:WGS84 UTM30S;*</code><br/>\n<p>If the field keys are from the Import mappings page, then a single value can be provided which sets the value for\nevery imported record.</p>\n<p>You can use the following replacement tokens in the values: {user_id}, {username}, {email} or {profile_*} (i.e. any\nfield in the user profile data).</p>\nTXT;\n return [\n [\n 'name' => 'fixedValues',\n 'caption' => 'Fixed values',\n 'description' => $fixedValuesDescription,\n 'type' => 'textarea',\n 'required' => FALSE,\n ],\n [\n 'name' => 'fixedValueDefaults',\n 'caption' => 'Fixed value defaults',\n 'description' => 'Specify default values for any item in the Fixed values list above where the key is a control from the Import Settings page that has a list of available options.',\n 'type' => 'textarea',\n 'required' => FALSE,\n ],\n [\n 'name' => 'allowUpdates',\n 'caption' => 'Allow updates?',\n 'description' => 'Allows existing records to be update by allowing an import field to be mapped to either an \"id\" field or an \"External Key\" field. Only allows updates of the user\\'s own records.',\n 'type' => 'boolean',\n 'default' => FALSE,\n 'required' => FALSE,\n ],\n [\n 'name' => 'allowDeletes',\n 'caption' => 'Allow deletions?',\n 'description' => 'Allows existing records to be deleted by enabling the Deleted flag field as a destination column which an import field can be mapped to. Requires the Allow updates option to be set and only allows deletes of the user\\'s own records.',\n 'type' => 'boolean',\n 'default' => FALSE,\n 'required' => FALSE,\n 'enableIf' => ['allowUpdates' => ['1']],\n ],\n [\n 'name' => 'fileSelectFormIntro',\n 'caption' => 'File select form introduction',\n 'category' => 'Instruction texts',\n 'type' => 'textarea',\n 'default' => $default_terms['import2fileSelectFormIntro'],\n 'required' => FALSE,\n ],\n [\n 'name' => 'globalValuesFormIntro',\n 'caption' => 'Global values form introduction',\n 'category' => 'Instruction texts',\n 'type' => 'textarea',\n 'default' => $default_terms['import2globalValuesFormIntro'],\n 'required' => FALSE,\n ],\n [\n 'name' => 'mappingsFormIntro',\n 'caption' => 'Mappings form introduction',\n 'category' => 'Instruction texts',\n 'type' => 'textarea',\n 'default' => $default_terms['import2mappingsFormIntro'],\n 'required' => FALSE,\n ],\n [\n 'name' => 'lookupMatchingFormIntro',\n 'caption' => 'Mappings form introduction',\n 'category' => 'Instruction texts',\n 'type' => 'textarea',\n 'default' => $default_terms['import2lookupMatchingFormIntro'],\n 'required' => FALSE,\n ],\n [\n 'name' => 'preprocessPageIntro',\n 'caption' => 'Validation form introduction',\n 'category' => 'Instruction texts',\n 'type' => 'textarea',\n 'default' => $default_terms['import2preprocessPageIntro'],\n 'required' => FALSE,\n ],\n [\n 'name' => 'summaryPageIntro',\n 'caption' => 'Summary page introduction',\n 'category' => 'Instruction texts',\n 'type' => 'textarea',\n 'default' => $default_terms['import2summaryPageIntro'],\n 'required' => FALSE,\n ],\n [\n 'name' => 'doImportPageIntro',\n 'caption' => 'Process the import page introduction',\n 'category' => 'Instruction texts',\n 'type' => 'textarea',\n 'default' => $default_terms['import2doImportPageIntro'],\n 'required' => FALSE,\n ],\n [\n 'name' => 'requiredFieldsIntro',\n 'caption' => 'Required fields introduction',\n 'category' => 'Instruction texts',\n 'type' => 'textarea',\n 'default' => $default_terms['import2requiredFieldsIntro'],\n 'required' => FALSE,\n ],\n ];\n }", "private function get_final_booking_price_details($Fare, $multiplier, $specific_markup_config, $currency_obj, $deduction_cur_obj, $module, $token_value = array(), $is_domestic='') {\r\n $data = array();\r\n //$core_agent_commision = ($Fare['PublishedFare'] - $Fare['OfferedFare']);\r\n $core_agent_commision = $token_value['api_original_price_details']['PriceBreakup']['AgentCommission'];\r\n // echo \"core_agent_commision\".$core_agent_commision.'<br/>';\r\n $commissionable_fare = $Fare['PublishedFare'];\r\n if ($module == 'b2c') {\r\n $trans_total_fare = $this->total_price($Fare, false, $currency_obj);\r\n // echo $trans_total_fare;exit; \r\n $markup_total_fare = $currency_obj->get_currency($Fare['OfferedFare'], true, false, true, $multiplier, $specific_markup_config, $is_domestic);\r\n\r\n $ded_total_fare = $deduction_cur_obj->get_currency($Fare['OfferedFare'], true, true, false, $multiplier, $specific_markup_config, $is_domestic);\r\n $admin_markup = roundoff_number($markup_total_fare['default_value'] - $ded_total_fare['default_value']);\r\n $admin_commission = $core_agent_commision;\r\n $agent_markup = 0;\r\n $agent_commission = 0;\r\n } else {\r\n //B2B Calculation\r\n //Markup # Modified Balu\r\n # debug($Fare);\r\n $trans_total_fare = $Fare['PublishedFare'];\r\n # echo \"commission\";\r\n \r\n $group_id = 2;\r\n $CI =&get_instance();\r\n $user_oid = $CI->entity_user_id;\r\n\r\n //$this->commission = $currency_obj->get_commission($__trip_flight,$user_oid,$group_id, PROVAB_FLIGHT_BOOKING_SOURCE);\r\n\r\n $this->commission = $currency_obj->get_commission($token_value,$user_oid,$group_id, PROVAB_FLIGHT_BOOKING_SOURCE);\r\n\r\n $AgentCommission = $this->calculate_commission($core_agent_commision);\r\n #debug($this->commission);\r\n\r\n $admin_commission = roundoff_number($core_agent_commision - $AgentCommission); //calculate here\r\n $agent_commission = roundoff_number($AgentCommission);\r\n \r\n #echo \"agent_commission\".$agent_commission.'<br/>';\r\n $admin_net_rate=($trans_total_fare-$agent_commission);\r\n\r\n # echo \"admin_net_rate\".$admin_net_rate.'<br/>';\r\n\r\n $markup_total_fare = $currency_obj->get_currency($admin_net_rate, true, true, false, $multiplier, $specific_markup_config, $is_domestic);\r\n \r\n # debug($markup_total_fare);\r\n\r\n $admin_markup = abs($markup_total_fare['default_value'] - $admin_net_rate);\r\n # echo $admin_markup;\r\n\r\n $agent_net_rate=(($trans_total_fare + $admin_markup)-$agent_commission);\r\n $ded_total_fare = $deduction_cur_obj->get_currency($agent_net_rate, true, false, true, $multiplier, $specific_markup_config, $is_domestic);\r\n\r\n # debug($ded_total_fare);\r\n\r\n $agent_markup = roundoff_number($ded_total_fare['default_value'] - $agent_net_rate);\r\n \r\n \r\n }\r\n //TDS Calculation\r\n $admin_tds = $currency_obj->calculate_tds($admin_commission);\r\n $agent_tds = $currency_obj->calculate_tds($agent_commission);\r\n\r\n $data['commissionable_fare'] = $commissionable_fare;\r\n $data['trans_total_fare'] = $trans_total_fare;\r\n $data['admin_markup'] = $admin_markup;\r\n $data['agent_markup'] = $agent_markup;\r\n $data['admin_commission'] = $admin_commission;\r\n $data['agent_commission'] = $agent_commission;\r\n $data['admin_tds'] = $admin_tds;\r\n $data['agent_tds'] = $agent_tds;\r\n return $data;\r\n }", "private function _get_price($plan_id=FALSE,$term='12',$variant='default')\n\t{\n\t\tif ( ! $plan_id OR ! is_numeric($plan_id))\n\t\t\treturn FALSE;\n\n\t\t\n\t\t// grab prices data for this plan\n\t\t$price\t\t= $this->prices->get($this->_funnel_id,$this->_partner_id,$this->_affiliate_id,$this->_offer_id,$plan_id,$variant,$term);\n\n\t\t// if we were unable to grab the price, then we can not add this service\n\t\tif ($price === FALSE OR ! is_float($price))\treturn FALSE;\n\n\t\treturn number_format($price,2);\n\t}", "function importParameterVariables()\n{\n if(isset($_POST['param_template']))\n if(!in_array(0,$_POST['param_template']))\n foreach($_POST['param_template'] as $curr_template)\n {\n\t$chosen_templates[] = (int)$curr_template;\n }\n else\n $chosen_templates[] = 0;\n else\n $chosen_templates = array();\n\n if(isset($_POST['param_course']))\n if(!in_array(0,$_POST['param_course']))\n foreach($_POST['param_course'] as $curr_course)\n {\n\t$chosen_courses[] = (int)$curr_course;\n }\n else\n $chosen_courses[] = 0;\n else\n $chosen_courses = array();\n\n if(isset($_POST['param_year']))\n if(!in_array('--Any--',$_POST['param_year']))\n {\n foreach($_POST['param_year'] as $curr_year)\n {\n\t$chosen_years[] = $curr_year;\n }\n }\n else\n $chosen_years[] = '--Any--';\n else\n $chosen_years = array();\n\n\n\n if(isset($_POST['param_term']))\n foreach($_POST['param_term'] as $curr_term)\n {\n $chosen_terms[] = (int)$curr_term;\n }\n else\n $chosen_terms = array();\n\n if(isset($_POST['param_type']))\n foreach($_POST['param_type'] as $curr_type)\n {\n $chosen_types[] = (int)$curr_type;\n }\n else\n $chosen_types = array();\n\n return array('chosen_templates'=>$chosen_templates,\n\t 'chosen_courses'=>$chosen_courses,\n\t 'chosen_terms'=>$chosen_terms,\n\t 'chosen_types'=>$chosen_types,\n\t 'chosen_years'=>$chosen_years);\n}", "function calculate1($mode,$itemcode,$adate,$warehouse)\n{\n include \"config.php\";\n\t\t \n if ( $mode == \"Weighted Average\")\n { $wtqty = 0; \n $wtval = 0;\n\t $rtqty = 0;\n\t $rtval = 0;\n\t $cnt = 0;\n\t // Goods Receipt\n $query2 = \"SELECT * FROM pp_goodsreceipt WHERE code = '$itemcode' and aflag = '1' and adate <='$adate' \";\n $result2 = mysql_query($query2,$conn1);\n\t$cnt1 = mysql_num_rows($result2);\n while($row2 = mysql_fetch_assoc($result2))\n {\n\t $rate= 0;\n $wtqty = $wtqty + $row2['receivedquantity']; \n\t $wtval = $wtval + $row2['totalamount']; \n }\n\t //Initial Stock\n\t$query2 = \"SELECT * FROM ims_initialstock WHERE itemcode = '$itemcode' AND warehouse = '$warehouse'\";\n $result2 = mysql_query($query2,$conn1);\n\t$cnt2 = mysql_num_rows($result2); \n while($row2 = mysql_fetch_assoc($result2))\n {\n\t $rate= 0;\n $wtqty = $wtqty + $row2['quantity']; \n\t $wtval = $wtval + $row2['amount']; \n } \n\t //Direct Purchase\n\t $query2 = \"SELECT * FROM pp_sobi WHERE code = '$itemcode' and dflag = 0 and flag = 1 and warehouse = '$warehouse' and adate <= '$adate' \";\n $result2 = mysql_query($query2,$conn1);\n\t $cnt3 = mysql_num_rows($result2);\n while($row2 = mysql_fetch_assoc($result2))\n {\n\t $rate= 0;\n $wtqty = $wtqty + $row2['receivedquantity']; \n\t $wtval = $wtval + ($row2['receivedquantity'] * $row2['rateperunit']); \n }\n\t \n\t //Production\n\t \n\t $query2 = \"SELECT * FROM breeder_production WHERE itemcode = '$itemcode' and date1 <='$adate' \";\n $result2 = mysql_query($query2,$conn);\n\t $cnt4 = mysql_num_rows($result2);\n while($row2 = mysql_fetch_assoc($result2))\n {\n\t $wtqty = $wtqty + $row2['quantity'];\n\t $query21 = \"select * from ac_financialpostings where itemcode = '$itemcode' and trnum = '$row2[flock]' and type = 'Production' and date = '$row2[date1]'\";\n $result21 = mysql_query($query21,$conn);\n\t while($row21 = mysql_fetch_assoc($result21))\n { \n\t\t $wtval = $wtval + $row21['amount']; \n\t\t }\n\t\t\n }\n\t \n\t //Direct Sales\n\t //Direct Purchase\n\t $query2 = \"SELECT * FROM oc_cobi WHERE code = '$itemcode' and dflag = 0 and warehosue = '$warehouse' and flag = 1 and adate <= '$adate' \";\n $result2 = mysql_query($query2,$conn);\n\t $cnt6 = mysql_num_rows($result2);\n while($row2 = mysql_fetch_assoc($result2))\n {\n\t $rate= 0;\n $wtqty = $wtqty + $row2['quantity']; \n\t $wtval = $wtval + ($row2['quantity'] * $row2['price']); \n }\n\t \n\t\n\t\n\t \n\t if ( $cnt == 0 AND $cnt1 == 0 AND $cnt2 == 0 AND $cnt3 == 0 AND $cnt4 == 0 AND $cnt5 == 0 AND $cnt6 == 0 AND $cnt7 == 0)\n\t {\n\t $val = $row1['stdcost'];\n\t }\n\t else\n\t { \n\t $wtqty = $wtqty;\n\t $wtval = $wtval;\n\t $val = round(($wtval/$wtqty),4);\n\t }\t \n }\n\n\nreturn $val;\n}", "function Show_Pricepromise($prod_name,$product_id)\n\t\t{\n\t\t\t global $Captions_arr,$ecom_siteid,$db,$ecom_hostname,$vImage,$Settings_arr,$alert,$current_currency_details;\n\t\t\t $sql \t\t\t\t\t\t\t= \"SELECT pricepromise_topcontent,pricepromise_bottomcontent FROM general_settings_sites_common WHERE sites_site_id=\".$ecom_siteid;\n\t\t $res_admin \t\t\t\t= $db->query($sql);\n\t\t $fetch_arr_admin \t= $db->fetch_array($res_admin);\n\t\t\t $session_id = session_id();\t\n\t\t\t $HTML_img = $HTML_alert = $HTML_treemenu='';\t\t\t\n\t\t\t\t\n\t\t\t\t$HTML_treemenu = '\n\t\t\t\t\n\t\t\t\t<div class=\"row breadcrumbs\">\n\t\t\t\t<div class=\"container\">\n <div class=\"container-tree\">\n <ul>\n \t\t\t\t<li><a href=\"'.url_product($product_id,$prod_name,1).'\">'.$prod_name.'</a></li>';\n\t\t\t\t\tif($product_id!=0)\n\t\t\t\t\t{\n\t\t\t\t\t $HTML_treemenu .='<li><a href=\"'.url_product($product_id,$prod_name,1).'\">'.$prod_name.'</a></li>';\n\t\t\t\t\t}\n\t\t\t\t$HTML_treemenu .='<li><a href=\"'.url_link('',1).'\" title=\"'.stripslash_normal($Captions_arr['COMMON']['TREE_MENU_HOME_LINK']).'\">'.stripslash_normal($Captions_arr['COMMON']['TREE_MENU_HOME_LINK']).'</a></li>\n\t\t\t </ul>\n </div>\n </div></div>';\t\n echo $HTML_treemenu;\n\t\t\t\t\n\t\t \t\t$varN = 'var_';\n\t\t\t\t$varM = 'varmsg_';\n\t\t\t\t$submit_promisefields = '';\n\t\t\t\tforeach ($_REQUEST as $k=>$v)\n\t\t\t\t{\n\t\t\t\t\t$var_nameLimit = strlen($varN);\n\t\t\t\t\t$var_messageLimit = strlen($varM);\n\t\t\t\t\tif (substr($k,0,$var_nameLimit) == $varN)\n\t\t\t\t\t{\n\t\t\t\t\t\t$curid \t\t\t\t\t= explode(\"_\",$k);\t// explode the name of variable to get the variable id\n\t\t\t\t\t\t$var_arr[$curid[1]] \t= trim($v);\n\t\t\t\t\t\t$submit_promisefields .= '<input type=\"hidden\" name=\"'.$k.'\" value=\"'.$v.'\"/>';\n\t\t\t\t\t}\n\t\t\t\t\telseif (substr($k,0,$var_messageLimit) == $varM)\n\t\t\t\t\t{\n\t\t\t\t\t\t$curid \t\t\t\t\t= explode(\"_\",$k);\t// explode the name of variable to get the variable id\n\t\t\t\t\t\t$varmsg_arr[$curid[1]] \t= trim($v);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Get the required values from products table\n\t\t\t\t$sql_prod \t\t\t= \"SELECT product_id,manufacture_id,product_model,product_name,product_webprice,product_discount,product_discount_enteredasval,product_bulkdiscount_allowed,\n\t\t\t\t\t\t\t\t\t\t\tproduct_total_preorder_allowed,product_variables_exists,product_variables_exists,product_variablesaddonprice_exists,\n\t\t\t\t\t\t\t\t\t\t\tproduct_variablecomboprice_allowed,product_variablecombocommon_image_allowed,default_comb_id,\n\t\t\t\t\t\t\t\t\t\t\tprice_normalprefix,price_normalsuffix,price_fromprefix,price_fromsuffix,price_specialofferprefix,price_specialoffersuffix, \n\t\t\t\t\t\t\t\t\t\t\tprice_discountprefix,price_discountsuffix, price_yousaveprefix, price_yousavesuffix,price_noprice \n\t\t\t\t\t\t\t\t\t\tFROM \n\t\t\t\t\t\t\t\t\t\t\tproducts \n\t\t\t\t\t\t\t\t\t\tWHERE \n\t\t\t\t\t\t\t\t\t\t\tproduct_id = $product_id \n\t\t\t\t\t\t\t\t\t\tLIMIT \n\t\t\t\t\t\t\t\t\t\t\t1\";\n\t\t\t\t$ret_prod \t\t\t= $db->query($sql_prod);\n\t\t\t\tif($db->num_rows($ret_prod))\n\t\t\t\t{\n\t\t\t\t\t$row_prod \t\t\t\t\t\t= $db->fetch_array($ret_prod);\n\t\t\t\t\t$row_prod['check_comb_price'] \t= 'YES';\n\t\t\t\t\t$comb_arr \t\t\t\t\t\t= get_combination_id($product_id,$var_arr);\n\t\t\t\t\t$row_prod['combination_id'] \t= $comb_arr['combid'];\n\t\t\t\t\t$price_arr \t\t\t\t\t\t= show_Price($row_prod,array(),'other_3',false,4);\n\t\t\t\t\t$cleanprice_arr \t\t\t\t= show_Price($row_prod,array(),'other_3',false,6);\n\t\t\t\t\tif($price_arr['discounted_price'])\n\t\t\t\t\t{\n\t\t\t\t\t\t$row_prod['promise_price'] \t\t= $price_arr['discounted_price'];\n\t\t\t\t\t\t$row_prod['cleanpromise_price'] = $cleanprice_arr['discounted_price'];\n\t\t\t\t\t}\t\n\t\t\t\t\telse\n\t\t\t\t\t{\n\t\t\t\t\t\t$row_prod['promise_price'] \t\t= $price_arr['base_price'];\n\t\t\t\t\t\t$row_prod['cleanpromise_price'] = $cleanprice_arr['base_price'];\n\t\t\t\t\t}\t\n\t\t\t\t}\n ?>\n\t\t\t <form method=\"post\" action=\"\" name=\"frm_pricepromise\" id=\"frm_pricepromise\" class=\"frm_cls\" onsubmit=\"return validate_pricepromise_fields(this)\" >\n\t\t\t <input type=\"hidden\" name=\"action_pricepurpose\" value=\"insert_det\" />\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"container\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"container\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-bottom\">\n\n\n\n\t\t <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"3\" class=\"reg_table\">\n\t\t\t\t\t <tr>\n\t\t\t\t\t<? if($fetch_arr_admin['pricepromise_topcontent']!='')\n\t\t\t\t\t {\n\t\t\t\t\t ?>\n\t\t\t\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td class=\"price_bottcntnt\">\n\t\t\t\t\t\t<? echo stripslashes($fetch_arr_admin['pricepromise_topcontent'])?>\n\t\t\t\t\t\t </td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t<?\n\t\t\t\t\t}\n\t\t\t\t\t?>\n\t\t\t\t\t<tr>\n\t\t\t\t\t<td align=\"left\" class=\"shoppingcartheader\">\n\t\t\t\t\t<div class=\"reg_shlf_hdr_outr\"><div class=\"reg_shlf_hdr_in\"><span><?=$Captions_arr['PRICE_PROMISE']['PRICE_PROMISE_THE_PROD_HEAD']?></span></div></div></td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t<td align=\"left\" class=\"regifontnormal\"><?php echo nl2br(stripslash_normal($row_dyn['message']))?></td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t<td valign=\"top\" align=\"left\" >\n\t\t\t\t\t<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"left\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t<td align=\"left\" valign=\"middle\" class=\"regiconentA\"><?=$Captions_arr['PRICE_PROMISE']['PRICE_PROMISE_MANUFACT']?>:<?=$row_prod['manufacture_id']?>\n\t\t\t\t\t<input type=\"hidden\" name=\"prod_manufacture_id\" id=\"prod_manufacture_id\" class=\"form-control\" value=\"<?=$row_prod['manufacture_id']?>\" />\n\t\t\t\t\t</td>\t\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t<td align=\"left\" valign=\"middle\" class=\"regiconentA\"><?=$Captions_arr['PRICE_PROMISE']['PRICE_PROMISE_MODEL']?>: <?=$row_prod['product_model']?>\n\t\t\t\t\t<input class=\"hidden\" type=\"hidden\" name=\"prod_model\" id=\"prod_model\" value=\"<?=$row_prod['product_model']?>\" />\n\t\t\t\t\t</td>\t\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t<td align=\"left\" valign=\"middle\" class=\"regiconentA\"><?=$Captions_arr['PRICE_PROMISE']['PRICE_PROMISE_OUR_PRICE']?>: <?=$row_prod['promise_price']?>\n\t\t\t\t\t<input type=\"hidden\" name=\"prom_admin_price\" id=\"prom_admin_price\" value=\"<?=$row_prod['cleanpromise_price']?>\" />\n\t\t\t\t\t</td>\t\n\t\t\t\t\t</tr>\n\t\t\t\t\t\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td align=\"right\" class=\"col1\">\n\t\t\t\t\t\t\t\t\t<div class=\"field_name_div\">\n\t\t\t\t\t\t\t\t<?=$Captions_arr['PRICE_PROMISE']['PRICE_PROMISE_REQ_QTY']?><span class=\"redtext\">*</span>\t</div>\n\t\t\t\t\t\t\t\t<div class=\"field_value_div\">\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"prom_customer_qty\" size=\"30\" id=\"prom_customer_qty\" value=\"1\" />\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t</table>\n\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t<td align=\"left\" class=\"shoppingcartheader\">\n\t\t\t\t\t<div class=\"reg_shlf_hdr_outr\"><div class=\"reg_shlf_hdr_in\"><span><?=$Captions_arr['PRICE_PROMISE']['PRICE_PROMISE_PRICE_BEAT_HEAD']?></span></div></div></td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t<td valign=\"top\" align=\"left\" >\n\t\t\t\t\t<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"left\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td align=\"right\" class=\"col1\">\n\t\t\t\t\t\t\t\t\t<div class=\"field_name_div\">\n\t\t\t\t\t\t\t\t<?=$Captions_arr['PRICE_PROMISE']['PRICE_PROMISE_WHAT_PRICE']?><span class=\"redtext\">*</span>\t</div>\n\t\t\t\t\t\t\t\t<div class=\"field_value_div\">\n\t\t\t\t\t\t\t\t<input class=\"form-control\" type=\"text\" name=\"prom_customer_price\" id=\"prom_customer_price\" value=\"\" /> \t(per item)\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td align=\"right\" class=\"col1\">\n\t\t\t\t\t\t\t\t\t<div class=\"field_name_div\">\n\t\t\t\t\t\t\t\t<?=$Captions_arr['PRICE_PROMISE']['PRICE_PROMISE_WHERE_SEE']?><span class=\"redtext\">*</span>\t</div>\n\t\t\t\t\t\t\t\t<div class=\"field_value_div\">\n\t\t\t\t\t\t\t\t<input class=\"form-control\" type=\"text\" name=\"prom_price_location\" id=\"prom_price_location\" value=\"\" />\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\n\t\t\t\t\t</table>\n\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<?php\n\t\t\t\t\t\t\t// Initializing the array to hold the values to be used in the javascript validation of the static and dynamic fields\n\t\t\t\t\t\t\t$chkout_Req\t\t\t= $chkout_Req_Desc = $chkout_Email = $chkout_Confirm = $chkout_Confirmdesc = array();\n\t\t\t\t\t\t\t$chkout_Numeric \t= $chkout_multi = $chkout_multi_msg\t= array();\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t$chkout_Req[]\t\t\t= \"'prom_customer_qty'\";\n\t\t\t\t\t\t\t$chkout_Req_Desc[]\t\t= \"'\".$Captions_arr['PRICE_PROMISE']['PRICE_PROMISE_REQUIRED_QTY'].\"'\";\n\t\t\t\t\t\t\t$chkout_Req[]\t\t\t= \"'prom_customer_price'\";\n\t\t\t\t\t\t\t$chkout_Req_Desc[]\t\t= \"'\".$Captions_arr['PRICE_PROMISE']['PRICE_PROMISE_WHAT_PRICE'].\"'\";\n\t\t\t\t\t\t\t$chkout_Req[]\t\t\t= \"'prom_price_location'\";\n\t\t\t\t\t\t\t$chkout_Req_Desc[]\t\t= \"'\".$Captions_arr['PRICE_PROMISE']['PRICE_PROMISE_WHERE_SEE'].\"'\";\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t$chkout_Numeric[]\t\t= \"'prom_customer_qty','prom_customer_price'\";\n\t\t\t\t\t\t\t// Including the file to show the dynamic fields for checkout to the top of static fields\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t$head_class \t\t\t= 'shoppingcartheader';\n\t\t\t\t\t\t\t$cur_pos \t\t\t\t= 'Top';\n\t\t\t\t\t\t\t$section_typ\t\t\t= 'pricepromise';\n\t\t\t\t\t\t\t$formname \t\t\t\t= 'frm_pricepromise'; \n\t\t\t\t\t\t\t$cont_leftwidth \t\t= '50%';\n\t\t\t\t\t\t\t$cont_rightwidth \t\t= '50%';\n\t\t\t\t\t\t\t$cellspacing \t\t\t= 0;\n\t\t\t\t\t\t\t$head_class\t\t\t\t= 'shoppingcartheader';\n\t\t\t\t\t\t\t$specialhead_tag_start \t= '<div class=\"reg_shlf_hdr_outr\"><div class=\"reg_shlf_hdr_in\"><span>';\n\t\t\t\t\t\t\t$specialhead_tag_end \t= '</span></div></div>';\n\t\t\t\t\t\t\t$cont_class \t\t\t= 'regiconentA'; \n\t\t\t\t\t\t\t$texttd_class\t\t\t= 'form-control';\n\t\t\t\t\t\t\t$cellpadding \t\t\t= 0;\t\n\t\t\t\t\t\t\tinclude 'show_dynamic_fields.php';\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t $sql_section = \"SELECT section_id FROM element_sections WHERE section_type='pricepromise' AND sites_site_id=$ecom_siteid\";\n\t\t\t\t\t\t\t $ret_section = $db->query($sql_section);\n\t\t\t\t\t\t\t// Get the list of credit card static fields to be shown in the checkout out page in required order\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif($db->num_rows($ret_section))\n\t\t\t\t\t\t\t{\t\t\t\t\t\t\n\t\t\t\t\t\t\t\twhile($row_section = $db->fetch_array($ret_section))\n\t\t\t\t\t\t\t\t{\t\t\t\n\t\t\t\t\t\t\t\t\t $sql_elemnts =\"SELECT error_msg,element_name FROM elements WHERE element_sections_section_id=\".$row_section['section_id'].\" AND sites_site_id=\".$ecom_siteid.\"\";\n\t\t\t\t\t\t\t\t\t $ret_elemnts = $db->query($sql_elemnts);\n\t\t\t\t\t\t\t\t\t// Section to handle the case of required fields\n\t\t\t\t\t\t\t\t\tif($db->num_rows($ret_elemnts))\n\t\t\t\t\t\t\t\t\t{\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\twhile($row_elemnts = $db->fetch_array($ret_elemnts))\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\tif($row_elemnts['mandatory']=='Y')\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t$chkout_Req[]\t\t= \"'\".$row_elemnts['element_name'].\"'\";\n\t\t\t\t\t\t\t\t\t\t\t\t$chkout_Req_Desc[]\t= \"'\".$row_elemnts['error_msg'].\"'\"; \n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\t\t\t\n\t\t\t\t\t\t\t\t }\n\t\t\t\t\t\t\t}\t\n\t\t\t\t\t?>\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<td align=\"left\" class=\"usermenucontentAz\">\n\t\t\t\t\t\t\t\t<div class=\"cart_top_links\"><div class=\"redbutton\"><div>\n\t\t\t\t\t\t\t\t<input name=\"pricepromise_submit\" type=\"submit\" class=\"btn-primary-bt topcart-bt\" id=\"Submit\" value=\"<?=$Captions_arr['PRICE_PROMISE']['PRICE_PROMISE_SUBMIT_REQ']?>\"/>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t<?\n\t\t\t\t\tif($fetch_arr_admin['pricepromise_bottomcontent']!='')\n\t\t\t\t\t{\n\t\t\t\t\t?>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<tr class=\"regitable\">\n\t\t\t\t\t\t\t\t<td align=\"left\" valign=\"top\" class=\"pricepromise_cntnt\">\n\t\t\t\t\t\t\t\t<? echo stripslashes($fetch_arr_admin['pricepromise_bottomcontent'])?>\n\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t<? \n\t\t\t\t\t}\n\t\t\t\t\t?>\n\t\t\t\t\t</table>\n\t\t\t</div>\n\t\t\n </div>\n </div>\n </div>\n\t\t <?php\n\t\t\t\techo $submit_promisefields;\n\t\t ?>\t\n\t\t\t\t</form>\n\t\t<script type=\"text/javascript\">\n\t\tfunction validate_pricepromise_fields(frm)\n\t\t{\n\t\t\t<?php\n\t\t\t\t// Blank checking\n\t\t\t\tif (count($chkout_Req))\n\t\t\t\t{\n\t\t\t\t\t$chkout_Req_Str \t\t\t= implode(\",\",$chkout_Req);\n\t\t\t\t\t$chkout_Req_Desc_Str \t\t= implode(\",\",$chkout_Req_Desc);\n\t\t\t\t\techo \"fieldRequired \t\t= Array(\".$chkout_Req_Str.\");\";\n\t\t\t\t\techo \"fieldDescription \t\t= Array(\".$chkout_Req_Desc_Str.\");\";\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\techo \"fieldRequired \t\t= Array();\";\n\t\t\t\t\techo \"fieldDescription \t\t= Array();\";\n\t\t\t\t}\t\n\t\t\t\t// Email checking\n\t\t\t\tif (count($chkout_Email))\n\t\t\t\t{\n\t\t\t\t\t$chkout_Email_Str = implode(\",\",$chkout_Email);\n\t\t\t\t\techo \"fieldEmail \t\t= Array(\".$chkout_Email_Str.\");\";\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t\techo \"fieldEmail \t\t= Array();\";\n\t\t\t\t// Password checking\n\t\t\t\tif (count($chkout_Confirm))\n\t\t\t\t{\n\t\t\t\t\t$chkout_Confirm_Str \t= implode(\",\",$chkout_Confirm);\n\t\t\t\t\t$chkout_Confirmdesc_Str\t= implode(\",\",$chkout_Confirmdesc);\n\t\t\t\t\techo \"fieldConfirm \t\t= Array(\".$chkout_Confirm_Str.\");\";\n\t\t\t\t\techo \"fieldConfirmDesc \t= Array(\".$chkout_Req_Desc_Str.\");\";\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\techo \"fieldConfirm \t\t= Array();\";\n\t\t\t\t\techo \"fieldConfirmDesc \t= Array();\";\n\t\t\t\t}\t\n\t\t\t\t// Numeric checking\n\t\t\t\tif (count($chkout_Numeric))\n\t\t\t\t{\n\t\t\t\t\t$chkout_Numeric_Str \t= implode(\",\",$chkout_Numeric);\n\t\t\t\t\techo \"fieldNumeric \t\t= Array(\".$chkout_Numeric_Str.\");\";\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t\techo \"fieldNumeric \t\t= Array();\";\n\t\t\t\t\t\n\t\t\t?>\n\t\t\t\n\t\t\tif(Validate_Form_Objects(frm,fieldRequired,fieldDescription,fieldEmail,fieldConfirm,fieldConfirmDesc,fieldNumeric))\n\t\t\t{\n\t\t\t\t/* Checking the case of checkboxes or radio buttons */\n\t\t\t\t<?php\n\t\t\t\t\tif (count($chkout_multi))\n\t\t\t\t\t{\n\t\t\t\t\t\tfor ($i=0;$i<count($chkout_multi);$i++)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\techo \n\t\t\t\t\t\t\t\t\"\n\t\t\t\t\t\t\t\t\tvar atleast_one = false;\n\t\t\t\t\t\t\t\t\tfor(j=0;j<frm.elements.length;j++)\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tif (frm.elements[j].type=='checkbox' || frm.elements[j].type=='radio')\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\tif (frm.elements[j].name=='\".$chkout_multi[$i].\"'+'[]')\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\tif(frm.elements[j].checked==true)\n\t\t\t\t\t\t\t\t\t\t\t\t\tatleast_one = true;\n\t\t\t\t\t\t\t\t\t\t\t}\t\t\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif (atleast_one == false)\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\talert('\".$chkout_multi_msg[$i].\"');\n\t\t\t\t\t\t\t\t\t\tdocument.getElementById('\".$chkout_multi[$i].\"'+'[]').focus();\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\";\t\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t?>\n\t\t\t}\t\n\t\t\telse\n\t\t\t\treturn false;\n\t\t}\t\n\t\t</script>\n\n\t\t<?php\t\n\t\t}", "public function pricesCalc($id_nabidka, $id_produkt, $id_set_sazeb, $id_meny, $id_pocty, $id_vzorec = 0)\r\n\t{\r\n\t\tif($id_nabidka>0 && $id_produkt>0 && $id_set_sazeb>0 && $id_meny>0 && $id_pocty>0){\r\n\t\t\t//zjištění dalších parametrů výpočtu\r\n\t\t\tif ($id_vzorec>0){\r\n\t\t\t\t$proc = $this->CONN->query(\"SELECT id [kid], procedura [procedura], RTRIM(param) [param]\r\n\t\t\t\t\t\t\t\t\t\tFROM kalkulace\r\n\t\t\t\t\t\t\t\t\t\tWHERE id = $id_vzorec\")->fetchAll();\r\n\t\t\t} else {\r\n\t\t\t\t$proc = $this->CONN->query(\"SELECT COALESCE(k.id,0) [kid], k.procedura [procedura], RTRIM(k.param) [param]\r\n\t\t\t\t\t\t\t\t\t\tFROM nabidky n\r\n\t\t\t\t\t\t\t\t\t\tLEFT JOIN set_sazeb s ON n.id_set_sazeb=s.id\r\n\t\t\t\t\t\t\t\t\t\tLEFT JOIN kalkulace k ON s.kalkulace=k.id\r\n\t\t\t\t\t\t\t\t\t\tWHERE n.id = $id_nabidka\")->fetchAll();\r\n\t\t\t}\r\n\t\t\tif($proc){\r\n\t\t\t\t$procedura = $proc[0]['procedura'];\r\n\t\t\t\tif ($id_vzorec == 0) {\r\n\t\t\t\t\t$id_vzorec = $proc[0]['kid'];\r\n\t\t\t\t}\r\n\t\t\t\t$parameter = trim($proc[0]['param']);\r\n\t\t\t\tif ($parameter==\"\"){$parameter = \"0\";}\r\n\t\t\t\t$result = $this->CONN->query(\"\r\n\t\t\t\t\t\t\t\t\tDECLARE @r_ins int, @r_upd int\r\n\t\t\t\t\t\t\t\t\tEXECUTE $procedura\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t$id_nabidka, \r\n\t\t\t\t\t\t\t\t\t\t\t\t$id_produkt, \r\n\t\t\t\t\t\t\t\t\t\t\t\t$id_set_sazeb, \r\n\t\t\t\t\t\t\t\t\t\t\t\t$id_meny, \r\n\t\t\t\t\t\t\t\t\t\t\t\t$id_pocty,\r\n\t\t\t\t\t\t\t\t\t\t\t\t$id_vzorec,\r\n\t\t\t\t\t\t\t\t\t\t\t\t$parameter,\r\n\t\t\t\t\t\t\t\t\t\t\t\t@r_ins OUTPUT,\r\n\t\t\t\t\t\t\t\t\t\t\t\t@r_upd OUTPUT\r\n\t\t\t\t\t\t\t\t\tSELECT @r_ins [r_ins], @r_upd [r_upd]\r\n\t\t\t\t\t\t\t\t\t\")->fetch();\r\n\t\t\t\treturn $result;\r\n\t\t\t} else {\r\n\t\t\t\treturn false;\r\n\t\t\t}\r\n\t\t} else {\r\n\t\t\treturn false;\r\n\t\t}\r\n\r\n\t}", "function price_calculator($data, $accessedBy = NULL){\n\n $free_artworks = 1;\n $pressproofprice = 0.00;\n $labels_per_rolls = '';\n $promotiondiscount = 0.00;\n $plainlabelsprice = 0.00;\n $label_finish = 0.00;\n\n $producttype = $data['producttype'];\n $labels = $data['labels'];\n $persheets = $data['persheets'];\n $menu = $data['menu'];\n $design = $data['design'];\n //$labeltype = $data['labeltype'];\n\n $labeltype = $this->home_model->get_db_column('digital_printing_process', 'Print_Type', 'name', $data['labeltype']);\n $ProductBrand = $this->ProductBrand($menu);\n\n if($producttype == 'sheet'){\n\n $sheets = ceil($labels/$persheets);\n //$sheets = $labels;\n // $labels = $persheets*$labels;\n\n $data=$this->product_model->ajax_price($sheets, $menu, $ProductBrand);\n $price = $data['custom_price'];\n $printprice = 0.00;\n $designprice = 0.00;\n $free_artworks = 1;\n\n if($labeltype=='Mono' || $labeltype=='Fullcolour'){\n $printprice = $this->home_model->calculate_printed_sheets($sheets, $labeltype, $design, $ProductBrand, $menu);\n $free_artworks = $printprice['artworks'];\n $designprice = $printprice['desginprice'];\n $printprice = $printprice['price'];\n }\n }else{\n\n\n $pressproof = $data['pressproof'];\n $rollfinish = $data['finish'];\n\n //$rolls = (isset($data['rolls']) and $data['rolls']!='')?$data['rolls']:'';\n\n $min_qty = $this->home_model->min_qty_roll($menu);\n\n if ($accessedBy != '' && $accessedBy == 'material_page') {\n $response = $this->home_model->rolls_calculation($min_qty, $persheets, $labels, \"\", $accessedBy);\n } else {\n $response = $this->home_model->rolls_calculation($min_qty, $persheets, $labels);\n }\n\n\n $labels = $response['total_labels'];\n $labels_per_rolls = $response['per_roll'];\n $sheets = $response['rolls'];\n\n\n $collection['labels'] = $labels;\n $collection['manufature'] = $menu;\n $collection['finish'] = $data['finish'];\n $collection['rolls'] = $sheets;\n $collection['labeltype'] = $labeltype;\n\n $price_res = $this->home_model->calculate_printing_price($collection);\n $promotiondiscount = $price_res['promotiondiscount'];\n $plainlabelsprice = $price_res['plainprice'];\n $label_finish = $price_res['label_finish'];\n\n\n //137.51*1.1 = 151.261\n $price = $plainprice = $price_res['final_price'];\n\n /*************** Roll Labels Price *************/\n $printprice = 0.00;\n $designprice = 0.00;\n $free_artworks = 10;\n if ($pressproof == 1) {\n $pressproofprice = 50.00;\n }\n /*************** Roll Labels Price *************/\n }\n\n\n\n\n //$('.nlabelfilter').trigger('mouseover');\n\n $delivery_txt = $this->shopping_model->delevery_txt();\n\n $ProductBrand = $this->ProductBrand($menu);\n\n\n if (preg_match(\"/A4 Labels/is\", $ProductBrand) || preg_match(\"/A5 Labels/is\", $ProductBrand)) { //For A5 Sheet Discount\n $mat_code = $this->home_model->getmaterialcode($menu);\n //For A5 Sheet Discount\n if (preg_match(\"/A5 Labels/is\", $ProductBrand)) {\n $material_discount = $this->home_model->check_material_discount($mat_code, 'A5');\n } else {\n $material_discount = $this->home_model->check_material_discount($mat_code, 'A4');\n }\n\n if ($material_discount) {\n $wpep_discount = (($price) * ($material_discount / 100));\n $wpep_discount = number_format($wpep_discount, 2, '.', '');\n $wpep_discount_txt = '<small class=\"discount_price\">' . symbol . $price . ' </small>';\n $price = number_format(($price - $wpep_discount), 2, '.', '');\n }\n }\n\n\n $plainprice = number_format($price,2,'.','');\n $price = $designprice+$printprice+$price+$pressproofprice;\n $price = number_format($price,2,'.','');\n\n $pressproofprice = number_format($pressproofprice,2,'.','');\n\n\n if (preg_match(\"/WPEP/i\", $menu) and $producttype == 'sheet') {\n $wpep_discount = (($plain) * (20 / 100));\n $price = number_format(($price - $wpep_discount),2,'.','');\n\n }\n\n $delivery_txt = '';\n if($price > 25){\n $delivery_txt = '<b> Free Delivery </b>';\n }\n\n $priceperlabels = number_format(($price/$labels),3,'.','');\n\n $price_array = array('price'=>$price,\n 'plainprint'=>($plainprice+$printprice),\n 'plainprice'=>$plainprice,\n 'printprice'=>$printprice,\n 'designprice'=>$designprice,\n 'pressproof'=>$pressproofprice,\n 'priceperlabels'=>$priceperlabels,\n 'artworks'=>$free_artworks,\n 'nodesing'=>$design,\n 'sheets'=>$sheets,\n 'rolls'=>$sheets,\n 'labels'=>$labels,\n 'labels_per_rolls'=>$labels_per_rolls,\n 'delivery_txt'=>$delivery_txt,\n 'promotiondiscount'=>$promotiondiscount,\n 'plainlabelsprice'=>$plainlabelsprice,\n 'label_finish'=>$label_finish);\n return $price_array;\n\n\n }", "public function read_array_policy($itemcode=null,$price=null,$cart_details=null,$policyqty=null) {\n\t $cat = $pcat?$pcat:GetReq('cat');\n\t $cart_page = GetReq('page')?GetReq('page'):0;\t \t\n\t $file = $this->path . $itemcode . '.txt'; //echo $file;\n\t $cartd = explode(';',$cart_details);\n\t //echo $file;\n\t \n\t if (is_readable($file)) {\n\t\n\t $data_array = parse_ini_file($file,1);\n\t //print_r($data_array);\n\t\tif ($policyqty) {\n\t\t if (is_array($data_array['QTY'])) {\n\t\t foreach ($data_array['QTY'] as $ix=>$ax) {\n\t\t\t if ($policyqty>=$ax) {\n\t\t\t $pc = intval($data_array['PRICE'][$ix]);\n\t\t\t $retprice = $price?$price+($price*$pc/100):$pc;\n\t\t\t }\n\t\t\t}\n\t\t\treturn ($retprice);\n\t\t }\n\t\t}\n\t\telse {\n\t\t $style = $data_array['style'];\n\t\t $titlesON = $data_array['titles'];\n\t\t $elements = $titlesON?1:0;\t\n\t\t $template = $data_array['template'] ? $data_array['template'] : 'fpitempolicy';\n\t\t \n\t\t\t$mylooptemplate = $this->select_template($template);\n\t\t\t\n\t\t\tforeach ($data_array['PRICE'] as $ix=>$ax) {\n\t\t\t $data[] = $data_array['QTY'][$ix];\n\t \n\t\t\t $cartd[8] = $price ? $price+($price*$ax/100) : $ax;\n\t\t\t $cartd[9] = intval($data_array['QTY'][$ix]);//prev line //'12';\n\t\t\t \n\t\t $data[] =\tnumber_format($cartd[8],$this->decimals,',','.');\t\t \n\t\t\t \n\t\t\t $cartout = implode(';',$cartd);\n\t\t\t $data[] = _m(\"shcart.showsymbol use $cartout;+$cat+$cart_page+0+\".$cartd[9],1);\n\t\t\t $data[] = $itemcode;\n\t\t\t $data[] = \"addcart/$cartout/$cat/0/\";\n\t\t\t \n\t\t\t $body .= $this->combine_tokens($mylooptemplate,$data,true);\t\n\t\t\t //echo $body,'>';\n\t\t\t unset($data);\t\t\t \n\t\t\t}\t\t\n }\n\t\t//echo $body;\n\t\treturn ($body); \n\t }\t\n\t}", "function PriceQuery() {\n\t\t$csvilog = JRequest::getVar('csvilog');\n\t\t\n\t\t/* Check if the price is including or excluding tax */\n\t\tif ($this->product_tax && $this->price_with_tax && is_null($this->product_price)) {\n\t\t\tif (strlen($this->price_with_tax) == 0) $this->product_price = null;\n\t\t\telse $this->product_price = $this->price_with_tax / (1+($this->product_tax/100));\n\t\t}\n\t\telse if (strlen($this->product_price) == 0) $this->product_price = null;\n\t\t\n\t\t/* Bind the data */\n\t\t$this->_vm_product_price->bind($this);\n\t\t\n\t\t/* Calculate the new price */\n\t\t$this->_vm_product_price->CalculatePrice();\n\t\t\n\t\tif (is_null($this->product_price)) {\n\t\t\t/* Delete the price */\n\t\t\t$this->_vm_product_price->delete();\n\t\t}\n\t\telse {\n\t\t\t/* Store the price*/\n\t\t\t/* Add some variables if needed */\n\t\t\t/* Set the modified date if the user has not done so */\n\t\t\tif (!$this->_vm_product_price->getValue('mdate')) $this->_vm_product_price->setValue('mdate', time());\n\t\t\t\n\t\t\t/* Set the create date if the user has not done so and there is no product_price_id */\n\t\t\tif (!$this->_vm_product_price->getValue('mdate') && !$this->_vm_product_price->getValue('product_price_id')) {\n\t\t\t\t$this->_vm_product_price->setValue('cdate', time());\n\t\t\t}\n\t\t\t\n\t\t\t/* Store the price */\n\t\t\t$this->_vm_product_price->store();\n\t\t}\n\t\t$csvilog->AddMessage('debug', JText::_('DEBUG_PRICE_QUERY'), true);\n\t}", "private function get_fare_object($flight_details, $currency_obj, $search_id, $module,$booking_source='') {\r\n // echo $module;exit;\r\n $FareDetails = array();\r\n $b2c_price_details = array();\r\n $b2b_fare_details = array();\r\n $seg_count = 0;\r\n foreach($flight_details['FlightDetails']['Details'] as $details_key => $f_details){\r\n $seg_count += count($f_details);\r\n }\r\n \r\n \r\n $api_price_details = $flight_details['FareDetails'];\r\n //debug($api_price_details);exit;\r\n $currency_symbol = $currency_obj->get_currency_symbol($currency_obj->to_currency);\r\n //SPECIFIC MARKUP CONFIG DETAILS\r\n $specific_markup_config = array();\r\n $specific_markup_config = $this->get_airline_specific_markup_config($flight_details['FlightDetails']['Details']); //Get the Airline code for setting airline-wise markup\r\n //Updating the Commission\r\n if ($module == 'b2c') {\r\n //B2C\r\n // debug($flight_details);\r\n $admin_price_details = $this->update_search_markup_currency($flight_details['FareDetails'], $currency_obj, false, true, $search_id, $specific_markup_config,'b2c', $seg_count); //B2c:DONT CHANGE\r\n // debug($admin_price_details);\r\n $o_Total_Tax = ($this->tax_service_sum($admin_price_details, $flight_details['FareDetails']));\r\n // echo $o_Total_Tax;exit;\r\n $o_Total_Fare = ($this->total_price($admin_price_details, false, $currency_obj));\r\n // echo $o_Total_Fare;exit;\r\n $b2c_price_details['BaseFare'] = $api_price_details['BaseFare'];\r\n $b2c_price_details['TotalTax'] = $o_Total_Tax;\r\n $b2c_price_details['TotalFare'] = $o_Total_Fare;\r\n $b2c_price_details['Currency'] = $api_price_details['Currency'];\r\n $b2c_price_details['CurrencySymbol'] = $currency_symbol;\r\n $b2c_price_details['_GST'] = $admin_price_details['_GST'];\r\n\r\n $FareDetails['b2c_PriceDetails'] = $b2c_price_details; //B2C PRICE DETAILS\r\n // debug($FareDetails);exit;\r\n } else if ($module == 'b2b') {\r\n \r\n //B2B\r\n //Updating the Commission\r\n #debug($api_price_details);\r\n\r\n $this->get_commission($flight_details, $currency_obj, $booking_source, $search_id);\r\n\r\n $admin_price_details = $this->update_search_markup_currency($flight_details['FareDetails'], $currency_obj, true, false, $search_id, $specific_markup_config,'', $seg_count); //B2B:DONT CHANGE\r\n \r\n\r\n $agent_price_details = $this->update_search_markup_currency($flight_details['FareDetails'], $currency_obj, true, true, $search_id, $specific_markup_config,'', $seg_count);\r\n #debug( $agent_price_details);\r\n// debug($admin_price_details);debug($agent_price_details);exit;\r\n $b2b_price_details = $this->b2b_price_details($api_price_details, $admin_price_details, $agent_price_details, $currency_obj);\r\n // debug($b2b_price_details);\r\n // exit;\r\n $b2b_price_details['Currency'] = $api_price_details['Currency'];\r\n $b2b_price_details['CurrencySymbol'] = $currency_symbol;\r\n $FareDetails['b2b_PriceDetails'] = $b2b_price_details; //B2B PRICE DETAILS\r\n }\r\n $FareDetails['api_PriceDetails'] = $api_price_details; //API PRICE DETAILS\r\n $FareDetails['api_PriceDetails']['original_markup'] = $admin_price_details['original_markup'];\r\n $FareDetails['api_PriceDetails']['markup_type'] = $admin_price_details['markup_type'];\r\n \r\n return $FareDetails;\r\n }", "function get_price($isbn, $option, $qty) {\n\n \tinclude('set_books.php');\n\n \tforeach ($books as $value) {\n \t\tif ($isbn==$value->get_isbn()) {\n\n //returns the price multiplied by the quantity\n \t\t\treturn $value->get_option($option)*$qty;\n \t\t}\n \t}\n\n }", "function set_prices()\n\t{\n\t\t$title=get_page_title('POINTSTORE_MANAGE_INVENTORY');\n\n\t\t// Save configuration for hooks\n\t\t$_hooks=find_all_hooks('modules','pointstore');\n\t\tforeach (array_keys($_hooks) as $hook)\n\t\t{\n\t\t\trequire_code('hooks/modules/pointstore/'.filter_naughty_harsh($hook));\n\t\t\t$object=object_factory('Hook_pointstore_'.filter_naughty_harsh($hook),true);\n\t\t\tif (is_null($object)) continue;\n\t\t\tif (method_exists($object,'save_config'))\n\t\t\t{\n\t\t\t\t$object->save_config();\n\t\t\t}\n\t\t}\n\n\t\tlog_it('POINTSTORE_CHANGED_PRICES');\n\n\t\t// Show it worked / Refresh\n\t\t$url=build_url(array('page'=>'_SELF','type'=>'p'),'_SELF');\n\t\treturn redirect_screen($title,$url,do_lang_tempcode('SUCCESS'));\n\t}", "function google_get_products_base_price($products_id) {\n global $db;\n $product_check = $db->Execute(\"select products_price, products_priced_by_attribute from \" . TABLE_PRODUCTS . \" where products_id = '\" . (int)$products_id . \"'\");\n\n// is there a products_price to add to attributes\n $products_price = $product_check->fields['products_price'];\n\n // do not select display only attributes and attributes_price_base_included is true\n $product_att_query = $db->Execute(\"select options_id, price_prefix, options_values_price, attributes_display_only, attributes_price_base_included from \" . TABLE_PRODUCTS_ATTRIBUTES . \" where products_id = '\" . (int)$products_id . \"' and attributes_display_only != '1' and attributes_price_base_included='1' and options_values_price > 0\". \" order by options_id, price_prefix, options_values_price\");\n //echo $products_id . ' ';\n //print_r($product_att_query);\n //die();\n $the_options_id= 'x';\n $the_base_price= 0;\n// add attributes price to price\n if ($product_check->fields['products_priced_by_attribute'] == '1' and $product_att_query->RecordCount() >= 1) {\n while (!$product_att_query->EOF) {\n if ( $the_options_id != $product_att_query->fields['options_id']) {\n $the_options_id = $product_att_query->fields['options_id'];\n $the_base_price += $product_att_query->fields['options_values_price'];\n //echo $product_att_query->fields['options_values_price'];\n //die();\n }\n $product_att_query->MoveNext();\n }\n\n $the_base_price = $products_price + $the_base_price;\n } else {\n $the_base_price = $products_price;\n }\n //echo $the_base_price;\n return $the_base_price;\n }", "static function updateOffer($params){\n $con = $params['dbconnection'];\n $outlet_id = '';\n $title = '';\n $SKU = '';\n $search_tags = '';\n $description = '';\n $rules_of_purchase = '';\n $price = '';\n $special_price = '';\n $approx_saving = '';\n $image = '';\n $start_datetime = '';\n $end_datetime = '';\n $valid_for = '';\n $special = '';\n $special_type = '';\n $renew = '';\n $redemptions = '';\n if($offertexist = DbMethods::checkOffer($params) == 'offertexist'){\n return 'offertexist';\n }\n if($params['start_datetime'] != \"\"){\n $params['start_datetime'] = date_format(date_create($params['start_datetime']), \"Y-m-d H:i:s\");\n }\n if($params['end_datetime'] != \"\"){\n $params['end_datetime'] = date_format(date_create($params['end_datetime']), \"Y-m-d H:i:s\");\n }\n if($params['outlet_id'] != \"\"){\n $outlet_id = \" `outlet_id`='{$params['outlet_id']}' ,\";\n }\n if($params['title'] != \"\"){\n $title = \" `title`='{$params['title']}' ,\";\n }\n if($params['SKU'] != \"\"){\n $SKU = \" `SKU`='{$params['SKU']}' ,\";\n }\n if($params['search_tags'] != \"\"){\n $search_tags = \" `search_tags`='{$params['search_tags']}' ,\";\n }\n if($params['image'] != \"\"){\n $image = \" `image`='{$params['image']}' ,\";\n }\n if($params['start_datetime'] != \"\"){\n $start_datetime = \" `start_datetime`='{$params['start_datetime']}' ,\";\n }\n if($params['end_datetime'] != \"\"){\n $end_datetime = \" `end_datetime`='{$params['end_datetime']}' ,\";\n }\n if($params['price'] != \"\"){\n $price = \" `price`='{$params['price']}' ,\";\n }\n if($params['special_price'] != \"\"){\n $special_price = \" `special_price`='{$params['special_price']}' ,\";\n }\n if($params['approx_saving'] != \"\"){\n $approx_saving = \" `approx_saving`='{$params['approx_saving']}' ,\";\n }\n if($params['valid_for'] != \"\"){\n $valid_for = \" `valid_for`='{$params['valid_for']}' ,\";\n }\n if($params['special'] != \"\"){\n $special = \" `special`='{$params['special']}' ,\";\n }\n if($params['special_type'] != \"\"){\n $special_type = \" `special_type`='{$params['special_type']}' ,\";\n }\n if($params['renew'] != \"\"){\n $renew = \" `renew`='{$params['renew']}' ,\";\n }\n if($params['redemptions'] != \"\"){\n $redemptions = \" `redemptions`='{$params['redemptions']}' ,\";\n }\n if($params['description'] != \"\"){\n $description = \" `description`='{$params['description']}' ,\";\n }\n if($params['rules_of_purchase'] != \"\"){\n $rules_of_purchase = \" `rules_of_purchase`='{$params['rules_of_purchase']}' ,\";\n }\n $query = \"UPDATE `offers` SET\n\t\t\".$outlet_id.\"\n\t\t\".$title.\"\n\t\t\".$SKU.\"\n\t\t\".$search_tags.\"\n\t\t\".$description.\"\n\t\t\".$rules_of_purchase.\"\n\t\t\".$image.\"\n\t\t\".$start_datetime.\"\n\t\t\".$end_datetime.\"\n\t\t\".$price.\"\n\t\t\".$special_price.\"\n\t\t\".$approx_saving.\"\n\t\t\".$valid_for.\"\n\t\t\".$special.\"\n\t\t\".$special_type.\"\n\t\t\".$renew.\"\n\t\t\".$redemptions.\"\n\t\t`id`='{$params['id']}'\n\t\tWHERE `id`='{$params['id']}'\";\n mysqli_query($con, $query);\n if(mysqli_error($con) != ''){\n return \"mysql_Error:-\".mysqli_error($con);\n }\n $params['table_name'] = 'offers';\n $params['table_id'] = $params['id'];\n $params['admin_logstype'] = 'update';\n DbMethods::logs($params);\n return 'updated';\n }", "function jr_plan_price( $plan_data ) {\n\n\t$price = $plan_data[JR_FIELD_PREFIX.'price'];\n\n\tif ( ( get_query_var('job_relist') || isset($_POST['relist']) ) && isset($plan_data[JR_FIELD_PREFIX.'relist_price']) ) {\n\t\t$price = intval($plan_data[JR_FIELD_PREFIX.'relist_price']);\n\t}\n\treturn apply_filters( 'jr_plan_price', $price, $plan_data );\n}", "public function pricing_tool()\n {\n if(isPostMethod())\n {\n switch ($this->input->post('action'))\n {\n case 'pricing':\n {\n $this->folders->update_all(array('price' => intval($this->input->post('price'))));\n\n $this->session->set_flashdata('success', TRUE);\n redirect(current_url());\n } break;\n\n case 'income':\n {\n $this->_update_options(MAIN_SHOP_ID, $this->input->post());\n\n $this->session->set_flashdata('success', TRUE);\n redirect(current_url());\n } break;\n\n default:\n {\n show_404();\n } break;\n }\n }\n\n $this->data['options'] = $this->shops->options(MAIN_SHOP_ID);\n \n $this->addTitle('Pricing Tool');\n\n $this->output_content('admin/pricing_tool', $this->data);\n $this->render();\n }", "function getParametrs() {\n\n $html = $this->htmlContent();\n\n $domd \t= new DOMDocument();\n\n libxml_use_internal_errors(true);\n\n try {\n $domd->loadHTML($html);\n }\n catch(Exception $e){\n return false;\n }\n\n $domd->preserveWhiteSpace = false;\n\n $foo = array();\n\n $titles = $domd->getElementsByTagName('h1');\n $end \t= false;\n\n foreach( $titles as $title ) {\n\n if( $end )\n continue;\n\n if ( $title->getAttribute('class') == 'product-name' ) {\n $foo['title'] = trim($title->nodeValue);\n $end = true;\n }\n }\n\n $sku = $domd->getElementById('product-info-sku');\n\n $foo['sku'] = $this->listSKUParams($sku);\n\n $pack = $domd->getElementById('shipping-payment');\n $foo['pack'] = $this->listPackParams($pack);\n\n $quantity = $domd->getElementById('quantity-no');\n if( !empty($quantity) )\n $foo['quantity'] = $quantity->textContent;\n\n $params = $domd->getElementById('product-desc');\n $foo['attribute'] = $this->listParams($params);\n\n $foo['timeleft'] = 0;\n\n $time = $domd->getElementById('discount-count-down');\n if( empty($time) ) {\n\n $xpath = new DOMXpath($domd);\n $times = $xpath->query('//span[@class=\"time-left\"]');\n\n if( $times->length > 0 ) {\n $it = 0;\n\n foreach($times as $time) {\n\n $it++;\n\n if($it > 1) continue;\n\n $foo['timeleft'] = strtotime('now') + ( preg_replace('/\\D/', '', $time->nodeValue)*24*60*60 );\n }\n }\n }\n\n return $foo;\n }", "public function eecalc_get($unq_id,$period_id,$p1,$p2,$p3,$p4,$p5,$p6,$p7,$p8,$p9,$p10,$p11,$p12) \n {\n \t\t try {\n\n\t\t\t\t$headers = $this->input->request_headers(); \n\t\t\t\t$userid = $headers['Sm-User'];\n\t\t\t\t$intusrid = get_var('CONFIDENCEVALUE',$userid); \n\n\t\t\t\t$smsession = $headers['Sm-Serversessionspec'];\n\t\t\t\t\n\t\t\t\tif (isset($smsession))\n\t\t\t\t{\n\t\t\t\t\t$this->load->model('earnings_estimator_am');\n\t\t\t\t\t$webservice_url = $this->variable['smp_url'].'cnadp_mobile_app_ee_pkg/?wsdl';\n\t\t\t\t\t$QID = $unq_id.\"_\".$intusrid;\n\t\t\t\t\t$ytdEEVO = $this->earnings_estimator_am->getRollcallEECalcVO($webservice_url,$QID,$period_id,$p1,$p2,$p3,$p4,$p5,$p6,$p7,$p8,$p9,$p10,$p11,$p12);\n\t\t\t\t \t$data = json_decode($ytdEEVO);\n\t\t\t\t\t if (isset($data))\t \t\n\t\t\t\t\t {\n\t\t\t\t\t $this->response($data , 200);\n\t\t\t\t\t }\n\t\t\t\t\t else\n\t\t\t\t\t {\n\t\t\t\t\t $this->response(array('error' => 'Couldn\\'t find any data for YTD EE Calc!'), 404);\n\t\t\t\t\t }\n\t\t\t\t}\n\t\t }\t\n\t\t catch (Exception $e)\n\t\t {\n //$this->response(array('error' => var_dump($e)), 404); \n $this->response(array('error' => 'midtier') , 404);\n\t\t }\t\t\n\t }", "function invokeGetCompetitivePricingForASIN(MarketplaceWebServiceProducts_Interface $service, $request) \n {\n try {\n $response = $service->getCompetitivePricingForASIN($request);\n \n echo (\"Service Response\\n\");\n echo (\"=============================================================================\\n\");\n\n echo(\" GetCompetitivePricingForASINResponse\\n\");\n $getCompetitivePricingForASINResultList = $response->getGetCompetitivePricingForASINResult();\n foreach ($getCompetitivePricingForASINResultList as $getCompetitivePricingForASINResult) {\n echo(\" GetCompetitivePricingForASINResult\\n\");\n if ($getCompetitivePricingForASINResult->isSetASIN()) {\n echo(\" ASIN\");\n echo(\"\\n\");\n echo(\" \" . $getCompetitivePricingForASINResult->getASIN() . \"\\n\");\n } \n if ($getCompetitivePricingForASINResult->isSetStatus()) {\n echo(\" status\");\n echo(\"\\n\");\n echo(\" \" . $getCompetitivePricingForASINResult->getStatus() . \"\\n\");\n } \n if ($getCompetitivePricingForASINResult->isSetProduct()) { \n echo(\" Product\\n\");\n $product = $getCompetitivePricingForASINResult->getProduct();\n if ($product->isSetIdentifiers()) { \n echo(\" Identifiers\\n\");\n $identifiers = $product->getIdentifiers();\n if ($identifiers->isSetMarketplaceASIN()) { \n echo(\" MarketplaceASIN\\n\");\n $marketplaceASIN = $identifiers->getMarketplaceASIN();\n if ($marketplaceASIN->isSetMarketplaceId()) \n {\n echo(\" MarketplaceId\\n\");\n echo(\" \" . $marketplaceASIN->getMarketplaceId() . \"\\n\");\n }\n if ($marketplaceASIN->isSetASIN()) \n {\n echo(\" ASIN\\n\");\n echo(\" \" . $marketplaceASIN->getASIN() . \"\\n\");\n }\n } \n if ($identifiers->isSetSKUIdentifier()) { \n echo(\" SKUIdentifier\\n\");\n $SKUIdentifier = $identifiers->getSKUIdentifier();\n if ($SKUIdentifier->isSetMarketplaceId()) \n {\n echo(\" MarketplaceId\\n\");\n echo(\" \" . $SKUIdentifier->getMarketplaceId() . \"\\n\");\n }\n if ($SKUIdentifier->isSetSellerId()) \n {\n echo(\" SellerId\\n\");\n echo(\" \" . $SKUIdentifier->getSellerId() . \"\\n\");\n }\n if ($SKUIdentifier->isSetSellerSKU()) \n {\n echo(\" SellerSKU\\n\");\n echo(\" \" . $SKUIdentifier->getSellerSKU() . \"\\n\");\n }\n } \n } \n if ($product->isSetCompetitivePricing()) { \n echo(\" CompetitivePricing\\n\");\n $competitivePricing = $product->getCompetitivePricing();\n if ($competitivePricing->isSetCompetitivePrices()) { \n echo(\" CompetitivePrices\\n\");\n $competitivePrices = $competitivePricing->getCompetitivePrices();\n $competitivePriceList = $competitivePrices->getCompetitivePrice();\n foreach ($competitivePriceList as $competitivePrice) {\n echo(\" CompetitivePrice\\n\");\n if ($competitivePrice->isSetCondition()) {\n echo(\" condition\");\n echo(\"\\n\");\n echo(\" \" . $competitivePrice->getCondition() . \"\\n\");\n } \n if ($competitivePrice->isSetSubcondition()) {\n echo(\" subcondition\");\n echo(\"\\n\");\n echo(\" \" . $competitivePrice->getSubcondition() . \"\\n\");\n } \n if ($competitivePrice->isSetBelongsToRequester()) {\n echo(\" belongsToRequester\");\n echo(\"\\n\");\n echo(\" \" . $competitivePrice->getBelongsToRequester() . \"\\n\");\n } \n if ($competitivePrice->isSetCompetitivePriceId()) \n {\n echo(\" CompetitivePriceId\\n\");\n echo(\" \" . $competitivePrice->getCompetitivePriceId() . \"\\n\");\n }\n if ($competitivePrice->isSetPrice()) { \n echo(\" Price\\n\");\n $price = $competitivePrice->getPrice();\n if ($price->isSetLandedPrice()) { \n echo(\" LandedPrice\\n\");\n $landedPrice = $price->getLandedPrice();\n if ($landedPrice->isSetCurrencyCode()) \n {\n echo(\" CurrencyCode\\n\");\n echo(\" \" . $landedPrice->getCurrencyCode() . \"\\n\");\n }\n if ($landedPrice->isSetAmount()) \n {\n echo(\" Amount\\n\");\n echo(\" \" . $landedPrice->getAmount() . \"\\n\");\n }\n } \n if ($price->isSetListingPrice()) { \n echo(\" ListingPrice\\n\");\n $listingPrice = $price->getListingPrice();\n if ($listingPrice->isSetCurrencyCode()) \n {\n echo(\" CurrencyCode\\n\");\n echo(\" \" . $listingPrice->getCurrencyCode() . \"\\n\");\n }\n if ($listingPrice->isSetAmount()) \n {\n echo(\" Amount\\n\");\n echo(\" \" . $listingPrice->getAmount() . \"\\n\");\n }\n } \n if ($price->isSetShipping()) { \n echo(\" Shipping\\n\");\n $shipping = $price->getShipping();\n if ($shipping->isSetCurrencyCode()) \n {\n echo(\" CurrencyCode\\n\");\n echo(\" \" . $shipping->getCurrencyCode() . \"\\n\");\n }\n if ($shipping->isSetAmount()) \n {\n echo(\" Amount\\n\");\n echo(\" \" . $shipping->getAmount() . \"\\n\");\n }\n } \n } \n }\n } \n if ($competitivePricing->isSetNumberOfOfferListings()) { \n echo(\" NumberOfOfferListings\\n\");\n $numberOfOfferListings = $competitivePricing->getNumberOfOfferListings();\n $offerListingCountList = $numberOfOfferListings->getOfferListingCount();\n foreach ($offerListingCountList as $offerListingCount) {\n echo(\" OfferListingCount\\n\");\n if ($offerListingCount->isSetCondition()) {\n echo(\" condition\");\n echo(\"\\n\");\n echo(\" \" . $offerListingCount->getCondition() . \"\\n\");\n } \n if ($offerListingCount->isSetValue()) {\n echo(\" Value\");\n echo(\"\\n\");\n echo(\" \" . $offerListingCount->getValue() . \"\\n\");\n } \n }\n } \n if ($competitivePricing->isSetTradeInValue()) { \n echo(\" TradeInValue\\n\");\n $tradeInValue = $competitivePricing->getTradeInValue();\n if ($tradeInValue->isSetCurrencyCode()) \n {\n echo(\" CurrencyCode\\n\");\n echo(\" \" . $tradeInValue->getCurrencyCode() . \"\\n\");\n }\n if ($tradeInValue->isSetAmount()) \n {\n echo(\" Amount\\n\");\n echo(\" \" . $tradeInValue->getAmount() . \"\\n\");\n }\n } \n } \n if ($product->isSetSalesRankings()) { \n echo(\" SalesRankings\\n\");\n $salesRankings = $product->getSalesRankings();\n $salesRankList = $salesRankings->getSalesRank();\n foreach ($salesRankList as $salesRank) {\n echo(\" SalesRank\\n\");\n if ($salesRank->isSetProductCategoryId()) \n {\n echo(\" ProductCategoryId\\n\");\n echo(\" \" . $salesRank->getProductCategoryId() . \"\\n\");\n }\n if ($salesRank->isSetRank()) \n {\n echo(\" Rank\\n\");\n echo(\" \" . $salesRank->getRank() . \"\\n\");\n }\n }\n } \n if ($product->isSetLowestOfferListings()) { \n echo(\" LowestOfferListings\\n\");\n $lowestOfferListings = $product->getLowestOfferListings();\n $lowestOfferListingList = $lowestOfferListings->getLowestOfferListing();\n foreach ($lowestOfferListingList as $lowestOfferListing) {\n echo(\" LowestOfferListing\\n\");\n if ($lowestOfferListing->isSetQualifiers()) { \n echo(\" Qualifiers\\n\");\n $qualifiers = $lowestOfferListing->getQualifiers();\n if ($qualifiers->isSetItemCondition()) \n {\n echo(\" ItemCondition\\n\");\n echo(\" \" . $qualifiers->getItemCondition() . \"\\n\");\n }\n if ($qualifiers->isSetItemSubcondition()) \n {\n echo(\" ItemSubcondition\\n\");\n echo(\" \" . $qualifiers->getItemSubcondition() . \"\\n\");\n }\n if ($qualifiers->isSetFulfillmentChannel()) \n {\n echo(\" FulfillmentChannel\\n\");\n echo(\" \" . $qualifiers->getFulfillmentChannel() . \"\\n\");\n }\n if ($qualifiers->isSetShipsDomestically()) \n {\n echo(\" ShipsDomestically\\n\");\n echo(\" \" . $qualifiers->getShipsDomestically() . \"\\n\");\n }\n if ($qualifiers->isSetShippingTime()) { \n echo(\" ShippingTime\\n\");\n $shippingTime = $qualifiers->getShippingTime();\n if ($shippingTime->isSetMax()) \n {\n echo(\" Max\\n\");\n echo(\" \" . $shippingTime->getMax() . \"\\n\");\n }\n } \n if ($qualifiers->isSetSellerPositiveFeedbackRating()) \n {\n echo(\" SellerPositiveFeedbackRating\\n\");\n echo(\" \" . $qualifiers->getSellerPositiveFeedbackRating() . \"\\n\");\n }\n } \n if ($lowestOfferListing->isSetNumberOfOfferListingsConsidered()) \n {\n echo(\" NumberOfOfferListingsConsidered\\n\");\n echo(\" \" . $lowestOfferListing->getNumberOfOfferListingsConsidered() . \"\\n\");\n }\n if ($lowestOfferListing->isSetSellerFeedbackCount()) \n {\n echo(\" SellerFeedbackCount\\n\");\n echo(\" \" . $lowestOfferListing->getSellerFeedbackCount() . \"\\n\");\n }\n if ($lowestOfferListing->isSetPrice()) { \n echo(\" Price\\n\");\n $price1 = $lowestOfferListing->getPrice();\n if ($price1->isSetLandedPrice()) { \n echo(\" LandedPrice\\n\");\n $landedPrice1 = $price1->getLandedPrice();\n if ($landedPrice1->isSetCurrencyCode()) \n {\n echo(\" CurrencyCode\\n\");\n echo(\" \" . $landedPrice1->getCurrencyCode() . \"\\n\");\n }\n if ($landedPrice1->isSetAmount()) \n {\n echo(\" Amount\\n\");\n echo(\" \" . $landedPrice1->getAmount() . \"\\n\");\n }\n } \n if ($price1->isSetListingPrice()) { \n echo(\" ListingPrice\\n\");\n $listingPrice1 = $price1->getListingPrice();\n if ($listingPrice1->isSetCurrencyCode()) \n {\n echo(\" CurrencyCode\\n\");\n echo(\" \" . $listingPrice1->getCurrencyCode() . \"\\n\");\n }\n if ($listingPrice1->isSetAmount()) \n {\n echo(\" Amount\\n\");\n echo(\" \" . $listingPrice1->getAmount() . \"\\n\");\n }\n } \n if ($price1->isSetShipping()) { \n echo(\" Shipping\\n\");\n $shipping1 = $price1->getShipping();\n if ($shipping1->isSetCurrencyCode()) \n {\n echo(\" CurrencyCode\\n\");\n echo(\" \" . $shipping1->getCurrencyCode() . \"\\n\");\n }\n if ($shipping1->isSetAmount()) \n {\n echo(\" Amount\\n\");\n echo(\" \" . $shipping1->getAmount() . \"\\n\");\n }\n } \n } \n if ($lowestOfferListing->isSetMultipleOffersAtLowestPrice()) \n {\n echo(\" MultipleOffersAtLowestPrice\\n\");\n echo(\" \" . $lowestOfferListing->getMultipleOffersAtLowestPrice() . \"\\n\");\n }\n }\n } \n if ($product->isSetOffers()) { \n echo(\" Offers\\n\");\n $offers = $product->getOffers();\n $offerList = $offers->getOffer();\n foreach ($offerList as $offer) {\n echo(\" Offer\\n\");\n if ($offer->isSetBuyingPrice()) { \n echo(\" BuyingPrice\\n\");\n $buyingPrice = $offer->getBuyingPrice();\n if ($buyingPrice->isSetLandedPrice()) { \n echo(\" LandedPrice\\n\");\n $landedPrice2 = $buyingPrice->getLandedPrice();\n if ($landedPrice2->isSetCurrencyCode()) \n {\n echo(\" CurrencyCode\\n\");\n echo(\" \" . $landedPrice2->getCurrencyCode() . \"\\n\");\n }\n if ($landedPrice2->isSetAmount()) \n {\n echo(\" Amount\\n\");\n echo(\" \" . $landedPrice2->getAmount() . \"\\n\");\n }\n } \n if ($buyingPrice->isSetListingPrice()) { \n echo(\" ListingPrice\\n\");\n $listingPrice2 = $buyingPrice->getListingPrice();\n if ($listingPrice2->isSetCurrencyCode()) \n {\n echo(\" CurrencyCode\\n\");\n echo(\" \" . $listingPrice2->getCurrencyCode() . \"\\n\");\n }\n if ($listingPrice2->isSetAmount()) \n {\n echo(\" Amount\\n\");\n echo(\" \" . $listingPrice2->getAmount() . \"\\n\");\n }\n } \n if ($buyingPrice->isSetShipping()) { \n echo(\" Shipping\\n\");\n $shipping2 = $buyingPrice->getShipping();\n if ($shipping2->isSetCurrencyCode()) \n {\n echo(\" CurrencyCode\\n\");\n echo(\" \" . $shipping2->getCurrencyCode() . \"\\n\");\n }\n if ($shipping2->isSetAmount()) \n {\n echo(\" Amount\\n\");\n echo(\" \" . $shipping2->getAmount() . \"\\n\");\n }\n } \n } \n if ($offer->isSetRegularPrice()) { \n echo(\" RegularPrice\\n\");\n $regularPrice = $offer->getRegularPrice();\n if ($regularPrice->isSetCurrencyCode()) \n {\n echo(\" CurrencyCode\\n\");\n echo(\" \" . $regularPrice->getCurrencyCode() . \"\\n\");\n }\n if ($regularPrice->isSetAmount()) \n {\n echo(\" Amount\\n\");\n echo(\" \" . $regularPrice->getAmount() . \"\\n\");\n }\n } \n if ($offer->isSetFulfillmentChannel()) \n {\n echo(\" FulfillmentChannel\\n\");\n echo(\" \" . $offer->getFulfillmentChannel() . \"\\n\");\n }\n if ($offer->isSetItemCondition()) \n {\n echo(\" ItemCondition\\n\");\n echo(\" \" . $offer->getItemCondition() . \"\\n\");\n }\n if ($offer->isSetItemSubCondition()) \n {\n echo(\" ItemSubCondition\\n\");\n echo(\" \" . $offer->getItemSubCondition() . \"\\n\");\n }\n if ($offer->isSetSellerId()) \n {\n echo(\" SellerId\\n\");\n echo(\" \" . $offer->getSellerId() . \"\\n\");\n }\n if ($offer->isSetSellerSKU()) \n {\n echo(\" SellerSKU\\n\");\n echo(\" \" . $offer->getSellerSKU() . \"\\n\");\n }\n }\n } \n } \n if ($getCompetitivePricingForASINResult->isSetError()) { \n echo(\" Error\\n\");\n $error = $getCompetitivePricingForASINResult->getError();\n if ($error->isSetType()) \n {\n echo(\" Type\\n\");\n echo(\" \" . $error->getType() . \"\\n\");\n }\n if ($error->isSetCode()) \n {\n echo(\" Code\\n\");\n echo(\" \" . $error->getCode() . \"\\n\");\n }\n if ($error->isSetMessage()) \n {\n echo(\" Message\\n\");\n echo(\" \" . $error->getMessage() . \"\\n\");\n }\n } \n }\n if ($response->isSetResponseMetadata()) { \n echo(\" ResponseMetadata\\n\");\n $responseMetadata = $response->getResponseMetadata();\n if ($responseMetadata->isSetRequestId()) \n {\n echo(\" RequestId\\n\");\n echo(\" \" . $responseMetadata->getRequestId() . \"\\n\");\n }\n } \n\n echo(\" ResponseHeaderMetadata: \" . $response->getResponseHeaderMetadata() . \"\\n\");\n } catch (MarketplaceWebServiceProducts_Exception $ex) {\n echo(\"Caught Exception: \" . $ex->getMessage() . \"\\n\");\n echo(\"Response Status Code: \" . $ex->getStatusCode() . \"\\n\");\n echo(\"Error Code: \" . $ex->getErrorCode() . \"\\n\");\n echo(\"Error Type: \" . $ex->getErrorType() . \"\\n\");\n echo(\"Request ID: \" . $ex->getRequestId() . \"\\n\");\n echo(\"XML: \" . $ex->getXML() . \"\\n\");\n echo(\"ResponseHeaderMetadata: \" . $ex->getResponseHeaderMetadata() . \"\\n\");\n }\n }", "function getPprice($pID) {\n $pQuery = xtDBquery(\"SELECT products_price FROM \".TABLE_PRODUCTS.\" WHERE products_id='\".(int)$pID.\"'\");\n $pData = xtc_db_fetch_array($pQuery, true);\n //new module support\n $pData = $this->priceModules->getPprice($pData,$pID); \n return $pData['products_price'];\n }", "function google_get_products_actual_price($products_id) {\n global $db, $currencies;\n $product_check = $db->Execute(\"select products_tax_class_id, products_price, products_priced_by_attribute, product_is_free, product_is_call from \" . TABLE_PRODUCTS . \" where products_id = '\" . (int)$products_id . \"'\" . \" limit 1\");\n\n $show_display_price = '';\n $display_normal_price = $this->google_get_products_base_price($products_id);\n //echo $display_normal_price . '<br />';\n $display_special_price = $this->google_get_products_special_price($products_id, $display_normal_price, true);\n //echo $display_special_price . '<br />';\n $display_sale_price = $this->google_get_products_special_price($products_id, $display_normal_price, false);\n //echo $display_sale_price . '<br />';\n $products_actual_price = $display_normal_price;\n\n if ($display_special_price) {\n $products_actual_price = $display_special_price;\n }\n if ($display_sale_price) {\n $products_actual_price = $display_sale_price;\n }\n\n // If Free, Show it\n if ($product_check->fields['product_is_free'] == '1') {\n $products_actual_price = 0;\n }\n //die();\n\n return $products_actual_price;\n }", "function miniature_pricer($s, $t){\n\tif(isset($s) && isset($t) && $t !='' && $s !=''){ //CHECK FOR INCOMIMG PARAMERTS\n\t\t//GET CURRENT SPOT PRICE\n\t\t$sort_price = $s;\n\t\t//GET TIME IN YEAR FOR FINDING FUTURE PRICE\n\t\t$time_in_year = $t;\n\t\t//SET YEAR DAYS\n\t\t$total_days_in_year = 365;\n\t\t//SET Interest TABLE\n\t\t$Intrest_rate['1'] = 10/100; //10 %\n\t\t$Intrest_rate['30'] = 5/100; //5 %\n\t\t$Intrest_rate['60'] = 4/100; //4 %\n\t\t$Intrest_rate['90'] = 2/100; //2 %\n\t\t$Intrest_rate['210'] = 2; //2\n\t\t\n\t\tif(!isset($Intrest_rate[$time_in_year])){\n\t\t\techo 'No Interest For This Time Frame ONLY USE 1 / 30 / 60 / 90 / 210 DAYS'; // MATCHING VALUES FOR INTREST TABLE DATA // CURRENTLY I PASS WITH ECHO.. CORRECT WAY IS RETURN VALUE\n\t\t\texit();\n\t\t}\n\t\t$t = (float)$time_in_year/(float)$total_days_in_year; // total Time in year divide by Total Days in year.\n\t\t$intrestrate = (float)$Intrest_rate[(string)$time_in_year]; // Generate Intrest Rate\n\t\t$mergeInterst = ((float)$intrestrate)*((float)($t)); // Mearge Interest with Total Time finding future price\n\t\t\n\t\t//echo intval($Intrest_rate[(string)$time_in_year]).'<br>';\n\t\t$F = (float)$sort_price * exp($t); \n\t\t\techo 'Future contract = '.$F; // ANSWER // CURRENTLY I PASS WITH ECHO.. CORRECT WAY IS RETURN VALUE\n }else{\n\t\t\techo 'Missing Parameter'; // ERROR MISSING PARAMERTER // CURRENTLY I PASS WITH ECHO.. CORRECT WAY IS RETURN VALUE\n\t}\n}", "function Init()\n\t{\n\t\tif ($arCurrency = CCurrency::GetByID('RUR'))\n\t\t{\n\t\t\t$base_currency = 'RUR';\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$base_currency = 'RUB';\n\t\t}\t\n\t\n\t\treturn array(\n\t\t\t/* Basic description */\n\t\t\t\"SID\" => \"cpcr\", // unique string identifier\n\t\t\t\"NAME\" => GetMessage('SALE_DH_CPCR_NAME'), // handler public title\n\t\t\t\"DESCRIPTION\" => GetMessage('SALE_DH_CPCR_DESCRIPTION'), // handler public dedcription\n\t\t\t\"DESCRIPTION_INNER\" => GetMessage('SALE_DH_CPCR_DESCRIPTION_INNER'), // handler private description for admin panel\n\t\t\t\"BASE_CURRENCY\" => $base_currency, // handler base currency\n\t\t\t\n\t\t\t\"HANDLER\" => __FILE__, // handler path - don't change it if you do not surely know what you are doin\n\t\t\t\n\t\t\t/* Handler methods */\n\t\t\t\"DBGETSETTINGS\" => array(\"CDeliveryCPCR\", \"GetSettings\"), // callback for method for conversion of string representation to handler settings\n\t\t\t\"DBSETSETTINGS\" => array(\"CDeliveryCPCR\", \"SetSettings\"), // callback for method for conversion of handler settings to string representation\n\t\t\t\"GETCONFIG\" => array(\"CDeliveryCPCR\", \"GetConfig\"), // callback method to get handler settings list\n\t\t\t\n\t\t\t\"COMPABILITY\" => array(\"CDeliveryCPCR\", \"Compability\"), // callback method to check whether handler is compatible with current order\n\t\t\t\"CALCULATOR\" => array(\"CDeliveryCPCR\", \"Calculate\"), // callback method to calculate delivery price\n\t\t\t\n\t\t\t/* List of delivery profiles */\n\t\t\t\"PROFILES\" => array(\n\t\t\t\t\"simple\" => array(\n\t\t\t\t\t\"TITLE\" => GetMessage(\"SALE_DH_CPCR_SIMPLE_TITLE\"),\n\t\t\t\t\t\"DESCRIPTION\" => GetMessage(\"SALE_DH_CPCR_SIMPLE_DESCRIPTION\"),\n\t\t\t\t\t\n\t\t\t\t\t\"RESTRICTIONS_WEIGHT\" => array(0, 35000),\n\t\t\t\t\t\"RESTRICTIONS_SUM\" => array(0),\n\t\t\t\t),\n\t\t\t\t\"optima\" => array(\n\t\t\t\t\t\"TITLE\" => GetMessage(\"SALE_DH_CPCR_OPTIMA_TITLE\"),\n\t\t\t\t\t\"DESCRIPTION\" => GetMessage(\"SALE_DH_CPCR_OPTIMA_DESCRIPTION\"),\n\t\t\t\t\t\n\t\t\t\t\t\"RESTRICTIONS_WEIGHT\" => array(2000, 31500),\n\t\t\t\t\t\"RESTRICTIONS_SUM\" => array(0),\n\t\t\t\t),\n\t\t\t\t\"econom\" => array(\n\t\t\t\t\t\"TITLE\" => GetMessage(\"SALE_DH_CPCR_ECONOM_TITLE\"),\n\t\t\t\t\t\"DESCRIPTION\" => GetMessage(\"SALE_DH_CPCR_ECONOM_DESCRIPTION\"),\n\t\t\t\t\t\n\t\t\t\t\t\"RESTRICTIONS_WEIGHT\" => array(30000),\n\t\t\t\t\t\"RESTRICTIONS_SUM\" => array(0),\n\t\t\t\t),\n\t\t\t)\n\t\t);\n\t}", "public function get_sale_price(array $params)\n\t{\n\t\t$item_kit_id = $params['item_kit_id'];\n\t\t$tier_id = isset($params['tier_id']) ? $params['tier_id'] : FALSE;\n\t\t\n\t\t$item_kit_info = $this->Item_kit->get_info($item_kit_id);\n\t\t$item_kit_location_info = $this->Item_kit_location->get_info($item_kit_id);\n\t\t\n\t\t$item_kit_tier_row = $this->Item_kit->get_tier_price_row($tier_id, $item_kit_id);\n\t\t$item_kit_location_tier_row = $this->Item_kit_location->get_tier_price_row($tier_id, $item_kit_id, $this->Employee->get_logged_in_employee_current_location_id());\n\t\t\n\t\t$tier_info = $this->Tier->get_info($tier_id);\n\t\t\n\t\tif (!empty($item_kit_location_tier_row) && $item_kit_location_tier_row->unit_price)\n\t\t{\n\t\t\treturn to_currency_no_money($item_kit_location_tier_row->unit_price, $this->config->item('round_tier_prices_to_2_decimals') ? 2 : 10);\n\t\t}\n\t\telseif (!empty($item_kit_location_tier_row) && $item_kit_location_tier_row->percent_off)\n\t\t{\n\t\t\t$item_kit_unit_price = $item_kit_location_info->unit_price ? $item_kit_location_info->unit_price : $item_kit_info->unit_price;\n\t\t\treturn to_currency_no_money($item_kit_unit_price *(1-($item_kit_location_tier_row->percent_off/100)), $this->config->item('round_tier_prices_to_2_decimals') ? 2 : 10);\n\t\t}\n\t\telseif (!empty($item_kit_location_tier_row) && $item_kit_location_tier_row->cost_plus_percent)\n\t\t{\n\t\t\t$item_kit_cost_price = $item_kit_location_info->cost_price ? $item_kit_location_info->cost_price : $item_kit_info->cost_price;\n\t\t\treturn to_currency_no_money($item_kit_cost_price *(1+($item_kit_location_tier_row->cost_plus_percent/100)), $this->config->item('round_tier_prices_to_2_decimals') ? 2 : 10);\n\t\t}\n\t\telseif (!empty($item_kit_location_tier_row) && $item_kit_location_tier_row->cost_plus_fixed_amount)\n\t\t{\n\t\t\t$item_kit_cost_price = $item_kit_location_info->cost_price ? $item_kit_location_info->cost_price : $item_kit_info->cost_price;\n\t\t\treturn to_currency_no_money($item_kit_cost_price + $item_kit_location_tier_row->cost_plus_fixed_amount, $this->config->item('round_tier_prices_to_2_decimals') ? 2 : 10);\n\t\t}\n\t\telseif (!empty($item_kit_tier_row) && $item_kit_tier_row->unit_price)\n\t\t{\n\t\t\treturn to_currency_no_money($item_kit_tier_row->unit_price, $this->config->item('round_tier_prices_to_2_decimals') ? 2 : 10);\n\t\t}\n\t\telseif (!empty($item_kit_tier_row) && $item_kit_tier_row->percent_off)\n\t\t{\n\t\t\t$item_kit_unit_price = $item_kit_location_info->unit_price ? $item_kit_location_info->unit_price : $item_kit_info->unit_price;\n\t\t\treturn to_currency_no_money($item_kit_unit_price *(1-($item_kit_tier_row->percent_off/100)), $this->config->item('round_tier_prices_to_2_decimals') ? 2 : 10);\n\t\t}\n\t\telseif (!empty($item_kit_tier_row) && $item_kit_tier_row->cost_plus_percent)\n\t\t{\n\t\t\t$item_kit_cost_price = $item_kit_location_info->cost_price ? $item_kit_location_info->cost_price : $item_kit_info->cost_price;\n\t\t\treturn to_currency_no_money($item_kit_cost_price *(1+($item_kit_tier_row->cost_plus_percent/100)), $this->config->item('round_tier_prices_to_2_decimals') ? 2 : 10);\n\t\t}\n\t\telseif (!empty($item_kit_tier_row) && $item_kit_tier_row->cost_plus_fixed_amount)\n\t\t{\n\t\t\t$item_kit_cost_price = $item_kit_location_info->cost_price ? $item_kit_location_info->cost_price : $item_kit_info->cost_price;\n\t\t\treturn to_currency_no_money($item_kit_cost_price + $item_kit_tier_row->cost_plus_fixed_amount, $this->config->item('round_tier_prices_to_2_decimals') ? 2 : 10);\n\t\t}\n\t\telseif($tier_info->default_percent_off)\n\t\t{\n\t\t\t$item_kit_unit_price = $item_kit_location_info->unit_price ? $item_kit_location_info->unit_price : $item_kit_info->unit_price;\n\t\t\treturn to_currency_no_money($item_kit_unit_price *(1-($tier_info->default_percent_off/100)), $this->config->item('round_tier_prices_to_2_decimals') ? 2 : 10);\n\t\t}\n\t\telseif($tier_info->default_cost_plus_percent)\n\t\t{\n\t\t\t$item_kit_cost_price = $item_kit_location_info->cost_price ? $item_kit_location_info->cost_price : $item_kit_info->cost_price;\n\t\t\treturn to_currency_no_money($item_kit_cost_price *(1+($tier_info->default_cost_plus_percent/100)), $this->config->item('round_tier_prices_to_2_decimals') ? 2 : 10);\n\t\t}\n\t\telseif($tier_info->default_cost_plus_fixed_amount)\n\t\t{\n\t\t\t$item_kit_cost_price = $item_kit_location_info->cost_price ? $item_kit_location_info->cost_price : $item_kit_info->cost_price;\n\t\t\treturn to_currency_no_money($item_kit_cost_price + $tier_info->default_cost_plus_fixed_amount, $this->config->item('round_tier_prices_to_2_decimals') ? 2 : 10);\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$item_kit_unit_price = $item_kit_location_info->unit_price ? $item_kit_location_info->unit_price : $item_kit_info->unit_price;\n\t\t\treturn to_currency_no_money($item_kit_unit_price, 10);\n\t\t}\t\t\n\t\t\n\t}", "function calculate_sheet_price_printed_emb_page($data)\n {\n// print_r($data); exit;\n if ($data) {\n\n $menu = $data['menu'];\n $labels = $data['labels'];\n $design = $data['design'];\n $persheets = $data['persheets'];\n $producttype = $data['producttype'];\n $pressproof = $data['pressproof'];\n $finish = $data['finish'];\n\n $qty = $data['qty'];\n $labels = $data['labels'];\n $printing = $data['printing'];\n $requestfrom = \"material_page\";\n $sheet_product_quality = $data['sheet_product_quality'];\n// $minimum_sheet_threshold = $this->home_model->min_qty_labels($menu);\n// print_r($data);die;\n//\n// if ($sheets < $minimum_sheet_threshold) {\n// $sheets = $minimum_sheet_threshold;\n//\n// }\n\n if (isset($printing) && $printing != '') {\n $cartid = $this->input->post('cart_id');\n\n $values_array = array('labeltype' => $printing,\n 'labels' => $labels,\n 'design' => $design,\n 'rolls' => $qty,\n 'menu' => $menu,\n 'persheets' => $persheets,\n 'producttype' => $producttype,\n 'pressproof' => $pressproof,\n 'finish' => $finish,\n 'sheet_product_quality' => $sheet_product_quality\n\n );\n\n $response = $this->price_calculator_label_embellishment($values_array);\n// echo\"<pre>\";print_r($response);die;\n $promotiondiscount = $response['promotiondiscount'];\n $plainlabelsprice = $response['plainlabelsprice'];\n $label_finish = $response['label_finish'];\n $printprice = $response['printprice'];\n $designprice = $response['designprice'];\n $label_finish_individual_cost_array = $response['label_finish_individual_cost_array'];\n\n\n $designprice = $this->home_model->currecy_converter($response['designprice'], 'yes');\n $designprice = number_format($designprice, 2, '.', '');\n\n $plainprice = $this->home_model->currecy_converter($response['plainprice'], 'yes');\n $plainprice = number_format($plainprice, 2, '.', '');\n\n\n $label_finish = $this->home_model->currecy_converter($label_finish, 'yes');\n $label_finish = number_format($label_finish, 2, '.', '');\n\n $plainlabelsprice = $this->home_model->currecy_converter($plainlabelsprice, 'yes');\n $plainlabelsprice = number_format($plainlabelsprice, 2, '.', '');\n\n $promotiondiscount = $this->home_model->currecy_converter($promotiondiscount, 'yes');\n $promotiondiscount = number_format($promotiondiscount, 2, '.', '');\n\n\n $price = $this->home_model->currecy_converter($response['price'] , 'yes');\n $price = number_format($price, 2, '.', '');\n\n $price_txt = '<b class=\"color-orange\"> ' . symbol . $price . ' </b> <br />' . vatoption . ' VAT';\n $per_labels = round(($price / $labels), 3);\n //$per_labels = $labels.' Labels, '.symbol.$per_labels.' per label';\n\n if (isset($requestfrom) and $requestfrom == 'lba') {\n $per_labels = $labels . ' Labels<br>' . symbol . $per_labels . '<br>Pence per label';\n } else {\n $per_labels = $labels . ' Labels, ' . symbol . $per_labels . ' per label';\n }\n\n\n\n return array('response' => 'yes',\n 'price' => $price_txt,\n 'printprice' => ($printprice ),\n 'plainprice' => number_format($plainprice, 2, '.', ''),\n 'halfprintprice' => number_format($promotiondiscount, 2, '.', ''),\n 'onlyprintprice' => number_format($promotiondiscount * 2, 2, '.', ''),\n 'plainlabelsprice' => number_format($plainlabelsprice, 2, '.', ''),\n 'label_finish' => number_format($label_finish, 2, '.', ''),\n 'additional_cost' => $additional_cost,\n 'designprice' => $designprice,\n 'nodesing' =>$response['nodesing'],\n 'artworks' =>$response['artworks'],\n 'additional_rolls' => $additional_rolls,\n 'presproof_charges' => $presproof_charges,\n 'labelprice' => $per_labels,\n 'symbol' => symbol,\n 'vatoption' => vatoption,\n 'rawprice' => $price,\n 'label_finish_individual_cost_array' => $label_finish_individual_cost_array);\n }\n\n //$this->save_browsing_history('roll');\n\n }\n\n }" ]
[ "0.5559161", "0.54945266", "0.5264557", "0.5227614", "0.5148144", "0.5115384", "0.5040947", "0.5002696", "0.49581444", "0.49473906", "0.49334276", "0.49223366", "0.4902237", "0.4866112", "0.4863785", "0.48623756", "0.48517177", "0.4834562", "0.48173058", "0.48110056", "0.48101482", "0.4794421", "0.478967", "0.47771007", "0.47727478", "0.47724378", "0.47548333", "0.47524646", "0.4743676", "0.47430015" ]
0.68483573
0
Description This function will retrieve an object to the database. Arguments ciniki: pkg: The package the object is a part of. mod: The module the object is a part of. obj: The name of the object in the module. args: The arguments passed to the API. Returns
function ciniki_core_objectGetSubs(&$ciniki, $tnid, $obj_name, $oid, $sub_obj_name) { ciniki_core_loadMethod($ciniki, 'ciniki', 'core', 'private', 'dbHashQueryTree'); ciniki_core_loadMethod($ciniki, 'ciniki', 'core', 'private', 'objectLoad'); // // Break apart object name // list($pkg, $mod, $obj) = explode('.', $obj_name); list($s_pkg, $s_mod, $s_obj) = explode('.', $sub_obj_name); // // Load the object file // $rc = ciniki_core_objectLoad($ciniki, $obj_name); if( $rc['stat'] != 'ok' ) { return $rc; } $o = $rc['object']; $m = "$pkg.$mod"; $rc = ciniki_core_objectLoad($ciniki, $sub_obj_name); if( $rc['stat'] != 'ok' ) { return $rc; } $s_o = $rc['object']; $s_m = "$pkg.$mod"; // // Build the query to get the object // $strsql = "SELECT id "; $fields = array(); $obj_strsql = ''; foreach($s_o['fields'] as $field => $options) { $strsql .= ", " . $field . " "; if( isset($options['ref']) && $options['ref'] == $obj_name ) { $obj_strsql = "AND $field = '" . ciniki_core_dbQuote($ciniki, $oid) . "' "; } } $strsql .= "FROM " . $s_o['table'] . " " . "WHERE tnid = '" . ciniki_core_dbQuote($ciniki, $tnid) . "' " . $obj_strsql . ""; if( isset($s_o['listsort']) && $s_o['listsort'] != '' ) { $strsql .= "ORDER BY " . $s_o['listsort'] . " "; } $container = isset($s_o['o_container'])?$s_o['o_container']:'objects'; $name = isset($s_o['o_name'])?$s_o['o_name']:'object'; $rc = ciniki_core_dbHashQueryTree($ciniki, $strsql, $s_m, array( array('container'=>$container, 'fname'=>'id', 'name'=>$name, 'fields'=>array_merge(array('id'), array_keys($s_o['fields']))), )); if( $rc['stat'] != 'ok' ) { return $rc; } $rsp = array('stat'=>'ok'); if( isset($rc[$container]) ) { $rsp[$container] = $rc[$container]; } else { $rsp[$container] = array(); } return $rsp; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function Do_object($mode = \"\") {\n if (! $obj=pg_fetch_object($this->respointer)) {\n return(false);\n }\n return($obj);\n }", "abstract public function fetchObject();", "public function getObj();", "function fetch_object( )\n\t{\n\t\t$num_args = func_num_args( );\n\t\t$args = func_get_args( );\n\n\t\t// get the arguments, if any\n\t\tif (0 != $num_args)\n\t\t{\n\t\t\t$this->clear_arguments( );\n\t\t\t$this->load_arguments($args);\n\t\t}\n\n\t\tif ($this->super_debug)\n\t\t{\n\t\t\techo 'FETCH_OBJECT ';\n\t\t\techo '<pre>';\n\t\t\tprint_r($this->get_arguments( ));\n\t\t\techo '</pre>';\n\t\t}\n\n\t\tif (false !== $this->pass_query)\n\t\t{\n\t\t\t$this->query = $this->pass_query;\n\t\t\t$this->query( );\n\t\t}\n\n\t\t$row = @mysql_fetch_object($this->result);\n\t\treturn $row;\n\t}", "final function fetchObject($id,&$type)\r\n {\r\n $object = $this->getObject($id, $type);\r\n if ($object === false) {\r\n $name = substr($id, 0, 2).\"/\".substr($id, 2);\r\n try {\r\n $this->getRemoteFile(\"objects/$name\");\r\n } catch (Exception $e) { \r\n $pack = $this->getRemoteFile(\"objects/info/packs\");\r\n $pack = $this->simpleParsing($pack);\r\n /* getting pack */\r\n $pack = \"objects/pack/\".$pack['P'];\r\n $this->getRemoteFile($pack);\r\n $this->getRemoteFile(substr($pack, 0, strlen($pack)-4).\"idx\");\r\n }\r\n $object = $this->getObject($id, $type);\r\n }\r\n if ($object === false) {\r\n $this->throwException(\"Error, object not found\");\r\n }\r\n \r\n return $object;\r\n }", "public function get($object);", "function fetchObject ($rs) {\n}", "public function retreiveByObject($object){\n\n $query = $this->createQuery(\"mdS\")\n ->where ( 'mdS.object_id = ?', $object->getId () )\n ->addWhere ( 'mdS.object_class = ?', $object->getObjectClass () );\n return $query->fetchOne ();\n\t}", "public function fetch($objectNName);", "public function getObject();", "public function getObject();", "function object($obj=false)\n {\n if ($obj === false) {\n if (empty($this->ontable) || empty($this->onid)) {\n return false;\n }\n $ret = DB_DataObject::factory($this->ontable);\n $ret->get($this->onid);\n return $ret;\n }\n \n \n $this->ontable = $obj->tableName();\n $this->onid = $obj->id; /// assumes our nice standard of using ids..\n return $obj;\n }", "public function getById($id,$return=\"obj\"){\n $sql = \"SELECT t.status AS stat, c.entity_guid AS guid, c.name, t.act_date, w.url, t.code, t.due_date, t.note, wr.name AS writer,e.name AS editor, t.user FROM {$this->table} t LEFT JOIN {$this->tables->customer} c ON c.entity_guid = t.client LEFT JOIN {$this->tables->inventory} w ON w.entity_guid = t.url LEFT JOIN {$this->tables->writer} wr ON wr.entity_guid = t.writer LEFT JOIN {$this->tables->editor} e ON e.entity_guid = t.editor WHERE t.$this->deleted = 0 AND t.entity_guid = '$id' ORDER BY t.act_date DESC\";\n // echo $sql;\n $ex = self::$conn->query($sql);\n if($ex->num_rows > 0){\n return ($return == \"obj\") ? mysqli_fetch_object($ex) : mysqli_fetch_assoc($ex);\n }else{\n return $ex->num_rows;\n }\n }", "public function getObject($id);", "public function getObject($id);", "public function retrieveModelData(array $args=null){\n\t\t$buffer = $this->getApplicantMap();\n\t\t//\tWe retrieve the Model name , an example would Applicant_Model_AboutYou for example\n\t\t$modelName = self::MODELPREFIX.$buffer[$args['page']]['mapper'];\n\t\t$object = new $modelName();\n\t\t$search = $this->createSearch($args['page'], $args['id']);\n\t\t$bufferData = $object->findByKey($search);\n\t\t$data = $this->cleanUpData($bufferData,$buffer[$args['page']]['mapper']);\n\t\treturn $data;\n\t}", "function fetch_object($name) {\n $resp = @file_get_contents(\n 'http://' . SERVER_HOST . '.' . DOMAIN_NAME . SERVER_WEB_ROOT .\n '/setup/get_object.php' .\n '?name=' . $name .\n '&mac=' . get_mac()\n );\n if (!isset($resp) || (is_bool($resp) && !$resp)) {\n // We failed to get a valid response from the server\n return null;\n }\n $reg = unserialize($resp);\n if (!isset($reg['objects']) || !isset($reg['objects'][$name])) {\n // We got a response from server, but we didn't get the object\n // so there was some kind of error\n return null;\n }\n // We got a valid response from the server, so return it\n // Note that the server's response could be the object or the bool false\n return $reg['objects'][$name];\n }", "abstract protected function fetchOneObject();", "function getModelObject(){\n\t\tif ( !isset($this->modObj) ){\n\t\t\t$this->modObj = new PendientesCrud();\n\t\t}\t\t\n\t\treturn $this->modObj;\n\t}", "public function getObjectFromTable($object_id);", "public function get_object($id, $getsrc = false) {\r\n assert(!isset($this->query['query']) && !isset($this->query['similar']));\r\n unset($this->query['query']); // but source = allowed \r\n unset($this->query['similar']);\r\n $this->query['object_id'] = $id;\r\n\r\n if (!$this->get_source()) {\r\n throw new Exception('Object($id, getsrc)->Query() requires ->source($src) param');\r\n }\r\n $op = $this->get_source() . $this->query['object_id'] . ( $getsrc ? '/source' : null );\r\n\r\n return $this->rest($op, \"GET\");\r\n }", "abstract protected function getObject();", "private function cargarObjeto($param){\n //print_r ($param);\n $obj = null;\n \n if( array_key_exists('idarchivocargadoestado',$param) and array_key_exists('idestadotipos',$param) and array_key_exists('acedescripcion',$param)\n and array_key_exists('idusuario',$param)and array_key_exists('acefechaingreso',$param)and array_key_exists('acefechafin',$param)\n and array_key_exists('idarchivocargado',$param)){\n \n //creo objeto estadotipos\n $objEstadoTipo = new EstadoTipos();\n $objEstadoTipo->setIdestadotipos($param['idestadotipos']); \n $objEstadoTipo->cargar();\n \n //creo objeto usuario\n $objUsuario = new Usuario();\n $objUsuario->setIdusuario($param['idusuario']); \n $objUsuario->cargar();\n \n //creo objeto archivocargado\n $objArchivo = new ArchivoCargado();\n $objArchivo->setACId($param['idarchivocargado']); \n $objArchivo->cargar();\n \n //agregarle los otros objetos\n $obj = new ArchivoCargadoEstado();\n $obj->setear($param['idarchivocargadoestado'], $objEstadoTipo, $param['acedescripcion'], $objUsuario, $param['acefechaingreso'],\n $param['acefechafin'], $objArchivo);\n }\n return $obj;\n }", "public function get($name, $module = 'GLOBAL', $bk = 0)\n {\n if (! isset($name) || ! is_string($name)) {\n $name = Utility::getValueOrType($name);\n $this->log(E_WARNING, \"get('{$name}','{$module}') Name must be a string\", true, 'AGENT_LOCATOR', $bk);\n return null;\n }\n if (! isset($this->modules[$module])) {\n $this->log(E_WARNING, \"get('{$name}','{$module}') module is not open yet.\", true, 'AGENT_LOCATOR', $bk);\n return null;\n }\n if (! isset($this->modules[$module]['objects'][$name])) {\n $this->log(E_WARNING, \"get('{$name}','{$module}') Not Found.\", true, 'AGENT_LOCATOR', $bk);\n return null;\n }\n $object = $this->modules[$module]['objects'][$name];\n if ($object instanceof FactoryInterface) {\n $this->modules[$module]['objects'][$name] = $object->factory();\n $this->log(E_NOTICE, \"get('{$name}','{$module}') call \".get_class($object).\"->factory()\", true, 'AGENT_LOCATOR', $bk);\n return $this->modules[$module]['objects'][$name];\n }\n return $object;\n }", "function load($obj=null){ \n\t\tif($obj && is_numeric($obj)){ $obj=query2obj(\"select * from enquiries_tbl where id=\".$obj); }\n\t\tif($obj){\n\t\t\tforeach($obj as $k=>$v){\n\t\t\t\tswitch($k){\n\t\t\t\t\tcase 'name'\t\t\t\t:\n\t\t\t\t\t\t$v=htmlspecialchars($v);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\t$obj->$k=$v;\n\t\t\t}\n\t\t}\n\t\treturn $obj;\n\t}", "public function getObject($sql)\r\n{\r\n return mysql_fetch_object($sql) ;\r\n}", "public function getItem() {\n\t\t\tif (! $GLOBALS['_SESSION_']->customer->can('manage cache')) $this->deny();\n\t\t\t$cache_key = $_REQUEST['object'].\"[\".$_REQUEST['id'].\"]\";\n\t\t\t$cache = new \\Cache\\Item($GLOBALS['_CACHE_'],$cache_key);\n\t\t\tif ($cache->error()) {\n\t\t\t\tapp_log(\"Error in cache mechanism: \".$cache->error(),'error',__FILE__,__LINE__);\n\t\t\t}\n\t\n\t\t\t$object = $cache->get();\n\t\n\t\t\t$response = new \\HTTP\\Response();\n\t\t\t$response->success = 1;\n\t\t\t$response->object = $object;\n\t\n\t\t\tprint $this->formatOutput($response);\n\t\t}", "function fetch_obj(){\n\n # creating the statement\n $STH = $DBH->query('SELECT name, addr, city from folks');\n\n # setting the fetch mode\n $STH->setFetchMode(PDO::FETCH_OBJ);\n\n # showing the results\n while($row = $STH->fetch()) {\n echo $row->name . \"\\n\";\n echo $row->addr . \"\\n\";\n echo $row->city . \"\\n\";\n }\n}", "public function get($object) {\n\t\tif(empty($object) || !is_object($object)) {\n\t\t\treturn false;\n\t\t}\n\n\t\t$result = null;\n\t\ttry {\n\t\t\t$result = $this->findBy($object, $object->getPrimaryKey());\n\t\t\tif(is_array($result) && count($result) > 0) {\n\t\t\t\t$result = $result[0];\n\t\t\t}\n\t\t} catch (Exception $e) {\n\t\t\tthrow new Exception(\"[BaseDAO.get] \" . $e->getMessage());\n\t\t}\n\t\treturn $result;\n\t}", "public function find($req,$res,$args){\n $Manifest = Manifest::where(\"id\",\"=\",$args['id'])\n \t->with(['product','customer','sender_worker','receiver_worker','source_warehouse','destination_warehouse'])->first();\n\t\treturn $res->withJSON($Manifest,200);\n }" ]
[ "0.61577284", "0.5963695", "0.59533465", "0.5880089", "0.586517", "0.57680374", "0.5761072", "0.57220805", "0.56614685", "0.5636433", "0.5636433", "0.561309", "0.55335736", "0.5501572", "0.5501572", "0.54957956", "0.5406147", "0.53892106", "0.5370603", "0.5366999", "0.53571725", "0.5353436", "0.5342546", "0.5321255", "0.5315705", "0.53037596", "0.52785534", "0.5272805", "0.5234519", "0.52295715" ]
0.62538207
0
Set HTTP Header Catcher
public static function setHttpHeaderCatcher($catcher) { self::$http_header_catcher = $catcher; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function setHeaders() {\n }", "public function setHeaders()\n {\n http_response_code($this->getCode());\n header('Content-type: application/json');\n header_remove('X-Powered-By');\n header('X-Powered-By : beabys');\n }", "function setHeader(string $name, string $value);", "public function setHeader($key, $value);", "public function alter_header()\n\t{\n\t\theader(\"HTTP/1.0 $this->code $this->title\");\n\t}", "public static function set_res_header($key, $value) { self::$res_http_headers[$key] = $value; }", "private function prepareHeader() {\n $string = 'HTTP/1.1 '.$this->code.' '.$this->httpMessages[$this->code];\n header($string);\n header('Content-Type: '.$this->contentType);\n }", "protected function setHeaders()\n {\n if (empty($this->content) and $this->statusCode === self::STATUS_OK[\"code\"]) {\n $this->setStatus(self::STATUS_NO_CONTENT);\n }\n\n $this->setStatusHeader();\n $this->setContentTypeHeader();\n }", "function setRequestHeader($key, $value);", "public function setHeader($name, $value);", "public function setHeader() {\n \n header('X-Frame-Options: SAMEORIGIN');\n header('X-XSS-Protection: 1; mode=block');\n header('X-Content-Type-Options: nosniff');\n header('X-CSRF-Protection: OWASP CSRFP 1.0.0');\n header('Content-Type: text/html; charset=iso-8859-1'); \n\n $rewrite = array();\n\n foreach ( headers_list() as $header ) {\n if (strpos($header, 'Set-Cookie:') === false ) { \n continue; \n }\n\n if ( stripos($header, '; httponly' ) !== false ) {\n $rewrite[] = $header;\n continue;\n }\n $rewrite[] = $header . '; httponly';\n }\n\n if ( ! empty( $rewrite ) ) {\n header_remove('Set-Cookie');\n\n foreach ( $rewrite as $cookie ) {\n header($cookie, false);\n }\n\n }\n\n if ( \n $_SERVER['SERVER_PORT'] != 443 &&\n (! isset( $_SERVER['HTTP_X_FORWARDED_PROTO']) ||\n $_SERVER['HTTP_X_FORWARDED_PROTO'] != 'https') \n ) {\n return;\n }\n\n header('Strict-Transport-Security: max-age=16070400; includeSubDomains');\n }", "public function initHeaders() \n {\n foreach ($this->getHeaders() as $header) {\n header($header);\n }\n }", "protected function setHeader()\n {\n Controller::curr()->getResponse()\n ->addHeader(\"Content-Type\", $this->supportedMimeTypes()[0]);\n }", "public function set_header( $name, $value ) {\n\n\t\t$name = sanitize_text_field( $name );\n\n\t\t$this->headers[ $name ] = WP::sanitize_value( $value );\n\t}", "private function setHeader($header){\n $this->header = $header ;\n }", "public function setHeader404(){\n $this->headerCode=new Nerd_Header(Nerd_Header::ERR_404);\n }", "function handle_header() {\n\t\t// being set as a request and then looping\n\t\t// the routing table.\n\t\t//\n\t\treturn self::router('header.php', true, null, null, self::CACHE_PER_PAGE);\n\t}", "function setResponseHeader($header, $replace=true)\n {\n\n /* Use our PHP VM for testability */\n global $gallery;\n $phpVm = $gallery->getPhpVm();\n\n $responseHeaders =& MyOOS_Utilities::_getResponseHeaders();\n\n /* Special case for HTTP status codes. See http://php.net/header */\n $key = 'status';\n if (strncasecmp($header, 'HTTP/', 5)) {\n $key = MyOOS_Utilities::strToLower(substr($header, 0, strpos($header, ':')));\n }\n\n /* Avoid setting HTTP response header if it would replace an existing header */\n if (!$replace && (!empty($responseHeaders[$key])\n || ($key == 'location' && !empty($responseHeaders['status'])\n && !preg_match('/^HTTP\\/[0-9]\\.[0-9] 3/', $responseHeaders['status'])))) {\n return;\n }\n\n $phpVm->header($header);\n $responseHeaders[$key] = $header;\n\n /*\n * Special case for the Location: header. Set HTTP status code unless some 3xx status code\n * is already set. See http://php.net/header\n */\n if ($key == 'location' && (empty($responseHeaders['status'])\n || !preg_match('/^HTTP\\/[0-9]\\.[0-9] 3/', $responseHeaders['status']))) {\n $responseHeaders['status'] = 'HTTP/1.0 302 Found';\n }\n }", "public function setHeader($header, $value);", "protected function set_header($key, $value){\n header($key.': '.$value);\n }", "function setHeader($header) {\n $this->header = $header;\n }", "protected function set_header( $header ) {\n\t\theader( $header );\n\t}", "public function doHeaders() { }", "function error_header()\n{\n\n header(\"HTTP/1.0 404 File Not Found\");\n header(\"X-Powered-By: Bad page requests, thanks.\");\n\n}", "function do_headers()\n {\n \tif ( $this->ipsclass->vars['print_headers'] )\n \t{\n \t\t$this->ipsclass->vars['gb_char_set'] = $this->ipsclass->vars['gb_char_set'] ? $this->ipsclass->vars['gb_char_set'] : 'iso-8859-1';\n \t\t\n\t\t\theader(\"HTTP/1.0 200 OK\");\n\t\t\theader(\"HTTP/1.1 200 OK\");\n\t\t\theader( \"Content-type: text/html;charset={$this->ipsclass->vars['gb_char_set']}\" );\n\t\t\t\n\t\t\tif ( $this->ipsclass->vars['nocache'] )\n\t\t\t{\n\t\t\t\theader(\"Cache-Control: no-cache, must-revalidate, max-age=0\");\n\t\t\t\t//header(\"Expires:\" . gmdate(\"D, d M Y H:i:s\") . \" GMT\");\n\t\t\t\theader(\"Expires: 0\");\n\t\t\t\theader(\"Pragma: no-cache\");\n\t\t\t}\n }\n }", "public function setHeader(string $field, string $value): Response;", "private function initHeaders(){\n $this->headers = [\n 'api_key:'.$this->api_key,\n 'Content-Type:application/json'\n ];\n }", "private function _sendHeaders(): void {\n Header::noCache();\n Header::accessControl();\n }", "function setHeader($name, $value) {\n\t\t\t$this->headers[$name] = $value;\n\t\t}", "public function testHeaderDetector(): void\n {\n $request = new ServerRequest();\n $request->addDetector('host', ['header' => ['host' => 'cakephp.org']]);\n\n $request = $request->withEnv('HTTP_HOST', 'cakephp.org');\n $this->assertTrue($request->is('host'));\n\n $request = $request->withEnv('HTTP_HOST', 'php.net');\n $this->assertFalse($request->is('host'));\n }" ]
[ "0.68007106", "0.6679139", "0.6649478", "0.6646715", "0.6636181", "0.66243637", "0.6619641", "0.6575511", "0.6561935", "0.6528597", "0.65021867", "0.6494258", "0.6484947", "0.64722157", "0.64531016", "0.6446075", "0.64126754", "0.64016104", "0.63755506", "0.63579243", "0.6331093", "0.6315425", "0.6312394", "0.6284348", "0.6266293", "0.6221775", "0.62187463", "0.6207315", "0.6201674", "0.61835223" ]
0.7624602
0
the following method has not been kept up to date with recent changes to the way fill in references works, and there are no unit tests to keep it running Allow it to molder here for a while. THE OLD VERSION OF createInstanceAndFillInReferences(). INCLUDES FUNCTIONALITY REQUIRED WHEN SCA IS RUNNING EMBEDDED IN TUSCANY SCA C++ Instantiate the component, examine the annotations, find the dependencies, call getService to create a proxy for each one, and assign to the instance variables. The call(s) to getService may recurse back through here if those dependencies also have dependencies
public static function createInstanceAndFillInReferences($class_name) { self::$logger->log("Entering"); self::$logger->log("Class name of component to instantiate is $class_name"); $instance = new $class_name; $reader = new SCA_AnnotationReader($instance); $references = $reader->reflectReferencesFull($instance); self::$logger->log("There are " . count($references) . " references to be filled in"); $reflection = new ReflectionObject($instance); foreach ($references as $ref_name => $ref_type) { $ref_value = $ref_type->getBinding(); self::$logger->log("Reference name = $ref_name, binding = $ref_value"); $reference_proxy = null; if (self::$is_embedded) { $reference_proxy = new SCA_TuscanyProxy($ref_value); } else { if (SCA_Helper::isARelativePath($ref_value)) { $ref_value = SCA_Helper::constructAbsolutePath( $ref_value, $class_name ); } $reference_proxy = SCA::getService($ref_value); } $prop = $reflection->getProperty($ref_name); // add the reference information to the proxy // this is added just in case there are any // extra types specified in the doc comment // for this reference $ref_type->addClassName($class_name); $reference_proxy->addReferenceType($ref_type); $prop->setValue($instance, $reference_proxy); // NB recursion here } self::$logger->log("Exiting"); return $instance; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static function fillInReferences($instance)\n {\n self::$logger->log(\"Entering\");\n\n $class_name = get_class($instance);\n $file = SCA_Helper::getFileContainingClass($class_name);\n\n $path_to_resolve_relative_paths_against = dirname($file);\n self::$logger->log(\"Path to resolve relative paths against is $path_to_resolve_relative_paths_against\");\n\n $reader = new SCA_AnnotationReader($instance);\n $references = $reader->reflectReferencesFull();\n self::$logger->log(\"Number of references to be filled in: \".count($references));\n $reflection = new ReflectionObject($instance);\n\n foreach ($references as $ref_name => $ref_type) {\n // self::$logger->log(\"Reference name = $ref_name, ref_type = \" . print_r($ref_type,true));\n self::$logger->log(\"Reference name = $ref_name\");\n\n $ref_value = $ref_type->getBinding();\n $prop = $reflection->getProperty($ref_name);\n $reference_proxy = SCA_Binding_Factory::createProxy(\n $ref_type->getBindingType(),\n $ref_value,\n $path_to_resolve_relative_paths_against,\n $ref_type->getBindingConfig()\n ); // NB recursion here\n\n\n // add the reference information to the proxy\n // this is added just in case there are any\n // extra types specified in the doc comment\n // for this reference\n $ref_type->addClassName(get_class($instance));\n $reference_proxy->addReferenceType($ref_type);\n\n $prop->setValue($instance, $reference_proxy);\n }\n\n self::$logger->log(\"Exiting\");\n }", "public function serviceMethod()\n {\n $runtimeA1 = $this->diFactory->create('ZendDiCompiler\\Example\\RuntimeA', ['hello', 'world']);\n $runtimeA2 = $this->diFactory->create('ZendDiCompiler\\Example\\RuntimeA', ['goodbye', 'world']);\n }", "public function testLoad()\n {\n $config = array (\n 'runtime_complie' => false,\n 'definitions' => array(\n array(\n 'class' => 'AnerisTest\\DiContainerTest\\Param0',\n 'constructor' => null,\n 'injects' => array(),\n ),\n array(\n 'class' => 'AnerisTest\\DiContainerTest\\Param1Dash',\n 'constructor' => '__construct',\n 'injects' => array(\n '__construct' => array(\n 'arg1' => array('ref'=>'AnerisTest\\DiContainerTest\\Param0Interface'),\n ),\n ),\n ),\n array(\n 'class' => 'AnerisTest\\DiContainerTest\\Param2',\n 'constructor' => '__construct',\n 'injects' => array(\n '__construct' => array(\n 'arg1' => array(),\n ),\n ),\n ),\n array(\n 'class' => 'AnerisTest\\DiContainerTest\\Param3Dash',\n 'constructor' => '__construct',\n 'injects' => array(\n '__construct' => array(\n 'arg1' => array('ref'=>'AnerisTest\\DiContainerTest\\Param1Interface'),\n 'arg2' => array('ref'=>'AnerisTest\\DiContainerTest\\Param2'),\n ),\n ),\n ),\n ),\n 'aliases' => array(\n 'AnerisTest\\DiContainerTest\\Param1Interface' => 'AnerisTest\\DiContainerTest\\Param1Dash',\n ),\n 'resources' => array(\n ANERIS_TEST_RESOURCES.'/AcmeTest/Resources/config/service.xml',\n ),\n 'components' => array(\n 'AnerisTest\\DiContainerTest\\Param1Dash' => array(\n 'constructor_args' => array(\n 'arg1' => array('ref' => 'AnerisTest\\DiContainerTest\\Param0'),\n ),\n ),\n 'AnerisTest\\DiContainerTest\\Param2' => array(\n 'constructor_args' => array(\n 'arg1' => array('value' => 'xyz'),\n ),\n ),\n ),\n );\n\n $di = new Container($config);\n\n $i3 = $di->get('AnerisTest\\DiContainerTest\\Param3Dash');\n $this->assertEquals('AnerisTest\\DiContainerTest\\Param3Dash', get_class($i3));\n $this->assertEquals('AnerisTest\\DiContainerTest\\Param1Dash', get_class($i3->getArg1()));\n $this->assertEquals('AnerisTest\\DiContainerTest\\Param2', get_class($i3->getArg2()));\n $this->assertEquals('xyz', $i3->getArg2()->getArg1());\n $this->assertEquals('AnerisTest\\DiContainerTest\\Param0', get_class($i3->getArg1()->getArg1()));\n }", "public function create()\n {\n if(is_object($this->service)) {\n return $this->service;\n } else if($this->service instanceof \\Closure) {\n $refl = new \\ReflectionFunction($this->service);\n\n return $refl->invokeArgs($this->_getDeps($refl));\n } else { // assume class\n $refl = new \\ReflectionClass($this->service);\n\n // case unable to instantiate\n if(!$refl->isInstantiable()) {\n throw new \\RuntimeException(\"Class '{$this->service}' should be instantiable\");\n }\n\n // case no constructor\n if(!$refl->hasMethod('__construct')) {\n return $refl->newInstance();\n }\n\n // add named args if any\n if(($traits = class_uses($this->service)) && in_array(\"Pyha\\\\DI\\\\Injectable\", $traits)) {\n foreach(call_user_func([$this->service, 'getInjectables']) as $name => $value) {\n $this->addNamedArg($name,$value);\n }\n }\n\n return $refl->newInstanceArgs($this->_getDeps($refl->getMethod('__construct')));\n }\n }", "public function autoInjector () {\n\n\t\t$this->autoInjectConstructor();\n\t\t$this->autoInjectMethod();\n\n\t}", "private function setupServices(): void\n {\n $service_factory = new Services\\ServiceFactory($this);\n foreach($this->config()->services->toArray() as $key => $service) {\n $this[$key] = $this->share( function($c) use($key, $service, $service_factory) {\n $parameters = parse_url($service); // first parameter scheme, the rest optional ones.\n try {\n return $service_factory->create($key, array_shift($parameters), $parameters); \n }\n catch(AdapterNonExistentException $e) {\n $this->logger()->warning(\"The service %s - %s does not exist.\", $key, $service);\n }\n });\n }\n }", "private function set_dependencies() {\n\t\t// Setting the service object.\n\t\t$this->service = new WPSEO_GSC_Service( WPSEO_GSC_Settings::get_profile() );\n\n\t\t// Setting the platform.\n\t\t$this->platform = WPSEO_GSC_Mapper::get_current_platform( 'tab' );\n\n\t\t// Loading the issue counter.\n\t\t$issue_count = new WPSEO_GSC_Count( $this->service );\n\t\t$issue_count->fetch_counts();\n\n\t\t// Loading the category filters.\n\t\t$this->category_filter = new WPSEO_GSC_Category_Filters( $issue_count->get_platform_counts( $this->platform ) );\n\n\t\t// Setting the current category.\n\t\t$this->category = $this->category_filter->get_category();\n\n\t\t// Listing the issues.\n\t\t$issue_count->list_issues( $this->platform, $this->category );\n\n\t\t// Fetching the issues.\n\t\t$this->issue_fetch = new WPSEO_GSC_Issues( $this->platform, $this->category, $issue_count->get_issues() );\n\t}", "public function __construct()\n {\n $this->s_category = new ServiceCategory();\n $this->s_category_services = new CategoryServices();\n $this->s_brand = new ServiceBrands();\n $this->s_brand_services = new BrandServices();\n $this->optional_services = new OptionalServices();\n }", "public static function do($container, $lazyLoad = true)\n {\n return $container->privates['.service_locator.pGJA1q6'] = new \\Symfony\\Component\\DependencyInjection\\Argument\\ServiceLocator($container->getService, [\n 'adresseLivraison' => ['privates', '.errored..service_locator.pGJA1q6.App\\\\Entity\\\\AdresseLivraison', NULL, 'Cannot autowire service \".service_locator.pGJA1q6\": it references class \"App\\\\Entity\\\\AdresseLivraison\" but no such service exists.'],\n ], [\n 'adresseLivraison' => 'App\\\\Entity\\\\AdresseLivraison',\n ]);\n }", "public function build()\n {\n $args = func_get_args();\n // call reflection class\n $ref = new \\ReflectionClass($this->services[$args[0]]);\n $class_name = $args[0];\n // remove firt member of array;\n $remove1st = array_shift($args);\n\n if(empty($args)){\n $params = $ref->getConstructor()->getParameters();\n $args = $this->resolveArgs($params);\n }\n\n $this->bind($ref->newInstanceArgs($args),$class_name);\n }", "private function registerOwncloudDependencies()\n {\n // Plural form\n $this->container->registerService('OwncloudUsers', function() {\n return new Users();\n });\n $this->container->registerService('OwncloudUser', function() {\n return new User();\n });\n $this->container->registerService('OwncloudStorage', function($c) {\n return new Storage(\n $c->query('OwncloudUser')\n );\n });\n }", "public static function do($container, $lazyLoad = true)\n {\n return $container->privates['.service_locator.rrw13pk'] = new \\Symfony\\Component\\DependencyInjection\\Argument\\ServiceLocator($container->getService, [\n 'referentiel' => ['privates', 'App\\\\Repository\\\\ReferentielsRepository', 'getReferentielsRepositoryService', true],\n ], [\n 'referentiel' => 'App\\\\Repository\\\\ReferentielsRepository',\n ]);\n }", "public function testReferencedEntitiesMultipleLoad() {\n // Create the parent entity.\n $entity = $this->container->get('entity_type.manager')\n ->getStorage($this->entityType)\n ->create(['type' => $this->bundle]);\n\n // Create three target entities and attach them to parent field.\n $target_entities = [];\n $reference_field = [];\n for ($i = 0; $i < 3; $i++) {\n $target_entity = $this->container->get('entity_type.manager')\n ->getStorage($this->referencedEntityType)\n ->create(['type' => $this->bundle]);\n $target_entity->save();\n $target_entities[] = $target_entity;\n $reference_field[]['target_id'] = $target_entity->id();\n }\n\n // Also attach a non-existent entity and a NULL target id.\n $reference_field[3]['target_id'] = 99999;\n $target_entities[3] = NULL;\n $reference_field[4]['target_id'] = NULL;\n $target_entities[4] = NULL;\n\n // Attach the first created target entity as the sixth item ($delta == 5) of\n // the parent entity field. We want to test the case when the same target\n // entity is referenced twice (or more times) in the same entity reference\n // field.\n $reference_field[5] = $reference_field[0];\n $target_entities[5] = $target_entities[0];\n\n // Create a new target entity that is not saved, thus testing the\n // \"autocreate\" feature.\n $target_entity_unsaved = $this->container->get('entity_type.manager')\n ->getStorage($this->referencedEntityType)\n ->create(['type' => $this->bundle, 'name' => $this->randomString()]);\n $reference_field[6]['entity'] = $target_entity_unsaved;\n $target_entities[6] = $target_entity_unsaved;\n\n // Set the field value.\n $entity->{$this->fieldName}->setValue($reference_field);\n\n // Load the target entities using EntityReferenceField::referencedEntities().\n $entities = $entity->{$this->fieldName}->referencedEntities();\n\n // Test returned entities:\n // - Deltas must be preserved.\n // - Non-existent entities must not be retrieved in target entities result.\n foreach ($target_entities as $delta => $target_entity) {\n if (!empty($target_entity)) {\n if (!$target_entity->isNew()) {\n // There must be an entity in the loaded set having the same id for\n // the same delta.\n $this->assertEquals($entities[$delta]->id(), $target_entity->id());\n }\n else {\n // For entities that were not yet saved, there must an entity in the\n // loaded set having the same label for the same delta.\n $this->assertEquals($entities[$delta]->label(), $target_entity->label());\n }\n }\n else {\n // A non-existent or NULL entity target id must not return any item in\n // the target entities set.\n $this->assertFalse(isset($entities[$delta]));\n }\n }\n }", "public function assign_service(string $service)\n{ \n\n // Ensure service is defined\n if (!isset($this->services[$service])) { \n throw new ApexException('error', tr(\"Invalid service trying to be assigned, {1}\", $service));\n }\n\n // Set variables\n $def = $this->services[$service];\n $interface = $def['interface'] ?? $def['class'];\n $params = $def['params'] ?? [];\n\n // Make class\n $obj = $this->make($def['class'], $params);\n $this->set($interface, $obj);\n\n// Assign singleton, if needed\n $singleton_class = \"apex\\\\services\\\\\" . str_replace(\"/\", \"\\\\\", $service);\n if ($this->has($singleton_class)) { \n $singleton_class::singleton($obj);\n }\n\n}", "public function createReference();", "public function __construct() {\n\t\tif (isset($GLOBALS['T3_SERVICES']['connector'])) {\n\t\t\tforeach ($GLOBALS['T3_SERVICES']['connector'] as $serviceKey => $serviceInfo) {\n\t\t\t\t\t/** @var $serviceObject tx_svconnector_base */\n\t\t\t\t$serviceObject = t3lib_div::makeInstance($serviceInfo['className']);\n\t\t\t\t\t// If the service is available, add it to the list\n\t\t\t\tif ($serviceObject->init()) {\n\t\t\t\t\t$this->availableServices[$serviceKey] = $serviceInfo['title'];\n\t\t\t\t\t\t// Keep the objects in a separate array\n\t\t\t\t\t$this->serviceObjects[$serviceKey] = $serviceObject;\n\t\t\t\t} else {\n\t\t\t\t\t$this->unavailableServices[$serviceKey] = $serviceInfo['title'];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "public static function do($container, $lazyLoad = true)\n {\n return $container->privates['.service_locator.Ggr50cK'] = new \\Symfony\\Component\\DependencyInjection\\Argument\\ServiceLocator($container->getService, [\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::autocomplete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::configureActions' => ['privates', '.service_locator.9oHZTib', 'get_ServiceLocator_9oHZTibService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::configureAssets' => ['privates', '.service_locator.tcQaCCv', 'get_ServiceLocator_TcQaCCvService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::configureCrud' => ['privates', '.service_locator.qrcjTqq', 'get_ServiceLocator_QrcjTqqService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::configureFilters' => ['privates', '.service_locator.h8Ml21G', 'get_ServiceLocator_H8Ml21GService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::configureResponseParameters' => ['privates', '.service_locator.TpM2PZC', 'get_ServiceLocator_TpM2PZCService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::createEditForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::createEditFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.PFJgvwM', 'get_ServiceLocator_PFJgvwMService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::createNewForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::createNewFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::delete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::deleteEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::detail' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::edit' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::index' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::new' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::persistEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::renderFilters' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::updateEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::autocomplete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::configureActions' => ['privates', '.service_locator.9oHZTib', 'get_ServiceLocator_9oHZTibService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::configureAssets' => ['privates', '.service_locator.tcQaCCv', 'get_ServiceLocator_TcQaCCvService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::configureCrud' => ['privates', '.service_locator.qrcjTqq', 'get_ServiceLocator_QrcjTqqService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::configureFilters' => ['privates', '.service_locator.h8Ml21G', 'get_ServiceLocator_H8Ml21GService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::configureResponseParameters' => ['privates', '.service_locator.TpM2PZC', 'get_ServiceLocator_TpM2PZCService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::createEditForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::createEditFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.PFJgvwM', 'get_ServiceLocator_PFJgvwMService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::createNewForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::createNewFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::delete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::deleteEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::detail' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::edit' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::index' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::new' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::persistEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::renderFilters' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::updateEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::autocomplete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::configureActions' => ['privates', '.service_locator.9oHZTib', 'get_ServiceLocator_9oHZTibService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::configureAssets' => ['privates', '.service_locator.tcQaCCv', 'get_ServiceLocator_TcQaCCvService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::configureCrud' => ['privates', '.service_locator.qrcjTqq', 'get_ServiceLocator_QrcjTqqService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::configureFilters' => ['privates', '.service_locator.h8Ml21G', 'get_ServiceLocator_H8Ml21GService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::configureResponseParameters' => ['privates', '.service_locator.TpM2PZC', 'get_ServiceLocator_TpM2PZCService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::createEditForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::createEditFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.PFJgvwM', 'get_ServiceLocator_PFJgvwMService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::createNewForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::createNewFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::delete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::deleteEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::detail' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::edit' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::index' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::new' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::persistEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::renderFilters' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::updateEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\DashboardController::configureUserMenu' => ['privates', '.service_locator.fLx15ph', 'get_ServiceLocator_FLx15phService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::autocomplete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::configureActions' => ['privates', '.service_locator.9oHZTib', 'get_ServiceLocator_9oHZTibService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::configureAssets' => ['privates', '.service_locator.tcQaCCv', 'get_ServiceLocator_TcQaCCvService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::configureCrud' => ['privates', '.service_locator.qrcjTqq', 'get_ServiceLocator_QrcjTqqService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::configureFilters' => ['privates', '.service_locator.h8Ml21G', 'get_ServiceLocator_H8Ml21GService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::configureResponseParameters' => ['privates', '.service_locator.TpM2PZC', 'get_ServiceLocator_TpM2PZCService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::createEditForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::createEditFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.PFJgvwM', 'get_ServiceLocator_PFJgvwMService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::createNewForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::createNewFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::delete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::deleteEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::detail' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::edit' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::index' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::new' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::persistEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::renderFilters' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::updateEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::autocomplete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::configureActions' => ['privates', '.service_locator.9oHZTib', 'get_ServiceLocator_9oHZTibService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::configureAssets' => ['privates', '.service_locator.tcQaCCv', 'get_ServiceLocator_TcQaCCvService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::configureCrud' => ['privates', '.service_locator.qrcjTqq', 'get_ServiceLocator_QrcjTqqService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::configureFilters' => ['privates', '.service_locator.h8Ml21G', 'get_ServiceLocator_H8Ml21GService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::configureResponseParameters' => ['privates', '.service_locator.TpM2PZC', 'get_ServiceLocator_TpM2PZCService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::createEditForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::createEditFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.PFJgvwM', 'get_ServiceLocator_PFJgvwMService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::createNewForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::createNewFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::delete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::deleteEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::detail' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::edit' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::index' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::new' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::persistEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::renderFilters' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::updateEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::autocomplete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::configureActions' => ['privates', '.service_locator.9oHZTib', 'get_ServiceLocator_9oHZTibService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::configureAssets' => ['privates', '.service_locator.tcQaCCv', 'get_ServiceLocator_TcQaCCvService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::configureCrud' => ['privates', '.service_locator.qrcjTqq', 'get_ServiceLocator_QrcjTqqService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::configureFilters' => ['privates', '.service_locator.h8Ml21G', 'get_ServiceLocator_H8Ml21GService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::configureResponseParameters' => ['privates', '.service_locator.TpM2PZC', 'get_ServiceLocator_TpM2PZCService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::createEditForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::createEditFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.PFJgvwM', 'get_ServiceLocator_PFJgvwMService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::createNewForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::createNewFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::delete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::deleteEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::detail' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::edit' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::index' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::new' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::persistEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::renderFilters' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::updateEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\CartController::add' => ['privates', '.service_locator.u9oHlxR', 'get_ServiceLocator_U9oHlxRService', true],\n 'App\\\\Controller\\\\CartController::delete' => ['privates', '.service_locator.u9oHlxR', 'get_ServiceLocator_U9oHlxRService', true],\n 'App\\\\Controller\\\\CartController::deleteAll' => ['privates', '.service_locator.aI7umW_', 'get_ServiceLocator_AI7umWService', true],\n 'App\\\\Controller\\\\CartController::index' => ['privates', '.service_locator.sMtEC3T', 'get_ServiceLocator_SMtEC3TService', true],\n 'App\\\\Controller\\\\CartController::remove' => ['privates', '.service_locator.u9oHlxR', 'get_ServiceLocator_U9oHlxRService', true],\n 'App\\\\Controller\\\\SecurityController::login' => ['privates', '.service_locator.xA8Fw_.', 'get_ServiceLocator_XA8Fw_Service', true],\n 'App\\\\Controller\\\\SecurityController::register' => ['privates', '.service_locator.6FYM2W8', 'get_ServiceLocator_6FYM2W8Service', true],\n 'App\\\\Kernel::loadRoutes' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'App\\\\Kernel::registerContainerConfiguration' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'App\\\\Kernel::terminate' => ['privates', '.service_locator.beq5mCo', 'get_ServiceLocator_Beq5mCoService', true],\n 'kernel::loadRoutes' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel::terminate' => ['privates', '.service_locator.beq5mCo', 'get_ServiceLocator_Beq5mCoService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:autocomplete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:configureActions' => ['privates', '.service_locator.9oHZTib', 'get_ServiceLocator_9oHZTibService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:configureAssets' => ['privates', '.service_locator.tcQaCCv', 'get_ServiceLocator_TcQaCCvService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:configureCrud' => ['privates', '.service_locator.qrcjTqq', 'get_ServiceLocator_QrcjTqqService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:configureFilters' => ['privates', '.service_locator.h8Ml21G', 'get_ServiceLocator_H8Ml21GService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:configureResponseParameters' => ['privates', '.service_locator.TpM2PZC', 'get_ServiceLocator_TpM2PZCService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:createEditForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:createEditFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.PFJgvwM', 'get_ServiceLocator_PFJgvwMService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:createNewForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:createNewFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:delete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:deleteEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:detail' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:edit' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:index' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:new' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:persistEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:renderFilters' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:updateEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:autocomplete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:configureActions' => ['privates', '.service_locator.9oHZTib', 'get_ServiceLocator_9oHZTibService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:configureAssets' => ['privates', '.service_locator.tcQaCCv', 'get_ServiceLocator_TcQaCCvService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:configureCrud' => ['privates', '.service_locator.qrcjTqq', 'get_ServiceLocator_QrcjTqqService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:configureFilters' => ['privates', '.service_locator.h8Ml21G', 'get_ServiceLocator_H8Ml21GService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:configureResponseParameters' => ['privates', '.service_locator.TpM2PZC', 'get_ServiceLocator_TpM2PZCService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:createEditForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:createEditFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.PFJgvwM', 'get_ServiceLocator_PFJgvwMService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:createNewForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:createNewFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:delete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:deleteEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:detail' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:edit' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:index' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:new' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:persistEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:renderFilters' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:updateEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:autocomplete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:configureActions' => ['privates', '.service_locator.9oHZTib', 'get_ServiceLocator_9oHZTibService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:configureAssets' => ['privates', '.service_locator.tcQaCCv', 'get_ServiceLocator_TcQaCCvService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:configureCrud' => ['privates', '.service_locator.qrcjTqq', 'get_ServiceLocator_QrcjTqqService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:configureFilters' => ['privates', '.service_locator.h8Ml21G', 'get_ServiceLocator_H8Ml21GService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:configureResponseParameters' => ['privates', '.service_locator.TpM2PZC', 'get_ServiceLocator_TpM2PZCService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:createEditForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:createEditFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.PFJgvwM', 'get_ServiceLocator_PFJgvwMService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:createNewForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:createNewFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:delete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:deleteEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:detail' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:edit' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:index' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:new' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:persistEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:renderFilters' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:updateEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\DashboardController:configureUserMenu' => ['privates', '.service_locator.fLx15ph', 'get_ServiceLocator_FLx15phService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:autocomplete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:configureActions' => ['privates', '.service_locator.9oHZTib', 'get_ServiceLocator_9oHZTibService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:configureAssets' => ['privates', '.service_locator.tcQaCCv', 'get_ServiceLocator_TcQaCCvService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:configureCrud' => ['privates', '.service_locator.qrcjTqq', 'get_ServiceLocator_QrcjTqqService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:configureFilters' => ['privates', '.service_locator.h8Ml21G', 'get_ServiceLocator_H8Ml21GService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:configureResponseParameters' => ['privates', '.service_locator.TpM2PZC', 'get_ServiceLocator_TpM2PZCService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:createEditForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:createEditFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.PFJgvwM', 'get_ServiceLocator_PFJgvwMService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:createNewForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:createNewFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:delete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:deleteEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:detail' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:edit' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:index' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:new' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:persistEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:renderFilters' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:updateEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:autocomplete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:configureActions' => ['privates', '.service_locator.9oHZTib', 'get_ServiceLocator_9oHZTibService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:configureAssets' => ['privates', '.service_locator.tcQaCCv', 'get_ServiceLocator_TcQaCCvService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:configureCrud' => ['privates', '.service_locator.qrcjTqq', 'get_ServiceLocator_QrcjTqqService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:configureFilters' => ['privates', '.service_locator.h8Ml21G', 'get_ServiceLocator_H8Ml21GService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:configureResponseParameters' => ['privates', '.service_locator.TpM2PZC', 'get_ServiceLocator_TpM2PZCService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:createEditForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:createEditFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.PFJgvwM', 'get_ServiceLocator_PFJgvwMService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:createNewForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:createNewFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:delete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:deleteEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:detail' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:edit' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:index' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:new' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:persistEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:renderFilters' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:updateEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:autocomplete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:configureActions' => ['privates', '.service_locator.9oHZTib', 'get_ServiceLocator_9oHZTibService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:configureAssets' => ['privates', '.service_locator.tcQaCCv', 'get_ServiceLocator_TcQaCCvService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:configureCrud' => ['privates', '.service_locator.qrcjTqq', 'get_ServiceLocator_QrcjTqqService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:configureFilters' => ['privates', '.service_locator.h8Ml21G', 'get_ServiceLocator_H8Ml21GService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:configureResponseParameters' => ['privates', '.service_locator.TpM2PZC', 'get_ServiceLocator_TpM2PZCService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:createEditForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:createEditFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.PFJgvwM', 'get_ServiceLocator_PFJgvwMService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:createNewForm' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:createNewFormBuilder' => ['privates', '.service_locator.mjs_CZr', 'get_ServiceLocator_MjsCZrService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:delete' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:deleteEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:detail' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:edit' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:index' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:new' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:persistEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:renderFilters' => ['privates', '.service_locator.coGsai3', 'get_ServiceLocator_CoGsai3Service', true],\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:updateEntity' => ['privates', '.service_locator._nRHRBM', 'get_ServiceLocator_NRHRBMService', true],\n 'App\\\\Controller\\\\CartController:add' => ['privates', '.service_locator.u9oHlxR', 'get_ServiceLocator_U9oHlxRService', true],\n 'App\\\\Controller\\\\CartController:delete' => ['privates', '.service_locator.u9oHlxR', 'get_ServiceLocator_U9oHlxRService', true],\n 'App\\\\Controller\\\\CartController:deleteAll' => ['privates', '.service_locator.aI7umW_', 'get_ServiceLocator_AI7umWService', true],\n 'App\\\\Controller\\\\CartController:index' => ['privates', '.service_locator.sMtEC3T', 'get_ServiceLocator_SMtEC3TService', true],\n 'App\\\\Controller\\\\CartController:remove' => ['privates', '.service_locator.u9oHlxR', 'get_ServiceLocator_U9oHlxRService', true],\n 'App\\\\Controller\\\\SecurityController:login' => ['privates', '.service_locator.xA8Fw_.', 'get_ServiceLocator_XA8Fw_Service', true],\n 'App\\\\Controller\\\\SecurityController:register' => ['privates', '.service_locator.6FYM2W8', 'get_ServiceLocator_6FYM2W8Service', true],\n 'kernel:loadRoutes' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel:terminate' => ['privates', '.service_locator.beq5mCo', 'get_ServiceLocator_Beq5mCoService', true],\n ], [\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::autocomplete' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::configureActions' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::configureAssets' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::configureCrud' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::configureFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::configureResponseParameters' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::createEditForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::createEditFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::createIndexQueryBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::createNewForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::createNewFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::delete' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::deleteEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::detail' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::edit' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::index' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::new' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::persistEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::renderFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController::updateEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::autocomplete' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::configureActions' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::configureAssets' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::configureCrud' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::configureFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::configureResponseParameters' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::createEditForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::createEditFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::createIndexQueryBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::createNewForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::createNewFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::delete' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::deleteEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::detail' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::edit' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::index' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::new' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::persistEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::renderFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController::updateEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::autocomplete' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::configureActions' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::configureAssets' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::configureCrud' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::configureFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::configureResponseParameters' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::createEditForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::createEditFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::createIndexQueryBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::createNewForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::createNewFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::delete' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::deleteEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::detail' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::edit' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::index' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::new' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::persistEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::renderFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController::updateEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\DashboardController::configureUserMenu' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::autocomplete' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::configureActions' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::configureAssets' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::configureCrud' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::configureFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::configureResponseParameters' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::createEditForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::createEditFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::createIndexQueryBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::createNewForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::createNewFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::delete' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::deleteEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::detail' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::edit' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::index' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::new' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::persistEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::renderFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController::updateEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::autocomplete' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::configureActions' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::configureAssets' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::configureCrud' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::configureFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::configureResponseParameters' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::createEditForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::createEditFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::createIndexQueryBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::createNewForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::createNewFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::delete' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::deleteEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::detail' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::edit' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::index' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::new' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::persistEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::renderFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController::updateEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::autocomplete' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::configureActions' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::configureAssets' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::configureCrud' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::configureFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::configureResponseParameters' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::createEditForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::createEditFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::createIndexQueryBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::createNewForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::createNewFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::delete' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::deleteEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::detail' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::edit' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::index' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::new' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::persistEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::renderFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController::updateEntity' => '?',\n 'App\\\\Controller\\\\CartController::add' => '?',\n 'App\\\\Controller\\\\CartController::delete' => '?',\n 'App\\\\Controller\\\\CartController::deleteAll' => '?',\n 'App\\\\Controller\\\\CartController::index' => '?',\n 'App\\\\Controller\\\\CartController::remove' => '?',\n 'App\\\\Controller\\\\SecurityController::login' => '?',\n 'App\\\\Controller\\\\SecurityController::register' => '?',\n 'App\\\\Kernel::loadRoutes' => '?',\n 'App\\\\Kernel::registerContainerConfiguration' => '?',\n 'App\\\\Kernel::terminate' => '?',\n 'kernel::loadRoutes' => '?',\n 'kernel::registerContainerConfiguration' => '?',\n 'kernel::terminate' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:autocomplete' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:configureActions' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:configureAssets' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:configureCrud' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:configureFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:configureResponseParameters' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:createEditForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:createEditFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:createIndexQueryBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:createNewForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:createNewFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:delete' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:deleteEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:detail' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:edit' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:index' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:new' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:persistEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:renderFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\AvisCrudController:updateEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:autocomplete' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:configureActions' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:configureAssets' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:configureCrud' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:configureFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:configureResponseParameters' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:createEditForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:createEditFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:createIndexQueryBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:createNewForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:createNewFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:delete' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:deleteEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:detail' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:edit' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:index' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:new' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:persistEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:renderFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\CategorieCrudController:updateEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:autocomplete' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:configureActions' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:configureAssets' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:configureCrud' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:configureFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:configureResponseParameters' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:createEditForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:createEditFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:createIndexQueryBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:createNewForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:createNewFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:delete' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:deleteEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:detail' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:edit' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:index' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:new' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:persistEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:renderFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\CommandeCrudController:updateEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\DashboardController:configureUserMenu' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:autocomplete' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:configureActions' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:configureAssets' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:configureCrud' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:configureFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:configureResponseParameters' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:createEditForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:createEditFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:createIndexQueryBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:createNewForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:createNewFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:delete' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:deleteEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:detail' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:edit' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:index' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:new' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:persistEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:renderFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\MarqueCrudController:updateEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:autocomplete' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:configureActions' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:configureAssets' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:configureCrud' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:configureFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:configureResponseParameters' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:createEditForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:createEditFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:createIndexQueryBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:createNewForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:createNewFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:delete' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:deleteEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:detail' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:edit' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:index' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:new' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:persistEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:renderFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\ProduitCrudController:updateEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:autocomplete' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:configureActions' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:configureAssets' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:configureCrud' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:configureFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:configureResponseParameters' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:createEditForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:createEditFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:createIndexQueryBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:createNewForm' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:createNewFormBuilder' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:delete' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:deleteEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:detail' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:edit' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:index' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:new' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:persistEntity' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:renderFilters' => '?',\n 'App\\\\Controller\\\\Admin\\\\UserCrudController:updateEntity' => '?',\n 'App\\\\Controller\\\\CartController:add' => '?',\n 'App\\\\Controller\\\\CartController:delete' => '?',\n 'App\\\\Controller\\\\CartController:deleteAll' => '?',\n 'App\\\\Controller\\\\CartController:index' => '?',\n 'App\\\\Controller\\\\CartController:remove' => '?',\n 'App\\\\Controller\\\\SecurityController:login' => '?',\n 'App\\\\Controller\\\\SecurityController:register' => '?',\n 'kernel:loadRoutes' => '?',\n 'kernel:registerContainerConfiguration' => '?',\n 'kernel:terminate' => '?',\n ]);\n }", "private function build_container_old(string $reqtype)\n{ \n\n // Set request type\n self::$reqtype = $reqtype;\n self::$reqtype_original = $reqtype;\n\n // Build container\n $builder = new \\DI\\ContainerBuilder();\n $builder->useAnnotations(true);\n $this->container = $builder->build();\n $this->set(app::class, $this);\n\n // Get service definitions\n $this->services = require(__DIR__ . '/../bootstrap/' . $reqtype . '.php');\n\n // Initialize services\n foreach ($this->services as $service => $vars) { \n $class = \"\\\\apex\\\\services\\\\\" . str_replace(\"/\", \"\\\\\", $service);\n if ($this->has($class)) { \n $class::set_app($this);\n }\n\n // Assign service, if autowire\n if (isset($vars['autowire']) && $vars['autowire'] === true) { \n $this->assign_service($service);\n }\n }\n\n}", "public static function do($container, $lazyLoad = true)\n {\n return $container->privates['.service_locator.MN3YPTs'] = new \\Symfony\\Component\\DependencyInjection\\Argument\\ServiceLocator($container->getService, [\n 'App\\\\Controller\\\\AssociationController::delete' => ['privates', '.service_locator.2BosQU4', 'get_ServiceLocator_2BosQU4Service', true],\n 'App\\\\Controller\\\\AssociationController::edit' => ['privates', '.service_locator.uVKVO.j', 'get_ServiceLocator_UVKVO_JService', true],\n 'App\\\\Controller\\\\AssociationController::index' => ['privates', '.service_locator.1UbjebN', 'get_ServiceLocator_1UbjebNService', true],\n 'App\\\\Controller\\\\AssociationController::new' => ['privates', '.service_locator.1cFtlgg', 'get_ServiceLocator_1cFtlggService', true],\n 'App\\\\Controller\\\\AssociationController::show' => ['privates', '.service_locator.2BosQU4', 'get_ServiceLocator_2BosQU4Service', true],\n 'App\\\\Controller\\\\HomeController::index' => ['privates', '.service_locator.RTUGCCW', 'get_ServiceLocator_RTUGCCWService', true],\n 'App\\\\Controller\\\\RegistrationController::register' => ['privates', '.service_locator.KZspnfk', 'get_ServiceLocator_KZspnfkService', true],\n 'App\\\\Controller\\\\SecurityController::login' => ['privates', '.service_locator.xA8Fw_.', 'get_ServiceLocator_XA8Fw_Service', true],\n 'App\\\\Controller\\\\UserController::add_assoc' => ['privates', '.service_locator.3QwsE1G', 'get_ServiceLocator_3QwsE1GService', true],\n 'App\\\\Controller\\\\UserController::delete' => ['privates', '.service_locator.hEwcf7A', 'get_ServiceLocator_HEwcf7AService', true],\n 'App\\\\Controller\\\\UserController::edit' => ['privates', '.service_locator.hEwcf7A', 'get_ServiceLocator_HEwcf7AService', true],\n 'App\\\\Controller\\\\UserController::index' => ['privates', '.service_locator.FXD6KYr', 'get_ServiceLocator_FXD6KYrService', true],\n 'App\\\\Controller\\\\UserController::show' => ['privates', '.service_locator.b7Oot3E', 'get_ServiceLocator_B7Oot3EService', true],\n 'App\\\\Kernel::loadRoutes' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'App\\\\Kernel::registerContainerConfiguration' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'App\\\\Kernel::terminate' => ['privates', '.service_locator.beq5mCo', 'get_ServiceLocator_Beq5mCoService', true],\n 'kernel::loadRoutes' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel::terminate' => ['privates', '.service_locator.beq5mCo', 'get_ServiceLocator_Beq5mCoService', true],\n 'App\\\\Controller\\\\AssociationController:delete' => ['privates', '.service_locator.2BosQU4', 'get_ServiceLocator_2BosQU4Service', true],\n 'App\\\\Controller\\\\AssociationController:edit' => ['privates', '.service_locator.uVKVO.j', 'get_ServiceLocator_UVKVO_JService', true],\n 'App\\\\Controller\\\\AssociationController:index' => ['privates', '.service_locator.1UbjebN', 'get_ServiceLocator_1UbjebNService', true],\n 'App\\\\Controller\\\\AssociationController:new' => ['privates', '.service_locator.1cFtlgg', 'get_ServiceLocator_1cFtlggService', true],\n 'App\\\\Controller\\\\AssociationController:show' => ['privates', '.service_locator.2BosQU4', 'get_ServiceLocator_2BosQU4Service', true],\n 'App\\\\Controller\\\\HomeController:index' => ['privates', '.service_locator.RTUGCCW', 'get_ServiceLocator_RTUGCCWService', true],\n 'App\\\\Controller\\\\RegistrationController:register' => ['privates', '.service_locator.KZspnfk', 'get_ServiceLocator_KZspnfkService', true],\n 'App\\\\Controller\\\\SecurityController:login' => ['privates', '.service_locator.xA8Fw_.', 'get_ServiceLocator_XA8Fw_Service', true],\n 'App\\\\Controller\\\\UserController:add_assoc' => ['privates', '.service_locator.3QwsE1G', 'get_ServiceLocator_3QwsE1GService', true],\n 'App\\\\Controller\\\\UserController:delete' => ['privates', '.service_locator.hEwcf7A', 'get_ServiceLocator_HEwcf7AService', true],\n 'App\\\\Controller\\\\UserController:edit' => ['privates', '.service_locator.hEwcf7A', 'get_ServiceLocator_HEwcf7AService', true],\n 'App\\\\Controller\\\\UserController:index' => ['privates', '.service_locator.FXD6KYr', 'get_ServiceLocator_FXD6KYrService', true],\n 'App\\\\Controller\\\\UserController:show' => ['privates', '.service_locator.b7Oot3E', 'get_ServiceLocator_B7Oot3EService', true],\n 'kernel:loadRoutes' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel:terminate' => ['privates', '.service_locator.beq5mCo', 'get_ServiceLocator_Beq5mCoService', true],\n ], [\n 'App\\\\Controller\\\\AssociationController::delete' => '?',\n 'App\\\\Controller\\\\AssociationController::edit' => '?',\n 'App\\\\Controller\\\\AssociationController::index' => '?',\n 'App\\\\Controller\\\\AssociationController::new' => '?',\n 'App\\\\Controller\\\\AssociationController::show' => '?',\n 'App\\\\Controller\\\\HomeController::index' => '?',\n 'App\\\\Controller\\\\RegistrationController::register' => '?',\n 'App\\\\Controller\\\\SecurityController::login' => '?',\n 'App\\\\Controller\\\\UserController::add_assoc' => '?',\n 'App\\\\Controller\\\\UserController::delete' => '?',\n 'App\\\\Controller\\\\UserController::edit' => '?',\n 'App\\\\Controller\\\\UserController::index' => '?',\n 'App\\\\Controller\\\\UserController::show' => '?',\n 'App\\\\Kernel::loadRoutes' => '?',\n 'App\\\\Kernel::registerContainerConfiguration' => '?',\n 'App\\\\Kernel::terminate' => '?',\n 'kernel::loadRoutes' => '?',\n 'kernel::registerContainerConfiguration' => '?',\n 'kernel::terminate' => '?',\n 'App\\\\Controller\\\\AssociationController:delete' => '?',\n 'App\\\\Controller\\\\AssociationController:edit' => '?',\n 'App\\\\Controller\\\\AssociationController:index' => '?',\n 'App\\\\Controller\\\\AssociationController:new' => '?',\n 'App\\\\Controller\\\\AssociationController:show' => '?',\n 'App\\\\Controller\\\\HomeController:index' => '?',\n 'App\\\\Controller\\\\RegistrationController:register' => '?',\n 'App\\\\Controller\\\\SecurityController:login' => '?',\n 'App\\\\Controller\\\\UserController:add_assoc' => '?',\n 'App\\\\Controller\\\\UserController:delete' => '?',\n 'App\\\\Controller\\\\UserController:edit' => '?',\n 'App\\\\Controller\\\\UserController:index' => '?',\n 'App\\\\Controller\\\\UserController:show' => '?',\n 'kernel:loadRoutes' => '?',\n 'kernel:registerContainerConfiguration' => '?',\n 'kernel:terminate' => '?',\n ]);\n }", "public function registerComponents() {\n foreach ($this->components as $key => $value) { \n $classId = $key . '_class';\n \n //create a dutu property and map its class id to a class name\n $this->dutu->$classId = $value;\n \n //create a callback function which creates a service object\n $this->dutu->$key = function($container) use($classId) {\n \n //create and return an object associated with the class id\n return new $container->$classId();\n };\n }\n }", "public abstract function getReferences();", "public function testServicesDependency() {\n $blizzardApiService = new BlizzardApi();\n $ggTrackerService = new GGTracker();\n $scRanksService = new SCRanks();\n\n $overviewService = new ConnectionService();\n $overviewService->setBlizzardApi($blizzardApiService)\n ->setGgTracker($ggTrackerService)\n ->setScRanks($scRanksService);\n\n $this->assertEquals($blizzardApiService, $overviewService->getBlizzardApi());\n $this->assertEquals($ggTrackerService, $overviewService->getGgTracker());\n $this->assertEquals($scRanksService, $overviewService->getScRanks());\n }", "public static function do($container, $lazyLoad = true)\n {\n return $container->privates['.service_locator.DPyAAGX'] = new \\Symfony\\Component\\DependencyInjection\\Argument\\ServiceLocator($container->getService, [\n 'cr' => ['privates', 'App\\\\Repository\\\\ClasseRepository', 'getClasseRepositoryService', true],\n 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', true],\n 'mr' => ['privates', 'App\\\\Repository\\\\MatiereRepository', 'getMatiereRepositoryService', true],\n 'pr' => ['privates', 'App\\\\Repository\\\\ProfesseurRepository', 'getProfesseurRepositoryService', true],\n 'sr' => ['privates', 'App\\\\Repository\\\\SalleRepository', 'getSalleRepositoryService', true],\n 'validator' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', true],\n ], [\n 'cr' => 'App\\\\Repository\\\\ClasseRepository',\n 'em' => '?',\n 'mr' => 'App\\\\Repository\\\\MatiereRepository',\n 'pr' => 'App\\\\Repository\\\\ProfesseurRepository',\n 'sr' => 'App\\\\Repository\\\\SalleRepository',\n 'validator' => '?',\n ]);\n }", "protected function rebuild()\n {\n /* @var $classInformation DClassInformation */\n $classInformation = $this->getDependency(DClassInformation::class);\n $runtimeAdapters = $classInformation->getClassNames(DRuntimeAdapter::class);\n\n $this->runtimeAdapters = array();\n\n foreach ($runtimeAdapters as $qualifiedName) {\n $this->reflectAdapter($qualifiedName);\n }\n }", "public static function do($container, $lazyLoad = true)\n {\n return $container->privates['.service_locator.MHQDhsS'] = new \\Symfony\\Component\\DependencyInjection\\Argument\\ServiceLocator($container->getService, [\n 'App\\\\Controller\\\\AddressbookController::index' => ['privates', '.service_locator.gGPVKm_', 'get_ServiceLocator_GGPVKmService', true],\n 'App\\\\Controller\\\\UploadController::index' => ['privates', '.service_locator.8qII0ff', 'get_ServiceLocator_8qII0ffService', true],\n 'App\\\\Controller\\\\UploadController::setCreatedTs' => ['privates', '.service_locator.jLb91Z0', 'get_ServiceLocator_JLb91Z0Service', true],\n 'App\\\\Kernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true],\n 'App\\\\Kernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true],\n 'App\\\\Kernel::terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', true],\n 'kernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true],\n 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true],\n 'kernel::terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', true],\n 'App\\\\Controller\\\\AddressbookController:index' => ['privates', '.service_locator.gGPVKm_', 'get_ServiceLocator_GGPVKmService', true],\n 'App\\\\Controller\\\\UploadController:index' => ['privates', '.service_locator.8qII0ff', 'get_ServiceLocator_8qII0ffService', true],\n 'App\\\\Controller\\\\UploadController:setCreatedTs' => ['privates', '.service_locator.jLb91Z0', 'get_ServiceLocator_JLb91Z0Service', true],\n 'kernel:loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true],\n 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true],\n 'kernel:terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', true],\n ], [\n 'App\\\\Controller\\\\AddressbookController::index' => '?',\n 'App\\\\Controller\\\\UploadController::index' => '?',\n 'App\\\\Controller\\\\UploadController::setCreatedTs' => '?',\n 'App\\\\Kernel::loadRoutes' => '?',\n 'App\\\\Kernel::registerContainerConfiguration' => '?',\n 'App\\\\Kernel::terminate' => '?',\n 'kernel::loadRoutes' => '?',\n 'kernel::registerContainerConfiguration' => '?',\n 'kernel::terminate' => '?',\n 'App\\\\Controller\\\\AddressbookController:index' => '?',\n 'App\\\\Controller\\\\UploadController:index' => '?',\n 'App\\\\Controller\\\\UploadController:setCreatedTs' => '?',\n 'kernel:loadRoutes' => '?',\n 'kernel:registerContainerConfiguration' => '?',\n 'kernel:terminate' => '?',\n ]);\n }", "public function create($import, array& $ref = [])\n {\n if (is_scalar($import) || is_null($import)) {\n return $import;\n }\n\n if (array_key_exists(self::REF_KEY, $import)) {\n if (array_key_exists($import[self::REF_KEY], $ref)) {\n return $ref[$import[self::REF_KEY]];\n } else {\n throw new \\RuntimeException($import[self::REF_KEY] . ' ref is unknown');\n }\n }\n\n if (array_key_exists(self::CLASS_KEY, $import)) {\n // creation of the object :\n $scope = $import[self::CLASS_KEY];\n $obj = $this->instantiate($scope);\n $ref[$import[self::UUID_KEY]] = $obj;\n unset($import[self::CLASS_KEY]);\n unset($import[self::UUID_KEY]);\n\n // choose the right closure to inject properties\n $hydrate = $this->getStrategy($scope);\n\n // iterate over inheritance tree\n do {\n $dump = \\Closure::bind($hydrate, $obj, $scope);\n $dump($scope, $import, $ref);\n } while ($scope = get_parent_class($scope));\n\n return $obj;\n }\n\n $arr = [];\n foreach ($import as $key => $value) {\n $arr[$key] = $this->create($value, $ref);\n }\n\n return $arr;\n }", "public static function do($container, $lazyLoad = true)\n {\n return $container->privates['.service_locator.FfdZDZe'] = new \\Symfony\\Component\\DependencyInjection\\Argument\\ServiceLocator($container->getService, [\n 'App\\\\Controller\\\\HelloController::service' => ['privates', '.service_locator.FPy9AcB', 'get_ServiceLocator_FPy9AcBService', true],\n 'App\\\\Controller\\\\HelloController::serviceII' => ['privates', '.service_locator.H0QRQne', 'get_ServiceLocator_H0QRQneService', true],\n 'App\\\\Kernel::loadRoutes' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'App\\\\Kernel::registerContainerConfiguration' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'App\\\\Kernel::terminate' => ['privates', '.service_locator.beq5mCo', 'get_ServiceLocator_Beq5mCoService', true],\n 'kernel::loadRoutes' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel::terminate' => ['privates', '.service_locator.beq5mCo', 'get_ServiceLocator_Beq5mCoService', true],\n 'App\\\\Controller\\\\HelloController:service' => ['privates', '.service_locator.FPy9AcB', 'get_ServiceLocator_FPy9AcBService', true],\n 'App\\\\Controller\\\\HelloController:serviceII' => ['privates', '.service_locator.H0QRQne', 'get_ServiceLocator_H0QRQneService', true],\n 'kernel:loadRoutes' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel:terminate' => ['privates', '.service_locator.beq5mCo', 'get_ServiceLocator_Beq5mCoService', true],\n ], [\n 'App\\\\Controller\\\\HelloController::service' => '?',\n 'App\\\\Controller\\\\HelloController::serviceII' => '?',\n 'App\\\\Kernel::loadRoutes' => '?',\n 'App\\\\Kernel::registerContainerConfiguration' => '?',\n 'App\\\\Kernel::terminate' => '?',\n 'kernel::loadRoutes' => '?',\n 'kernel::registerContainerConfiguration' => '?',\n 'kernel::terminate' => '?',\n 'App\\\\Controller\\\\HelloController:service' => '?',\n 'App\\\\Controller\\\\HelloController:serviceII' => '?',\n 'kernel:loadRoutes' => '?',\n 'kernel:registerContainerConfiguration' => '?',\n 'kernel:terminate' => '?',\n ]);\n }", "protected function _initServices()\n {\n $config = new Zend_Config($this->getOptions());\n App_Service_ServiceAbstract::attachInjectionContainer(\n new Evento_Service_InjectionContainer($config), 'Evento_Service_'\n );\n App_Service_ServiceAbstract::attachInjectionContainer(\n new Default_Service_InjectionContainer($config), 'Default_Service_'\n );\n }", "public static function do($container, $lazyLoad = true)\n {\n return $container->privates['.service_locator.sUaiYmJ'] = new \\Symfony\\Component\\DependencyInjection\\Argument\\ServiceLocator($container->getService, [\n 'App\\\\Controller\\\\AdminController::addAdmin' => ['privates', '.service_locator.YmR6qs4', 'get_ServiceLocator_YmR6qs4Service', true],\n 'App\\\\Controller\\\\AdminController::updateAdmin' => ['privates', '.service_locator.wa_PTUC', 'get_ServiceLocator_WaPTUCService', true],\n 'App\\\\Controller\\\\ApprenantController::addApprenant' => ['privates', '.service_locator.laWtL56', 'get_ServiceLocator_LaWtL56Service', true],\n 'App\\\\Controller\\\\CMController::addCM' => ['privates', '.service_locator.laWtL56', 'get_ServiceLocator_LaWtL56Service', true],\n 'App\\\\Controller\\\\CMController::updateCm' => ['privates', '.service_locator.tQCFC.H', 'get_ServiceLocator_TQCFC_HService', true],\n 'App\\\\Controller\\\\CompetenceController::addCompetence' => ['privates', '.service_locator.hall1zc', 'get_ServiceLocator_Hall1zcService', true],\n 'App\\\\Controller\\\\CompetenceController::showCompetence' => ['privates', '.service_locator.EFPYbVF', 'get_ServiceLocator_EFPYbVFService', true],\n 'App\\\\Controller\\\\CompetenceController::updateCompetence' => ['privates', '.service_locator.ihUGo0D', 'get_ServiceLocator_IhUGo0DService', true],\n 'App\\\\Controller\\\\FormateurController::addFormateur' => ['privates', '.service_locator.laWtL56', 'get_ServiceLocator_LaWtL56Service', true],\n 'App\\\\Controller\\\\FormateurController::updateFormateur' => ['privates', '.service_locator.FidDLBm', 'get_ServiceLocator_FidDLBmService', true],\n 'App\\\\Controller\\\\GroupetagController::addGroupetag' => ['privates', '.service_locator.19ps0qC', 'get_ServiceLocator_19ps0qCService', true],\n 'App\\\\Controller\\\\GroupetagController::updateGroupetag' => ['privates', '.service_locator.lb3OZhV', 'get_ServiceLocator_Lb3OZhVService', true],\n 'App\\\\Controller\\\\ReferentielController::addReferentiel' => ['privates', '.service_locator.toGFvjt', 'get_ServiceLocator_ToGFvjtService', true],\n 'App\\\\Controller\\\\ReferentielController::showReferentiel' => ['privates', '.service_locator.M3HL8pi', 'get_ServiceLocator_M3HL8piService', true],\n 'App\\\\Controller\\\\ReferentielController::updateReferentiel' => ['privates', '.service_locator.cjnRAGz', 'get_ServiceLocator_CjnRAGzService', true],\n 'App\\\\Kernel::loadRoutes' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'App\\\\Kernel::registerContainerConfiguration' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'App\\\\Kernel::terminate' => ['privates', '.service_locator.beq5mCo', 'get_ServiceLocator_Beq5mCoService', true],\n 'kernel::loadRoutes' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel::terminate' => ['privates', '.service_locator.beq5mCo', 'get_ServiceLocator_Beq5mCoService', true],\n 'App\\\\Controller\\\\AdminController:addAdmin' => ['privates', '.service_locator.YmR6qs4', 'get_ServiceLocator_YmR6qs4Service', true],\n 'App\\\\Controller\\\\AdminController:updateAdmin' => ['privates', '.service_locator.wa_PTUC', 'get_ServiceLocator_WaPTUCService', true],\n 'App\\\\Controller\\\\ApprenantController:addApprenant' => ['privates', '.service_locator.laWtL56', 'get_ServiceLocator_LaWtL56Service', true],\n 'App\\\\Controller\\\\CMController:addCM' => ['privates', '.service_locator.laWtL56', 'get_ServiceLocator_LaWtL56Service', true],\n 'App\\\\Controller\\\\CMController:updateCm' => ['privates', '.service_locator.tQCFC.H', 'get_ServiceLocator_TQCFC_HService', true],\n 'App\\\\Controller\\\\CompetenceController:addCompetence' => ['privates', '.service_locator.hall1zc', 'get_ServiceLocator_Hall1zcService', true],\n 'App\\\\Controller\\\\CompetenceController:showCompetence' => ['privates', '.service_locator.EFPYbVF', 'get_ServiceLocator_EFPYbVFService', true],\n 'App\\\\Controller\\\\CompetenceController:updateCompetence' => ['privates', '.service_locator.ihUGo0D', 'get_ServiceLocator_IhUGo0DService', true],\n 'App\\\\Controller\\\\FormateurController:addFormateur' => ['privates', '.service_locator.laWtL56', 'get_ServiceLocator_LaWtL56Service', true],\n 'App\\\\Controller\\\\FormateurController:updateFormateur' => ['privates', '.service_locator.FidDLBm', 'get_ServiceLocator_FidDLBmService', true],\n 'App\\\\Controller\\\\GroupetagController:addGroupetag' => ['privates', '.service_locator.19ps0qC', 'get_ServiceLocator_19ps0qCService', true],\n 'App\\\\Controller\\\\GroupetagController:updateGroupetag' => ['privates', '.service_locator.lb3OZhV', 'get_ServiceLocator_Lb3OZhVService', true],\n 'App\\\\Controller\\\\ReferentielController:addReferentiel' => ['privates', '.service_locator.toGFvjt', 'get_ServiceLocator_ToGFvjtService', true],\n 'App\\\\Controller\\\\ReferentielController:showReferentiel' => ['privates', '.service_locator.M3HL8pi', 'get_ServiceLocator_M3HL8piService', true],\n 'App\\\\Controller\\\\ReferentielController:updateReferentiel' => ['privates', '.service_locator.cjnRAGz', 'get_ServiceLocator_CjnRAGzService', true],\n 'kernel:loadRoutes' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.C9JCBPC', 'get_ServiceLocator_C9JCBPCService', true],\n 'kernel:terminate' => ['privates', '.service_locator.beq5mCo', 'get_ServiceLocator_Beq5mCoService', true],\n ], [\n 'App\\\\Controller\\\\AdminController::addAdmin' => '?',\n 'App\\\\Controller\\\\AdminController::updateAdmin' => '?',\n 'App\\\\Controller\\\\ApprenantController::addApprenant' => '?',\n 'App\\\\Controller\\\\CMController::addCM' => '?',\n 'App\\\\Controller\\\\CMController::updateCm' => '?',\n 'App\\\\Controller\\\\CompetenceController::addCompetence' => '?',\n 'App\\\\Controller\\\\CompetenceController::showCompetence' => '?',\n 'App\\\\Controller\\\\CompetenceController::updateCompetence' => '?',\n 'App\\\\Controller\\\\FormateurController::addFormateur' => '?',\n 'App\\\\Controller\\\\FormateurController::updateFormateur' => '?',\n 'App\\\\Controller\\\\GroupetagController::addGroupetag' => '?',\n 'App\\\\Controller\\\\GroupetagController::updateGroupetag' => '?',\n 'App\\\\Controller\\\\ReferentielController::addReferentiel' => '?',\n 'App\\\\Controller\\\\ReferentielController::showReferentiel' => '?',\n 'App\\\\Controller\\\\ReferentielController::updateReferentiel' => '?',\n 'App\\\\Kernel::loadRoutes' => '?',\n 'App\\\\Kernel::registerContainerConfiguration' => '?',\n 'App\\\\Kernel::terminate' => '?',\n 'kernel::loadRoutes' => '?',\n 'kernel::registerContainerConfiguration' => '?',\n 'kernel::terminate' => '?',\n 'App\\\\Controller\\\\AdminController:addAdmin' => '?',\n 'App\\\\Controller\\\\AdminController:updateAdmin' => '?',\n 'App\\\\Controller\\\\ApprenantController:addApprenant' => '?',\n 'App\\\\Controller\\\\CMController:addCM' => '?',\n 'App\\\\Controller\\\\CMController:updateCm' => '?',\n 'App\\\\Controller\\\\CompetenceController:addCompetence' => '?',\n 'App\\\\Controller\\\\CompetenceController:showCompetence' => '?',\n 'App\\\\Controller\\\\CompetenceController:updateCompetence' => '?',\n 'App\\\\Controller\\\\FormateurController:addFormateur' => '?',\n 'App\\\\Controller\\\\FormateurController:updateFormateur' => '?',\n 'App\\\\Controller\\\\GroupetagController:addGroupetag' => '?',\n 'App\\\\Controller\\\\GroupetagController:updateGroupetag' => '?',\n 'App\\\\Controller\\\\ReferentielController:addReferentiel' => '?',\n 'App\\\\Controller\\\\ReferentielController:showReferentiel' => '?',\n 'App\\\\Controller\\\\ReferentielController:updateReferentiel' => '?',\n 'kernel:loadRoutes' => '?',\n 'kernel:registerContainerConfiguration' => '?',\n 'kernel:terminate' => '?',\n ]);\n }", "private function autoInjectConstructor () {\n\n\t\t$reflectionClass = new \\ReflectionClass($this->controller);\n\t\t$parameters = $reflectionClass->getConstructor()->getParameters();\n\t\t$countParams = $reflectionClass->getConstructor()->getNumberOfParameters();\n\t\t$arguments = $this->getDataArguments('constructor', $parameters, $countParams);\n\n\t\tif ($countParams === 0) {\n\t\t\t$this->controller = new $this->controller;\n\t\t}\n\n\t\tif ($countParams > 0) {\n\t\t\t$class = new \\ReflectionClass($this->controller);\n\t\t\t$this->controller = $class->newInstanceArgs( $arguments);\n\t\t}\n\n\t}" ]
[ "0.6556488", "0.5584092", "0.54541373", "0.52556926", "0.52480686", "0.5193226", "0.51429206", "0.5121041", "0.50931466", "0.50825125", "0.50774854", "0.5060217", "0.5009088", "0.5006356", "0.49906346", "0.49706298", "0.4943989", "0.49354511", "0.49341342", "0.4903969", "0.49024394", "0.48811424", "0.48758203", "0.48493853", "0.4838947", "0.48329273", "0.48010358", "0.4799748", "0.47911912", "0.47869807" ]
0.6994836
0
Similar to getCurrentPage, but returns null if the current page is an admin page, and therefore not suitable for normal navigation like the breadcrumb and subnav
static public function getCurrentNonAdminPage() { $page = aTools::getCurrentPage(); return $page ? ($page->admin ? null : $page) : null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getCurrentPage()\n {\n return isset($this->current_page) ? $this->current_page : null;\n }", "public function currentPage()\n {\n $id = $this->currentPageID();\n if ($id === 0) {\n return SiteTree::singleton();\n }\n return parent::currentPage();\n }", "public function getCurrentPage()\n {\n\n }", "public function getCurrentPage()\n\t{\n\t\treturn $this->current_page;\n\t}", "public static function getCurrent()\n {\n // just return it\n if (Auth::guest() && !empty(self::$current)) {\n return self::$current;\n }\n\n $path = '/' . request()->path();\n\n $query = PageFacade::where('site_id', '=', SiteFacade::getCurrent()->id)\n ->where('path', 'LIKE', $path);\n\n // account for page status for non-admin users\n if (Auth::check() && Auth::user()->isAdmin()) {\n // any status is fine\n } else {\n $query = $query->whereIn('status', ['publish', 'hidden']);\n }\n\n $page = $query->first();\n\n if (Auth::guest()) {\n self::$current = $page;\n }\n\n return $page;\n }", "private function get_current_page() {\n\n\t\treturn $this->page;\n\t}", "public function getCurrentPage() {\n return $this->currentpage;\n }", "public function getCurrentPage()\n {\n return $this->currentPage;\n }", "public function getCurrentPage()\n {\n return $this->currentPage;\n }", "public function current_page();", "public function getCurrentPage() {\n\t\treturn $this->currentPage;\n\t}", "public function GetCurrentPage()\n\t{\n\t\treturn $this->currentPage;\n\t}", "public function getCurrentPage() {\n return $this->currentPage;\n }", "public function getCurrentPage(){\r\n\t\treturn $this->currentPage;\r\n\t}", "private function getCurrentPage()\n {\n\n $page = array_values(array_filter(explode('/', strip_tags( $_SERVER['REQUEST_URI'] ))));\n\n if( empty( $page ) )\n {\n\n return Settings::getSetting('controller_index_page');\n }\n\n return $page[0];\n }", "public function get_page() {\r\n if (isset($this->page)) {\r\n return $this->page;\r\n }\r\n return NULL;\r\n }", "public function getCurrentPage()\n\t{\n\t\treturn $this->currentPage;\n\t}", "public function getCurrentPage()\n {\n return $this->currentPage;\n }", "public function getCurrentPage()\n {\n return $this->_currentPage;\n }", "public function getCurrentPage()\n {\n\n $page = array_values(array_filter(explode('/', $_SERVER['REQUEST_URI'])));\n\n if( empty( $page ) )\n {\n\n return Settings::getSetting('controller_index_page');\n }\n\n return $page[0];\n }", "public function getCurrentPage() {\n\t\treturn $this->getLastChild();\n\t}", "protected function getCurrentLandingPage()\n {\n return $this->coreRegistry->registry('mageworx_landingpagespro_landingpage');\n }", "public function getCurrentPage()\n {\n return $this->getData('current_page') ? $this->getData('current_page') : 1;\n }", "public function getCurrentPage()\n {\n return $this->getData('current_page') ? $this->getData('current_page') : 1;\n }", "public function getCurrentPage()\n {\n return $this->getData('current_page') ? $this->getData('current_page') : 1;\n }", "public function getCurrentPage()\n {\n return $this->getData('current_page') ? $this->getData('current_page') : 1;\n }", "public function getCurrentPage() {\n return $this->request->input('page', 1);\n }", "public function getCurrentPage() {\n return $this->getPageForItem($this->getStart());\n }", "protected function getCurrentNavigation()\n {\n if (get_option('page_for_' . get_post_type() . '_navigation')) {\n return get_post(get_option('page_for_' . get_post_type() . '_navigation'));\n }\n return;\n }", "public function getCurrentPage(): int\n {\n return $this->page;\n }" ]
[ "0.7299167", "0.7177002", "0.71231127", "0.70684355", "0.7032114", "0.7024179", "0.69075567", "0.68381315", "0.68381315", "0.6835778", "0.68058133", "0.6797674", "0.6775683", "0.6771175", "0.6763685", "0.67634636", "0.6751955", "0.67286754", "0.6716867", "0.66481817", "0.6636713", "0.6634491", "0.66126096", "0.66126096", "0.66126096", "0.66126096", "0.6552375", "0.6515286", "0.6511538", "0.64757556" ]
0.79889446
0
Caches a page for the current request so that other invocations of a_slot, a_area, etc. can efficiently access it without another query. Also hydrates the page if the data passed in is from an arrayhydrated query (part of app_a_fasthydrate). Returns the page object, particularly useful if you need to map it back to an object it is associated with as part of fast hydration
static public function cacheVirtualPage($pageInfo) { if (!is_object($pageInfo)) { // Fast hydration $page = new aPage(); $page->hydrate($pageInfo); // Cheap hydration of the slots happens here $page->populateSlotCache($pageInfo['Areas']); } else { $page = $pageInfo; } aTools::$globalCache[$page['slug']] = $page; return $page; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function cachePage($page) {\n $this->cachedPages[$page] = $this->doGetPage($page);\n return $this->cachedPages[$page];\n }", "function load() {\n global $site;\n $page = &$this->_page;\n \n // CACHE\n // ----------\n $cache = NULL;\n $cacheModified = time();\n $cacheID = Uri::md5URI();\n $cacheExpiredTime = \\c::get('cache.expiration', (24*60*60));\n\n // if cache is enabled...\n if(\\c::get('cache')) {\n $cacheModified = Cache::modified( $cacheID );\n\n // ...and the cache file is newer than all of the content files...\n if( $cacheModified >= Directory::modified( \\c::get( 'root.content' ))) {\n\n // ...and the cache file created time is withing the expiration time\n if(!Cache::expired($cacheID, $cacheExpiredTime)) {\n\n $cacheData = Cache::get( $cacheID, TRUE );\n\n }\n }\n }\n \n if( empty( $cacheData )) {\n\n // first, render the page and store the output\n $html = $page->render();\n\n if( $page->getTheme() !== NULL ) {\n // Load the theme and pass in the page content\n $html = theme::load( $page->getTheme(), array( 'page'=>$page, 'content'=>$html ), TRUE );\n // Run the $html through any final filters that were stored\n $html = Filter::doFilters( $html );\n // if cache is turned on, then cache this page.\n if( \\c::get( 'cache' )) {\n cache::set( $cacheID, (string) $html, TRUE );\n }\n // TODO: $page->is404 must be an overloaded variable.\n // Is this a useless check?\n if( \\c::get( 'index' ) && !$page->is404 ) {\n Index::store( Uri::get(), (string) $html, (string) $html );\n }\n // TODO: create a class that builds a sitemap.xml from each visited page\n // This will be better called from a crawling funciton so that deleted pages\n // are removed from the sitemap.xml file.\n }\n } else {\n $html = $cacheData;\n }\n \n // OUTPUT TO BROWSER\n echo trim( $html );\n }", "public function shouldCachePage()\n {\n // Check if the content type of the page is allowed to be cached\n if ($this->app['request']->isXmlHttpRequest() || $this->app['request']->getMethod() !== 'GET') {\n return false;\n }\n\n // Get pages to cache\n $only = (array) $this->app['config']->get('flatten.only');\n $ignored = (array) $this->app['config']->get('flatten.ignore');\n $cache = false;\n\n // Ignore and only\n if (empty($ignored) && empty($only)) {\n $cache = true;\n } else {\n if (!empty($only) && $this->matches($only)) {\n $cache = true;\n }\n if (!empty($ignored) && !$this->matches($ignored)) {\n $cache = true;\n }\n }\n\n return (bool) $cache;\n }", "public function hydrateFromCacheData($cacheData);", "protected function collectPageData()\n {\n $currentPage = $this->pageManager->getCurrentPage();\n\n if (!is_null($currentPage)) {\n $this->data['currentPage'] = array(\n 'name' => $currentPage->getName(),\n 'type' => $currentPage->getType(),\n );\n $this->data['cache'] = array(\n 'enabled' => $this->cacheEnabled,\n 'private' => $currentPage->getCachePrivate(),\n 'max_age' => $currentPage->getCacheMaxAge(),\n 'shared_max_age' => $currentPage->getCacheSharedMaxAge(),\n 'must_revalidate' => $currentPage->getCacheMustRevalidate(),\n 'last_modified' => $currentPage->getLastCacheModifiedDate()\n );\n }\n }", "public function addToPagesCache() {\n \t$uid = $this['uid'];\n \ttx_pttools_assert::isValidUid($uid, array('message' => 'Adding to cache is only possible for saved objects.'));\n \t$cacheIdentifier = $this->getClassName() . '_' . $uid;\n \ttx_tcaobjects_cacheControl::addTag($cacheIdentifier);\n \tif (($endtimeField = $this->getEnableColumn('endtime')) == true) {\n \t\t$endtime = $this[$endtimeField];\n \t\tif (!empty($endtime)) {\n \t\t\ttx_tcaobjects_cacheControl::addTimeout($endtime);\t\t\n \t\t}\n \t}\n }", "protected function cacheData($data)\n {\n $url = request()->url();\n\n $queryparms = request()->query();\n ksort($queryparms);\n\n $queryString = http_build_query($queryparms);\n $fullUrl = \"{$url}?{$queryString}\";\n\n return Cache::remember($fullUrl, 2, function () use ($data) {\n return $data;\n });\n }", "public function getPage() {\n\t\tif ($this->page instanceof Tx_Thomasnu_Persistence_LazyLoadingProxy) {\n\t\t\t$this->page->_loadRealInstance();\n\t\t}\n\t\treturn $this->page;\n\t}", "public static function getPageCache($vobj) {\r\n\t\tglobal $c;\r\n\t\tif ($c instanceof page && $_SERVER[\"REQUEST_METHOD\"] != \"POST\" && !isset($_SERVER[\"HTTPS\"])) {\r\n\t\t\t$u = new User();\r\n\t\t\tif (!$u->IsLoggedIn()) {\t\t\t\t// Only public information\r\n\t\t\t\t$pkgHandle = \"remo_cache\";\r\n\t\t\t\t$noCache = \"nocache\";\t\t\t\t\t// Marker, no cache info available\r\n\r\n\t\t\t\t$ca = new Cache();\r\n\t\t\t\t$host = strtolower($_SERVER[\"HTTP_HOST\"]);\r\n\t\t\t\t$cID = $c->getCollectionID() ;\r\n\t\t\t\t$id = $host . \":\" . $cID;\t\t\t// $id is based on the host and cID\r\n\t\t\t\tif ($p = $ca->get($pkgHandle, $id)) {\t\t// Have a cache entry?\r\n\t\t\t\t\tif (strcmp($p, $noCache)) {\t\t// Information is available?\r\n\t\t\t\t\t\techo $p;\t\t\t// Ship it to the output\r\n\t\t\t\t\t\texit();\t\t\t\t// and we are out of here.\r\n\t\t\t\t\t}\r\n\t\t\t\t} else {\r\n\t\t\t\t\t$ca->set($pkgHandle, $id, $noCache);\t// No cache info, yet\r\n\t\t\t\t\t$cachable = array('flash' => true, 'search' => true, 'youtube' => true, 'survey' => true, 'content' => true, 'image' => true, 'autonav' => true, 'person' => true, 'slideshow' => true, 'file' => true, 'google_map' => true, 'page_list' => true, 'music' => true, 'remo_expand' => true, 'remo_equation' => true, 'pageear' => true, 'zoom_image' => true);\r\n\t\t\t\t\t$writeCache = true;\t\t\t// Assume all blocks are cacheable\r\n\t\t\t\t\t$blocks = $c->getBlocks();\r\n\t\t\t\t\twhile ($writeCache && (list(, $b) = each($blocks))) {\r\n\t\t\t\t\t\t$blockTypeHandle = $b->getBlockTypeHandle();\r\n\t\t\t\t\t\t$writeCache = $cachable[$blockTypeHandle];\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif ($writeCache) {\t\t\t// We can cache this page?\r\n\t\t\t\t\t\t$fh = Loader::helper('file');\r\n\t\t\t\t\t\t$nh = Loader::helper('navigation'); \r\n\t\t\t\t\t\t$content = $fh->getContents($nh->getCollectionURL($c));\r\n\t\t\t\t\t\t$result = $ca->set($pkgHandle, $id, $content);\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}", "public function cached_get_page_by_path( $page_path, $output = OBJECT, $post_type = 'page' ) {\n\t\tif ( is_array( $post_type ) )\n\t\t\t$cache_key = sanitize_key( $page_path ) . '_' . md5( serialize( $post_type ) );\n\t\telse\n\t\t\t$cache_key = $post_type . '_' . sanitize_key( $page_path );\n\n\t\t$page_id = wp_cache_get( $cache_key, 'get_page_by_path' );\n\n\t\tif ( $page_id === false ) {\n\t\t\t$page = get_page_by_path( $page_path, $output, $post_type );\n\t\t\t$page_id = $page ? $page->ID : 0;\n\t\t\twp_cache_set( $cache_key, $page_id, 'get_page_by_path' ); // We only store the ID to keep our footprint small\n\t\t}\n\n\t\tif ( $page_id )\n\t\t\treturn get_page( $page_id, $output );\n\n\t\treturn null;\n\t}", "function safe_scrape_cached($url, $cache_time = CACHE_TIME){\n\n\t\t$cache = cache::factory($cache_time);\n\n\t\t$cached = $cache->get($url);\n\t\tif (isset($cached) && $cached !== false) {\n\t\t\treturn $cached;\n\t\t}else{\n\t\t\t$page = safe_scrape($url);\n\t\t $cache->set($url, $page, \"safe_scrape\");\t\n\t\t\treturn $page;\n\t\t}\n\t\t\n\t}", "public function getPageData(): PageData\n {\n return $this->pageData;\n }", "public function load($data)\n {\n $item = new PageEntity;\n if ($data) {\n foreach ($data as $prop => $val) {\n switch ($prop) {\n case \"parent_id\":\n $prop = \"parentId\";\n default:\n $item->$prop = $val;\n break;\n }\n }\n }\n\n return $item;\n }", "public function cached();", "public function GetPage( $page, $expires=NULL )\n\t{\n\t\t// if $expires == 'nocache' the template's content will not be cached\n\t\tif ( !is_null($expires) and $expires == 'nocache')\n\t\t{\n\t\t\treturn $this->Parse($page);\n\t\t}\n\n\t\t// if $expires > 0 , it will override the default expiry time\n\t\t// if $expires == null , the template's content will be cached using the default expiry time\n\t\telse\n\t\t{\n\t\t\tif ($expires > 0) // overide the default expiry time\n\t\t\t\t$_expires = ($expires *60*60) + time();\n\t\t\telse // use default expiry time\n\t\t\t\t$_expires = ($this->defaultCacheExpiryTime *60*60) + time();\n\n\t\t\tif ($this->IsCached($page))\n\t\t\t{\n\t\t\t\tif ($this->HasCacheExpired($page))\n\t\t\t\t{\n\t\t\t\t\t// cache the template again\n\t\t\t\t\t$content = $this->Parse($page);\n\t\t\t\t\t$this->CachePage($page,$content,$_expires);\n\t\t\t\t\treturn $content;\n\t\t\t\t}\n\t\t\t\t// get cached template\n\t\t\t\telse return $this->GetCachedFile($page);\n\t\t\t}\n\t\t\telse {\n\t\t\t\t// cache template\n\t\t\t\t$content = $this->Parse($page);\n\t\t\t\t$this->CachePage($page,$content,$_expires);\n\t\t\t\treturn $content;\n\t\t\t}\n\t\t}\n\t}", "public function getCurrentPageData()\n {\n return GeneralUtility::makeInstance(CacheManager::class)->getCache('cache_pagesection')->get((int)$this->getTypoScriptFrontendController()->id . '_' . GeneralUtility::md5int($this->getTypoScriptFrontendController()->MP));\n }", "public function get()\n {\n //Keep a copy of $page with no footer\n $temp = $this->page;\n $this->addFooter();\n //Restore $page for the next call to get\n $page = $this->page;\n $this->page = $temp;\n return $page;\n //if not needed, use $this->addFooter(); return $this->page;\n }", "public function getPageObject(): ?Page\n {\n if (!$this->blockPage) {\n if ($this->isEditedWithinStack()) {\n $this->blockPage = $this->getCollectionObject() ?: null;\n } else {\n $c = $this->request->getCurrentPage();\n $this->blockPage = $c ?? ($this->getCollectionObject() ?: null);\n }\n }\n\n return $this->blockPage;\n }", "public static function fromPageData($testInfo, $pageData, $run, $cached, $step, $fileHandler = null) {\n return new self($testInfo, $pageData, $run, $cached, $step, $fileHandler);\n }", "public function cache();", "public function getYoungSinglesListInCache($page)\n {\n $key = self::createCacheKey($page);\n if (Cache::has($key)) {\n return json_decode(Cache::get($key));\n }\n return null;\n }", "protected function cacheResponse($data){\n // url actual\n $url = request()->url();\n\n //parametros de la url\n $queryParams = request()->query();\n\n // metodo para ordenar array (el de los parametros de la url) dependiendo de la clave\n ksort($queryParams); // no se realiza asignacion porque este parametro actua por referencia\n\n // construir el string a partir del array de los parametros ordenados\n $queryString = http_build_query($queryParams);\n\n //construir la url completa. Es necesario reconstruir la url de esta forma para evitar problemas con la cache cuando se va\n // a paginar, ordenar, etc\n $fullUrl = \"{$url}?{$queryString}\";\n\n // Cache::remember($url, min/seg, closure) Cambiar el tiempo (min/seg) que se desea guardar en cache el resultado segun se desee\n return Cache::remember($fullUrl, 15/60, function () use ($data) {\n return $data;\n });\n }", "function load_cache($data)\n\t{\n\t\t$this->reset();\n\t\t\n\t\tforeach(array('q_select', 'q_distinct', 'q_from', 'q_join', 'q_where', 'q_group_by', 'q_having', 'q_order_by', 'q_offset', 'q_limit', 'q_as') as $prop)\n\t\t{\n\t\t\tif(isset($data[$prop]))\n\t\t\t\t$this->$prop = $data[$prop];\n\t\t}\n\t}", "public static function getById($id)\r\n\t{\r\n\t\t// Détection si en cache\r\n\t\t$cached = Factory::getInstance('Page', $id);\r\n\t\tif (!is_null($cached))\r\n\t\t{\r\n\t\t\treturn $cached;\r\n\t\t}\r\n\t\t\r\n\t\t// Sélection\r\n\t\t$result = Database::get(self::$server)->query('SELECT * FROM `'.self::$table.'` A LEFT JOIN `'.self::$table.'_access` B ON A.`id_page`=B.`page` AND (B.`status` IS NULL OR B.`status`=?) WHERE id_page=?;', array(User::getCurrent()->status, $id));\r\n\t\t\r\n\t\t// Si trouvé\r\n\t\tif ($result->count() > 0)\r\n\t\t{\r\n\t\t\t// Composition\r\n\t\t\treturn Factory::getInstance('Page', $result[0]);\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\treturn false;\r\n\t\t}\r\n\t}", "function getData ()\n{\n return cache();\n}", "public function fromCache()\r\n {\r\n if (Cache::has($this->url)) {\r\n $this->data = json_decode(Cache::get($this->url), true);\r\n } else {\r\n $this->fetch();\r\n }\r\n return $this;\r\n }", "private function setPageData() {\n $this->page_data = $this->SiteModel->getPageByID($this->getPage());\n }", "public static function mimic($data = [], $override = false, $overrideType = 'replace')\n {\n if (is_string($data)) {\n $data = ['title' => $data];\n }\n\n // handle specifying a page by id\n if (is_numeric($data)) {\n $page = PageFacade::find($data);\n } else {\n // otherwise, find by the current path\n $path = '/' . request()->path();\n $page = PageFacade::findByPath($path);\n }\n\n if (empty($page) || $override) {\n if ($overrideType == 'merge') {\n $oldData = $page->toArray();\n $data = array_merge($oldData, $data);\n }\n\n $newPage = new Page;\n $newPage->fill($data);\n $page = $newPage;\n }\n\n view()->share('page', $page);\n\n // set the page so we don't need to query for it again\n config(['page' => $page]);\n\n return $page;\n }", "public static function cache(): ?object;", "function cache_page($content) {\n if (false !== ($f = @fopen(cache_file(), 'w'))) {\n fwrite($f, $content);\n fclose($f);\n }\n return $content;\n }" ]
[ "0.6074173", "0.5495797", "0.53900355", "0.5388448", "0.5307255", "0.52913487", "0.5262058", "0.5260974", "0.5257533", "0.5227968", "0.5226986", "0.5163659", "0.5146796", "0.5128611", "0.5093168", "0.50876844", "0.50837314", "0.50471085", "0.5033293", "0.4987672", "0.49855727", "0.4979106", "0.49701747", "0.4966633", "0.4927253", "0.49255386", "0.49024278", "0.49015945", "0.4898489", "0.48903078" ]
0.7382073
0
Determine and retrieve the correct 'current page' to be associated with subsequent a_area and a_slot calls, among other things. If the 'global' option is present, sets the current page to the virtua page with the slug 'global'; this is useful for sitewide headers and footers but should not be abused for anything less widely used (use a different virtual page slug via the 'slug' option). If the 'slug' option is present, uses the page or virtual page with that slug (a slug without a leading / is considered virtual; if that slug starts with
static public function globalSetup($options) { if (isset($options['global']) && $options['global']) { if (!isset($options['slug'])) { $options['slug'] = 'global'; } } if (isset($options['slug'])) { // Note that we push onto the stack even if the page specified is the same page // we're looking at. This doesn't hurt because of caching, and it allows us // to keep the stack count properly $slug = $options['slug']; aTools::$pageStack[] = aTools::getCurrentPage(); // Caching the global page speeds up pages with two or more global slots if (isset(aTools::$globalCache[$slug])) { $global = aTools::$globalCache[$slug]; } else { $global = aPageTable::retrieveBySlugWithSlots($slug); if (!$global) { $global = new aPage(); $global->slug = $slug; $global->save(); } aTools::$globalCache[$slug] = $global; } aTools::setCurrentPage($global); aTools::$global = true; } /** * A chance to switch this page for another (think workflow) */ $event = new sfEvent(null, 'a.afterGlobalSetup', array('options' => $options)); sfContext::getInstance()->getEventDispatcher()->notify($event); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function gogreen_get_current_page(){\n\n $page_id = get_the_ID(); \n\n if( is_home() ){\n \n $blog_page_id = get_option('page_for_posts');\n if( $blog_page_id ){\n $page_id = $blog_page_id;\n }else{\n $page_id = '';\n }\n\n }elseif( class_exists('WooCommerce') && ( is_shop() || is_product_category() || is_product_tag() ) ){ \n $page_id = wc_get_page_id( 'shop' );\n }elseif( is_archive() || is_search() ){\n $page_id = '';\n }\n\n return $page_id;\n}", "protected function _add_url_of_the_current_page()\n\t{\n\t\tglobal $post;\n\t\t\n\t\t$id = $post->ID;\n\t\t\n\t\tif (is_home() || is_front_page()) {\n\t\t\treturn get_bloginfo('url') .'/';\n\t\t}\n\t\telseif (is_singular()) {\n\t\t\treturn get_permalink($id);\n\t\t}\n\t\telseif (is_category()) {\n\t\t\t$cat = get_the_category();\n\t\t\treturn get_category_link($cat[0]->term_id);\n\t\t}\n\t\telseif (is_tag()) {\n\t\t\tglobal $wpdb;\n\t\t\t\n\t\t\t$tag_name = single_tag_title(\"\", false);\n\t\t\t$tag_ID = $wpdb->get_var(\"SELECT * FROM \".$wpdb->terms.\" WHERE `name` = '\".$tag_name.\"'\");\n\t\t\treturn get_tag_link($tag_ID);\n\t\t}\n\t\telseif (is_author()) {\n\t\t\treturn get_author_posts_url($id);\n\t\t}\n\t\telse {\n\t\t\t//return get_permalink($id);\n\t\t}\n\t}", "public function current_page();", "function set_landing_page() {\n\t\t\n\t\t$this->get_post_type_object();\n\t\t\n\t\t$this->landing_page = get_page_by_path( $this->post_type_object->rewrite['slug'] );\n\t\n\t\t\n\t\treturn $this->landing_page;\n\t\t\n\t}", "function this_page($page)\n{\n if (defined('THIS_PAGE'))\n return THIS_PAGE;\n else\n return 'index';\n}", "public function set_current_landing_page_meta( $post = null ) {\n\t\t// Try and grab the post if possible.\n\t\tif ( empty( $post ) ) {\n\t\t\t$post_id = ( ! empty( $_GET['post'] ) ) ? absint( wp_unslash( $_GET['post'] ) ) : null;\n\t\t\tif ( ! empty( $post_id ) ) {\n\t\t\t\t$post = get_post( $post_id );\n\t\t\t}\n\t\t}\n\n\t\t$this->current_post = $post;\n\n\t\tif ( empty( $post ) ) {\n\t\t\t// In some cases like labels query vars are set at a later hook, so we fall back on the get variable if it not available.\n\t\t\t$this->current_taxonomy = get_query_var( 'taxonomy', ( ( ! empty( $_GET['taxonomy'] ) ) ? sanitize_text_field( wp_unslash( $_GET['taxonomy'] ) ) : $this->current_taxonomy ) );\n\t\t\t$this->current_post_type = get_query_var( 'post_type', ( ( ! empty( $_GET['post_type'] ) ) ? sanitize_text_field( wp_unslash( $_GET['post_type'] ) ) : $this->current_post_type ) );\n\n\t\t\t$this->current_landing_type = get_query_var( 'landing_type', ( ( ! empty( $_GET['landing_type'] ) ) ? sanitize_text_field( wp_unslash( $_GET['landing_type'] ) ) : $this->current_landing_type ) );\n\n\t\t\t// Set the current term if it exists.\n\t\t\tif ( ! empty( $this->current_taxonomy ) ) {\n\t\t\t\t$current_term_id = get_query_var( $this->current_taxonomy, ( ( ! empty( $_GET[ $this->current_taxonomy ] ) ) ? absint( $_GET[ $this->current_taxonomy ] ) : null ) );\n\t\t\t\tif ( ! empty( $current_term_id ) ) {\n\t\t\t\t\t$this->current_term = get_term( $current_term_id, $this->current_taxonomy );\n\t\t\t\t\t$this->current_landing_type = 'single';\n\t\t\t\t} elseif ( empty( $this->current_landing_type ) ) {\n\t\t\t\t\t$this->current_landing_type = 'archive';\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// If the current taxonomy is still empty, make sure we aren't on a subpage.\n\t\t\t\tforeach ( $this->taxonomies as $custom_tax ) {\n\t\t\t\t\t$current_term_id = get_query_var( $custom_tax, ( ( ! empty( $_GET[ $custom_tax ] ) ) ? absint( $_GET[ $custom_tax ] ) : null ) );\n\t\t\t\t\tif ( ! empty( $current_term_id ) ) {\n\t\t\t\t\t\t$this->current_taxonomy = $custom_tax;\n\t\t\t\t\t\t$this->current_term = get_term( $current_term_id, $this->current_taxonomy );\n\t\t\t\t\t\t$this->current_landing_type = 'single';\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} elseif ( $this->is_custom_landing_page_post( $post ) ) {\n\t\t\t$this->current_post_type = $post->post_type;\n\t\t\t$this->current_taxonomy = $this->get_current_taxonomy( $post );\n\t\t\tif ( $this->is_parent_landing_page( $post ) ) {\n\t\t\t\t$this->current_term = tmsc_get_linked_term( $post->ID );\n\t\t\t\t$this->current_landing_type = 'archive';\n\t\t\t} else {\n\t\t\t\t$this->current_term = tmsc_get_linked_term( $post->post_parent );\n\t\t\t\t$this->current_landing_type = 'single';\n\t\t\t}\n\t\t} // End if().\n\t}", "protected function getCurrentLandingPage()\n {\n return $this->coreRegistry->registry('mageworx_landingpagespro_landingpage');\n }", "private function get_current_page() {\n\n\t\treturn $this->page;\n\t}", "public function get_current_page_slug()\n {\n $current_screen = get_current_screen();\n $current_page = $current_screen->base;\n\n // Make sure the 'parent_base' is woocommerce, because 'base' could have changed name\n if ($current_screen->parent_base == 'woocommerce') {\n $current_page_slug = preg_replace('/.+_page_/', '', $current_page);\n $current_page_slug = preg_replace('/-/', '_', $current_page_slug);\n }\n\n // Otherwise return some other page slug\n else {\n $current_page_slug = isset($_GET['page']) ? $_GET['page'] : '';\n }\n\n return $current_page_slug;\n }", "function site() {\n\t\tset_var('current_url', get_var('params'));\n\t\t\n\t\t// set levels according to sitemap...\n\t\tset_sitemap_levels(get_var('params'));\n\t\t\n\t\t$level = get_var('level');\n\t\t\n\t\tif (!is_array($level)) {\n\t\t\tload_server_page('sitemap-setup');\n\t\t\texit;\n\t\t}\n\t\t\t\n\t\t// set template (if empty, then false, if 'DEFAULT' then use DEFAULT_TEMPLATE)\n\t\tif (empty($level['template'])) :\n\t\t\tset_var('template', false);\n\t\telseif ($level['template'] == 'DEFAULT') :\n\t\t\tset_var('template', DEFAULT_TEMPLATE);\n\t\telse :\n\t\t\tset_var('template', $level['template']);\n\t\tendif;\n\t\t\n\t\tif (!empty($level['url']))\n\t\t\ttitle($level['name']);\t\t\n\t\t\n\t\tif (function_exists('page_type_' . $level['type'])) {\n\t\t\treturn call_user_func('page_type_' . $level['type']);\n\t\t}\n\t\t\n\t\tif (plugin_is_page_type($level['type'])) {\n\t\t\tif (plugin_is_installed($level['type'])) {\n\t\t\t\tload_plugin($level['type']);\n\t\t\t\tif (function_exists('page_type_' . $level['type'])) {\n\t\t\t\t\treturn call_user_func('page_type_' . $level['type']);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tload_server_page('plugins-install', $level['type']);\n\t\t\t\texit;\n\t\t\t}\n\t\t} else {\n\t\t\tload_server_page('plugins-404', $level['type']);\n\t\t\texit;\n\t\t}\n\t}", "protected function getCurrentNavigation()\n {\n if (get_option('page_for_' . get_post_type() . '_navigation')) {\n return get_post(get_option('page_for_' . get_post_type() . '_navigation'));\n }\n return;\n }", "function query_current_page_object(){\n parse_str($_SERVER['QUERY_STRING'], $query_string);\n\n if ($query_string['view'] == 'view_agent'){\n return Process_Data::get_agent_object($query_string['id']);\n } else if ($query_string['view'] == 'view_target') {\n return Process_Data::get_target_object($query_string['id']);\n } else {\n return null;\n }\n}", "function chipmunk_get_current_page() {\n\tif ( get_query_var( 'paged' ) ) {\n\t\treturn get_query_var( 'paged' );\n\t}\n\telseif ( get_query_var( 'page' ) ) {\n\t\treturn get_query_var( 'page' );\n\t}\n\telse {\n\t\treturn 1;\n\t}\n}", "public function getCurrentPageId();", "function osc_static_page() {\n if (View::newInstance()->_exists('pages')) {\n $page = View::newInstance()->_current('pages');\n } else if (View::newInstance()->_exists('page')) {\n $page = View::newInstance()->_get('page');\n } else {\n $page = null;\n }\n\n if ( !View::newInstance()->_exists('page_meta') ) {\n View::newInstance()->_exportVariableToView('page_meta', json_decode(@$page['s_meta'], true));\n }\n\n return($page);\n }", "public function specificPageOption() {\n\n $config = $this->config('webny_secondary_nav.settings');\n $nid = $config->get('webny_secondary_nav.options.secnav_specific_page');\n\n if(!empty($nid)){\n $entity = Node::load($nid);\n } else {\n $entity = '';\n }\n\n return array(\n '#type' => 'entity_autocomplete',\n '#title' => t('Choose a specific page to display the secondary navigation.'),\n '#target_type' => 'node',\n '#size' => 70,\n '#maxlength' => 550,\n '#prefix' => '<div id=\"secnav-entref-specpage\">',\n '#suffix' => '</div>',\n '#selection_setttings' => array(),\n '#default_value' => $entity,\n '#attributes' => array(\n\n )\n );\n }", "function setActive($pageName)\n{\n global $page;\n if ($page == $pageName) {\n echo \"active\";\n }\n}", "function rechallenge_get_aux_page_id()\n{\n\n // Custom post type archives\n if (is_post_type_archive(\"board\") || is_singular('board')) {\n $id = get_page_by_path(\"association/boards\");\n } elseif (is_post_type_archive(\"committee\") || is_singular('committee')) {\n $id = get_page_by_path(\"association/committees\");\n } elseif (is_post_type_archive(\"company\") || is_singular('company')) {\n $id = get_page_by_path(\"career/companies\");\n } elseif (is_post_type_archive(\"honorary_member\") || is_singular('honorary_member')) {\n $id = get_page_by_path(\"association/honorary-members\");\n } elseif (is_post_type_archive(\"ambassador\") || is_singular('ambassador')) {\n $id = get_page_by_path(\"association/ambassadors\");\n } elseif (is_post_type_archive(\"job_opening\") || is_singular('job_opening')) {\n $id = get_page_by_path(\"career/job-openings\");\n } elseif (is_post_type_archive(\"event\") || is_singular('event')) {\n $id = get_page_by_path(\"activities\");\n } elseif (is_home() || is_archive()) {\n $id = get_post(get_option(\"page_for_posts\"));\n }\n\n if (isset($id) && is_a($id, \"WP_Post\")) {\n return $id->ID;\n }\n\n return get_the_ID();\n}", "function globalView()\r\n{\r\n global $PH;\r\n $id=get('id');\r\n foreach($PH->hash as $phandle) {\r\n if($phandle->cleanurl === $id) {\r\n $PH->show($phandle->id);\r\n return;\r\n }\r\n }\r\n\r\n if($id === \"submit\") {\r\n if($go= get('go')) {\r\n\r\n /**\r\n * if submit is directly been called, this might be an page refresh without\r\n * any real data to submit. To fix recursion, we better jump to 'home'.\r\n */\r\n if($go == \"globalView\") {\r\n $PH->show('home');\r\n }\r\n else {\r\n $PH->show($go);\r\n }\r\n return;\r\n }\r\n }\r\n\r\n $PH->abortWarning(sprintf(__(\"Could not find requested page `%s`\"), $id));\r\n}", "function getCurrentPage()\n{\n if (!isset($_GET['symphony-page']) || !is_string($_GET['symphony-page'])) {\n return null;\n }\n\n return '/' . filter_var(trim($_GET['symphony-page'], '/'), FILTER_SANITIZE_STRING) . '/';\n}", "function wpsc_current_page() {\n\t\n\tglobal $wpsc_query;\n\t\n\t$current_page = 1;\n\t\n\tif ( $wpsc_query->query_vars['page'] > 1) {\n\t\t$current_page = $wpsc_query->query_vars['page'];\n\t}\n\t\n\treturn $current_page;\n\t\n}", "public function currentPageURL() {\n\t\t$protocol = \"http\";\n\t\tif ( is_ssl() ) {\n\t\t\t$protocol .= \"s\";\n\t\t}\n\t\t$url = \"$protocol://\";\n\t\tif ( $_SERVER[\"SERVER_PORT\"] != \"80\" ) {\n\t\t\t$url .= $_SERVER[\"SERVER_NAME\"] . \":\" . $_SERVER[\"SERVER_PORT\"] . $_SERVER[\"REQUEST_URI\"];\n\t\t} else {\n\t\t\t$url .= $_SERVER[\"SERVER_NAME\"] . $_SERVER[\"REQUEST_URI\"];\n\t\t}\n\n\t\treturn apply_filters( 'defender_current_page_url', $url );\n\t}", "function getCurrentPage() {\n\t$protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443) ? \"https://\" : \"http://\";\n\t$currentPage = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];\n\treturn $currentPage;\n}", "public static function _general_tab() {\n\t\t/**\n\t\t * @since 2.9.0\n\t\t */\n\t\t\\do_action( 'the_seo_framework_pre_page_inpost_general_tab' );\n\t\t\\the_seo_framework()->get_view( 'edit/seo-settings-singular', [], 'general' );\n\t\t/**\n\t\t * @since 2.9.0\n\t\t */\n\t\t\\do_action( 'the_seo_framework_pro_page_inpost_general_tab' );\n\t}", "protected function get_main_page() {\n\t\treset( $this->pages );\n\n\t\treturn current( $this->pages );\n\t}", "function is_current_admin_page($config_array){\r\n\r\n if( ! isset( $_GET['page'] ) )\r\n return false;\r\n\r\n return isset($_GET['page']) && $_GET['page'] === $config_array['slug'];\r\n }", "public function setPageByRoute($route = '', $isSetPage = false)\n {\n // Get corresponding page\n if (!$route || empty($route)) {\n $page = $this->getRepository('page')->getHomepage();\n } else {\n $page = $this->getRepository('page')->findOneBy(array('route_name' => $route));\n }\n if ($page instanceof Page) {\n // we set the result\n $this->setCurrentPage($page);\n // we set the page.\n if ($isSetPage) {\n $this->setPage($page);\n }\n // we return the setting page.\n return $page;\n } else {\n return false;\n }\n }", "public static function getCurrent()\n {\n // just return it\n if (Auth::guest() && !empty(self::$current)) {\n return self::$current;\n }\n\n $path = '/' . request()->path();\n\n $query = PageFacade::where('site_id', '=', SiteFacade::getCurrent()->id)\n ->where('path', 'LIKE', $path);\n\n // account for page status for non-admin users\n if (Auth::check() && Auth::user()->isAdmin()) {\n // any status is fine\n } else {\n $query = $query->whereIn('status', ['publish', 'hidden']);\n }\n\n $page = $query->first();\n\n if (Auth::guest()) {\n self::$current = $page;\n }\n\n return $page;\n }", "private function _setPageMainNav()\n {\n //figure out which one we need\n $navFormatFunc = '_setHTMLMainNav_'.$this->_ini_navFormat;\n $this->$navFormatFunc();\n return;\n }", "public static function pageUrl($page, $currentLanguage)\n\t{\n\t\tif(empty($page) || empty($currentLanguage)) return '';\n\t\t\n\t\t$pageParams = array();\n\t\t//$page['settings'] = unserialize(htmlspecialchars_decode($page['settings']));\n\t\t//$subtypeId = current($page['settings']['subtype']);\n\t\t\n\t\t$pageParams['language'] = $currentLanguage->url_part;\n\t\t$pageParams['ident'] = $page['unique_identifier'];\n\t\t//if(!empty($page['settings']['keyword'][$subtypeId]) || !empty($page['settings']['keyword']['default']))\n\t\t\t//$pageParams['keyword'] = !empty($page['settings']['keyword'][$subtypeId]) ? $page['settings']['keyword'][$subtypeId] : $page['settings']['keyword']['default'];\n\t\t//if(!empty($page['settings']['what'][$subtypeId]) || !empty($page['settings']['what']['default']))\n\t\t\t//$pageParams['w'] = !empty($page['settings']['what'][$subtypeId]) ? $page['settings']['what'][$subtypeId] : $page['settings']['what']['default'];\n\t\t\n\t\t$helper = new Zend_View_Helper_Url();\n\t\t\t\n\t\treturn $helper->url($pageParams, 'default', true);\n\t\t\n\t}" ]
[ "0.5535592", "0.5534142", "0.5417391", "0.54092807", "0.5245636", "0.5239724", "0.5204053", "0.51508844", "0.51378775", "0.51284015", "0.5081363", "0.50033605", "0.49977845", "0.49760428", "0.49649164", "0.49603873", "0.49524224", "0.4949935", "0.49495295", "0.49177545", "0.49132693", "0.49036315", "0.4884854", "0.48654237", "0.48311183", "0.47896805", "0.4785569", "0.47715524", "0.475098", "0.4748943" ]
0.6751173
0