Home
last modified time | relevance | path

Searched refs:names (Results 1101 – 1125 of 1179) sorted by path

1...<<4142434445464748

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3811 var names=name.split(".");
3812 args.push(names[0])
3849 var names=name.split(".");
3850 blocks.push("var ",names[0]+" = __in__."+names[0]+";")
3940 },getVarNames:function(names){if(this.value instanceof Parts){names.push(this.value.parts[0].name) argument
3941 }if(this.vars){names.push.apply(names,this.vars)
3967 },getVarNames:function(names){if(this.iter instanceof Parts){names.push(this.iter.parts[0].name) argument
3968 }DomplateTag.prototype.getVarNames.apply(this,[names]) argument
/plugin/webcomponent/
H A DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md627 * #541: CalDAV PDO backend didn't respect overridden PDO table names.
1514 * Added: VObject now support Windows Timezone names correctly (thanks mrpace2).
H A DLICENSE13 * Neither the name of SabreDAV nor the names of its contributors
/plugin/webdav/vendor/sabre/event/
H A DLICENSE13 * Neither the name Sabre nor the names of its contributors
/plugin/webdav/vendor/sabre/http/
H A DLICENSE13 * Neither the name Sabre nor the names of its contributors
/plugin/webdav/vendor/sabre/uri/
H A DLICENSE13 * Neither the name Sabre nor the names of its contributors
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md600 * Added: OPTION_FORGIVING now also allows slashes in property names.
632 class names, so they are actually overridable.
H A DLICENSE13 * Neither the name Sabre nor the names of its contributors
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md26 * `$elementMap` in the Reader now also supports bare element names.
27 * `Service::expect()` can now also work with bare element names.
154 * Major BC Break: method names for the Element interface have been renamed
162 anyone, unless you are doing exact string matches on class names.
H A DLICENSE13 * Neither the name Sabre nor the names of its contributors
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md374 * Added: OPTION_FORGIVING now also allows slashes in property names.
406 class names, so they are actually overridable.
H A DLICENSE13 * Neither the name Sabre nor the names of its contributors
/plugin/webmaster/
H A DLICENSE327 necessary. Here is a sample; alter the names:
/plugin/wideredit/
H A DLICENSE327 necessary. Here is a sample; alter the names:
/plugin/wikicalendar/
H A DCOPYING328 necessary. Here is a sample; alter the names:
/plugin/wikistats/
H A DCOPYING328 necessary. Here is a sample; alter the names:
/plugin/wrap/
H A DCOPYING333 necessary. Here is a sample; alter the names:
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckjustifycommands.js64 var names = [] ;
73 names.push( className ) ;
77 if ( names.length > 0 )
78 regex = new RegExp( '(?:^|\\s+)(?:' + names.join( '|' ) + ')(?=$|\\s)' ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc46 - Neither the name of the Webworks, LLC. nor the names of
H A Dcf5_connector.cfm28 * file and folder names in this connector to allow CF5 send a UTF-8
33 * connector already did this with file names and nobody seemed to mind,
34 * so fingers-crossed nobody will mind their folder names being munged too.
261 // This means folder names are always US-ASCII so we don't have to worry about CF5 and UTF-8
H A Dcf5_upload.cfm28 * file and folder names in this connector to allow CF5 send a UTF-8
33 * connector already did this with file names and nobody seemed to mind,
34 * so fingers-crossed nobody will mind their folder names being munged too.
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc43 * Do not use path names with a "." (dot) in the name. This is a coldfusion
222 …* CFML doesn't store casesensitive names for structure keys, but the configuration names must be c…
H A Dfckeditor.cfm134 …* CFML doesn't store casesensitive names for structure keys, but the configuration names must be c…
/plugin/wysiwyg/
H A Dhider.php29 $names = nameList_wysiwyg($markup);
30 foreach($names as $name) {

1...<<4142434445464748