Home
last modified time | relevance | path

Searched refs:create (Results 1876 – 1900 of 1906) sorted by last modified time

1...<<71727374757677

/plugin/farm/install/
H A Dfarmstructurecreator.php.bak64 if(!@mkdir($farmconf['farmer'], 0755)) die('Cannot create farmer dir');;
65 if(!@mkdir($farmconf['barn'], 0755)) die('Cannot create barn');
90 }else die('Could not create farm rewrite file');
106 }else die('Could not create barn rewrite file');
112 …if(!@mkdir($farmconf['barn'].$farmconf['animaltemplate'], 0755)) die('Cannot create animal default…
124 }else die('Could not create animal template metafile');
/plugin/tooltip/
H A Dstyle.css12 * To create your own style follow instructions at Wiki page.
/plugin/tooltip/syntax/
H A Dtooltip.php120 create the HTML code that reveals the tooltip
H A Dshort.php107 create the HTML code that reveals the tooltip
/plugin/hide/
H A Dsyntax.php86 create the HTML code that reveals the hoverview
/plugin/ahrefmenu/
H A Dgenerate_map.py5 def create(self, i_url, i_root, i_re_neg = "", i_title = ""): member in place
233 res_from = p_from.create("", self.url, self.negative_regexp, self.curr_title)
235 res_to = p_to.create(self.curr_ahref, self.url, self.negative_regexp)
/plugin/vote/
H A DINFO7 desc allows to create simple votes
/plugin/nroff/
H A Drenderer.php1036 * @param boolean $create Create a new unique ID?
1039 function _headerToLink($title,$create=false) { argument
1044 if($create){
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm212 <cfdirectory action="create" directory="#currentFolderPath##sNewFolderName#" mode="755">
217 * 103 : You have no permissions to create the folder.
H A Dcf5_connector.cfm149 <!--- create directories in physical path if they don't already exist --->
156 <cfdirectory action="create" directory="#name#" mode="755">
160 <cfdirectory action="create" directory="#currentPath##fs##name#" mode="755">
280 action="create"
287 * 103 : You have no permissions to create the folder.
H A Dcf5_upload.cfm159 <!--- create resource type directory if not exists --->
170 <cfdirectory action="create" directory="#name#" mode="755">
174 <cfdirectory action="create" directory="#currentPath##fs##name#" mode="755">
H A Dcf_basexml.cfm22 …* This file include the functions that create the base XML output by the ColdFusion Connector (MX …
H A Dcf_io.cfm128 <cfdirectory action="create" mode="0755" directory="#ARGUMENTS.folderPath#">
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc37 * fckEditor.create(); // create instance now.
H A Dfckeditor.cfm131 // create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)
H A Dfckeditor.lasso25 * be used to create editor instances in Lasso pages on server side.
64 define_tag('create');
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01_mx.cfm56 fckEditor.Create() ; // create the editor.
H A Dsample04_mx.cfm92 fckEditor.create() ; // create the editor.
H A Dsample02_mx.cfm105 fckEditor.create() ; // create the editor.
H A Dsample03_mx.cfm86 fckEditor.create() ; // create the editor.
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso103 $myeditor->create;
H A Dsample04.lasso87 $myeditor->create;
H A Dsample03.lasso81 $myeditor->create;
H A Dsample01.lasso49 $myeditor->create;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm45 <!--- create temp file from the submitted text, this will be passed to aspell to be check for missp…

1...<<71727374757677