Home
last modified time | relevance | path

Searched refs:local (Results 376 – 386 of 386) sorted by path

1...<<111213141516

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm45 <!--- Map the virtual path to the local server path. --->
134 <!--- Map the virtual path to the local server path --->
159 <!--- Map the virtual path to the local server path --->
208 <!--- Map the virtual path to the local server path of the current folder. --->
H A Dconfig.cfm169 <!--- copy key values from external to local config (i.e. override default config as required) --->
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso82 iterate(file_listdirectory($currentFolderURL), local('this'));
94 iterate(file_listdirectory($currentFolderURL), local('this'));
98 local('size') = file_getsize($currentFolderURL + #this) / 1024;
162 local('fileExtension') = '.' + $NewFile->find('OrigExtension');
163 local('shortFileName') = $NewFileName->removetrailing(#fileExtension)&;
H A Dupload.lasso108 local('fileExtension') = '.' + $NewFile->find('OrigExtension');
109 local('shortFileName') = $NewFileName->removetrailing(#fileExtension)&;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso33 local(
66 local('out' = '
74 local('out' = '
84 local('result' = false);
102 local('out' = '<input type="hidden" id="' + self->instancename + '___Config" value="');
103 iterate(self->config, local('this'));
/plugin/xcom/lang/en/
H A Dhowto.txt3 …logged into. The user can then communicate and exchange data between the local wiki and a remote …
15 - A button for saving remote data to the local wiki and the credentials of the local wiki
43local wiki. Enter the id of a remote page or media file into the ''ID'' field and click the ''Loca…
45 To use the feature you must fill in the local user's xmlrpc user name and password in the text boxe…
47 There is an alternate way of importing pages and media from the remote to the local wiki. There are…
56 …n action link. If you click that link, the item will be imported into the local wiki from the remo…
/plugin/xcom/scripts/
H A Dxcom_save.php72 function ini_clients($credentials,$local=false) { argument
76 if($local) $this->user = $credentials->user;
81 if($local) $this->user = $credentials['user'];
/plugin/xlsx2dw/
H A DREADME.md14 - TIP: `dokuwiki-installation-directory` is folder of your local DokuWiki.
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js44531 }, n.local = function () {
44585 var n = this.local(),
44586 u = e(t).local();
75784 nsPairCheck(parser, local, mapping[local]);
77684 local = _this$qname.local;
77689 local: local,
77822 local: name
77829 if (prefix === "" || local === "" || local.includes(":")) {
77835 local: local
77849 local = _this$qname2.local;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2759 /* trust local file header instead of CD entry */
2786 /* head starts just after local file header signature */
2788 /* [local file header] */
2870 /* local file header */
3388 /* parses a date as a local date */
/plugin/yuriigantt/
H A DLICENSE615 above cannot be given local legal effect according to their terms,
616 reviewing courts shall apply local law that most closely approximates

1...<<111213141516