Home
last modified time | relevance | path

Searched refs:className (Results 76 – 100 of 555) sorted by last modified time

12345678910>>...23

/plugin/ckgedit/
H A Dlocktimer.js187 …if(inputs[i].value.match(/Show/i) || (inputs[i].form && inputs[i].form.className.match(/btn_show/…
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js19 {type:"fieldset",className:"cke_dialog_find_fieldset",label:CKEDITOR.tools.htmlEncode(e.findOptions…
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc531 var className = ele.getAttribute( 'class' );
532 return className ? className.replace( /\s*(?:cke_anchor_empty|cke_anchor)(?:\s*$)?/g, '' ) : '';
/plugin/html5video2/script/
H A Dvideo.min.js12className)}function ae(e,t){return e.classList?e.classList.add(t):re(e,t)||(e.className=(e.classNa…
20className=a.join(" ")),f.push(r[1]),p.appendChild(n),p=n))):f.length&&f[f.length-1]===i.substr(2).…
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php65 * @param string $className Class to instantiate
71 public function registerService($serviceName, $className) argument
73 if (!class_exists($className)) {
74 throw new Exception(sprintf('Service class %s does not exist.', $className));
77 $reflClass = new \ReflectionClass($className);
81 $this->serviceClassMap[$version][ucfirst($serviceName)] = $className;
87 … throw new Exception(sprintf('Service class %s must implement ServiceInterface.', $className));
/plugin/publish/
H A Dscript.js15 btn.className = 'button';
/plugin/catlist/
H A Dscript.js25 addPageValidButton.className = 'button';
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1137 this.className = rawProps.className;
1140 this.className = rawProps.className.split(/\s+/);
1156 className: false,
2407 className = prefix + className;
3030 copy.className = this.className.slice(); // copy
3087 obj.className = this.className.slice(); // copy
3110 this.className = rawProps.className;
3113 this.className = rawProps.className.split(/\s+/);
3131 className: false,
3224 defMutation.className = className;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1561 foreach ($this->resourceTypeMapping as $className => $resourceType) {
1562 if ($node instanceof $className) $result[] = $resourceType;
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js519 className: '', property in default_options
805 datetimepicker.addClass(options.className);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php441 $className = parent::getClassNameForPropertyName($propertyName);
444 …if ($className == 'Sabre\\VObject\\Property\\Binary' && $this->getDocumentType()===self::VCARD40) {
447 return $className;
/plugin/indexmenu/scripts/
H A Dindexmenu.js412 eOld.className = "node";
414 eNew.className = "nodeSel";
806 if (this.config.toc && node.className !== "node") {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DTestCaseReference.php25 public $className; variable in Google\\Service\\ToolResults\\TestCaseReference
38 public function setClassName($className) argument
40 $this->className = $className;
47 return $this->className;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php84 $className = ClientException::class;
87 $className = ServerException::class;
90 $className = __CLASS__;
113 return new $className($message, $request, $response, $previous, $ctx);
/plugin/authgooglesheets/vendor/google/auth/
H A Dautoload.php18 function oauth2client_php_autoload($className) argument
20 $classPath = explode('_', $className);
/plugin/translate/
H A Dscript.js42 edit.className=orig.className=cycle[edit.className];
/plugin/tablelayout/_jstest/
H A Dsort.tests.js16 assert.equal($actualSortedRows[index].className, expectedClassName);
28 assert.equal($actualSortedRows[index].className, expectedClassName);
/plugin/passwordgrey/
H A Dscript.js36 copy.className = 'copy';
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js833 this.el.className = arr.join(' ');
31347 if (entry.className) {
32294 className: id,
32493 className = this._current.className;
32660 if (entry.className) {
32661 entry.className.split(' ').forEach(function(className) { argument
35510 className: definition.className, property in AnonymousFunctionf8d14cd138000.menuEntry
36225 className: className,
46391 if (tooltip.className) {
54614 if (entry.className) {
[all …]
H A Dbpmn-modeler.production.min.js2className=t.join(" "),this},Y.prototype.remove=function(e){if("[object RegExp]"==q.call(e))return …
34className&&function(e,t){var n=K(e);(l(t)?t:t.split(/\s+/g)).forEach((function(e){n.add(e)}))}(o,e…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DExtendedResponseFactory.php80 public static function set(string $oid, string $className): void
82 if (!class_exists($className)) {
86 $className
89 if (!is_subclass_of($className, ExtendedResponse::class)) {
92 $className
95 self::$map[$oid] = $className;
76 set(string $oid, string $className) global() argument
/plugin/passpolicy/
H A Dscript.js84 indicator.className = 'passpolicy_strength3';
87 indicator.className = 'passpolicy_strength2';
90 indicator.className = 'passpolicy_strength1';
93 indicator.className = 'passpolicy_strength0';
98 indicator.className = 'passpolicy_strength0';
109 indicator.className = 'passpolicy__indicator';
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3className.search(/\bsortable\b/)!=-1){sorttable.makeSortable(a)}})},makeSortable:function(b){if(b.…
H A Dsorttable.js35 if (table.className.search(/\bsortable\b/) != -1) {
61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
81 if (!headrow[i].className.match(/\bsorttable_nosort\b/)) { // skip this col
82 mtch = headrow[i].className.match(/\bsorttable_([a-z0-9]+)\b/);
94 if (this.className.search(/\bsorttable_sorted\b/) != -1) {
98 this.className = this.className.replace('sorttable_sorted',
107 if (this.className.search(/\bsorttable_sorted_reverse\b/) != -1) {
111 this.className = this.className.replace('sorttable_sorted_reverse',
125 cell.className = cell.className.replace('sorttable_sorted_reverse','');
126 cell.className = cell.className.replace('sorttable_sorted','');
[all …]
/plugin/strata/
H A Dscript.js216 option.className = 'strata-filter-special';

12345678910>>...23