Home
last modified time | relevance | path

Searched refs:endsWith (Results 51 – 59 of 59) sorted by last modified time

123

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DJCaptureApplet.java25 } else if (dokuHost.endsWith(":80")) { in createRequest()
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js2362 String.prototype.endsWith=function(A){return this.length>=A.length&&this.substr(this.length-A.lengt… method in String
/plugin/fblogin/lib/
H A Dbase_facebook.php1380 return self::endsWith($big, '.'.$small);
1383 protected static function endsWith($big, $small) { function in BaseFacebook
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java508 if (dokuHost.endsWith(":80")) { in post()
H A DDefaultFileFilter.java58 return file.isDirectory() || file.getName().toLowerCase().endsWith(ext); in accept()
141 if (filename.endsWith("." + imageFormats[j].toLowerCase())) in accept()
202 return filename.endsWith(".xml") || filename.endsWith(".xml.gz"); in accept()
H A DEditorActions.java.bak508 if (dokuHost.endsWith(":80")) {
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js612 function endsWith(pattern) { function
657 endsWith: endsWith,
3861 '$=': function(nv, v) { return nv == v || nv && nv.endsWith(v); },
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js2362 String.prototype.endsWith=function(A){return this.length>=A.length&&this.substr(this.length-A.lengt… method in String
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …1,effector:1,emit:1,emitter:1,enableDevice:1,encodeString:1,endString:1,endsWith:1,env:1,equivalen… property in hljs.LANGUAGES.mel.dM.k

123