Home
last modified time | relevance | path

Searched refs:obj (Results 76 – 100 of 405) sorted by relevance

12345678910>>...17

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js91 obj = {length: 3}; class in AnonymousFunction235956210600
589 var obj = {one: 1}; class in AnonymousFunction235956211b00
590 delete obj.one;
702 var obj = new Map();
748 var obj = new Set();
882 var interceptor = function(obj) { intercepted = obj; }; argument
904 child.prototype = obj;
1019 return obj.a === 0;
1023 return obj.b * obj.a === 4;
1029 return obj.b * obj.a === 5;
[all …]
/plugin/poldek/
H A Dsyntax.php86 $obj =& plugin_load('helper',$name);
88 $obj = null;
90 if ($obj !== null && $msg) msg("Helper plugin $name is not available or invalid.",-1);
91 return $obj;
/plugin/autolink3/
H A Dscript.js27 obj = document.getElementById('pl_si_throbber');
29 obj.style.visibility='visible';
31 obj.style.visibility='hidden';
39 obj = document.getElementById('pl_si_out');
40 obj.innerHTML = text;
/plugin/snippets/
H A Dscript.js12 attach: function(obj) { argument
13 if(!obj) { return; }
87 links = jQuery(obj).find('a.wikilink1');
126 links = jQuery(obj).find('a.wikilink2');
139 lists = jQuery(obj).find('ul');
156 toggle: function(obj) { argument
157 if(!obj) return;
158 list = obj.nextSibling;
164 obj.className = 'li open';
167 obj.className = 'li closed';
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php25 $obj = VObject\Reader::read($input);
26 $vfb = $obj->VFREEBUSY;
54 $obj = Reader::read($input);
56 $warnings = $obj->validate();
H A DVJournalTest.php32 $obj = Reader::read($input);
34 $warnings = $obj->validate();
59 $obj = Reader::read($input);
61 $warnings = $obj->validate();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php25 $obj = VObject\Reader::read($input);
26 $vfb = $obj->VFREEBUSY;
54 $obj = Reader::read($input);
56 $warnings = $obj->validate();
H A DVJournalTest.php32 $obj = Reader::read($input);
34 $warnings = $obj->validate();
59 $obj = Reader::read($input);
61 $warnings = $obj->validate();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php25 $obj = VObject\Reader::read($input);
26 $vfb = $obj->VFREEBUSY;
54 $obj = Reader::read($input);
56 $warnings = $obj->validate();
H A DVJournalTest.php32 $obj = Reader::read($input);
34 $warnings = $obj->validate();
59 $obj = Reader::read($input);
61 $warnings = $obj->validate();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php25 $obj = VObject\Reader::read($input);
26 $vfb = $obj->VFREEBUSY;
54 $obj = Reader::read($input);
56 $warnings = $obj->validate();
H A DVJournalTest.php32 $obj = Reader::read($input);
34 $warnings = $obj->validate();
59 $obj = Reader::read($input);
61 $warnings = $obj->validate();
/plugin/html5video2/syntax/
H A Dvideo.php176 …$obj = '<video id="'.hsc($this->getConf('videoPlayerIDText')).'' . $counter . '" class="video-js v…
184 …$obj .= '<source src="' . ml($src) . '" type="'.hsc($this->getConf('html5VideoType')).'" /></video…
189 … $obj .= '<div class="vjs-alternatetext"><img src="' . ml($poster) . '" alt="' . hsc($alt) . '" '.
195 $obj .= '<div class="vjs-alternatetext">' . hsc($alt) . '</div>';
198 …$obj .= '<div class="vjs-alternatetext">' . hsc($this->getConf('standardAlternateTextPrint')) . '<…
205 $renderer->doc .= $obj;
/plugin/sql/
H A DDB.php52 static function isError($obj) argument
70 …if (is_array($dsn)) $obj = new MDB3($dsn['phptype'].':host='.$dsn['hostspec'].';dbname='.$dsn['dat…
71 else $obj = new MDB3($dsn);
72 $obj->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
73 $obj->dsn = $dsn;
74 return $obj;
/plugin/authgoogle/google/service/
H A DGoogle_Model.php105 * @param array $obj Items that should be validated.
109 public function assertIsArray($obj, $type, $method) { argument
110 if ($obj && !is_array($obj)) {
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c133 return (maxminddb_obj *)obj; in php_maxminddb_fetch_object()
602 maxminddb_obj *obj = in maxminddb_free_storage() local
604 if (obj->mmdb != NULL) { in maxminddb_free_storage()
605 MMDB_close(obj->mmdb); in maxminddb_free_storage()
606 efree(obj->mmdb); in maxminddb_free_storage()
609 zend_object_std_dtor(&obj->std TSRMLS_CC); in maxminddb_free_storage()
618 zend_object_std_init(&obj->std, type TSRMLS_CC); in maxminddb_create_handler()
619 object_properties_init(&(obj->std), type); in maxminddb_create_handler()
621 obj->std.handlers = &maxminddb_obj_handlers; in maxminddb_create_handler()
623 return &obj->std; in maxminddb_create_handler()
[all …]
/plugin/codehighlight/cp/
H A Dcodepress.js12 CodePress = function(obj) { argument
14 self.textarea = obj;
39 self.edit = function(obj,language) { argument
40 …if(obj) self.textarea.value = document.getElementById(obj) ? document.getElementById(obj).value :
/plugin/blogtng/
H A Dscript.js11 validate_attach: function(obj) { argument
12 if(!obj) return;
13 jQuery(obj).on('click', function() { return blogtng.validate(); });
47 preview_attach: function(obj, wrap, previewid) { argument
48 if(!obj) return;
51 jQuery(obj).on('click',function(e) {
171 let obj = e.target;
/plugin/pycode/
H A Dscript.js301 disable: function(obj) { argument
302 jQuery(obj+" input:checkbox").prop("checked", false);
303 jQuery(obj+" input:radio").prop("disabled", true);
304 jQuery(obj+" input:text").prop("disabled", true);
312 require: function(obj) { argument
313 jQuery(obj+" input:radio").css("outline", "2px solid #FCC");
314 jQuery(obj+" input:text").css("background-color", "#FCC");
322 reset: function(obj) { argument
323 jQuery(obj+" input:radio").css("outline", "");
324 jQuery(obj+" input:text").css("background-color", "");
/plugin/freechat/phpfreechat/src/
H A Dpfctemplate.class.php59 function assignObject(&$obj, $name = "c") argument
61 $vars = get_object_vars($obj);
64 $this->vars[$name] =& $obj; // assigne also the whole object
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DExpandPropertyReport.php60 $obj = new self();
61 $obj->properties = self::traverse($elems);
63 return $obj;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DExpandPropertyReport.php60 $obj = new self();
61 $obj->properties = self::traverse($elems);
63 return $obj;
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59obj){if(obj==null){obj=new OpenLayers.Layer.ArcGIS93Rest(this.name,this.url,this.params,this.getOp… argument
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php115 $obj = new self();
117 $obj->$key = $value;
120 return $obj;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php105 $obj = new self();
107 $obj->$key = $value;
109 return $obj;

12345678910>>...17