Home
last modified time | relevance | path

Searched refs:URL (Results 476 – 500 of 500) sorted by path

1...<<11121314151617181920

/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md574 * #658: Updating `schedule-calendar-default-URL` does not work well, so we're
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php76 '{' . self::NS_CALENDARSERVER . '}notification-URL',
98 …$propFind->handle('{' . self::NS_CALENDARSERVER . '}notification-URL', function() use ($principalU…
/plugin/webdav/vendor/sabre/uri/
H A DREADME.md7 Partially inspired by [Node.js URL library][3], and created to solve real
17 5. `split` to easily get the 'dirname' and 'basename' of a URL without all the
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md163 * #235: Always add `VALUE=URI` to `URL` properties.
496 * Added: Fixing badly encoded URL's from google contacts vcards.
662 * Fixed: vCard URL properties were referencing a non-existant class.
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng963 # 3.8.3.5 Time Zone URL
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md270 * Added: Fixing badly encoded URL's from google contacts vcards.
436 * Fixed: vCard URL properties were referencing a non-existant class.
/plugin/wrap/images/
H A DREADME6 URL: http://schollidesign.deviantart.com/art/Human-O2-Iconset-105344123
13 URL: http://www.famfamfam.com/lab/icons/silk/
18 URL: http://www.damieng.com/icons/silkcompanion
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code143 && This function removes unwanted characters in URL parameters mostly entered by hackers
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm83 <cfif isDefined( "URL.Lang" )>
85 <cfset config["DefaultLanguage"] = HTMLEditFormat( URL.Lang )>
H A Dsample02_mx.cfm95 if ( isDefined( "URL.Lang" ) )
98 fckEditor.config["DefaultLanguage"] = HTMLEditFormat( URL.Lang ) ;
H A Dsample03.cfm69 <cfif isDefined( "URL.Toolbar" )>
70 <cfset toolbarSet = HTMLEditFormat( URL.Toolbar )>
H A Dsample03_mx.cfm82 if ( isDefined( "URL.Toolbar" ) )
84 fckEditor.ToolbarSet = HTMLEditFormat( URL.Toolbar ) ;
H A Dsample04.cfm79 <cfif isDefined( "URL.Skin" )>
80 <cfset config["SkinPath"] = basePath & 'editor/skins/' & HTMLEditFormat( URL.Skin ) & '/'>
H A Dsample04_mx.cfm88 if ( isDefined( "URL.Skin" ) )
90 fckEditor.config['SkinPath'] = basePath & 'editor/skins/' & HTMLEditFormat( URL.Skin ) & '/' ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm23 <!--- make no difference between URL and FORM scopes --->
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc246 <!--- filename or URL --->
H A Dcf_connector.cfm55 <cfset var sCommand = "#URL.Command#" >
56 <cfset var sResourceType = URL.Type >
H A Dcf_io.cfm180 <cfif isDefined( "URL.CurrentFolder" )>
181 <cfset sCurrentFolder = URL.CurrentFolder>
H A Dcf_upload.cfm50 <cfif isDefined( "URL.Type" )>
51 <cfset sType = URL.Type>
H A Dconfig.cfm35 // the root of the application or the FCKeditor directory in the URL is a virtual directory
/plugin/xcom/lang/en/
H A Dhowto.txt7 At its simplest you enter the URL of the remote wiki into the ''Remote URL'' text box, you select a…
21 …- Enter the URL to the remote site. If your remote site is at ''<nowiki>http://www.example.com</no…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js83140 exports.URL = exports.DNS = void 0;
83166 var URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8';
83167 exports.URL = URL;
83213 generateUUID.URL = URL;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3266 …if(typeof URL !== 'undefined' && typeof document !== 'undefined' && document.createElement && URL.…
3267 var url = URL.createObjectURL(blob);
3270 …if(URL.revokeObjectURL && typeof setTimeout !== 'undefined') setTimeout(function() { URL.revokeObj…
3278 …if(URL.revokeObjectURL && typeof setTimeout !== 'undefined') setTimeout(function() { URL.revokeObj…
/plugin/yearbox/
H A DCHANGELOG.md42 * FIX: bug with wikis where URL rewrite is on (? vs & at end of url)
47 * Bugfix release: incorrect dates for November/December (year was wrong); problems with URL Rewriti…
/plugin/zip/pear/File/
H A DArchive.php278 if (is_array($URL)) {
334 if ((empty($URL) || is_dir($URL)) && $source === null) {
372 } else if (is_file($URL) && substr($URL, -1)!='/' && $source === null) {
473 function read($URL, $symbolic = null, argument
1236 if ($URL === null) {
1335 if ($URL === null) {
1339 $URL .= '/';
1357 function remove($pred, $URL) argument
1375 if ($URL !== null && substr($URL, -1) != '/') {
1376 $URL .= '/';
[all …]

1...<<11121314151617181920