Home
last modified time | relevance | path

Searched refs:name (Results 4251 – 4275 of 8094) sorted by relevance

1...<<171172173174175176177178179180>>...324

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
H A Dlocale_pl.js59 /******/ __webpack_require__.d = function(exports, name, getter) { argument
60 /******/ if(!__webpack_require__.o(exports, name)) {
61 /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
H A Dlocale_si.js59 /******/ __webpack_require__.d = function(exports, name, getter) { argument
60 /******/ if(!__webpack_require__.o(exports, name)) {
61 /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
H A Dlocale_sv.js59 /******/ __webpack_require__.d = function(exports, name, getter) { argument
60 /******/ if(!__webpack_require__.o(exports, name)) {
61 /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
H A Dlocale_tr.js59 /******/ __webpack_require__.d = function(exports, name, getter) { argument
60 /******/ if(!__webpack_require__.o(exports, name)) {
61 /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
/plugin/preservefilenames/
H A Daction_adorabelle.php152 $name = hsc($file);
154 $name = $fakeId_escaped;
157 'tab_details' => 'view')).'" id="h_:'.$item['id'].'">'.$name.'</a></dd>'.NL;
/plugin/drawio/
H A Daction.php56 $name = $INPUT->str('imageName');
60 $media_id = $name . $suffix;
72 $id = cleanID($name);
/plugin/move/helper/
H A Dfile.php82 $name = substr($src_name, 0, -1 * strlen($ext[0]) - 1);
84 $name = $src_name;
94 return $this->execute($conf['mediaolddir'], $src_ns, $name, $dst_ns, $newname, $regex);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/Resource/
H A DProperties.php124 * @param string $name Required. The resource name of the metadata to retrieve.
135 public function getMetadata($name, $optParams = []) argument
137 $params = ['name' => $name];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/Resource/
H A DProjectsHistoriesExecutionsSteps.php44 * @param string $name A full resource name of the step. For example, projects
56 public function accessibilityClusters($name, $optParams = []) argument
58 $params = ['name' => $name];
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest.js186 return this._error("inv_form_el",(v.name||""),v.tagName);
189 _21[_21.length]={name:_25,e:v}; property in t._hash2query._21
498 return ["form_el_not_belong",e.name];
501 return ["form_el_belong_diff",e.name];
546 _60[i]=_4e.elements[i].name;
547 _4e.elements[i].name="";
555 e.name=unescape(_64[0]);
560 th.queryElem[i].e.name=th.queryElem[i].name;
570 _4e.elements[i].name=_60[i];
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest.js254 return this._error('inv_form_el', (v.name||''), v.tagName);
256 queryElem[queryElem.length] = { name: curPrefix, e: v }; property in t._hash2query.queryElem
669 return ['form_el_not_belong', e.name];
672 return ['form_el_belong_diff', e.name];
742 savedNames[i] = form.elements[i].name;
743 form.elements[i].name = '';
753 e.name = unescape(pair[0]);
761 th.queryElem[i].e.name = th.queryElem[i].name;
785 form.elements[i].name = savedNames[i];
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js186 return this._error("inv_form_el",(v.name||""),v.tagName);
189 _21[_21.length]={name:_25,e:v}; property in t._hash2query._21
498 return ["form_el_not_belong",e.name];
501 return ["form_el_belong_diff",e.name];
546 _60[i]=_4e.elements[i].name;
547 _4e.elements[i].name="";
555 e.name=unescape(_64[0]);
560 th.queryElem[i].e.name=th.queryElem[i].name;
570 _4e.elements[i].name=_60[i];
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/quiz/
H A Dscript.js18 plgQuiz_myParam += ajax.encVar(frm.elements[i].name, frm.elements[i].value) + "&";
21 …if (frm.elements[i].checked) { plgQuiz_myParam += ajax.encVar(frm.elements[i].name, frm.elements[i…
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dxml.min.js1 …=\\s|>|$)",e:">",k:{name:"style"},c:[r],starts:{e:"</style>",rE:!0,sL:["css","xml"]}},{cN:"tag",b:…
/plugin/twofactorgoogleauth/
H A Daction.php33 $name = $USERINFO['name'] . '@' . $conf['title'];
34 $url = 'otpauth://totp/' . rawurlencode($name) . '?secret=' . $secret;
/plugin/odt/helper/
H A Dcssimportnew.php76 public function getPropertyForElement ($name, iElementCSSMatchable $element) { argument
77 return $this->internal->getPropertyForElement ($name, $element);
/plugin/authyubikey/
H A Dauth.php.org78 * name string full name of the user
99 * @param string $name
104 protected function _createUserLine($user, $pass, $name, $mail, $grps) {
106 $userline = array($user, $pass, $name, $mail, $groups);
127 * @param string $name
132 public function createUser($user, $pwd, $name, $mail, $grps = null) {
148 $userline = $this->_createUserLine($user, $pass, $name, $mail, $grps);
155 $this->users[$user] = compact('pass', 'name', 'mail', 'grps');
189 …$userline = $this->_createUserLine($newuser, $userinfo['pass'], $userinfo['name'], $userinfo['mail…
345 $this->users[$row[0]]['name'] = urldecode($row[2]);
/plugin/ckgdoku/action/
H A Dmeta.php195 list($name, $val) = explode('=',$data[$i]);
196 $name = str_replace('$lang',"",$name);
197 $name = trim($name,' ][\'');
198 if($name == 'picker') $name ='title';
200 $result[$name] = $val;
579 foreach($links as $name => $path) {
589 if($show_msg) msg($this->getLang("sym_not created_1") . " $name link: $path",-1);
592 $successes[] = $name;
/plugin/ckgedit/action/
H A Dmeta.php223 list($name, $val) = explode('=',$data[$i]);
224 $name = str_replace('$lang',"",$name);
225 $name = trim($name,' ][\'');
226 if($name == 'picker') $name ='title';
228 $result[$name] = $val;
614 foreach($links as $name => $path) {
624 if($show_msg) msg($this->getLang("sym_not created_1") . " $name link: $path",-1);
627 $successes[] = $name;
/plugin/strata/helper/
H A Dtriples.php212 * @param graph string graph name
411 // return literal name
768 $name = $this->_name(array('type'=>'variable', 'text'=>$v));
769 $fields[] = $name;
772 $this->grouped[$name] = $v;
780 $name = $this->_name(array('type'=>'variable','text'=>$v));
783 $terms[] = $name;
784 $fields[] = $name;
787 $this->projected[$name] = $v;
791 $this->grouped[$name]
[all...]
/plugin/goto/
H A Dscript.js23 function goto_getCookie(name) { argument
24 var re = new RegExp(name + "=([^;]+)");
/plugin/freechat/phpfreechat/src/proxies/
H A Dchecktimeout.class.php42 if ($this->name == 'update' || $this->name == 'connect')
/plugin/webcode/_test/data/pages/
H A Dtwo.txt8 <webcode name="Default" frameborder=0 width=100% scrolling=yes externalResources="," renderingMode=…
14 <webcode name="Default" frameborder=0 width=100% scrolling=yes externalResources="," renderingMode=…

1...<<171172173174175176177178179180>>...324