Home
last modified time | relevance | path

Searched refs:name (Results 7326 – 7350 of 8094) sorted by relevance

1...<<291292293294295296297298299300>>...324

/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING46 separable from, or merely link (or bind by name) to the interfaces of,
186 file or class name and description of purpose be included on the
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc91 $params['job_id'] = (string) The name of the job to close
334 $params['job_id'] = (string) The name of the job to flush
426 $params['job_id'] = (string) The name of the job (Required)
710 $params['job_id'] = (string) The name of the job receiving the data
/plugin/struct/jsoneditor/
H A Djsoneditor-minimalist.min.js30 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):"object"==typeof exports?exports.JSONEditor=t():e.JSONEditor=t()}(this,function(){return function(e){function t(i){if(n[i])return n[i].exports;var o=n[i]={exports:{},id:i,loaded:!1};return e[i].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){function i(e,t,n){if(!(this instanceof i))throw new Error('JSONEditor constructor called without "new".');var o=l.getInternetExplorerVersion();if(-1!=o&&9>o)throw new Error("Unsupported browser, IE9 or newer required. Please install the newest version of your browser.");if(t&&(t.error&&(console.warn('Option "error" has been renamed to "onError"'),t.onError=t.error,delete t.error),t.change&&(console.warn('Option "change" has been renamed to "onChange"'),t.onChange=t.change,delete t.change),t.editable&&(console.warn('Option "editable" has been renamed to "onEditable"'),t.onEditable=t.editable,delete t.editable),t)){var r=["ace","theme","ajv","schema","onChange","onEditable","onError","onModeChange","escapeUnicode","history","search","mode","modes","name","indentation"];Object.keys(t).forEach(function(e){-1===r.indexOf(e)&&console.warn('Unknown option "'+e+'". This option will be ignored')})}arguments.length&&this._create(e,t,n)}var o;try{o=n(!function(){var e=new Error('Cannot find module "ajv/dist/ajv.bundle.js"');throw e.code="MODULE_NOT_FOUND",e}())}catch(r){}var s=n(1),a=n(2),l=n(3);i.modes={},i.prototype.DEBOUNCE_INTERVAL=150,i.prototype._create=function(e,t,n){this.container=e,this.options=t||{},this.json=n||{};var i=this.options.mode||"tree";this.setMode(i)},i.prototype._delete=function(){},i.prototype.set=function(e){this.json=e},i.prototype.get=function(){return this.json},i.prototype.setText=function(e){this.json=l.parse(e)},i.prototype.getText=function(){return JSON.stringify(this.json)},i.prototype.setName=function(e){this.options||(this.options={}),this.options.name=e},i.prototype.getName=function(){return this.options&&this.options.name},i.prototype.setMode=function(e){var t,n,o=this.container,r=l.extend({},this.options),s=r.mode;r.mode=e;var a=i.modes[e];if(!a)throw new Error('Unknown mode "'+r.mode+'"');try{var c="text"==a.data;if(n=this.getName(),t=this[c?"getText":"get"](),this._delete(),l.clear(this),l.extend(this,a.mixin),this.create(o,r),this.setName(n),this[c?"setText":"set"](t),"function"==typeof a.load)try{a.load.call(this)}catch(d){console.error(d)}if("function"==typeof r.onModeChange&&e!==s)try{r.onModeChange(e,s)}catch(d){console.error(d)}}catch(d){this._onError(d)}},i.prototype.getMode=function(){return this.options.mode},i.prototype._onError=function(e){if(!this.options||"function"!=typeof this.options.onError)throw e;this.options.onError(e)},i.prototype.setSchema=function(e){if(e){var t;try{t=this.options.ajv||o({allErrors:!0,verbose:!0})}catch(n){console.warn("Failed to create an instance of Ajv, JSON Schema validation is not available. Please use a JSONEditor bundle including Ajv, or pass an instance of Ajv as via the configuration option `ajv`.")}t&&(this.validateSchema=t.compile(e),this.options.schema=e,this.validate())}else this.validateSchema=null,this.options.schema=null,this.validate()},i.prototype.validate=function(){},i.registerMode=function(e){var t,n;if(l.isArray(e))for(t=0;t<e.length;t++)i.registerMode(e[t]);else{if(!("mode"in e))throw new Error('Property "mode" missing');if(!("mixin"in e))throw new Error('Property "mixin" missing');if(!("data"in e))throw new Error('Property "data" missing');var o=e.mode;if(o in i.modes)throw new Error('Mode "'+o+'" already registered');if("function"!=typeof e.mixin.create)throw new Error('Required function "create" missing on mixin');var r=["setMode","registerMode","modes"];for(t=0;t<r.length;t++)if(n=r[t],n in e.mixin)throw new Error('Reserved property "'+n+'" not allowed in mixin');i.modes[o]=e}},i.registerMode(s),i.registerMode(a),e.exports=i},function(e,t,n){var i=n(4),o=n(5),r=n(6),s=n(7),a=n(8),l=n(9),c=n(3),d={};d.create=function(e,t){if(!e)throw new Error("No container element provided.");this.container=e,this.dom={},this.highlighter=new i,this.selection=void 0,this.multiselection={nodes:[]},this.validateSchema=null,this.errorNodes=[],this._setOptions(t),this.options.history&&"view"!==this.options.mode&&(this.history=new o(this)),this._createFrame(),this._createTable()},d._delete=function(){this.frame&&this.container&&this.frame.parentNode==this.container&&this.container.removeChild(this.frame)},d._setOptions=function(e){if(this.options={search:!0,history:!0,mode:"tree",name:void 0,schema:null},e)for(var t in e)e.hasOwnProperty(t)&&(this.options[t]=e[t]);this.setSchema(this.options.schema),this._debouncedValidate=c.debounce(this.validate.bind(this),this.DEBOUNCE_INTERVAL)};var h=void 0,u=null;d.set=function(e,t){if(t&&(console.warn('Second parameter "name" is deprecated. Use setName(name) instead.'),this.options.name=t),e instanceof Function||void 0===e)this.clear();else{this.content.removeChild(this.table);var n={field:this.options.name,value:e},i=new a(this,n);this._setRoot(i),this.validate();var o=!1;this.node.expand(o),this.content.appendChild(this.table)}this.history&&this.history.clear(),this.searchBox&&this.searchBox.clear()},d.get=function(){return h&&h.blur(),this.node?this.node.getValue():void 0},d.getText=function(){return JSON.stringify(this.get())},d.setText=function(e){this.set(c.parse(e))},d.setName=function(e){this.options.name=e,this.node&&this.node.updateField(this.options.name)},
[all...]
/plugin/bible/bible_douayRheims/
H A D1_Kings.txt2 …1:2. And he had two wives, the name of one was Anna, and the name of the other Phenenna. Phenenna …
159 …8:2. Now the name of his firstborn son was Joel: and the name of the second was Abia, judges in Be…
268 …12:22. And the Lord will not forsake his people for his great name's sake: because the Lord hath s…
298 …cliffs like teeth on the one side, and on the other, the name of the one was Boses, and the name o…
343 …nd Melchisua: and the names of his two daughters, the name of the firstborn was Merob, and the nam…
344 …14:50. And the name of Saul's wife was Achinoam, the daughter of Achimaas; and the name of the cap…
593 …22:20. But one of the sons of Achimelech, the son of Achitob, whose name was Abiathar, escaped, an…
645 …24:22. Swear to me by the Lord, that thou wilt not destroy my seed after me, nor take away my name
649 …25:3. Now the name of the man was Nabal: and the name of his wife was Abigail. And she was a prude…
651 …oung men, and said to them: Go up to Carmel, and go to Nabal, and salute him in my name with peace.
[all …]
H A DEcclesiasticus.txt649 22:17. What is heavier than lead? and what other name hath he but fool?
1155 37:29. A wise man shall inherit honour among his people, and his name shall live for ever.
1286 41:14. The mourning of men is about their body, but the name of the ungodly shall be blotted out.
1288 41:16. A good life hath its number of days: but a good name shall continue for ever.
1334 43:8. The month is called after her name, increasing wonderfully in her perfection.
1377 44:14. Their bodies are buried in peace, and their name liveth unto generation and generation.
1436 46:15. And their name continue for ever, the glory of the holy men remaining unto their children.
1463 47:19. And at the name of the Lord God, whose surname is, God of Israel.
1487 48:12. For we live only in our life, but after death our name shall not be such.
1555 51:2. I will give glory to thy name: for thou hast been a helper and protector to me.
[all …]
H A DJudges.txt10 …1:10. And Juda going forward against the Chanaanite, that dwelt in Hebron, (the name whereof was i…
11 …1:11. And departing from thence, he went to the inhabitants of Dabir, the ancient name of which wa…
41 …2:5. And the name of that place was called, The place of weepers, or of tears: and there they offe…
95 …4:5. And she sat under a palm tree, which was called by her name, between Rama and Bethel, in Moun…
241 8:31. And his concubine, that he had in Sichem, bore him a son, whose name was Abimelech.
377 …13:2. Now there was a certain man of Saraa, and of the race of Dan, whose name was Manue, and his …
392 …13:17. And he said to him: What is thy name, that, if thy word shall come to pass, we may honour t…
393 13:18. And he answered him: Why askest thou my name, which is wonderful?
399 …13:24. And she bore a son, and called his name Samson. And the child grew, and the Lord blessed hi…
472 17:1. There was at that time a man of mount Ephraim, whose name was Michas.
[all …]
H A DJudith.txt135 7:24. For perhaps he will put a stop to his indignation, and will give glory to his own name.
180 …d know not that thou art our God, who destroyest wars from the beginning, and the Lord is thy name.
181 …themselves to violate thy sanctuary, and defile the dwelling place of thy name, and to beat down w…
185 9:15. For this will be a glorious monument for thy name, when he shall fall by the hand of a woman.
197 …el of thy heart with his power, that Jerusalem may glory in thee, and thy name may be in the numbe…
230 …e my God, and thou shalt be great in the house of Nabuchodonosor, and thy name shall be renowned t…
275 …13:25. Because he hath so magnified thy name this day, that thy praise shall not depart out of the…
281 …od in every tabernacle of Jacob, for in every nation which shall hear thy name, the God of Israel …
316 …imbrels, sing ye to the Lord with cymbals, tune unto him a new psalm, extol and call upon his name.
317 16:3. The Lord putteth an end to wars, the Lord is his name.
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc38 // Reference to the plugin command name.
/plugin/abc2/abc-libraries/abc2svg/
H A Dstrtab-1.js79 while(--i>=0){bi=strnum(s.a_dd[i].name)
/plugin/pdfjs/pdfjs/web/locale/it/
H A Dviewer.properties84 document_properties_page_size_dimension_name_string = {{width}} × {{height}} {{unit}} ({{name}}, {{…
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc131 label: editor.lang.geshi.file || 'File name',
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc38 // Reference to the plugin command name.
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDejaVuinfo.txt93 Except as contained in this notice, the name of Tavmjong Bah shall not
/plugin/subjectindex/plugins/
H A Dbible_verses.txt99 And La'mech proceeded to take two wives for himself. The name of the first was A'dah and the name o…
726 Hence he called its name Shi'bah. That is why the name of the city is Be'er-she'ba, down to this da…
793 Further, he called the name of that place Beth'el; but the fact is, Luz was the city's name formerl…
812 As it was, La'ban had two daughters. The name of the older was Le'ah and the name of the younger Ra…
1022 … to him: "Your name is Jacob. No longer is your name to be called Jacob, but Israel will your name
3294 And YOU must not swear in my name to a lie, so that you do profane the name of your God. I am Jehov…
7023 …ey called the name of the city Dan by the name of their father, Dan, who had been born to Israel. …
13937 And he went calling the name of the first Je·mi'mah and the name of the second Ke·zi'ah and the nam…
16385 Let them praise the name of Jehovah,For his name alone is unreachably high.His dignity is above ear…
23339 …, Lord, did we not prophesy in your name, and expel demons in your name, and perform many powerful…
[all …]
/plugin/jquery/
H A Dscript.js12 …test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.no…
19name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password…
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidValves.js68 {name: 'defState', dispName: 'Default State', type: 'enum', defVal:'open',
73 {name: 'actuator', dispName: 'Actuator', type: 'enum', defVal:'man',
93 {name: 'valveType', dispName: 'Type', type: 'enum', defVal:'gate',
/plugin/codemirror/dist/modes/
H A Dd.min.js.map1name","@","_state"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EAAIG,QAAQ,6BACT,UA…
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1name=t,this.details=s}}try{self["workbox:routing:6.1.2"]&&_()}catch(t){}const n=t=>t&&"object"==ty…
H A Dworkbox-f163abaa.js1name=t,this.details=s}}try{self["workbox:routing:6.1.5"]&&_()}catch(t){}const n=t=>t&&"object"==ty…
H A Dworkbox-bed83ea8.js1name=t,this.details=s}}try{self["workbox:routing:6.2.4"]&&_()}catch(t){}const n=t=>t&&"object"==ty…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1name","BREAK","RETURN","f","iterable","SPECIES","invoke","html","cel","setTask","clearTask","Messa…
H A Dpdf.worker.js.map1name","stop","rootEntry","rootRecord","dispatchException","handle","hasCatch","hasFinally","abrupt…
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md83 * Improvement: Use class reference for getting the name of the class instead of using hardcoded str…
91 * Feature: Added convenience method to access a cookie by name [#1318](https://github.com/guzzle/gu…
168 same name. https://github.com/guzzle/guzzle/pull/1221
171 * Bug fix: Now ignoring Set-Cookie headers that have no name.
439 constructor which is a mapping of the request option name mapping to a
647 * Added the ability to define a POST name for a file
935 * RequestFactory::create() now uses the key of a POST file when setting the POST file name
957 * Added support for nested renaming of JSON models (rename sentAs to name)
1039 * Bug: Cookies can now be added that have a name, domain, or value set to "0"
1229 * Bug: Setting the name of each ApiParam when creating through an ApiCommand
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D29.29.js.map1 … ['[*_]?[a-zA-Z\\\\-\\\\s]+(?=:.*(;|(\\\\\\\\$)))', 'attribute.name', '@attribute'],\n …

1...<<291292293294295296297298299300>>...324