/var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/OptoutController.php Array ( [67] => $oToken = Token::model($iSurveyID)->findByAttributes(array('token'=>$sToken)); [143] => $oToken = Token::model($iSurveyID)->findByAttributes(array('token' => $sToken)); [163] => $oParticipant = Participant::model()->findByPk($oToken->participant_id); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/admin/questions.php Array ( [1284] => echo CJSON::encode($oQuestion->getErrors()); [1294] => # echo CActiveForm::validate($model); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/admin/usergroups.php Array ( [43] => $result = UserInGroup::model()->findAllByPk(array('ugid' => $ugid, 'uid' => Yii::app()->session['loginID'])); [48] => $eguresult = UserInGroup::model()->with('users')->findAll($criteria); [354] => $user_in_group = UserInGroup::model()->findByPk(array('ugid' => $ugid, 'uid' => $uid)); [359] => if (empty($user_in_group) && UserInGroup::model()->insertRecords(array('ugid' => $ugid, 'uid' => $uid))) [370] => if (!empty($user_in_group) && UserInGroup::model()->deleteByPk(array('ugid' => $ugid, 'uid' => $uid))) ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/admin/authentication.php Array ( [38] => $plugin = Plugin::model()->findByAttributes(array('name'=>'Authdb')); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/admin/surveypermission.php Array ( [71] => $result3 = UserInGroup::model()->with('users')->findAll('users.uid = :uid',array(':uid' => $PermissionRow['uid'])); [615] => $oResult = UserInGroup::model()->findAll('ugid = :ugid AND uid <> :uid AND uid <> :iOwnerID',array(':ugid' => $postusergroupid, ':uid' => Yii::app()->session['loginID'], ':iOwnerID' => $iOwnerID)); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/admin/dataentry.php Array ( [199] => $fileVV = CUploadedFile::getInstanceByName('csv_vv_file'); [261] => $schema = PluginDynamic::model($table)->getTableSchema(); [262] => if (PluginDynamic::model($table)->count() > 0) [300] => $sourceTable = PluginDynamic::model($_POST['table']); [399] => $count = PluginDynamic::model($table)->count(); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/admin/remotecontrol.php Array ( [71] => foreach ($reflector->getMethods(ReflectionMethod::IS_PUBLIC) as $method) { ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/admin/surveyadmin.php Array ( [676] => $summary = Token::model($rows['sid'])->summary(); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/admin/participantsaction.php Array ( [104] => $query = Participant::model()->getParticipants(0, 0, $aAttributeIDs, null, $search, $iUserID); [159] => $count = Participant::model()->getParticipantsCount($attid, $search, $iUserID); [178] => $iTotalRecords = Participant::model()->count(); [183] => $iTotalRecords = Participant::model()->getParticipantsOwnerCount($iUserID); [188] => 'owned' => Participant::model()->count('owner_uid = ' . $iUserID), [189] => 'shared' => Participant::model()->getParticipantsSharedCount($iUserID), [192] => 'blacklisted' => Participant::model()->count('owner_uid = ' . $iUserID . ' AND blacklisted = \'Y\'') [311] => $records = Participant::model()->getParticipantSharedAll(); [330] => $records = Participant::model()->getParticipantShared(Yii::app()->session['loginID']); [471] => Participant::model()->deleteParticipants($iParticipantId); [476] => Participant::model()->deleteParticipantToken($iParticipantId); [481] => Participant::model()->deleteParticipantTokenAnswer($iParticipantId); [523] => Participant::model()->updateRow($aData); [539] => Participant::model()->insertParticipant($aData); [636] => $search = Participant::model()->getParticipantsSearchMultipleCondition($condition); [674] => $query = Participant::model()->getParticipantsSearchMultiple($condition, 0, 0); [683] => $count = Participant::model()->getParticipantsCountWithoutLimit(); [687] => $query = Participant::model()->getParticipantsOwner(Yii::app()->session['loginID']); [710] => $query = Participant::model()->getParticipantsSearchMultiple($condition, 0, 0); [719] => if(Participant::model()->is_owner($value['participant_id'])) [732] => $query = Participant::model()->getParticipantsWithoutLimit(); // get all the participant id if it is a super admin [736] => $query = Participant::model()->getParticipantsOwner(Yii::app()->session['loginID']); [755] => $search = Participant::model()->getParticipantsSearchMultipleCondition($condition); [771] => $search = Participant::model()->getParticipantsSearchMultipleCondition($condition); [805] => $aData->records = Participant::model()->getParticipantsCount($attid, $search, $iUserID); [811] => $records = Participant::model()->getParticipants($page, $limit,$attid, $order, $search, $iUserID); [965] => Participant::model()->insertParticipant($aData); [1165] => App()->getClientScript()->registerScript("sAttributeMapJS",$sAttributeMapJS,CClientScript::POS_BEGIN); [1333] => $aData = Participant::model()->checkforDuplicate($aData, "participant_id"); [1429] => Participant::model()->insertParticipantCSV($writearray); [1528] => $response = Participant::model()->copyToCentral(Yii::app()->request->getPost('surveyid'), $newarr, $mapped, $overwriteauto, $overwriteman, $createautomap); [1547] => $response = Participant::model()->copytoSurvey(Yii::app()->request [1583] => $response = Participant::model()->copyCPBDAttributesToTokens($iSurveyId, $mapped, $newcreate, $iParticipantId, $overwriteauto, $overwriteman, $overwritest, $createautomap); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/admin/export.php Array ( [190] => $sCode=viewHelper::getFieldCode($fieldinfo); [191] => $aFields[$sFieldName]=$sCode.' - '.htmlspecialchars(ellipsize(html_entity_decode(viewHelper::getFieldText($fieldinfo)),30,.6,'...')); [299] => viewHelper::disableHtmlLogging(); [398] => viewHelper::disableHtmlLogging(); [639] => $fieldcode[]=viewHelper::getFieldCode($fielddata,array("LEMcompat"=>true)); [681] => $fieldcode=viewHelper::getFieldCode($fielddata,array("LEMcompat"=>true)); [1010] => viewHelper::disableHtmlLogging(); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/admin/expressions.php Array ( [60] => App()->getClientScript()->registerScript("emscript", "ExprMgr_process_relevance_and_tailoring();", CClientScript::POS_LOAD); [63] => App()->getClientScript()->registerScript("emscript", "recompute();", CClientScript::POS_LOAD); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/admin/tokens.php Array ( [57] => TokenDynamic::model($iSurveyId)->checkColumns(); [60] => $aData['queries'] = Token::model($iSurveyId)->summary(); [203] => $record = Token::model($iSurveyId)->findByAttributes($condn); [295] => $tkcount = Token::model($iSurveyId)->count(); [368] => $condition = TokenDynamic::model($iSurveyId)->getSearchMultipleCondition($search); [376] => $tokens = Token::model($iSurveyId)->findAll($condition); [380] => $aData->records = Token::model($iSurveyId)->count($condition); [450] => $action .= viewHelper::getImageLink('do_16.png', "survey/index/sid/{$iSurveyId}/token/{$token['token']}/lang/{$token['language']}/newtest/Y", $clang->gT("Do survey"), '_blank'); [456] => $action .= viewHelper::getImageLink('token_delete.png', null, $clang->gT("Delete token entry"), null, 'imagelink btnDelete', $attribs); [461] => $action .= viewHelper::getImageLink('token_invite.png', "admin/tokens/sa/email/surveyid/{$iSurveyId}/tokenids/" . $token['tid'], $clang->gT("Send invitation email to this person (if they have not yet been sent an invitation email)"), "_blank"); [463] => $action .= viewHelper::getImageLink('token_remind.png', "admin/tokens/sa/email/action/remind/surveyid/{$iSurveyId}/tokenids/" . $token['tid'], $clang->gT("Send reminder email to this person (if they have already received the invitation email)"), "_blank"); [472] => $action .= viewHelper::getImageLink('edit_16.png', null, $clang->gT("Edit token entry"), null, 'imagelink token_edit'); [474] => $action .= viewHelper::getImageLink('cpdb_16.png', null, $clang->gT("View this person in the central participants database"), null, 'imagelink cpdb',array('onclick'=>"sendPost('".$this->getController()->createUrl('admin/participants/sa/displayParticipants')."','',['searchcondition'],['participant_id||equal||{$token['participant_id']}']);")); [485] => viewHelper::disableHtmlLogging(); [566] => $token = Token::model($iSurveyId)->find('tid=' . Yii::app()->getRequest()->getPost('id')); [597] => $token = Token::create($surveyId); [710] => $udresult = Token::model($iSurveyId)->findAll("token <> '' and token = '$sanitizedtoken'"); [714] => $token = Token::create($iSurveyId); [798] => $udresult = Token::model($iSurveyId)->findAll("tid <> '$iTokenId' and token <> '' and token = '$santitizedtoken'"); [813] => $token = Token::model($iSurveyId)->findByPk($iTokenId); [868] => Token::model($iSurveyID)->deleteByPk($aTokenIds); [947] => $tokenModel = Token::model($iSurveyId); [962] => $token = Token::create($iSurveyId); [1010] => $tokenlength = !empty(Token::model($iSurveyId)->survey->tokenlength) ? Token::model($iSurveyId)->survey->tokenlength : 15; [1064] => $aData['examplerow'] = TokenDynamic::model($iSurveyId)->find(); [1268] => $token = Token::model($iSurveyId)->find(); [1310] => $aTokens = TokenDynamic::model($iSurveyId)->findUninvitedIDs($aTokenIds, 0, $bEmail, $SQLemailstatuscondition); [1346] => $ctresult = TokenDynamic::model($iSurveyId)->findUninvitedIDs($aTokenIds, 0, $bEmail, $SQLemailstatuscondition, $SQLremindercountcondition, $SQLreminderdelaycondition); [1349] => $emresult = TokenDynamic::model($iSurveyId)->findUninvited($aTokenIds, $iMaxEmails, $bEmail, $SQLemailstatuscondition, $SQLremindercountcondition, $SQLreminderdelaycondition); [1468] => $token = Token::model($iSurveyId)->findByPk($emrow['tid']); [1566] => $aData['resultr'] = Token::model($iSurveyId)->findAll(array('select' => 'language', 'group' => 'language')); [2149] => $newtoken = TokenDynamic::model($iSurveyId)->createTokens($iSurveyId); [2299] => $aData['tokendata'] = Token::model($iSurveyId)->findByPk($iTokenId); [2397] => TokenDynamic::model($iSurveyId)->checkColumns(); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/admin/responses.php Array ( [129] => $question = viewHelper::getFieldText($field); [133] => $fnames[] = array($field['fieldname'], viewHelper::getFieldText($field),'code'=>viewHelper::getFieldCode($field,array('LEMcompat'=>true))); [143] => $fnames[] = array($field['fieldname'], "{$filenum} - {$question} (".$clang->gT('Title').")",'code'=>viewHelper::getFieldCode($field).'(title)', "type" => "|", "metadata" => "title", "index" => $i); [146] => $fnames[] = array($field['fieldname'], "{$filenum} - {$question} (".$clang->gT('Comment').")",'code'=>viewHelper::getFieldCode($field).'(comment)', "type" => "|", "metadata" => "comment", "index" => $i); [148] => $fnames[] = array($field['fieldname'], "{$filenum} - {$question} (".$clang->gT('File name').")",'code'=>viewHelper::getFieldCode($field).'(name)', "type" => "|", "metadata" => "name", "index" => $i); [149] => $fnames[] = array($field['fieldname'], "{$filenum} - {$question} (".$clang->gT('File size').")",'code'=>viewHelper::getFieldCode($field).'(size)', "type" => "|", "metadata" => "size", "index" => $i); [305] => $aData['tokeninfo'] = Token::model($iSurveyID)->summary(); [470] => $fnames[] = array($fielddetails['fieldname'], viewHelper::getFieldText($fielddetails),'code'=>viewHelper::getFieldCode($fielddetails,array('LEMcompat'=>true))); [479] => $fnames[] = array($fielddetails['fieldname'], "{$filenum} - {$question} (".$clang->gT('Title').")",'code'=>viewHelper::getFieldCode($fielddetails).'(title)', "type" => "|", "metadata" => "title", "index" => $i); [481] => $fnames[] = array($fielddetails['fieldname'], "{$filenum} - {$question} (".$clang->gT('Comment').")",'code'=>viewHelper::getFieldCode($fielddetails).'(comment)', "type" => "|", "metadata" => "comment", "index" => $i); [483] => $fnames[] = array($fielddetails['fieldname'], "{$filenum} - {$question} (".$clang->gT('File name').")",'code'=>viewHelper::getFieldCode($fielddetails).'(name)', "type" => "|", "metadata" => "name", "index" => $i); [484] => $fnames[] = array($fielddetails['fieldname'], "{$filenum} - {$question} (".$clang->gT('File size').")",'code'=>viewHelper::getFieldCode($fielddetails).'(size)', "type" => "|", "metadata" => "size", "index" => $i); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/RegisterController.php Array ( [111] => $oToken=TokenDynamic::model($iSurveyID)->find('email=:email',array(':email'=>Yii::app()->request->getPost('register_email'))); [135] => $oTokenExist=TokenDynamic::model($iSurveyID)->find('token=:token',array(':token'=>$newtoken)); [147] => $oToken = Token::create($thissurvey['sid']); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/PluginsController.php Array ( [48] => $oPlugin = Plugin::model()->findByPk($id); [75] => $arPlugin = Plugin::model()->findByPk($id)->attributes; [112] => $oPlugin = Plugin::model()->findByPk($id); [181] => $aoPlugins = Plugin::model()->findAll(); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/PrintanswersController.php Array ( [109] => $aPdfLanguageSettings=pdfHelper::getPdfLanguageSettings($clang->langcode); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/UploaderController.php Array ( [72] => header('Content-Type: '. CFileHelper::getMimeType($sFileDir.$sFileGetContent)); [320] => App()->clientScript->registerScript('sNeededScriptVar',$sNeededScriptVar,CClientScript::POS_HEAD); [321] => App()->clientScript->registerScript('sLangScriptVar',$sLangScriptVar,CClientScript::POS_HEAD); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/controllers/OptinController.php Array ( [69] => $oToken = Token::model($iSurveyID)->findByAttributes(array('token' => $token)); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/views/admin/templates/templatesummary_view.php Array ( [1] => Yii::app()->clientScript->registerScript('editorfiletype',"editorfiletype ='".$sEditorFileType."';",CClientScript::POS_HEAD); // Is this deprecated (2013-09-25) ? ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/views/admin/export/exportresults_view.php Array ( [33] => $tooltip .= ChTml::tag('div', array('class'=>'exporttip'), $info['tooltip']); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/views/surveys/publicSurveyList.php Array ( [60] => App()->clientScript->registerScript('sLSJavascriptVar',$sLSJavascriptVar,CClientScript::POS_HEAD); [61] => App()->clientScript->registerScript('setJsVar',"setJsVar();",CClientScript::POS_BEGIN);// Ensure all js var is set before rendering the page (User can click before $.ready) ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/models/ParticipantAttributeName.php Array ( [165] => $langs=ParticipantAttributeNameLang::model()->findAll("attribute_id = :attribute_id", array(":attribute_id"=>$id->attribute_id)); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/models/TokenDynamic.php Array ( [180] => $oResult = TokenDynamic::model()->findAll($command); [489] => $dlquery = "DELETE FROM ".TokenDynamic::tableName()." WHERE tid=:tokenid"; [497] => $dlquery = "DELETE FROM ".TokenDynamic::tableName()." WHERE tid IN (".implode(", ", $iTokenIds).")"; ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/models/Participant.php Array ( [226] => return Participant::model()->count(); [386] => $oParticipant=Participant::model()->findByPk($aID); [393] => Yii::app()->db->createCommand()->delete(Participant::model()->tableName(), array('in', 'participant_id', $aParticipantsIDs)); [414] => $aParticipantIDs=Yii::app()->db->createCommand()->select('participant_id')->from(Participant::model()->tableName())->where($aCondition, $aParameter)->queryColumn(); [703] => $arr = Participant::model()->findAll($command); [714] => $arr = Participant::model()->findAll($command); [1030] => Participant::model()->updateTokenAttributeValue($surveyid, $participant,$attributesadded[$a],$attributeidadded[$a]); [1039] => Participant::model()->updateTokenAttributeValue($surveyid, $participant, $value, $key); [1051] => Participant::model()->updateTokenAttributeValue($surveyid, $participant, $value, $key); [1062] => Participant::model()->updateTokenAttributeValue($surveyid, $participant, $value, $key); [1098] => Participant::model()->updateTokenAttributeValue($surveyid, $participant,$attributesadded[$a],$attributeidadded[$a]); [1106] => Participant::model()->updateTokenAttributeValue($surveyid, $participant, $value, $key); [1288] => Participant::model()->updateAttributeValueToken($surveyid, $query[0]['participant_id'], $cpdbatt, $tatt); [1319] => Participant::model()->updateAttributeValueToken($surveyid, $pid, $attid[$key], $key); [1327] => Participant::model()->updateAttributeValueToken($surveyid,$pid,$cpdbatt,$tatt); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/models/Timing.php Array ( [22] => $iSurveyId = Response::getLastSurveyId(); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/admin/import_helper.php Array ( [4323] => $token = Token::create($iSurveyID); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/admin/statistics_helper.php Array ( [2933] => $aPdfLanguageSettings=pdfHelper::getPdfLanguageSettings($language); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/admin/token_helper.php Array ( [88] => $oTokens = Token::model($iSurveyID); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/admin/export/PdfWriter.php Array ( [24] => $aPdfLanguageSettings=pdfHelper::getPdfLanguageSettings($sLanguageCode); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/admin/export/Writer.php Array ( [378] => $value = viewHelper::getFieldCode($survey->fieldMap[$column]); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/globals.php Array ( [26] => $msg = CVarDumper::dumpAsString($variable, $depth, false); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/common_helper.php Array ( [5497] => $token = Token::model($surveyid)->findByAttributes(array("token"=>$token)); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/Hash.php Array ( [16] => //App::uses('String', 'Utility'); [102] => $tokens = String::tokenize($path, '.', '[', ']'); [314] => * to null (useful for Hash::merge). You can optionally group the values by what is obtained when [322] => * @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::combine [380] => * $result = Hash::format($users, array('{n}.User.id', '{n}.User.name'), '%s : %s'); [386] => * @param string $paths An array containing one or more Hash::extract()-style key paths [389] => * @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::format [391] => * @see Hash::extract() [427] => * @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::contains [460] => * This method uses the same path syntax as Hash::extract() [468] => * @see Hash::extract() [485] => * @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::filter [517] => * @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::flatten [552] => * For example, unflattens an array that was collapsed with `Hash::flatten()` [583] => * Hash::merge() will behave in a recursive fashion (unlike `array_merge`). But it will not act recursively for [591] => * @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::merge [616] => * @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::numeric [631] => * If you have an un-even or heterogenous array, consider using Hash::maxDimensions() [636] => * @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::dimensions [661] => * @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::maxDimensions [709] => * `$count = Hash::apply($data, 'Article.Comment.{n}', 'count');` [713] => * `$total = Hash::apply($data, '{n}.Item.price', 'array_sum');` [746] => * @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::sort [840] => * @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::diff [890] => * @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::normalize [926] => * compatible with Hash::extract(). Defaults to `{n}.$alias.id` [928] => * Should be compatible with Hash::extract(). Defaults to `{n}.$alias.parent_id` [934] => * @see Hash::extract() ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/SurveyRuntimeHelper.php Array ( [66] => App()->getClientScript()->registerScript('manageIndex',"manageIndex()\n",CClientScript::POS_END); [78] => App()->getClientScript()->registerScript('manageIndex',"manageIndex()\n",CClientScript::POS_END); [162] => App()->getClientScript()->registerScript('manageIndex',"manageIndex()\n",CClientScript::POS_END); [941] => Yii::app()->clientScript->registerScript("showpopup","showpopup=".(int)Yii::app()->getConfig('showpopups').";",CClientScript::POS_HEAD); [943] => Yii::app()->clientScript->registerScript('startPopup',"startPopups=".json_encode($aPopup).";",CClientScript::POS_HEAD); [1217] => App()->clientScript->registerScript('sLSJavascriptVar',$sLSJavascriptVar,CClientScript::POS_HEAD); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/qanda_helper.php Array ( [971] => App()->getClientScript()->registerScript("sDateLangvarJS",$sDateLangvarJS,CClientScript::POS_HEAD); [1257] => App()->getClientScript()->registerScript("doDropDownDate{$ia[0]}","doDropDownDate({$ia[0]});",CClientScript::POS_HEAD); [1347] => //App()->getClientScript()->registerScript("doPopupDate{$ia[0]}","doPopupDate({$ia[0]})",CClientScript::POS_END);// Beter if just afetre answers part [2735] => # App()->getClientScript()->registerScript("doMultipleChoiceWithComments",$script,CClientScript::POS_HEAD);// Deactivate now: need to be after question, and just after ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/remotecontrol/remotecontrol_handle.php Array ( [534] => $aTokenSummary = Token::model($iSurveyID)->summary(); [1579] => $aDestinationFields = array_flip(Token::model($iSurveyID)->getMetaData()->tableSchema->columnNames); [1582] => $token = Token::create($iSurveyID); [1631] => $token = Token::model($iSurveyID)->findByPk($iTokenID); [1672] => $token = Token::model($iSurveyID)->findByPk($iTokenID); [1719] => $oToken = Token::model($iSurveyID)->findByPk($iTokenID); [1810] => $oTokens = Token::model($iSurveyID)->incomplete()->findAll(array('limit' => $iLimit, 'offset' => $iStart)); [1812] => $oTokens = Token::model($iSurveyID)->findAll(array('limit' => $iLimit, 'offset' => $iStart)); [2076] => $oTokens = TokenDynamic::model($iSurveyID); [2087] => $pattern = '/^(?!(?:(?:\\x22?\\x5C[\\x00-\\x7E]\\x22?)|(?:\\x22?[^\\x5C\\x22]\\x22?)){255,})(?!(?:(?:\\x22?\\x5C[\\x00-\\x7E]\\x22?)|(?:\\x22?[^\\x5C\\x22]\\x22?)){65,}@)(?:(?:[\\x21\\x23-\\x27\\x2A\\x2B\\x2D\\x2F-\\x39\\x3D\\x3F\\x5E-\\x7E]+)|(?:\\x22(?:[\\x01-\\x08\\x0B\\x0C\\x0E-\\x1F\\x21\\x23-\\x5B\\x5D-\\x7F]|(?:\\x5C[\\x00-\\x7F]))*\\x22))(?:\\.(?:(?:[\\x21\\x23-\\x27\\x2A\\x2B\\x2D\\x2F-\\x39\\x3D\\x3F\\x5E-\\x7E]+)|(?:\\x22(?:[\\x01-\\x08\\x0B\\x0C\\x0E-\\x1F\\x21\\x23-\\x5B\\x5D-\\x7F]|(?:\\x5C[\\x00-\\x7F]))*\\x22)))*@(?:(?:(?!.*[^.]{64,})(?:(?:(?:xn--)?[a-z0-9]+(?:-+[a-z0-9]+)*\\.){1,126}){1,}(?:(?:[a-z][a-z0-9]*)|(?:(?:xn--)[a-z0-9]+))(?:-+[a-z0-9]+)*)|(?:\\[(?:(?:IPv6:(?:(?:[a-f0-9]{1,4}(?::[a-f0-9]{1,4}){7})|(?:(?!(?:.*[a-f0-9][:\\]]){7,})(?:[a-f0-9]{1,4}(?::[a-f0-9]{1,4}){0,5})?::(?:[a-f0-9]{1,4}(?::[a-f0-9]{1,4}){0,5})?)))|(?:(?:IPv6:(?:(?:[a-f0-9]{1,4}(?::[a-f0-9]{1,4}){5}:)|(?:(?!(?:.*[a-f0-9]:){5,})(?:[a-f0-9]{1,4}(?::[a-f0-9]{1,4}){0,3})?::(?:[a-f0-9]{1,4}(?::[a-f0-9]{1,4}){0,3}:)?)))?(?:(?:25[0-5])|(?:2[0-4][0-9])|(?:1[0-9]{2})|(?:[1-9]?[0-9]))(?:\\.(?:(?:25[0-5])|(?:2[0-4][0-9])|(?:1[0-9]{2})|(?:[1-9]?[0-9]))){3}))\\]))$/iD'; [2154] => $oTokens = TokenDynamic::model($iSurveyID); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/frontend_helper.php Array ( [468] => $token = Token::model($surveyid)->findByAttributes(array('token' => $clienttoken)); [1011] => $oTokenEntry = Token::model($surveyid)->findByAttributes(array('token'=>$clienttoken)); [1013] => $oTokenEntry = Token::model($surveyid)->usable()->incomplete()->findByAttributes(array('token' => $clienttoken)); [1049] => $oTokenEntry = Token::model($surveyid)->findByAttributes(array('token'=> $clienttoken)); [1053] => $oTokenEntry = Token::model($surveyid)->incomplete()->findByAttributes(array( [1633] => App()->getClientScript()->registerScript('navigator_countdown',"navigator_countdown(" . $thissurvey['navigationdelay'] . ");\n",CClientScript::POS_BEGIN); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/PluginSettingsHelper.php Array ( [109] => $out .= Chtml::tag('div', array('class' => implode(' ', $metaData['class'])), CHtml::textArea($id, $value, array('id' => $id, 'form' => $form, 'readonly' => $readOnly))); [122] => $out .= Chtml::tag('div', array('class' => implode(' ', $metaData['class'])), CHtml::textArea($id, $value, array('id' => $id, 'form' => $form, 'readonly' => $readOnly))); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/export_helper.php Array ( [1815] => Token::model($iSurveyID)->deleteByPk($aExportedTokens); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/expressions/em_manager_helper.php Array ( [4072] => $token = Token::model($surveyid)->findByToken($_SESSION[$this->sessid]['token']); [9039] => $default = '
(' . $LEM->gT('Default:') . ' ' . viewHelper::filterScript($_default) . ')'; [9135] => $qdetails = viewHelper::filterScript($LEM->GetLastPrettyPrintExpression()); [9286] => $_default = viewHelper::filterScript($LEM->GetLastPrettyPrintExpression()); [9301] => $sqRows = viewHelper::filterScript($LEM->GetLastPrettyPrintExpression()); [9353] => $answerRows = viewHelper::filterScript($LEM->GetLastPrettyPrintExpression()); [9904] => $token = Token::model($iSurveyId)->findByAttributes(array( ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/helpers/update/updatedb_helper.php Array ( [1170] => alterColumn('{{permissions}}', 'entity_id', "INTEGER USING (entity_id::integer)", false); [1205] => alterColumn('{{plugins}}', 'active', "INTEGER USING (active::integer)", false); [1222] => $plugin = Plugin::model()->findByAttributes(array('name'=>'Authwebserver')); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/SettingsWidget/SettingsWidget.php Array ( [251] => $out .= Chtml::tag('div', array('class' => implode(' ', $metaData['class'])), ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbToggleButton.php Array ( [139] => $config = CJavaScript::encode($this->getConfiguration()); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbHighCharts.php Array ( [84] => $this->options = CMap::mergeArray($defaultOptions, $this->options); [95] => $options = CJavaScript::encode($this->options); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbColorPicker.php Array ( [84] => Yii::app()->bootstrap->registerAssetJs('bootstrap.colorpicker.js', CClientScript::POS_HEAD); [87] => $options = !empty($this->format) ? CJavaScript::encode(array('format' => $this->format)) : ''; [92] => echo ".on('{$event}', " . CJavaScript::encode($handler) . ")"; ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbRedactorJs.php Array ( [82] => $options = CMap::mergeArray($this->editorOptions, array('lang' => $this->lang)); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbToggleColumn.php Array ( [80] => * {@link CGridView::filter} is set. [186] => $function = CJavaScript::encode($this->button['click']); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbWizard.php Array ( [27] => * @see TbMenu::$type [29] => public $type = TbMenu::TYPE_TABS; [145] => $options = CJavaScript::encode($this->options); [151] => $handler = CJavaScript::encode($handler); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbJEditableColumn.php Array ( [83] => $this->jEditableOptions = CMap::mergeArray($this->defaultJEditableOptions, $this->jEditableOptions); [165] => $cs->registerScriptFile($assetsUrl . '/js/jquery.jeditable.js', CClientScript::POS_END); [178] => $cs->registerScriptFile($assetsUrl . '/js/jquery.jeditable.time.js', CClientScript::POS_END); [190] => $cs->registerScriptFile($assetsUrl . '/js/jquery.maskedInput.js', CClientScript::POS_END) [191] => ->registerScriptFile($assetsUrl . '/js/jquery.jeditable.masked.js', CClientScript::POS_END); [197] => ->registerScriptFile($assetsUrl . '/js/bootstrap.datepicker.js', CClientScript::POS_END) [198] => ->registerScriptFile($assetsUrl . '/js/jquery.jeditable.bdatepicker.js', CClientScript::POS_END); [207] => ->registerScriptFile($assetsUrl . '/js/bootstrap.colorpicker.js', CClientScript::POS_END) [208] => ->registerScriptFile($assetsUrl . '/js/jquery.jeditable.bcolorpicker.js', CClientScript::POS_END); [212] => $options = CJavaScript::encode(array_filter($this->jEditableOptions)); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbScrollSpy.php Array ( [48] => $cs->registerScript(__CLASS__.'#'.$this->selector, $script, CClientScript::POS_BEGIN); [52] => $handler = CJavaScript::encode($handler); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbFileUpload.php Array ( [136] => Yii::app()->bootstrap->registerAssetJs("fileupload/tmpl.min.js", CClientScript::POS_END); [140] => Yii::app()->bootstrap->registerAssetJs("fileupload/load-image.min.js", CClientScript::POS_END); [141] => Yii::app()->bootstrap->registerAssetJs("fileupload/canvas-to-blob.min.js", CClientScript::POS_END); [144] => Yii::app()->bootstrap->registerAssetJs("bootstrap-image-gallery.min.js", CClientScript::POS_END); [164] => $options = CJavaScript::encode($this->options); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbEditableField.php Array ( [121] => if ($this->language === null && yii::app()->language) { [122] => $this->language = yii::app()->language; [176] => $this->htmlOptions = CMap::mergeArray($this->htmlOptions, $htmlOptions); [246] => $this->options = CMap::mergeArray($this->options, $options); [260] => $script .= "\n.on('".$event."', ".CJavaScript::encode($eventJs).")"; [265] => $options = CJavaScript::encode($this->options); [286] => $bootstrap->registerAssetJs('bootstrap-editable' . (!YII_DEBUG ? '.min' : '') . '.js', CClientScript::POS_END); [291] => $bootstrap->registerAssetJs('locales/bootstrap-datepicker.'. str_replace('_', '-', $this->language).'.js', CClientScript::POS_END); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbRelationalColumn.php Array ( [142] => $afterAjaxUpdate = CJavaScript::encode($this->afterAjaxUpdate); [147] => $data = CJavascript::encode($data); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbJsonGridColumn.php Array ( [46] => return CMap::mergeArray($header, $content); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbPickerColumn.php Array ( [80] => $(this).picker(" . CJavaScript::encode($this->pickerOptions) . ").picker('toggle').addClass('pickeron'); return false; ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbActiveForm.php Array ( [72] => return $this->inputRow(TbInput::TYPE_CHECKBOX, $model, $attribute, null, $htmlOptions); [84] => return $this->inputRow(TbInput::TYPE_TOGGLEBUTTON, $model, $attribute, null, $htmlOptions); [97] => return $this->inputRow(TbInput::TYPE_CHECKBOXLIST, $model, $attribute, $data, $htmlOptions); [110] => return $this->inputRow(TbInput::TYPE_CHECKBOXLIST_INLINE, $model, $attribute, $data, $htmlOptions); [123] => return $this->inputRow(TbInput::TYPE_DROPDOWN, $model, $attribute, $data, $htmlOptions); [135] => return $this->inputRow(TbInput::TYPE_FILE, $model, $attribute, null, $htmlOptions); [147] => return $this->inputRow(TbInput::TYPE_PASSWORD, $model, $attribute, null, $htmlOptions); [159] => return $this->inputRow(TbInput::TYPE_RADIO, $model, $attribute, null, $htmlOptions); [172] => return $this->inputRow(TbInput::TYPE_RADIOLIST, $model, $attribute, $data, $htmlOptions); [185] => return $this->inputRow(TbInput::TYPE_RADIOLIST_INLINE, $model, $attribute, $data, $htmlOptions); [198] => return $this->inputRow(TbInput::TYPE_RADIOBUTTONGROUPSLIST, $model, $attribute, $data, $htmlOptions); [210] => return $this->inputRow(TbInput::TYPE_TEXT, $model, $attribute, null, $htmlOptions); [222] => return $this->inputRow(TbInput::TYPE_TEXTAREA, $model, $attribute, null, $htmlOptions); [234] => return $this->inputRow(TbInput::TYPE_REDACTOR, $model, $attribute, null, $htmlOptions); [246] => return $this->inputRow(TbInput::TYPE_MARKDOWNEDITOR, $model, $attribute, null, $htmlOptions); [258] => return $this->inputRow(TbInput::TYPE_HTML5EDITOR, $model, $attribute, null, $htmlOptions); [270] => return $this->inputRow(TbInput::TYPE_CKEDITOR, $model, $attribute, null, $htmlOptions); [283] => return $this->inputRow(TbInput::TYPE_CAPTCHA, $model, $attribute, null, $htmlOptions); [296] => return $this->inputRow(TbInput::TYPE_UNEDITABLE, $model, $attribute, null, $htmlOptions); [310] => return $this->inputRow(TbInput::TYPE_DATEPICKER, $model, $attribute, null, $htmlOptions); [324] => return $this->inputRow(TbInput::TYPE_COLORPICKER, $model, $attribute, null, $htmlOptions); [335] => return $this->inputRow(TbInput::TYPE_DATERANGEPICKER, $model, $attribute, null, $htmlOptions); [348] => return $this->inputRow(TbInput::TYPE_TIMEPICKER, $model, $attribute, null, $htmlOptions); [360] => return $this->inputRow(TbInput::TYPE_SELECT2, $model, $attribute, null, $htmlOptions); [651] => * @see CModel::getErrors ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbExtendedFilter.php Array ( [236] => echo CHtml::openTag('option', array('data-filter'=>CJSON::encode($filter['options']), 'data-key'=>$key, 'selected'=>($key==$registryKey?'selected':null))); [260] => return md5($this->grid->id . CJSON::encode($this->filteredBy)); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbSelect2.php Array ( [78] => $options = !empty($this->options) ? CJavaScript::encode($this->options) : ''; [83] => echo ".on('{$event}', " . CJavaScript::encode($handler) . ")"; ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbJsonCheckBoxColumn.php Array ( [23] => return CMap::mergeArray( [35] => * or in case {@link selectableRows} is null when {@link CGridView::selectableRows} is greater than 1. [88] => return CMap::mergeArray( ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbCollapse.php Array ( [71] => $options = !empty($this->options) ? CJavaScript::encode($this->options) : ''; [76] => $handler = CJavaScript::encode($handler); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbDataColumn.php Array ( [18] => * @see TbDataColumn::renderFilterCellContent() ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbJsonGridView.php Array ( [137] => echo function_exists('json_encode') ? json_encode($this->renderTableBody()) : CJSON::encode($this->renderTableBody()); [362] => $options = CJavaScript::encode($options); [370] => $cs->registerScriptFile($assetsUrl . '/js/jquery.jqote2.min.js', CClientScript::POS_END); [372] => $cs->registerScriptFile($assetsUrl . '/js/jquery.ajax.cache.js', CClientScript::POS_END); [374] => $cs->registerScriptFile($assetsUrl . '/js/jquery.json.yiigridview.js', CClientScript::POS_END); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbEditableColumn.php Array ( [48] => $options = CMap::mergeArray($this->editable, array( ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbExtendedTooltip.php Array ( [112] => $options = CJavaScript::encode(array( ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbCarousel.php Array ( [98] => $options = !empty($this->options) ? CJavaScript::encode($this->options) : ''; [103] => $handler = CJavaScript::encode($handler); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbModal.php Array ( [77] => $options = !empty($this->options) ? CJavaScript::encode($this->options) : ''; [82] => $handler = CJavaScript::encode($handler); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbCKEditor.php Array ( [59] => $options = !empty($this->editorOptions)? CJavaScript::encode($this->editorOptions) : '{}'; ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbTimePicker.php Array ( [79] => $options = !empty($this->options) ? CJavaScript::encode($this->options) : ''; [85] => echo ".on('{$event}', " . CJavaScript::encode($handler) . ")"; ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbDatePicker.php Array ( [73] => Yii::app()->bootstrap->registerAssetJs('locales/bootstrap-datepicker.'.$this->options['language'].'.js', CClientScript::POS_END); [75] => $options = !empty($this->options) ? CJavaScript::encode($this->options) : ''; [80] => echo ".on('{$event}', " . CJavaScript::encode($handler) . ")"; ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbBulkActions.php Array ( [156] => 'buttonType' => isset($action['buttonType']) ? $action['buttonType'] : TbButton::BUTTON_LINK, [158] => 'size' => isset($action['size']) ? $action['size'] : TbButton::SIZE_SMALL, [236] => $action = CJavaScript::encode($actionButton['click']); [268] => $model = CActiveRecord::model($modelClass); [287] => $column = CMap::mergeArray(array( ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbEditableDetailView.php Array ( [57] => $editableOptions = CMap::mergeArray($options['editable'], array( ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbJsonPickerColumn.php Array ( [83] => $(this).picker(" . CJavaScript::encode($this->pickerOptions) . ").picker('toggle').addClass('pickeron'); return false; ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbGoogleVisualizationChart.php Array ( [63] => $jsData = CJavaScript::jsonEncode($this->data); [64] => $jsOptions = CJavaScript::jsonEncode($this->options); [82] => $cs->registerScript(__CLASS__.'#'.$id, 'google.load("visualization", "1", {packages:["corechart"]});', CClientScript::POS_HEAD); [83] => $cs->registerScript($id, $script, CClientScript::POS_HEAD ); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbNavbar.php Array ( [114] => $collapseId = TbCollapse::getNextContainerId(); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbEditableSaver.php Array ( [81] => $this->primaryKey = yii::app()->request->getParam('pk'); [82] => $this->attribute = yii::app()->request->getParam('name'); [94] => $this->model = CActiveRecord::model($this->modelClass)->findByPk($this->primaryKey); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbDateRangePicker.php Array ( [82] => Yii::app()->bootstrap->registerAssetJs('bootstrap.daterangepicker.js', CClientScript::POS_HEAD); [83] => Yii::app()->bootstrap->registerAssetJs('date.js', CClientScript::POS_HEAD); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbButtonGroup.php Array ( [24] => * @see BootButton::buttonType [26] => public $buttonType = TbButton::BUTTON_LINK; [29] => * @see BootButton::type [34] => * @see BootButton::size ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbTabs.php Array ( [26] => * @see TbMenu::$type [28] => public $type = TbMenu::TYPE_TABS; [116] => $handler = CJavaScript::encode($handler); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/input/TbInputVertical.php Array ( [45] => $options = CMap::mergeArray($options, $this->htmlOptions['options']); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/input/TbInputHorizontal.php Array ( [69] => $options = CMap::mergeArray($options, $this->htmlOptions['options']); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbMarkdownEditorJs.php Array ( [60] => Yii::app()->bootstrap->registerAssetJs('markdown.converter.js', CClientScript::POS_HEAD); [61] => Yii::app()->bootstrap->registerAssetJs('markdown.sanitizer.js', CClientScript::POS_HEAD); [62] => Yii::app()->bootstrap->registerAssetJs('markdown.editor.js', CClientScript::POS_HEAD); [68] => CClientScript::POS_END ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbFormInputElement.php Array ( [26] => * @var array this->type => TbActiveForm::method ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbHtml5Editor.php Array ( [92] => $options = CJSON::encode($this->editorOptions); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbExtendedGridView.php Array ( [428] => $options = CMap::mergeArray( [446] => $jsOptions = CJSON::encode($options); [570] => $afterSortableUpdate = CJavaScript::encode($afterSortableUpdate); [590] => $afterSelectableCells = CJavaScript::encode($afterSelectableCells); [1006] => $data = CJavaScript::jsonEncode($this->data); [1007] => $options = CJavaScript::jsonEncode($this->chartOptions); [1101] => $options = CJavaScript::encode($this->chartOptions); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbForm.php Array ( [65] => 'type' => 'submit', //@see TbFormButtonElement::$TbButtonTypes [81] => * Check TbFormInputElement::$tbActiveFormMethods for available types [92] => $form = TbForm::createForm($model->getFormConfig(),$model, ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbTypeahead.php Array ( [50] => $options = !empty($this->options) ? CJavaScript::encode($this->options) : ''; ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/widgets/TbAlert.php Array ( [142] => $handler = CJavaScript::encode($handler); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/gii/bootstrap/templates/default/controller.php Array ( [164] => $model=modelClass; ?>::model()->findByPk($id); [178] => echo CActiveForm::validate($model); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/actions/TbExtendedTooltipAction.php Array ( [35] => $key = yii::app()->request->getParam('name'); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/actions/TbToggleAction.php Array ( [91] => $model = CActiveRecord::model($this->modelName)->findByPk($id); [94] => $finder = CActiveRecord::model($this->modelName); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/components/JSONStorage.php Array ( [168] => $registry = function_exists('json_encode') ? json_encode($this->data[self::REGISTRY]) : CJSON::encode($this->data[self::REGISTRY]); [372] => return function_exists('json_encode') ? json_encode($data) : CJSON::encode($data); [382] => return function_exists('json_decode') ? json_decode($data, true) : CJSON::decode($data, true); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/bootstrap/components/Bootstrap.php Array ( [181] => public function registerJS($position = CClientScript::POS_HEAD) [201] => public function registerAssetJs($jsFile, $position = CClientScript::POS_END) [407] => Yii::app()->clientScript->registerScript($key, '$("' . $selector . '").daterangepicker(' . CJavaScript::encode($options) . ($callback ? ', ' . CJavaScript::encode($callback) : '') . ');'); [441] => $options = !empty($options) ? CJavaScript::encode($options) : ''; ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/LimeScript/LimeScript.php Array ( [21] => App()->getClientScript()->registerScript('LimeScript', $script, CClientScript::POS_HEAD); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/LimeDebug/LimeDebug.php Array ( [9] => if (YII_DEBUG && in_array(getIPAddress(), array("127.0.0.1","::1"))) [19] => App()->getClientScript()->registerScript('LimeDebug', $script, CClientScript::POS_HEAD); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/extensions/FlashMessage/FlashMessage.php Array ( [7] => Yii::app()->clientScript->registerScriptFile($assetUrl . '/js/notify.js',CClientScript::POS_END); [30] => Yii::app()->clientScript->registerScript('notify-messages',"LS.messages=".json_encode($aMessage).';',CClientScript::POS_HEAD); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/core/LSBootstrap.php Array ( [28] => public function registerJS($position = CClientScript::POS_HEAD) ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/core/plugins/ExportSTATAxml/STATAxmlWriter.php Array ( [139] => $aQuestion['varname'] = viewHelper::getFieldCode($aFieldmap['questions'][$sSGQAkey]); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/core/LSYii_Application.php Array ( [63] => // Yii::trace(CVarDumper::dumpAsString($config), 'vardump'); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/core/LSWebUser.php Array ( [58] => if (!isset($_SESSION[$this->sessionVariable]) || !Hash::check($_SESSION[$this->sessionVariable], $key)) [64] => return Hash::get($_SESSION[$this->sessionVariable], $key); [82] => $_SESSION[$this->sessionVariable] = Hash::remove($current, $key); [86] => $_SESSION[$this->sessionVariable] = Hash::insert($current, $key, $value); [94] => return isset($_SESSION[$this->sessionVariable]) && Hash::check($_SESSION[$this->sessionVariable], $key); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/third_party/pclzip/pclzip.lib.php Array ( [268] => // (see PclZip::listContent() for list entry format) [328] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, [367] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type p_filelist"); [451] => // (see PclZip::listContent() for list entry format) [514] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid number / type of arguments"); [554] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type '".gettype($p_filelist)."' for p_filelist"); [697] => // (see PclZip::listContent() for list entry format) [791] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid number / type of arguments"); [853] => // (see PclZip::listContent() for list entry format) [952] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid number / type of arguments"); [1003] => // (see PclZip::listContent() for list entry format) [1118] => PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \''.$this->zipname.'\' in binary read mode'); [1184] => PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "No file with filename '".$p_archive."'"); [1197] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type p_archive_to_add"); [1255] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type p_archive_to_add"); [1385] => PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "Missing archive file '".$this->zipname."'"); [1392] => PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, "Unable to read archive '".$this->zipname."'"); [1436] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid optional parameter '".$p_options_list[$i]."' for this method"); [1439] => return PclZip::errorCode(); [1451] => PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1454] => return PclZip::errorCode(); [1465] => PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1466] => return PclZip::errorCode(); [1471] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Option '".PclZipUtilOptionText($p_options_list[$i])."' can not be used with option 'PCLZIP_OPT_TEMP_FILE_OFF'"); [1472] => return PclZip::errorCode(); [1478] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Integer expected for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1479] => return PclZip::errorCode(); [1490] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Option '".PclZipUtilOptionText($p_options_list[$i])."' can not be used with option 'PCLZIP_OPT_TEMP_FILE_OFF'"); [1491] => return PclZip::errorCode(); [1500] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Option '".PclZipUtilOptionText($p_options_list[$i])."' can not be used with option 'PCLZIP_OPT_TEMP_FILE_ON'"); [1501] => return PclZip::errorCode(); [1505] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Option '".PclZipUtilOptionText($p_options_list[$i])."' can not be used with option 'PCLZIP_OPT_TEMP_FILE_THRESHOLD'"); [1506] => return PclZip::errorCode(); [1516] => PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1519] => return PclZip::errorCode(); [1537] => PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1540] => return PclZip::errorCode(); [1552] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Wrong parameter value for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1555] => return PclZip::errorCode(); [1570] => PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1573] => return PclZip::errorCode(); [1582] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Wrong parameter value for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1585] => return PclZip::errorCode(); [1597] => PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, [1603] => return PclZip::errorCode(); [1612] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, [1618] => return PclZip::errorCode(); [1628] => PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1631] => return PclZip::errorCode(); [1652] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Value must be integer, string or array for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1655] => return PclZip::errorCode(); [1685] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Too many values in index range for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1688] => return PclZip::errorCode(); [1698] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Invalid order of index range for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1701] => return PclZip::errorCode(); [1730] => PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1733] => return PclZip::errorCode(); [1755] => PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1758] => return PclZip::errorCode(); [1767] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Function '".$v_function_name."()' is not an existing function for option '".PclZipUtilOptionText($p_options_list[$i])."'"); [1770] => return PclZip::errorCode(); [1780] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, [1785] => return PclZip::errorCode(); [1800] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Missing mandatory parameter ".PclZipUtilOptionText($key)."(".$key.")"); [1803] => return PclZip::errorCode(); [1879] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid file attribute '".$v_key."' for this file"); [1882] => return PclZip::errorCode(); [1889] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type ".gettype($v_value).". String expected for attribute '".PclZipUtilOptionText($v_key)."'"); [1890] => return PclZip::errorCode(); [1896] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid empty filename for attribute '".PclZipUtilOptionText($v_key)."'"); [1897] => return PclZip::errorCode(); [1904] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type ".gettype($v_value).". String expected for attribute '".PclZipUtilOptionText($v_key)."'"); [1905] => return PclZip::errorCode(); [1911] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid empty short filename for attribute '".PclZipUtilOptionText($v_key)."'"); [1912] => return PclZip::errorCode(); [1918] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type ".gettype($v_value).". String expected for attribute '".PclZipUtilOptionText($v_key)."'"); [1919] => return PclZip::errorCode(); [1925] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid empty full filename for attribute '".PclZipUtilOptionText($v_key)."'"); [1926] => return PclZip::errorCode(); [1933] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type ".gettype($v_value).". String expected for attribute '".PclZipUtilOptionText($v_key)."'"); [1934] => return PclZip::errorCode(); [1942] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type ".gettype($v_value).". Integer expected for attribute '".PclZipUtilOptionText($v_key)."'"); [1943] => return PclZip::errorCode(); [1955] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, [1959] => return PclZip::errorCode(); [1969] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Missing mandatory parameter ".PclZipUtilOptionText($key)."(".$key.")"); [1970] => return PclZip::errorCode(); [2041] => PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "File '".$v_descr['filename']."' does not exist"); [2044] => return PclZip::errorCode(); [2207] => PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open temporary file \''.$v_zip_temp_name.'\' in binary write mode'); [2210] => return PclZip::errorCode(); [2345] => PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Zip file \''.$this->zipname.'\' already open'); [2348] => return PclZip::errorCode(); [2355] => PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \''.$this->zipname.'\' in '.$p_mode.' mode'); [2358] => return PclZip::errorCode(); [2486] => PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "File '".$p_filedescr_list[$j]['filename']."' does not exist"); [2487] => return PclZip::errorCode(); [2534] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid file list parameter (invalid or empty list)"); [2537] => return PclZip::errorCode(); [2667] => PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, "Unable to open file '$p_filename' in binary read mode"); [2668] => return PclZip::errorCode(); [2807] => PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, "Unable to open file '$p_filename' in binary read mode"); [2808] => return PclZip::errorCode(); [2815] => PclZip::privErrorLog(PCLZIP_ERR_WRITE_OPEN_FAIL, 'Unable to open temporary file \''.$v_gzip_temp_name.'\' in binary write mode'); [2816] => return PclZip::errorCode(); [2835] => PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'gzip temporary file \''.$v_gzip_temp_name.'\' has invalid filesize - should be minimum 18 bytes'); [2836] => return PclZip::errorCode(); [2841] => PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open temporary file \''.$v_gzip_temp_name.'\' in binary read mode'); [2842] => return PclZip::errorCode(); [2874] => PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open temporary file \''.$v_gzip_temp_name.'\' in binary read mode'); [2875] => return PclZip::errorCode(); [3162] => PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \''.$this->zipname.'\' in binary read mode'); [3165] => return PclZip::errorCode(); [3183] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size'); [3186] => return PclZip::errorCode(); [3340] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size'); [3343] => return PclZip::errorCode(); [3447] => PclZip::privErrorLog(PCLZIP_ERR_UNSUPPORTED_COMPRESSION, [3452] => return PclZip::errorCode(); [3466] => PclZip::privErrorLog(PCLZIP_ERR_UNSUPPORTED_ENCRYPTION, [3471] => return PclZip::errorCode(); [3502] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size'); [3505] => return PclZip::errorCode(); [3680] => PclZip::privErrorLog(PCLZIP_ERR_DIRECTORY_RESTRICTION, [3684] => return PclZip::errorCode(); [3739] => PclZip::privErrorLog(PCLZIP_ERR_ALREADY_A_DIRECTORY, [3743] => return PclZip::errorCode(); [3759] => PclZip::privErrorLog(PCLZIP_ERR_WRITE_OPEN_FAIL, [3763] => return PclZip::errorCode(); [3783] => PclZip::privErrorLog(PCLZIP_ERR_WRITE_OPEN_FAIL, [3787] => return PclZip::errorCode(); [3863] => PclZip::privErrorLog(PCLZIP_ERR_UNSUPPORTED_ENCRYPTION, 'File \''.$p_entry['filename'].'\' is encrypted. Encrypted files are not supported.'); [3864] => return PclZip::errorCode(); [3973] => PclZip::privErrorLog(PCLZIP_ERR_WRITE_OPEN_FAIL, 'Unable to open temporary file \''.$v_gzip_temp_name.'\' in binary write mode'); [3974] => return PclZip::errorCode(); [4010] => PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open temporary file \''.$v_gzip_temp_name.'\' in binary read mode'); [4011] => return PclZip::errorCode(); [4289] => PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Invalid archive structure'); [4292] => return PclZip::errorCode(); [4305] => PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, "Invalid block size : ".strlen($v_binary_data)); [4308] => return PclZip::errorCode(); [4392] => PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Invalid archive structure'); [4395] => return PclZip::errorCode(); [4408] => PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, "Invalid block size : ".strlen($v_binary_data)); [4411] => return PclZip::errorCode(); [4534] => PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Unable to go to the end of the archive \''.$this->zipname.'\''); [4537] => return PclZip::errorCode(); [4548] => PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Unable to seek back to the middle of the archive \''.$this->zipname.'\''); [4551] => return PclZip::errorCode(); [4575] => PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Unable to seek back to the middle of the archive \''.$this->zipname.'\''); [4578] => return PclZip::errorCode(); [4610] => PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, "Unable to find End of Central Dir Record signature"); [4613] => return PclZip::errorCode(); [4625] => PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, "Invalid End of Central Dir Record size : ".strlen($v_binary_data)); [4628] => return PclZip::errorCode(); [4643] => PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, [4648] => return PclZip::errorCode(); [4714] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size'); [4717] => return PclZip::errorCode(); [4854] => PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size'); [4857] => return PclZip::errorCode(); [5028] => PclZip::privErrorLog(PCLZIP_ERR_DIR_CREATE_FAIL, "Unable to create directory '$p_dir'"); [5031] => return PclZip::errorCode(); [5121] => PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open temporary file \''.$v_zip_temp_name.'\' in binary write mode'); [5124] => return PclZip::errorCode(); [5258] => PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive file \''.$p_archive_filename.'\' in binary write mode'); [5261] => return PclZip::errorCode(); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/third_party/ar-php/Arabic.php Array ( [159] => spl_autoload_register('I18N_Arabic::autoload', false); [163] => set_error_handler('I18N_Arabic::myErrorHandler'); [418] => $c = I18N_Arabic_CharsetC::singleton(); ) /var/www/vhosts/arabdemog.com/httpdocs/jj/parclimesurvey/application/config/internal.php Array ( [67] => $result = CMap::mergeArray($internalConfig, $userConfig); )