| /plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
| D | upload.php | 46 $sType = input_strval('Type'); variable 47 if(!$sType) $sType = 'File' ; variable 55 if ( !IsAllowedType( $sType ) ) 59 FileUpload( $sType, $sCurrentFolder, $sCommand );
|
| /plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
| D | upload.php | 46 $sType = input_strval('Type'); variable 47 if(!$sType) $sType = 'File' ; variable 55 if ( !IsAllowedType( $sType ) ) 59 FileUpload( $sType, $sCurrentFolder, $sCommand );
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/upload/php/ |
| D | upload.php | 62 $sType = isset( $_GET['Type'] ) ? $_GET['Type'] : 'File' ; variable 65 if ( !in_array( $sType, array('File','Image','Flash','Media') ) ) 69 $arAllowed = $Config['AllowedExtensions'][$sType] ; 70 $arDenied = $Config['DeniedExtensions'][$sType] ; 89 $sServerDir .= $sType . '/' ; 115 $sFileUrl = $Config["UserFilesPath"] . $sType . '/' . $sFileName ;
|
| /plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
| D | upload.php | 45 $sType = isset( $_GET['Type'] ) ? $_GET['Type'] : 'File' ; variable 54 if ( !IsAllowedType( $sType ) ) 58 FileUpload( $sType, $sCurrentFolder, $sCommand )
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
| D | upload.php | 44 $sType = isset( $_GET['Type'] ) ? $_GET['Type'] : 'File' ; variable 53 if ( !IsAllowedType( $sType ) ) 57 FileUpload( $sType, $sCurrentFolder, $sCommand )
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
| D | cf_upload.cfm | 48 <cfset sType = "File"> 51 <cfset sType = URL.Type> 62 <cfif not IsAllowedType( sType )> 66 <cfset FileUpload( sType, sCurrentFolder, sCommand )>
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | xajax.js | 51 getInput:function(sType,sName,sId){var Obj;if(!window.addEventListener){Obj=document.createElement(… argument 52 else{Obj=document.createElement('input');Obj.setAttribute('type',sType);Obj.setAttribute('name',sNa… 54 createInput:function(sParentId,sType,sName,sId){var objParent=this.$(sParentId);var objElement=this… argument 56 insertInput:function(sBeforeId,sType,sName,sId){var objSibling=this.$(sBeforeId);var objElement=thi… argument 58 insertInputAfter:function(sAfterId,sType,sName,sId){var objSibling=this.$(sAfterId);var objElement=… argument
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_link/ |
| D | fck_link.js | 205 var sType = 'url' ; 247 sType = 'email' ; 256 sType = 'url' ; 262 sType = 'anchor' ; 267 sType = 'url' ; 319 GetE('cmbLinkType').value = sType ;
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_link/ |
| D | fck_link.js | 209 var sType = 'url' ; 258 sType = 'email' ; 267 sType = 'url' ; 273 sType = 'anchor' ; 278 sType = 'url' ; 330 GetE('cmbLinkType').value = sType ;
|
| /plugin/fckg/fckeditor/editor/dialog/fck_link/ |
| D | fck_link.js | 517 var sType = 'url' ; 580 sType = 'email' ; 593 sType = 'url' ; 598 sType = 'anchor' ; 603 sType = 'url' ; 615 sType = 'other_mime'; 620 sType = 'internal'; 630 sType = 'other_mime'; 645 sType = 'samba'; 648 sType = 'samba'; [all …]
|
| /plugin/dokumicrobugtracker/js/ |
| D | jquery.dataTables.js | 2597 if ( typeof oOptions.sType != 'undefined' ) 2599 oCol.sType = oOptions.sType; 2704 if ( oCol._bAutoType && oCol.sType != 'string' ) 2711 if ( oCol.sType === null ) 2713 oCol.sType = sThisType; 2715 else if ( oCol.sType != sThisType && oCol.sType != "html" ) 2718 oCol.sType = 'string'; 2909 if ( bAutoType && oSettings.aoColumns[iColumn].sType != 'string' ) 2915 if ( oSettings.aoColumns[iColumn].sType === null ) 2917 oSettings.aoColumns[iColumn].sType = sThisType; [all …]
|
| D | jquery.dataTables.min.js.gz | |
| D | jquery.dataTables.min.js | 43 b){var c=a.aoColumns.length;b={sType:null,_bAutoType:true,bVisible:true,bSearchable:true,bSortable:… property 44 …Columns[b];if(typeof c!="undefined"&&c!==null){if(typeof c.sType!="undefined"){b.sType=c.sType;b._… 47 …oType&&c.sType!="string"){f=G(a,b,e,"type");if(f!==null&&f!==""){f=ia(f);if(c.sType===null)c.sType… 51 …sType!="string"){r=G(a,b,d,"type");if(r!==""){r=ia(r);if(a.aoColumns[d].sType===null)a.aoColumns[d… 52 "html")a.aoColumns[d].sType="string"}}if(m){r=a.aoColumns[d].fnRender({iDataRow:b,iDataColumn:d,aDa… 82 …lay.length-1;d>=0;d--){f=qa(G(a,a.aiDisplay[d],c,"filter"),a.aoColumns[c].sType);if(!b.test(f)){a.… 84 …ns.length;f<e;f++)if(a.aoColumns[f].bSearchable)c+=qa(b[f],a.aoColumns[f].sType)+" ";if(c.indexOf… 86 …;a.aiDisplayMaster.sort(function(L,T){var B,U;for(c=0;c<H;c++){B=m[h[c][0]].iDataSort;U=m[B].sType;
|
| /plugin/datatables/assets/datatables.net/js/ |
| D | jquery.dataTables.js | 2313 if ( oOptions.sType ) 2315 oCol._sManualType = oOptions.sType; 2538 if ( ! col.sType && col._sManualType ) { 2539 col.sType = col._sManualType; 2541 else if ( ! col.sType ) { 2572 col.sType = detectedType; 2578 if ( ! col.sType ) { 2579 col.sType = 'string'; 2698 columns[i].sType = null; 2828 if ( fomatters[ col.sType ] ) { [all …]
|
| D | jquery.dataTables.min.js | 4 …sType&&(e._sManualType=n.sType),n.className&&!n.sClass&&(n.sClass=n.className),n.sClass&&o.addClas…
|
| /plugin/snow/ |
| D | snowstorm.js | 208 function apply(args, sType) { argument 210 method = [evt[sType]];
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | gson-2.7.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |