Home
last modified time | relevance | path

Searched refs:Name (Results 101 – 125 of 266) sorted by relevance

1234567891011

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dcommands.asp122 sErrorNumber = "102" ' Invalid Folder Name.
164 sFileName = oUploader.File( "NewFile" ).Name
/plugin/authremoteuser/
H A DREADME.md113 loginname:password:Real Name:email:groups
121 * `Real Name`:
/plugin/c3chart/
H A DREADME.md63 | Name | Description |
81 | Name | Description |
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckfitwindow.js26 this.Name = 'FitWindow' ;
H A Dfcktextcolorcommand.js29 this.Name = type == 'ForeColor' ? 'TextColor' : 'BGColor' ;
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsampleposteddata.asp39 <td noWrap>Field Name&nbsp;&nbsp;</td>
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js79Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);};FCKName…
80 var FCKStyleCommand=function(){};FCKStyleCommand.prototype={Name:'Style',Execute:function(A,B){FCKU… property in FCKStyleCommand
81Name=A;this.Title=B;this.Url=C;this.Width=D;this.Height=E;this.CustomValue=H;this.GetStateFunction… property in FCKFontSizeCommand
83 var FCKSpellCheckCommand=function(){this.Name='SpellCheck';this.IsEnabled=(FCKConfig.SpellChecker!=…
85 var FCKPastePlainTextCommand=function(){this.Name='PasteText';};FCKPastePlainTextCommand.prototype.…
86 var FCKPasteWordCommand=function(){this.Name='PasteWord';};FCKPasteWordCommand.prototype.Execute=fu…
87Name=A;};FCKTableCommand.prototype.Execute=function(){FCKUndo.SaveUndoStep();if (!FCKBrowserInfo.I…
91Name=A;this.Offset=B;this.IndentCSSProperty=FCKConfig.ContentLangDirection.IEquals('ltr')?'marginL…
93 var FCKCoreStyleCommand=function(A){this.Name='CoreStyle';this.StyleName='_FCK_'+A;this.IsActive=fa…
94 var FCKRemoveFormatCommand=function(){this.Name='RemoveFormat';};FCKRemoveFormatCommand.prototype={…
[all …]
H A Dfckeditorcode_ie.js83Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);};FCKName…
84 var FCKStyleCommand=function(){};FCKStyleCommand.prototype={Name:'Style',Execute:function(A,B){FCKU… property in FCKStyleCommand
85Name=A;this.Title=B;this.Url=C;this.Width=D;this.Height=E;this.CustomValue=H;this.GetStateFunction… property in FCKFontNameCommand
87 var FCKSpellCheckCommand=function(){this.Name='SpellCheck';this.IsEnabled=true;};FCKSpellCheckComma…
89 var FCKPastePlainTextCommand=function(){this.Name='PasteText';};FCKPastePlainTextCommand.prototype.…
90 var FCKPasteWordCommand=function(){this.Name='PasteWord';};FCKPasteWordCommand.prototype.Execute=fu…
91Name=A;};FCKTableCommand.prototype.Execute=function(){FCKUndo.SaveUndoStep();if (!FCKBrowserInfo.I…
95Name=A;this.Offset=B;this.IndentCSSProperty=FCKConfig.ContentLangDirection.IEquals('ltr')?'marginL…
97 var FCKCoreStyleCommand=function(A){this.Name='CoreStyle';this.StyleName='_FCK_'+A;this.IsActive=fa…
98 var FCKRemoveFormatCommand=function(){this.Name='RemoveFormat';};FCKRemoveFormatCommand.prototype={…
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarbuttonui.js26 this.Name = name ;
/plugin/bootswrapper/exe/help/
H A Dalert.txt47 ^ Name ^ Default ^ Values ^ Description ^
/plugin/advanced/lang/en/config/
H A Dacl.txt15 ^ Name ^ Level ^ applies to ^ Permission ^ DokuWiki constant ^
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsampleposteddata.afp38 <td nowrap>Field Name&nbsp;&nbsp;</td>
H A Dsample03.afp36 oCombo.value = editorInstance.ToolbarSet.Name ;
/plugin/translator/
H A Dadmin.php611 foreach ( $categories as $Name => $CategoryID ) {
619 …$form->addElement(form_makeOpenTag("td", $onclick)); $form->addElement($Name); $form->addElement(f…
623 …$form->addElement(form_makeCheckboxField("deleteuser[$Name][{$data['Version']}]", 1, '', '', 'edit…
/plugin/airtable/
H A DREADME.md59 `{{airtable>type: "table" | fields: "Name", "# of bulbs", "Posted By", "Post Text", "Post Image(s)"…
115 `Text Before: {{airtable>Type: "text" | Fields: "Part Name" | record-url:
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDhyanaOFL.txt34 "Reserved Font Name" refers to any names specified as such after the
65 Name(s) unless explicit written permission is granted by the corresponding
H A DLateef font OFL.txt33 "Reserved Font Name" refers to any names specified as such after the
64 Name(s) unless explicit written permission is granted by the corresponding
H A DLohitKannadaOFL.txt34 "Reserved Font Name" refers to any names specified as such after the
65 Name(s) unless explicit written permission is granted by the corresponding
H A DXW Zar Font Info.txt32 "Reserved Font Name" refers to any names specified as such after the
63 Name(s) unless explicit written permission is granted by the corresponding
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample03.lasso37 oCombo.value = editorInstance.ToolbarSet.Name ;
/plugin/publistf/
H A DCHANGELOG.md44 co-authors by creating an additional file/wiki page with "URL Author Name"
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample03.cfm37 oCombo.value = editorInstance.ToolbarSet.Name ;
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt129 AbbrDlgTitle : "Insert Syntax Plugin Name",
136 AbbrDlgName : "Enter Plugin Name--try to be exact",
166 geshiSnippetFileName: 'Snippet File Name:',
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js28 Name : FCKURLParams[ 'InstanceName' ], property in FCK
928 var eLinkedField = oDocument.getElementById( FCK.Name ) ;
939 eLinkedField = oDocument.getElementsByName( FCK.Name )[i++] ;
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit42 …ht:bold'>Link Display Text</span><br />User defined Text (takes precedence over Page Name or ID)",
69 DlgFileBrowserSortName: 'Name',
77 DlgFileBrowserInfo_2: "The file listings can be sorted by Name, Date, and File Size. By default th…

1234567891011