Searched refs:FORM (Results 1 – 25 of 44) sorted by relevance
12
69 if($FORM{'ServerPath'} ne "") {70 $GLOBALS{'UserFilesPath'} = $FORM{'ServerPath'};87 if($FORM{'Command'} eq "" || $FORM{'Type'} eq "" || $FORM{'CurrentFolder'} eq "") {91 $sCommand = $FORM{'Command'};92 $sResourceType = $FORM{'Type'};93 $sCurrentFolder = $FORM{'CurrentFolder'};
125 my ($FORM) = @_;197 $FORM{$name} = $FileName;214 $FORM{$name} .= "\0" if(defined($FORM{$name}));215 $FORM{$name} .= $value;233 $FORM{$name} .= "\0" if(defined($FORM{$name}));234 $FORM{$name} .= $value;
92 if($FORM{'NewFolderName'} ne "") {93 $sNewFolderName = $FORM{'NewFolderName'};
69 if($FORM{'ServerPath'} ne "") {70 $GLOBALS{'UserFilesPath'} = $FORM{'ServerPath'};88 $sResourceType = $FORM{'Type'};89 $sCurrentFolder = $FORM{'CurrentFolder'};
100 $pString .= FORM::formHeader("adminStyleEditDisplay");103 $pString .= FORM::selectedBoxValue(FALSE, "editStyleFile", $this->styles, $styleFile, 20);105 $pString .= FORM::selectFBoxValue(FALSE, "editStyleFile", $this->styles, 20);106 $pString .= MISC::br() . FORM::formSubmit('Edit');107 $pString .= FORM::formEnd();315 $pString .= FORM::formHeader("adminStyleCopyDisplay");316 $pString .= FORM::selectFBoxValue(FALSE, "editStyleFile", $this->styles, 20);317 $pString .= MISC::br() . FORM::formSubmit('Edit');318 $pString .= FORM::formEnd();355 FORM::selectedBoxValue($this->messages->text("style", "creatorFirstStyle"), [all …]
25 class FORM class28 function FORM() function in FORM
66 $FORM{$name} .= "\0" if(defined($FORM{$name}));67 $FORM{$name} .= $value;92 foreach $key (keys %FORM) {93 $postedValue = &specialchar_cnv($FORM{$key});
74 $FORM{$name} .= "\0" if(defined($FORM{$name}));75 $FORM{$name} .= $value;134 if($FORM{'Toolbar'} ne "") {135 $ToolbarSet = &specialchar_cnv( $FORM{'Toolbar'} );
74 $FORM{$name} .= "\0" if(defined($FORM{$name}));75 $FORM{$name} .= $value;141 if($FORM{'Skin'} ne "") {142 $Config{'SkinPath'} = $sBasePath . 'editor/skins/' . &specialchar_cnv( $FORM{'Skin'} ) . '/' ;
74 $FORM{$name} .= "\0" if(defined($FORM{$name}));75 $FORM{$name} .= $value;145 if($FORM{'Lang'} ne "") {147 $Config{'DefaultLanguage'} = $FORM{'Lang'};
59 <cfif isDefined( 'FORM.fieldnames' )>69 …<th colspan="2" bgcolor="darkblue"><font color="white"><strong>Dump of FORM Variables</strong></fo…73 <td>#FORM.fieldNames#</td>75 <cfloop list="#FORM.fieldnames#" index="key">78 <td>#HTMLEditFormat(evaluate("FORM.#key#"))#</td>
87 var="#FORM#"88 label="Dump of FORM Variables"
1684 06D8;CM # ARABIC SMALL HIGH MEEM INITIAL FORM1694 06E2;CM # ARABIC SMALL HIGH MEEM ISOLATED FORM3034 0F6A;AL # TIBETAN LETTER FIXED-FORM RA3103 0FBA;CM # TIBETAN SUBJOINED LETTER FIXED-FORM WA3104 0FBB;CM # TIBETAN SUBJOINED LETTER FIXED-FORM YA3105 0FBC;CM # TIBETAN SUBJOINED LETTER FIXED-FORM RA6232 206C;CM # INHIBIT ARABIC FORM SHAPING6233 206D;CM # ACTIVATE ARABIC FORM SHAPING6968 2393;AL # DIRECT CURRENT SYMBOL FORM TWO7065 240C;AL # SYMBOL FOR FORM FEED[all …]
19 …FORM:{PREFIX:"prefix",INFIX:"infix",POSTFIX:"postfix"},LINEBREAK:{AUTO:"auto",NEWLINE:"newline",NO… property
107 $this->Lexer->addEntryPattern('<FORM.*?>(?=.*?</FORM>)',$mode,'plugin_formular');
32 - FORM loader:161 Also note that multipart/form-data format used for FORM loader, because
23 <!--- make no difference between URL and FORM scopes --->