Home
last modified time | relevance | path

Searched refs:sTitle (Results 1 – 16 of 16) sorted by relevance

/plugin/switchpanel/
Dscript.js6 this.showToolTip = function( oEvent, sLabel, sTitle, sText, sLink ){ argument
8 if( ( sLabel + sTitle ) != '' ){
9 …+= '<div class="switchpanel_tooltip_title">' + sLabel + ( sTitle != '' ? ' : ' : '' ) + sTitle + '…
/plugin/switchpanel/tpl/
Dswitchpanel.case.gbic.class.php10 $sTitle = str_replace( "\\", "\\'", isset( $oCase[ 'title' ] ) ? $oCase[ 'title' ] : '' );
16 …$sSvg .= '<g onmousemove="window.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \…
Dswitchpanel.case.of.class.php10 $sTitle = str_replace( "\\", "\\'", isset( $oCase[ 'title' ] ) ? $oCase[ 'title' ] : '' );
16 …$sSvg .= '<g onmousemove="window.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \…
Dswitchpanel.case.2of.class.php10 $sTitle = str_replace( "\\", "\\'", isset( $oCase[ 'title' ] ) ? $oCase[ 'title' ] : '' );
16 …$sSvg .= '<g onmousemove="window.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \…
Dswitchpanel.case.close.class.php10 $sTitle = str_replace( "\\", "\\'", isset( $oCase[ 'title' ] ) ? $oCase[ 'title' ] : '' );
16 …$sSvg .= '<g onmousemove="window.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \…
Dswitchpanel.case.serial.class.php10 $sTitle = str_replace( "\\", "\\'", isset( $oCase[ 'title' ] ) ? $oCase[ 'title' ] : '' );
16 …$sSvg .= '<g onmousemove="window.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \…
Dswitchpanel.case.rj45.class.php10 $sTitle = str_replace( "\\", "\\'", isset( $oCase[ 'title' ] ) ? $oCase[ 'title' ] : '' );
16 …$sSvg .= '<g onmousemove="window.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \…
/plugin/twitter/
Dsyntax.php21 $sTitle = $data [1];
36 $sResponse .= $sTitle;
/plugin/lytebox/
Dlytebox.js489 …var sTitle = (this.isSlideshow ? this.slideArray[this.activeSlide][1] : (this.isLyteframe ? this.f…
495 object.innerHTML = (sTitle == null ? '' : ''+sTitle+'');
497 else object.innerHTML = (sTitle == null ? '' : sTitle);
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.colVis.min.js5 …on(n,e){var t=n.column(e.columns).index(),o=n.settings()[0].aoColumns[t].sTitle;return o=(o=o||n.c…
Dbuttons.colVis.js193 var title = dt.settings()[0].aoColumns[idx].sTitle;
/plugin/dokumicrobugtracker/js/
Djquery.dataTables.min.js.gz
Djquery.dataTables.min.js43 …,sSortingClass:a.oClasses.sSortable,sSortingClassJUI:a.oClasses.sSortJUI,sTitle:b?b.innerHTML:"",s… property
51 d=0;for(f=a.aoColumns.length;d<f;d++){if(a.aoColumns[d].sTitle===null)a.aoColumns[d].sTitle=a.aoCol…
53sTitle!=c.innerHTML)c.innerHTML=a.aoColumns[b].sTitle}}else{var f=p.createElement("tr");b=0;for(d=…
Djquery.dataTables.js2889 if ( oSettings.aoColumns[iColumn].sTitle === null )
2891 oSettings.aoColumns[iColumn].sTitle = oSettings.aoColumns[iColumn].nTh.innerHTML;
2994 if ( oSettings.aoColumns[i].sTitle != nTh.innerHTML )
2996 nTh.innerHTML = oSettings.aoColumns[i].sTitle;
3008 nTh.innerHTML = oSettings.aoColumns[i].sTitle;
/plugin/datatables/assets/datatables.net/js/
Djquery.dataTables.js2254 "sTitle": oDefaults.sTitle ? oDefaults.sTitle : nTh ? nTh.innerHTML : '', property
3314 if ( column.sTitle != cell[0].innerHTML ) {
3315 cell.html( column.sTitle );
6187 var sTitle = col.ariaTitle || col.sTitle.replace( /<.*?>/g, "" );
6204 label = sTitle + ( nextSort === "asc" ?
6210 label = sTitle;
Djquery.dataTables.min.js4sTitle:n.sTitle||(e?e.innerHTML:""),aDataSort:n.aDataSort||[a],mData:n.mData||a,idx:a}),n=(t.aoCol… property