Searched refs:replace (Results 226 - 250 of 649) sorted by relevance

1234567891011>>

/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Ddejagnu.py85 output = output.replace('\\', '')
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/
H A Ddejagnu.py91 output = output.replace('\\', '')
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Doptionobj.rb200 def replace(hash) method in class:Tk.OptionObj
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dlocale.rb47 mes.encode(@encoding, undef: :replace)
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_yamldbm.rb126 @yamldbm.replace({'c'=>'d','e'=>'f'})
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_require.rb212 $LOADED_FEATURES.replace old_loaded_features
H A Dtest_gem_spec_fetcher.rb159 Gem.sources.replace [src]
249 Gem.sources.replace ["http://not-there.nothing"]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dimenu.tcl136 append text [string replace $l $left $right \
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dtext.tcl51 5. Delete and replace. To delete text, select the characters you'd like
53 text, in which case it will replace the selected text.
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dpalette.tcl169 set class [string replace $dbOption 0 0 [string toupper \
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dtext.tcl51 5. Delete and replace. To delete text, select the characters you'd like
53 text, in which case it will replace the selected text.
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dpalette.tcl174 set class [string replace $dbOption 0 0 [string toupper \
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dpython3complete.vim109 all.sort(key=lambda x:x['abbr'].replace('_','z'))
140 return doc.replace('"',' ').replace("'",' ')
272 d = str.replace('\n',' ')
273 d = d.replace('\t',' ')
274 while d.find(' ') > -1: d = d.replace(' ',' ')
400 if '=' not in name: name = name.replace(' ', '')
480 #print('line found [%s] scope=%s' % (line.replace('\n',''),self.scope.name))
H A Dpythoncomplete.vim157 return doc.replace('"',' ').replace("'",' ')
290 d = str.replace('\n',' ')
291 d = d.replace('\t',' ')
292 while d.find(' ') > -1: d = d.replace(' ',' ')
418 if '=' not in name: name = name.replace(' ', '')
498 #print 'line found [%s] scope=%s' % (line.replace('\n',''),self.scope.name)
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DType.java442 return new String(buf, off + 1, len - 2).replace('/', '.');
550 return c.getName().replace('.', '/');
/macosx-10.10.1/OpenSSL098-52/src/demos/engines/rsaref/
H A Dbuild.com32 $ library/replace/object rsaref.olb 'files_e'.obj
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DStringImpl.h682 WTF_EXPORT_STRING_API PassRef<StringImpl> replace(UChar, UChar);
683 WTF_EXPORT_STRING_API PassRef<StringImpl> replace(UChar, StringImpl*);
684 ALWAYS_INLINE PassRef<StringImpl> replace(UChar pattern, const char* replacement, unsigned replacementLength) { return replace(pattern, reinterpret_cast<const LChar*>(replacement), replacementLength); }
685 WTF_EXPORT_STRING_API PassRef<StringImpl> replace(UChar, const LChar*, unsigned replacementLength);
686 PassRef<StringImpl> replace(UChar, const UChar*, unsigned replacementLength);
687 WTF_EXPORT_STRING_API PassRef<StringImpl> replace(StringImpl*, StringImpl*);
688 WTF_EXPORT_STRING_API PassRef<StringImpl> replace(unsigned index, unsigned len, StringImpl*);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DObjectPropertiesSection.js200 this.valueElement.textContent = "\"" + description.replace(/\n/g, "\u21B5") + "\"";
203 this.valueElement.textContent = /.*/.exec(description)[0].replace(/ +$/g, "");
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Drpcdep.c346 boolean32 replace,
379 epdb_insert(epdb, entp, replace, status);
342 ept_insert( handle_t h, unsigned32 num_ents, ept_entry_t entries[], boolean32 replace, error_status_t *status) argument
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/wip/
H A Dwip.tcl347 method replace {args} {
449 insert insertl replace replacel
H A Dwip2.tcl348 method replace {args} {
450 insert insertl replace replacel
/macosx-10.10.1/zsh-61/zsh/Functions/VCS_Info/Backends/
H A DVCS_INFO_get_data_git177 stgitmsg=${hook_com[patch-replace]}
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest019-syncreplication-cascade259 replace: drink
322 replace: description
347 replace: description
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dpl-refcard.tex340 %\key{replace this file with the file you really want}{C-x C-v}
484 %\key{replace last yank with previous kill}{M-y}
512 %\key{interactively replace a text string}{M-\%}
513 %\metax{using regular expressions}{M-x query-replace-regexp}
517 %Valid responses in query-replace mode are
520 %\key{{\bf replace} this one, go on to next}{SPC}
521 %\key{replace this one, don't move}{,}
523 %\key{replace all remaining matches}{!}
525 %\key{{\bf exit} query-replace}{RET}
706 %\metax{run query-replace o
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Djquery.js17 e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=
18 j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,
28 "isPrototypeOf"))return false;var b;for(b in a);return b===w||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+
30 d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===
43 i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ",
45 this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(A
[all...]

Completed in 591 milliseconds

1234567891011>>