Home
last modified time | relevance | path

Searched refs:clientScript (Results 1 – 25 of 112) sorted by relevance

12345

/dports/www/thundersnarf/thundersnarf/protected/extensions/jui/
H A DEJqueryUiInclude.php159 $clientScript = Yii::app()->getClientScript();
161 $clientScript->registerCoreScript('jquery');
166 $clientScript->registerScriptFile($baseUrl.'/js/jquery-ui-1.8.1.custom.js');
170 $clientScript->registerScriptFile($baseUrl.'/js/jquery-ui-1.7.1.custom.packed.js');
175 $clientScript->registerScriptFile($baseUrl.'/js/jquery-ui-1.8.1.custom.min.js');
180 … $clientScript->registerCssFile($baseUrl.'/css/'.$this->getTheme().'/jquery-ui-1.7.1.custom.css');
H A DEJqueryUiWidget.php120 protected $clientScript = null; variable in EJqueryUiWidget
317 $this->clientScript = Yii::app()->getClientScript();
319 $this->clientScript->registerCoreScript('jquery');
324 $this->clientScript->registerScriptFile($this->baseUrl.'/js/jquery-ui-1.8.1.custom.js');
328 … $this->clientScript->registerScriptFile($this->baseUrl.'/js/jquery-ui-1.7.1.custom.packed.js');
333 … $this->clientScript->registerScriptFile($this->baseUrl.'/js/jquery-ui-1.8.1.custom.min.js');
338 …$this->clientScript->registerCssFile($this->baseUrl.'/css/'.$this->getTheme().'/jquery-ui-1.7.1.cu…
H A DEAccordion.php302 $this->clientScript->registerScriptFile($this->baseUrl.'/external/easing/jquery.easing.1.3.js');
335 $this->clientScript->registerScript('Yii.'.get_class($this).'#'.$id,
/dports/www/thundersnarf/thundersnarf/protected/views/resumo/
H A Dadmin.php28 Yii::app()->clientScript->registerScript('search', "
194 <?php Yii::app()->clientScript->registerScript('initPageSize',<<<EOD
200 <?php Yii::app()->clientScript->registerScript('tipoTrafego',<<<EOD
206 <?php Yii::app()->clientScript->registerScript('periodo',<<<EOD
212 <?php Yii::app()->clientScript->registerScript('eficienciaDynamic',<<<EOD
218 <?php Yii::app()->clientScript->registerScript('eficienciaStatic',<<<EOD
/dports/www/limesurvey/limesurvey/application/core/
H A DLSYii_ClientScript.php97 if (!empty(Yii::app()->clientScript->packages[$sPackageName])) {
98 if (!empty(Yii::app()->clientScript->packages[$sPackageName][$sType])) {
116 if (!empty(Yii::app()->clientScript->packages[$sPackageName])) {
119 if (empty(Yii::app()->clientScript->packages[$sPackageName][$sType])) {
120 Yii::app()->clientScript->packages[$sPackageName][$sType] = array();
124 Yii::app()->clientScript->packages[$sPackageName][$sType][] = $sFileName;
139 if (!empty(Yii::app()->clientScript->packages[$sPackageName])) {
140 if (!empty(Yii::app()->clientScript->packages[$sPackageName][$sType])) {
215 $aPackages = Yii::app()->clientScript->packages;
242 $aOldPackageDefinition = Yii::app()->clientScript->packages[$package];
[all …]
H A DLS_Twig_Extension.php52 Yii::app()->clientScript->registerCssFile(
75 … Yii::app()->clientScript->packages[$oTemplate->sPackageName]['css'][] = $sTemplateCssFileName;
88 Yii::app()->clientScript->registerScriptFile(
106 … Yii::app()->clientScript->packages[$oTemplate->sPackageName]['js'][] = $sTemplateScriptFileName;
120 Yii::app()->clientScript->registerScript(
351 return Yii::app()->clientScript->unregisterPackage($name);
359 return Yii::app()->clientScript->unregisterScriptFile($name);
370 Yii::app()->clientScript->registerCssFile($path);
375 Yii::app()->clientScript->registerPackage($name, LSYii_ClientScript::POS_BEGIN);
401 foreach (Yii::app()->clientScript->coreScripts as $key => $package) {
[all …]
/dports/www/thundersnarf/thundersnarf/protected/views/domain/
H A Dadmin.php33 Yii::app()->clientScript->registerScript('search', "
180 <?php Yii::app()->clientScript->registerScript('initPageSize',<<<EOD
186 <?php Yii::app()->clientScript->registerScript('tipoTrafego',<<<EOD
192 <?php Yii::app()->clientScript->registerScript('eficienciaDynamic',<<<EOD
198 <?php Yii::app()->clientScript->registerScript('eficienciaStatic',<<<EOD
/dports/www/thundersnarf/thundersnarf/protected/views/extension/
H A Dadmin.php33 Yii::app()->clientScript->registerScript('search', "
181 <?php Yii::app()->clientScript->registerScript('initPageSize',<<<EOD
187 <?php Yii::app()->clientScript->registerScript('tipoTrafego',<<<EOD
193 <?php Yii::app()->clientScript->registerScript('eficienciaDynamic',<<<EOD
199 <?php Yii::app()->clientScript->registerScript('eficienciaStatic',<<<EOD
/dports/www/thundersnarf/thundersnarf/protected/views/ip/
H A Dadmin.php33 Yii::app()->clientScript->registerScript('search', "
181 <?php Yii::app()->clientScript->registerScript('initPageSize',<<<EOD
187 <?php Yii::app()->clientScript->registerScript('tipoTrafego',<<<EOD
193 <?php Yii::app()->clientScript->registerScript('eficienciaDynamic',<<<EOD
199 <?php Yii::app()->clientScript->registerScript('eficienciaStatic',<<<EOD
/dports/www/thundersnarf/thundersnarf/protected/views/file/
H A Dadmin.php36 Yii::app()->clientScript->registerScript('search', "
209 <?php Yii::app()->clientScript->registerScript('initPageSize',<<<EOD
215 <?php Yii::app()->clientScript->registerScript('tipoTrafego',<<<EOD
221 <?php Yii::app()->clientScript->registerScript('eficienciaDynamic',<<<EOD
227 <?php Yii::app()->clientScript->registerScript('eficienciaStatic',<<<EOD
/dports/www/limesurvey/limesurvey/application/extensions/yii-jsoneditor/
H A DJsonEditor.php29 App()->clientScript->registerCssFile($this->baseUrl . $fileName);
34 App()->clientScript->registerScriptFile($this->baseUrl . $fileName);
42 App()->clientScript->registerScriptFile(App()->assetManager->publish(__DIR__ . '/widget.js'));
/dports/www/limesurvey/limesurvey/application/core/plugins/ComfortUpdateChecker/
H A DComfortUpdateChecker.php123 Yii::app()->clientScript->registerScriptFile($assetsUrl . '/script.js');
124 Yii::app()->clientScript->registerCssFile($assetsUrl . '/style.css');
/dports/www/limesurvey/limesurvey/application/models/
H A DTemplateConfig.php176 $aPackages = Yii::app()->clientScript->packages;
198 … Yii::app()->clientScript->removeFileFromPackage($sPackageName, $sType, $sFileToRemove);
287 Yii::app()->clientScript->addPackage($this->sPackageName, array(
358 Yii::app()->clientScript->removeFileFromPackage('bootstrap', 'css', $toReplace);
362 Yii::app()->clientScript->removeFileFromPackage('bootstrap', 'js', $toReplace);
406 …Yii::app()->clientScript->registerScript('error_'.$this->template_name, "throw Error(\"$sMessage\"…
1155 …Yii::app()->clientScript->removeFileFromPackage($this->oMotherTemplate->sPackageName, $sType, $sFi…
1164 … Yii::app()->clientScript->addFileToPackage($oRTemplate->sPackageName, $sType, $sFileName);
1200 …$sFilePath = Yii::getPathOfAlias( Yii::app()->clientScript->packages[$oRTemplate->sPackageName]["b…
H A DAdminTheme.php234 Yii::app()->clientScript->addPackage('admin-theme', $package); // add the package
235 Yii::app()->clientScript->registerPackage('admin-theme'); // register the package
236 …Yii::app()->clientScript->registerPackage('moment'); // register moment for correct dateTime calcu…
/dports/lang/gcc48/gcc-4.8.5/libgo/go/crypto/tls/
H A Dhandshake_client_test.go16 func testClientScript(t *testing.T, name string, clientScript [][]byte, config *Config) {
26 for i, b := range clientScript {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/crypto/tls/
H A Dhandshake_client_test.go16 func testClientScript(t *testing.T, name string, clientScript [][]byte, config *Config) {
26 for i, b := range clientScript {
/dports/www/limesurvey/limesurvey/application/views/admin/survey/Question/
H A Dadvanced_settings_view.php177 foreach (Yii::app()->clientScript->scripts as $index=>$script)
183 Yii::app()->clientScript->reset();
/dports/www/limesurvey/limesurvey/application/controllers/
H A DSurveyController.php51 Yii::app()->clientScript->registerPackage('decimal'); // decimal
52 Yii::app()->clientScript->registerPackage('decimalcustom'); // decimal-customisations
H A DUploaderController.php319 …App()->clientScript->registerScript('sNeededScriptVar', $sNeededScriptVar, CClientScript::POS_HEAD…
320 … App()->clientScript->registerScript('sLangScriptVar', $sLangScriptVar, CClientScript::POS_HEAD);
321 Yii::app()->clientScript->registerPackage('survey-template-'.$oTemplate->sTemplateName);
325 … App()->clientScript->registerCssFile(Yii::app()->getConfig("publicstyleurl")."uploader.css");
/dports/www/limesurvey/limesurvey/application/controllers/admin/
H A Dstatistics.php120 yii::app()->clientScript->registerPackage('jszip');
780 yii::app()->clientScript->registerPackage('jspdf');
781 yii::app()->clientScript->registerPackage('jszip');
804 yii::app()->clientScript->registerPackage('bootstrap-switch');
805 yii::app()->clientScript->registerPackage('jspdf');
/dports/www/thundersnarf/thundersnarf/protected/views/user/
H A Dadmin.php17 Yii::app()->clientScript->registerScript('search', "
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/tls/
H A Dhandshake_client_test.go16 func testClientScript(t *testing.T, name string, clientScript [][]byte, config *Config) {
26 for i, b := range clientScript {
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/components/
H A DTbApi.php207 Yii::app()->clientScript->registerScript($id, $script, $position);
227 Yii::app()->clientScript->registerScript($id, $script, $position);
/dports/www/limesurvey/limesurvey/application/views/admin/homepagesettings/
H A Dadmin.php15 Yii::app()->clientScript->registerScript('search', "
/dports/www/limesurvey/limesurvey/application/views/admin/tutorialEntry/
H A Dadmin.php15 Yii::app()->clientScript->registerScript('search', "

12345