Home
last modified time | relevance | path

Searched refs:name (Results 26 – 50 of 8094) sorted by last modified time

12345678910>>...324

/plugin/siteexport/
H A Dplugin.info.txt7 name Site Export
H A Dscript.js205 name: 'site',
208 name: 'pattern',
211 name: 'base',
281 return { "name": this.name, "value": '0' /* false */ }
285 if (call) { settings.push({ name: 'call', value: call}); }
294 …== NS || element.value == JSINFO.id || element.value == JSINFO.namespace ) { element.name = null; }
296 …return element.name && _.forbidden_options.indexOf(element.name) < 0 && (element.value.length > 0 …
378 … var customOption = $('<input type="hidden"/>').attr({ name: nameVal, value: valueVal});
379 … var name = $('<input/>').addClass('edit dummy').attr({ value: nameVal}).change(function(event)
381 customOption.attr({ name: this.value }); regenerate(event);
[all …]
/plugin/siteexport/renderer/
H A Dpdf.php175 $name = rand() . $level;
176 …$sectionEdit = $this->startSectionEdit($pos, array( 'target' => 'section_empty', 'name' => $name));
280 …public function internallink($id, $name = NULL, $search = NULL, $returnonly = false, $linktype = '… argument
289 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
318 $link['name'] = $name;
438 * @param string $name name for the link
442 public function locallink($hash, $name = null, $returnonly = false) { argument
444 $name = $this->_getLinkTitle($name, $hash, $isImage);
446 $title = $name;
449 $doc .= $name;
/plugin/siteexport/syntax/
H A Dtoc.php290 private function __addTocItem($id, $name, $depth, $renderer) { argument
297 $name = $renderer->_getLinkTitle($name, $default, $isImage, $id, $linktype);
309 $item['name'] = $name;
/plugin/linkback/
H A Dplugin.info.txt5 name Linkback plugin
H A DCOPYING298 <one line to give the program's name and a brief idea of what it does.>
299 Copyright (C) <year> <name of author>
321 Gnomovision version 69, Copyright (C) year name of author
/plugin/structpublish/
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name structpublish plugin
/plugin/structpublish/action/
H A Dbanner.php95 * @param string $name
99 protected function getBannerText($name, $rev, $diff = '') argument
112 $text = $this->getLang($this->compactView ? "compact_banner_$name" : "banner_$name");
125 return "<$tag class='$name'>$text</$tag>";
/plugin/diagrams/
H A DLICENSE315 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name Diagrams plugin
/plugin/diagrams/script/
H A DDiagramsForm.js24 const name = LANG.plugins.diagrams.formtitle;
27 super(name, fields);
105 type: 'select', 'label': LANG.plugins.diagrams.alignment, 'name': 'align', 'options':
114 label: LANG.plugins.diagrams.title, name: 'title'
122 name: 'id'
134 this.$form.find('[name="' + key + '"]').val(value);
144 const $elem = this.$form.find('[name="' + key + '"]');
H A DDiagramsMediaManager.js143 * Create the form to ask for the diagram name
162 input.name = 'diagrams-create-filename';
194 alert('File exists already! Choose a different name!');
211 * Check with backend if a file with the given name already exists
/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/struct/meta/
H A DSchema.php32 /** @var string name of the associated table */
340 * @param $name
343 public function findColumn($name)
346 if ($col->isEnabled() && PhpString::strtolower($col->getLabel()) === PhpString::strtolower($name)) {
342 findColumn($name) global() argument
H A DValue.php202 * @param string $name The field name to use in the editor
205 public function getValueEditor($name, $id)
208 return $this->column->getType()->multiValueEditor($name, $this->rawvalue, $id);
210 return $this->column->getType()->valueEditor($name, $this->rawvalue, $id);
206 getValueEditor($name, $id) global() argument
/plugin/struct/
H A Dplugin.info.txt5 name struct plugin
H A Dremote.php112 foreach ($schemas as $name => $schema) {
113 $result[$name] = [];
117 $result[$name][] = [
118 'name' => $column->getLabel(),
/plugin/struct/renderer/
H A Dcsv.php164 public function emaillink($address, $name = null) argument
169 public function plugin($name, $args, $state = '', $match = '') argument
171 if (substr($name, 0, 7) == 'struct_') {
172 parent::plugin($name, $args, $state, $match);
248 public function locallink($hash, $name = null) argument
250 if (is_null($name) || is_array($name) || $name == '') {
251 $name = $hash;
253 $this->cdata($name);
[all...]
/plugin/struct/script/
H A DAggregationEditor.js59 sectok: $me.parents('.structaggregationeditor').find('.struct_entry_form input[name=sectok]').val()
94 name: 'searchconf',
102 name: 'pid',
H A DEntryEditor.js71 var name = jQuery(this.element[0]).closest('div.field').find('label').first().data('column');
76 struct_ajax(name, cb, {search: term});
/plugin/struct/types/
H A DAbstractBaseType.php130 * The class name of this type (no namespace)
258 * @param string $name the form base name where this has to be stored
263 public function multiValueEditor($name, $rawvalues, $htmlID)
268 $html .= $this->valueEditor($name . '[]', $value, '');
274 $html .= $this->valueEditor($name . '[]', '', $htmlID);
284 * @param string $name the form name where this has to be stored
290 public function valueEditor($name, $rawvalue, $htmlID)
300 'name'
262 multiValueEditor($name, $rawvalues, $htmlID) global() argument
289 valueEditor($name, $rawvalue, $htmlID) global() argument
[all...]
H A DAbstractMultiBaseType.php17 * @param string $name
23 public function multiValueEditor($name, $rawvalues, $htmlID) argument
29 $this->valueEditor($name, $value, $htmlID) .
H A DCheckbox.php25 * @param string $name
31 public function valueEditor($name, $rawvalue, $htmlID)
43 'name' => $name,
57 * @param string $name
63 public function multiValueEditor($name, $rawvalues, $htmlID)
76 'name' => $name . '[]',
33 valueEditor($name, $rawvalue, $htmlID) global() argument
65 multiValueEditor($name, $rawvalues, $htmlID) global() argument
H A DColor.php64 public function valueEditor($name, $rawvalue, $htmlID) argument
72 'name' => $name,

12345678910>>...324