Home
last modified time | relevance | path

Searched refs:name (Results 6451 – 6475 of 8094) sorted by relevance

1...<<251252253254255256257258259260>>...324

/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/TeX/
H A Dfontdata.js19name:"alpha",low:97,high:122,offset:"A",add:32},{name:"number",low:48,high:57,offset:"N"},{name:"g…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jar ... ) javax.servlet.jsp.PageContext pc String name int scope public static java.lang.Object get ...
/plugin/strata/
H A Dmanual.txt29 **Classes**: You can add one or more classes to a data block by placing them in the opening tag. Classes are separated by spaces, so class names declared in this way can not contain spaces. (Note that declaring a class name is effectively the same as adding a ''is a: person'' field-value pair to the data block.)
31 **Types**: You can add a [[#types|type]] to use by putting the type between ''['' and '']'' after the field name. Types determine how the data is displayed, and how it is stored.
126 **Grouping**: By adding a ''group'' block zero or more variables can be grouped. This means that all results that have the same value for the grouped variable will be merged, and the ungrouped variables will contain multiple values. You can name one variable per line. If the ''group'' is empty //all// results will be merged into a single result.
128 **Sorting**: By adding ''sort'' you can define one or more variables to sort on. You can name one variable per line, and include a direction with ''(ascending)'' or ''(descending)'' (or their short-hands ''(asc)'' and ''(desc)'').
185 You can add a [[#types|type]] to a field by putting the type between ''['' and '']'' and placing it after the field name. This will change how the field's values are stored and displayed. Note that the declared type is only used during entry, that is, the type is not stored. You can declare a different type when [[#Querying Data]].
375 * The default caption is the variable name with a capital first letter
446 Here, we use a block ''%%Relation%%'' to set different properties for the column named ''%%Relation%%'' (this name is specified in the ''%%fields%%'' group). Thus, all columns are sortable and have text-based filters, except the column ''%%Relation%%'', which is not sortable and has a select-based filter.
448 Besides identifying columns by name, they can also be identified by number. For example, column ''%%Relation%%'' is also column ''%%#2%%''.
450 When multiple columns have the same name, settings are applied to all columns that have the given name
[all...]
/plugin/html5/
H A Drenderer.php114 function section_edit( $start, $end, $level, $name ) argument
/plugin/codemirror/dist/modes/
H A Dz80.min.js1 …urn null}}});a.defineMIME("text/x-z80","z80");a.defineMIME("text/x-ez80",{name:"z80",ez80:true})});
/plugin/freechat/phpfreechat/src/proxies/
H A Dnoflood.class.php46 if ( in_array($this->name, $cmdtocheck) )
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dsunburst.min.css1 …regexp,.hljs-link{color:#e9c062}.hljs-title,.hljs-section,.hljs-tag,.hljs-name{color:#89bdff}.hljs…
/plugin/autotranslation/
H A Dadmin.php59 list($translID, $name) = $helper->buildTransID($t, $idpart);
/plugin/ckgedit/ckeditor/lang/
H A Den.js-4.9.merged5name":"Name","langDir":"Language Direction","langDirLtr":"Left to Right (LTR)","langDirRtl":"Right…
14 FileBrowserError_102: 'Invalid folder name',
17 FileBrowserError_201: 'A file with the same name is already available. The uploaded file has been…
26 FileBrowserError_Folder_Submit: 'Please type the folder name.',
79 DlgFileBrowserSearchInfo: "Enter all or part of a file name",
86 DlgFileBrowserInfo_3: "The search functions will search using whole or part of a file name.",
H A Den.js.unc5name":"Name","langDir":"Language Direction","langDirLtr":"Left to Right (LTR)","langDirRtl":"Right…
14 FileBrowserError_102: 'Invalid folder name',
17 FileBrowserError_201: 'A file with the same name is already available. The uploaded file has been…
26 FileBrowserError_Folder_Submit: 'Please type the folder name.',
79 DlgFileBrowserSearchInfo: "Enter all or part of a file name",
86 DlgFileBrowserInfo_3: "The search functions will search using whole or part of a file name.",
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D57.57.js.map1name', '@rulevalue'],\n { include: '@selector' },\n ['[@](extend)', { token:…
/plugin/mantis/lib/
H A Dclass.soap_server.php899 * @param string $name the name of the PHP function, class.method or class..method
910 …function register($name,$in=array(),$out=array(),$namespace=false,$soapaction=false,$style=false,$… argument
916 if (! $name) {
944 $soapaction = "$SCHEME://$SERVER_NAME$SCRIPT_NAME/$name";
957 'name' => $name,
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMSmath.js19name,j,i,this.stack).With({arraydef:{displaystyle:true,rowspacing:".5em",columnalign:m,columnspaci…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Termes/
H A Dfontdata.js19name:"alpha",low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"nu…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/
H A Dfontdata.js19name:"alpha",low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"nu…
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css362 #mediamanager__page .filelist .thumbs li .name,
373 #mediamanager__page .filelist .thumbs li .name {
421 #mediamanager__page .filelist .rows li .name,
432 [dir=rtl] #mediamanager__page .filelist .rows li .name,
441 #mediamanager__page .filelist .rows li .name {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php114 $name = $font['name'];
146 $this->writer->write('/BaseFont /' . $name);
149 if ($name !== 'Symbol' && $name !== 'ZapfDingbats') {
170 $subsetname = 'MPDF' . $ssfaid . '+' . $font['name'];
283 $fontname = 'MPDFA' . $ssfaid . '+' . $font['name'];
292 $fontname = $font['name'];
438 throw new \Mpdf\MpdfException(sprintf('Unsupported font type: %s (%s)', $type, $name));
643 $this->writer->write('/BaseFont /' . $font['name']
[all...]
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.unc5name":"Name","langDir":"Language Direction","langDirLtr":"Left to Right (LTR)","langDirRtl":"Right…
14 FileBrowserError_102: 'Invalid folder name',
17 FileBrowserError_201: 'A file with the same name is already available. The uploaded file has been…
26 FileBrowserError_Folder_Submit: 'Please type the folder name.',
85 DlgFileBrowserInfo_3: "The search functions will search using whole or part of a file name.",
/plugin/combo/resources/library/combo/dist/
H A Dcombo.min.js1 !function(){function t(t){return t&&t.__esModule?t.default:t}function e(t,e,n,r,a,o,i){try{var l=t[o](i),s=l.value}catch(t){return void n(t)}l.done?e(s):Promise.resolve(s).then(r,a)}function n(t){return function(){var n=this,r=arguments;return new Promise((function(a,o){var i=t.apply(n,r);function l(t){e(i,a,o,l,s,"next",t)}function s(t){e(i,a,o,l,s,"throw",t)}l(void 0)}))}}function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function o(t,e,n){return e&&a(t.prototype,e),n&&a(t,n),t}function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var l,s=function(){"use strict";function t(){r(this,t)}return o(t,null,[{key:"toBoolean",value:function(t){return"boolean"==typeof t?t:"true"===t}}]),t}(),u=function(){"use strict";function t(){r(this,t)}return o(t,[{key:"error",value:function(t){console.error(t)}}],[{key:"getLogger",value:function(){return void 0===l&&(l=new t),l}}]),t}(),c=function(t){return crypto.getRandomValues(new Uint8Array(t))},h=function(t,e){return function(t,e,n){var r=(2<<Math.log(t.length-1)/Math.LN2)-1,a=-~(1.6*r*e/t.length);return function(){for(var o="";;)for(var i=n(a),l=a;l--;)if((o+=t[i[l]&r]||"").length===e)return o}}(t,e,c)},d=function(){"use strict";function t(){r(this,t)}return o(t,null,[{key:"toHtmlId",value:function(t){return t.toString().replace(/[_.\s:\/\\]/g,"-")}},{key:"createRandomId",value:function(){return h("abcdefghijklmnopqrstuvwxyz",10)()}},{key:"toEntities",value:function(t){for(var e=[],n=0;n<t.length;n++){var r="&#".concat(t[n].charCodeAt(),";");e.push(r)}return e.join("")}}]),t}(),f=function(){"use strict";function t(e){r(this,t),i(this,"tab","unknown"),i(this,"mutable",!0),i(this,"values",[]),i(this,"defaultValues",[]),i(this,"multiple",!1),i(this,"children",{}),this.name=e}return o(t,[{key:"getLabelAnchor",value:function(){if(void 0===this.getUrl()&&void 0===this.getDescription())return this.getLabel();var t=this.getUrl();return void 0===this.getUrl()?(t="#",'\n<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="'.concat(this.getDescription(),'">\n <a href="').concat(t,'" title="').concat(this.getDescription(),'" style="text-decoration:none;pointer-events: none;">').concat(this.getLabel(),"</a>\n</span>")):'<a href="'.concat(t,'" title="').concat(this.getDescription(),'" data-bs-toggle="tooltip" style="text-decoration:none" target="_blank">').concat(this.getLabel(),"</a>")}},{key:"setType",value:function(t){return this.type=t,this}},{key:"setLabel",value:function(t){return this.label=t,this}},{key:"setUrl",value:function(t){return this.url=t,this}},{key:"addValue",value:function(t,e){return this.values.push(t),this.defaultValues.push(e),this}},{key:"getType",value:function(){return this.type}},{key:"getLabel",value:function(){return void 0===this.label?this.getName().split(/_|-/).map((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})).join(" "):this.label}},{key:"getUrl",value:function(){return this.url}},{key:"getName",value:function(){return this.name}},{key:"getDescription",value:function(){return this.description}},{key:"getTab",value:function(){return this.tab}},{key:"setMultiple",value:function(t){return this.multiple=t,this}},{key:"setParent",value:function(t){return this.parent=t,this}},{key:"isMutable",value:function(){return this.mutable}},{key:"setTab",value:function(t){return this.tab=t,this}},{key:"setMutable",value:function(t){return this.mutable=s.toBoolean(t),this}},{key:"setDescription",value:function(t){return this.description=t,this}},{key:"getDefaultValue",value:function(){return this.defaultValues[0]}},{key:"getValue",value:function(){return this.values[0]}},{key:"getDomainValues",value:function(){return this.domainValues}},{key:"setDomainValues",value:function(t){if(Array.isArray(t))return this.domainValues=t,this;console.error("The domains values should be an array. (".concat(t,") is not an array"))}},{key:"setControlWidth",value:function(t){return this.width=t,this}},{key:"getControlWidth",value:function(){return void 0===this.width&&void 0!==this.parent?12/this.parent.getChildren().length:this.width}},{key:"getValues",value:function(){return this.values}},{key:"getDefaultValues",value:function(){return this.defaultValues}},{key:"getChildren",value:function(){return Object.values(this.children)}},{key:"addChild",value:function(t){return this.children[t.getName()]=t,this}},{key:"toHtmlLabel",value:function(e,n){var r=this.getLabelAnchor(),a="";return a=this.getType()===t.BOOLEAN?"form-check-label":"col-form-label",void 0!==n&&(a="".concat(n," ").concat(a)),'<label for="'.concat(e,'" class="').concat(a,'">').concat(r,"</label>")}},{key:"toHtmlControl",value:function(e){var n,r,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,i=this.getType(),l=this.isMutable(),s=this.getDomainValues();if(void 0!==s){r="select";var u="";void 0!==o&&(u=" (".concat(o,")"));var c="";this.getMultiple()&&(c="multiple"),r='<select class="form-select" aria-label="'.concat(this.getLabel(),'" name="').concat(this.getName(),'" id="').concat(e,'" ').concat(c,">");var h="";null===a&&(h="selected"),r+='<option value="" '.concat(h,">Default").concat(u,"</option>");var f=!0,v=!1,y=void 0;try{for(var m,g=s[Symbol.iterator]();!(f=(m=g.next()).done);f=!0){var p=m.value;h=p===a?"selected":"",r+='<option value="'.concat(p,'" ').concat(h,">").concat(p,"</option>")}}catch(t){v=!0,y=t}finally{try{f||null==g.return||g.return()}finally{if(v)throw y}}return r+="</select>"}var b="No value";l&&(b="Enter a ".concat(this.getLabel())),null!=o&&(b="string"==typeof o||o instanceof String?d.toEntities(o):o);var w,k='placeholder="'.concat(b,'"'),L="",E=this.getName();n=void 0!==l&&!1===l?"disabled":"";var T="input",S="form-control",C="",x=3;switch(i){case t.DATE_TIME:w="datetime-local",null!==a?(a=a.slice(0,19),L='value="'.concat(a,'"')):l||null===o||(o=o.slice(0,19),L='value="'.concat(o,'"')),k="";break;case t.PARAGRAPH:T="textarea",null!==a&&(a=d.toEntities(a),L="".concat(a));break;case t.JSON:T="textarea",null!==a&&("object"==typeof a&&(a=JSON.stringify(a,null,2)),a=d.toEntities(a),L="".concat(a)),x=15;break;case t.BOOLEAN:w="checkbox",S="form-check-input",null!==o?(L='value="'.concat(o,'"'),a===o&&(C="checked")):"on"===a&&(C="checked"),k="";break;default:w="text",null!=a&&(L='value="'.concat(a,'"'))}if("textarea"===T)r='<textarea id="'.concat(e,'" name="').concat(E,'" class="').concat(S,'" rows="').concat(x,'" ').concat(k," ").concat(n,">").concat(L,"</textarea>");else r='<input type="'.concat(w,'" name="').concat(E,'" class="').concat(S,'" id="').concat(e,'" ').concat(k," ").concat(L," ").concat(C," ").concat(n,"/>");return r}},{key:"toJavascriptObject",value:function(){return{name:this.getName(),label:this.getLabel(),type:this.getType(),description:this.getDescription(),tab:this.getTab(),mutable:this.isMutable(),value:this.getValue(),default:this.getDefaultValue(),url:this.getUrl()}}},{key:"getMultiple",value:function(){return this.multiple}}],[{key:"createFromJson",value:function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;e.hasOwnProperty("name")||u.getLogger().error("To create a form meta field, the name property is mandatory.");var r,a,o=e.name,i=t.createFromName(o);for(var l in null!=n&&i.setParent(n),e)if(e.hasOwnProperty(l)){var s=e[l];switch(l){case"name"
[all...]
/plugin/pdfjs/pdfjs/web/locale/si/
H A Dviewer.properties101 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
102 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
103 document_properties_page_size_dimension_name_string={{width}}×{{height}}{{unit}}{{name}}{{orientati…
/plugin/phpipam/
H A Dphpipam-api.php779 * @param mixed $name
783 private function curl_add_http_header ($name, $value) { argument
788 "$name: $value"
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js451 var name = hijackNames[i] ;
452 if ( formNode.elements.namedItem( name ) )
454 var hijackNode = formNode.elements.namedItem( name ) ;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_quick_info.js59 /******/ __webpack_require__.d = function(exports, name, getter) { argument
60 /******/ if(!__webpack_require__.o(exports, name)) {
61 /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php722 * @param string $name
726 private function drawPropertyRow($name, $value) { argument
733 …return "<tr><th>" . $html->xmlName($name) . "</th><td>" . $this->drawPropertyValue($html, $value) …
/plugin/columns/
H A Dsyntax.php184 protected function getAttribute($attribute, $name) { argument
186 if (array_key_exists($name, $attribute)) {
187 $result = $attribute[$name];

1...<<251252253254255256257258259260>>...324