Home
last modified time | relevance | path

Searched refs:success (Results 326 – 350 of 440) sorted by path

1...<<1112131415161718

/plugin/jokuwiki/
H A Dscript.js44 var success=false;
46 success=false;
50 success=true;
55 … console.log(jokuwiki.iters + "(" + jokuwiki.pjaxloads + ") still here - success = " + success);
56 if (success) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2success=true;if(typeof XMLHttpRequest!=="undefined"){throw new Error("Lazy loading should have bee…
H A Dopus.js2success=true;if(typeof XMLHttpRequest!=="undefined"){throw new Error("Lazy loading should have bee…
H A Dvorbis.js2success=true;if(typeof XMLHttpRequest!=="undefined"){throw new Error("Lazy loading should have bee…
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js4success=v.done,v.error=v.fail,k.url=((a||k.url||zc)+"").replace(Ac,"").replace(Fc,yc[1]+"//"),k.ty…
H A Dpopcorn.js2381 success: Popcorn.nop, property in setup
2397 options.success,
2481 settings.success.call( settings.ajax, data );
2488 Popcorn.xhr.getJSONP = function( url, success, isScript ) { argument
2544 success && success( data );
2554 success && success();
2568 success && success( { error: e } );
2587 Popcorn.getScript = Popcorn.xhr.getScript = function( url, success ) {
2589 return Popcorn.xhr.getJSONP( url, success, true );
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php104 $success = true;
123 $success = false;
127 return $success;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.php324 $success = false; // overridden if tag writing is successful
330 if (($success = $ape_writer->WriteAPEtag()) === false) {
342 if (($success = $id3v1_writer->WriteID3v1()) === false) {
361 if (($success = $id3v2_writer->WriteID3v2()) === false) {
397 if (($success = $real_writer->WriteReal()) === false) {
409 if (!$success) {
429 if (($success = $id3v1_writer->RemoveID3v1()) === false) {
437 if (($success = $id3v2_writer->RemoveID3v2()) === false) {
445 if (($success = $ape_writer->DeleteAPEtag()) === false) {
477 if (($success = $real_writer->RemoveReal()) === false) {
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DApcCache.php36 $value = apc_fetch($key, $success);
38 if (!$success) {
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 ….onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore…
/plugin/jquery/
H A Djquery-1.4.2.js4900 success: callback,
4925 success: callback,
5017 success();
5079 success();
5207 success();
5264 function success() { function
5266 if ( s.success ) {
5267 s.success.call( callbackContext, data, status, xhr );
H A Djquery-1.4.2.min.js122success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(…
123 …ext:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&
124 e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k…
H A Dscript.js19success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(…
/plugin/letsencrypt/
H A Dcli.php62 if(!$quiet) $this->success('No update needed');
/plugin/likeit/
H A Daction.php63 $Hajax->success(array(
/plugin/linkback/action/
H A Dsend.php290 $success = $http_client->post($pingurl, $linkback_info);
291 return ($success !== false);
/plugin/magento/
H A Dauth.php56 $this->success = true;
/plugin/memcache/classes/
H A Dmemcache_apc.class.php31 public static function get($key,&$success = false){ argument
33 return apc_fetch ($key, $success);
H A Dmemcache_fakecache.class.php74 public static function get($key,&$success = false){ argument
77 …$success = ( // success is based on evaluation order to detect unsuccessful e…
H A Dmemcache_interface.loader.php29 public static function get($key,&$success = false); argument
H A Dmemcache_wincache.class.php29 public static function get($key,&$success = false){ argument
31 return wincache_ucache_get ($key, $success);
/plugin/memcache/
H A Dhelper.php134 function get($key,&$success = false){ argument
135 return memcache::get($key,$success);
/plugin/metadisplay/
H A DREADME.md33 … debug, info, notice, success, warning, error, critical, alert, emergency.
H A Dcli.php51 $this->success($info['date']);
/plugin/metadisplay/helper/
H A Dhtml.php95 $success = $this->get_data("$dir/$file","$id_name",$store_name);
96 if($success) {

1...<<1112131415161718