Home
last modified time | relevance | path

Searched refs:_name (Results 1 – 25 of 59) sorted by path

123

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js28749 var c, i, _i, _len, _name;
28753 if (typeof runners[_name = c.cmd] === "function") {
28754 runners[_name](doc, c.args);
29968 if (strings[_name = entry.nameID] == null) {
29969 strings[_name] = [];
30435 if (map[_name = charmap[code]] == null) {
30436 map[_name] = ++id;
31866 if ((_base = this.page.fonts)[_name = this._font.id] == null) {
31867 _base[_name] = this._font.ref();
65207 if ((_base = this.page.xobjects)[_name = image.label] == null) {
[all …]
H A Dpdfmake.min.js.map1_name","coords","bez","ex","ey","large","rot","rx","ry","seg","segs","sweep","rotateX","a00","a01"…
/plugin/c3chart/assets/
H A Dd3.min.js2_name=e,this._id=r}function At(t){return E().transition(t)}function Ct(){return++Ks}function zt(t)…
/plugin/cache/
H A Dplugin_cache.php18 function plugin_cache($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ argument
20 $this->namespace = strtolower($_name);
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js1083 …e,d=new CKEDITOR.style(d),a.filter.customConfig&&!a.filter.check(d)))||(d._name=h,d._.enterMode=f.…
1084 …e}},init:function(){var a,c,f,l,g,n;g=0;for(n=e.length;g<n;g++)a=e[g],c=a._name,l=a._.type,l!=f&&(…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js1153 …e,b=new CKEDITOR.style(b),c.filter.customConfig&&!c.filter.check(b)))||(b._name=h,b._.enterMode=l.…
1154 …e}},init:function(){var a,b,c,d,e,f;e=0;for(f=k.length;e<f;e++)a=k[e],b=a._name,d=a._.type,d!=c&&(…
H A Dckeditor.js.unc22730 …ew CKEDITOR.style(b), c.filter.customConfig && !c.filter.check(b))) || (b._name = h, b._.enterMode…
22752 …for (f = k.length; e < f; e++) a = k[e], b = a._name, d = a._.type, d != c && (this.startGroup(g["…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js42 d.console.scroll();}},scroll:function(){with(firebug){el.left.console.monitor.environment.getElement().parentNode.scrollTop=Math.abs(el.left.console.monitor.environment.getSize().offsetHeight-(el.left.console.monitor.element.parentNode.offsetHeight-11));}},run:function(_command){with(firebug){if(!internal.init){d.console.cache.push({"command":_command,"arg":Array.prototype.slice.call(arguments,1)});}else{d.console.cmd[_command].apply(window,Array.prototype.slice.call(arguments,1));}}},toggleML:function(){with(firebug){var open=!env.ml;env.ml=!env.ml;d.navigateRightColumn("console",open);el[open?"left":"right"].console.mlButton.environment.addStyle({display:"none"});el[!open?"left":"right"].console.mlButton.environment.addStyle({display:"block"});el.left.console.mlButton.attribute[(open?"add":"remove")+"Class"]("CloseML");}},countMap:{},timeMap:{},cmd:{log:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Log").update(args);d.console.scroll();}},warn:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Warn").update(args);d.console.scroll();}},info:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Info").update(args);d.console.scroll();}},debug:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Debug").update(args);d.console.scroll();}},error:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Error").update(args);d.console.scroll();}},trace:function(_value){with(firebug){var stackAmt=3,f=arguments.caller,isArray=lib.util.IsArray(f);if((!isArray&&f)||(isArray&&f.length>0)){d.console.addLine().attribute.addClass("Arrow").update(">>> console.trace(stack)");for(var i=0;i<stackAmt;i++){var func=f.toString(),args=f.arguments;d.dom.open({"function":func,"arguments":args},d.console.addLine());f=f.caller;}}}},dir:function(_value){with(firebug){d.console.addLine().attribute.addClass("Arrow").update(">>> console.dir("+_value+")");d.dom.open(_value,d.console.addLine());}},dirxml:function(){with(firebug){d.console.cmd.log.apply(this,arguments);}},time:function(_name){with(firebug){d.console.timeMap[_name]=new Date().getTime();}},timeEnd:function(_name){with(firebug){if(_name in d.console.timeMap){var delta=new Date().getTime()-d.console.timeMap[_name],args=d.console.formatArgs.apply(window,[_name+":",delta+"ms"]);d.console.addLine().attribute.addClass("log").update(args);delete d.console.timeMap[_name];}}},count:function(_name){with(firebug){if(!d.console.countMap[_name])
43 d.console.countMap[_name]
127 set(_name,_value) global() argument
[all...]
H A Dfirebug-lite-1.2.js1044 time: function(_name){
1046 d.console.timeMap[_name] = new Date().getTime();
1049 timeEnd: function(_name){
1051 if(_name in d.console.timeMap){
1052 var delta = new Date().getTime() - d.console.timeMap[_name],
1053 args = d.console.formatArgs.apply(window,[_name+":", delta+"ms"]);
1055 delete d.console.timeMap[_name];
1059 count: function(_name){
1061 if(!d.console.countMap[_name])
1062 d.console.countMap[_name]
2340 clear(_name) global() argument
2344 get(_name) global() argument
2347 has(_name) global() argument
2350 remove(_name) global() argument
2354 set(_name,_value) global() argument
[all...]
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705_name=n,this._id=r}function zr(t){return _e().transition(t)}function Ur(){return++jr}var $r=_e.pro…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6_name=n,this._id=r}function zr(t){return _e().transition(t)}function Ur(){return++jr}var $r=_e.pro…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js28398 if (this._name(content)) {
28412 if (this._name(content)) {
28644 Scanner.prototype._name = function (result) {
H A D2.2.js.map1_name(content)) {\n var keywordText = content.join('');\n if (keywor…
H A D4.4.js1_name(t)){var n=t.join("");return"@charset"===n?this.finishToken(e,r.Charset,n):this.finishToken(e…
H A Dbundle.js.map1_name;\n } else {\n id = newId(), (timing = defaultTiming).time = now(), name = name == null ?…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1_name=n,this._id=r}function zr(t){return xe().transition(t)}function Ur(){return++jr}var $r=xe.pro…
H A Dmermaid.min.js.map1_name","newId","selection_prototype","cubicIn","cubicOut","cubicInOut","children","inherit","id0",…
/plugin/dokusioc/lib/
H A Dsioc_inc.php716 if ($this->creator->_name) {
717 $rdf .= " foaf:name=\"" . $this->creator->_name . "\"";
722 if ($this->creator->_name) {
861 if ($this->creator->_name) {
862 $rdf .= " foaf:name=\"" . $this->creator->_name . "\"";
867 if ($this->creator->_name) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D6a1702dd50690cae833572e48a0ddf25.asciidoc12 '*_name',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractAggregation.php17 protected $_name; variable in Elastica\\Aggregation\\AbstractAggregation
39 $this->_name = $name;
49 return $this->_name;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/
H A DIndex.php17 protected $_name; variable in Elastica\\Cluster\\Health\\Index
30 $this->_name = $name;
39 return $this->_name;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php60 protected $_name;
80 $this->_name = $name;
592 return $this->_name;
57 protected $_name; global() variable in Elastica\\Index
H A DIndexTemplate.php24 protected $_name;
45 $this->_name = (string) $name;
103 return $this->_name;
21 protected $_name; global() variable in Elastica\\IndexTemplate
H A DNode.php32 protected $_name; variable in Elastica\\Node
75 if (null === $this->_name) {
76 $this->_name = $this->getInfo()->getName();
79 return $this->_name;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php17 protected $_name; variable in Elastica\\Suggest\\AbstractSuggest
112 $this->_name = $name;
122 return $this->_name;

123