Home
last modified time | relevance | path

Searched refs:_name (Results 26 – 50 of 59) sorted by relevance

123

/plugin/pdb/classes/
H A Dcache.php11 function plugin_cache($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ argument
13 $this->namespace = strtolower($_name);
/plugin/cache/
H A Dplugin_cache.php18 function plugin_cache($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ argument
20 $this->namespace = strtolower($_name);
/plugin/pubchem/classes/
H A Dcache.php11 function __construct($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ argument
13 $this->namespace = strtolower($_name);
/plugin/pubmed/classes/
H A Dcache.php11 function __construct($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ argument
13 $this->namespace = strtolower($_name);
/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/txtconf/
H A Dtxtconfig.class.php45 if (isset($config['varname'])) $this->_name = $config['varname'];
159 $pattern = '/\$'.$this->_name.'\[[\'"]([^=]+)[\'"]\] ?= ?(.*?);/';
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js1033 time: function(_name){
1038 timeEnd: function(_name){
1048 count: function(_name){
1053 d.console.cmd.log.apply(window, [_name, d.console.countMap[_name]]);
2329 "clear":function(_name){ argument
2330 this.set(_name,"");
2333 "get":function(_name){ argument
2336 "has":function(_name){ argument
2337 …return pi.env.ie?(this.get(_name)!=null):this._parent_.environment.getElement().hasAttribute(_name
2339 "remove":function(_name){ argument
[all …]
H A Dfirebug-lite-1.2-compressed.js31_name){with(firebug){d.console.timeMap[_name]=new Date().getTime();}},timeEnd:function(_name){with…
32 d.console.countMap[_name]=0;d.console.countMap[_name]++;d.console.cmd.log.apply(window,[_name,d.con…
116_name){this.set(_name,"");return this._parent_;},"get":function(_name){return this._parent_.enviro… argument
/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/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
/plugin/ifauthex/lib/
H A Dparser.php231 private $_name = null; variable in AST\\ElementDefinition
243 public function name() { return $this->_name; }
271 $this->_name = $name;
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php272 array("Type" => $handler->_name("Annot")));
412 array("Subtype" => $handler->_name("Widget"),
611 … 'DV' => $this->_checked ? $handler->_name($this->_value) : "/Off",
612 … 'V' => $this->_checked ? $handler->_name($this->_value) : "/Off",
857 … 'DV' => $this->_checked ? $handler->_name($this->_checked) : "/Off",
858 … 'V' => $this->_checked ? $handler->_name($this->_checked) : "/Off",
859 "FT" => $handler->_name('Btn'),
1159 function _name($name) { function in FPDF
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php668 protected $_name = 'Stream'; variable in Hoa\\Stream\\_Protocol
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php176 array("Type" => $handler->_name("Annot")));
316 array("Subtype" => $handler->_name("Widget"),
514 … 'DV' => $this->_checked ? $handler->_name($this->_value) : "/Off",
515 … 'V' => $this->_checked ? $handler->_name($this->_value) : "/Off",
761 … 'DV' => $this->_checked ? $handler->_name($this->_checked) : "/Off",
762 … 'V' => $this->_checked ? $handler->_name($this->_checked) : "/Off",
763 "FT" => $handler->_name('Btn'),
1070 function _name($name) { function in FPDF
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js10420 this._name = this.constructor.name;
10647 console.error("".concat(this._name, ".setPageLabels: Invalid page labels."));
10800 …console.error("".concat(this._name, "._setScale: \"").concat(value, "\" is an unknown zoom value."…
10836 …console.error("".concat(this._name, ".scrollPageIntoView: ") + "\"".concat(pageNumber, "\" is not …
10904 …console.error("".concat(this._name, ".scrollPageIntoView: ") + "\"".concat(destArray[1].name, "\" …
11043 …console.error("".concat(this._name, ".isPageVisible: \"").concat(pageNumber, "\" is out of bounds.…
11267 …console.error("".concat(this._name, ".currentPageNumber: \"").concat(val, "\" is not a valid page.…
11291 …console.error("".concat(this._name, ".currentPageLabel: \"").concat(val, "\" is not a valid page."…
H A Dviewer.js.map1_name = this.constructor.name;\n\n this.container = options.container;\n this.viewer = optio…
/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 …]
/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/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md474 - serialized\_name for discriminator [\#372](https://github.com/schmittjoh/serializer/issues/372)
745 - serialized\_name does not work in yaml [\#118](https://github.com/schmittjoh/serializer/issues/11…
/plugin/dirtylittlehelper/mermaid/editor/docs/
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 D2.2.js28398 if (this._name(content)) {
28412 if (this._name(content)) {
28644 Scanner.prototype._name = function (result) {
/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…
/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/flowcharts/
H A Dmermaid.min.js1_name=n,this._id=r}function zr(t){return _e().transition(t)}function Ur(){return++jr}var $r=_e.pro…

123