Home
last modified time | relevance | path

Searched refs:parts (Results 51 – 75 of 925) sorted by last modified time

12345678910>>...37

/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js74 var parts = cookies[i].split('='); variable
75 var name = decode(parts.shift());
76 var cookie = decode(parts.join('='));
1101 var parts = data[1].split(/::|$/);
1102 var file = $.sprintf(ApiGen.config.templates[autocompleteFiles[data[0]]].filename, parts[0].replace(/\(\)/, '').replace(/[^\w]/g, '.'));
1103 if (parts[1]) {
1104 file += '#' + ('mm' === data[0] || 'mp' === data[0] ? 'm' : '') + parts[1].replace(/([\w]+)\(\)/, '_$1');
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php79 $parts = [];
84 $parts[] = self::makePart($string, $position, null, $offset_capture);
85 return $parts;
89 $parts[] = self::makePart($string, $position, $length[0], $offset_capture);
95 return $parts;
H A DSentence.php149 $parts = [];
157 $parts[] = $part;
165 $parts[] = $part;
168 return $parts;
287 * @param string[] $parts
291 private function parenthesesMerge($parts) argument
295 foreach ($parts as $part) {
/plugin/aichat/
H A DEmbeddings.php202 $parts = $this->splitIntoChunks($text);
203 foreach ($parts as $part) {
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/bez/mdl/
H A DValidator.php161 if (preg_match('/^(\d{4})-(\d{2})-(\d{2})$/', $date, $parts)) {
162 $year = $parts[1];
163 $month = $parts[2];
164 $day = $parts[3];
188 if (preg_match('/^(\d{1,2}):(\d{1,2})$/', $time, $parts)) {
189 $hours = $parts[1];
190 $minutes = $parts[2];
/plugin/bez/
H A Dscript.js23 parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi,
/plugin/imagemapping/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
322 parts of the General Public License. Of course, the commands you use may
H A DLICENSE
/plugin/sql/
H A DDB.php63 $parts = explode('/', $dsn);
64 list($dsna['phptype']) = explode(':', $parts[0]);
65 list($creds , $dsna['hostspec']) = explode('@', $parts[2]);
67 $dsna['database'] = $parts[3];
/plugin/tagging/
H A Dhelper.php989 $parts = [];
995 $parts[] = " $filter LIKE ? ";
998 $having .= implode(' AND ', $parts);
/plugin/tagging/script/
H A Dsearch.js127 const parts = getQueryElement().val().split(' ');
128 let filters = parts.filter(function (part) {
/plugin/cloud/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
322 parts of the General Public License. Of course, the commands you use may
/plugin/caption/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js5857 var parts = value.split(':');
5859 if (parts.length === 2) {
5860 var tl = this.decodeAddress(parts[0]);
5861 var br = this.decodeAddress(parts[1]);
5884 var parts = reference.split(':');
5886 if (parts.length > 1) {
5887 var tl = this.decodeAddress(parts[0]);
5888 var br = this.decodeAddress(parts[1]);
33004 var parts = [];
33015 parts.push(lookup[tmp >> 2] + lookup[tmp << 4 & 0x3F] + '==');
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js3367 var parts = path.split("/");
3369 for (var index = 0; index < parts.length; index++) {
3370 var part = parts[index];
3372 if (part === "." || (part === "" && index !== 0 && index !== parts.length - 1)) {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1067 /* Scan for date/time parts */
4635 // var parts = sqrfx.split(/\s*,\s*/);
4638 // parts.forEach(function(rng) {
8436 /* TODO: the other parts */
13844 var parts = _str.split(":"), str = parts[0];
13857 str = parts[1]; cell = decode_cell(str);
13877 var parts = _str.split(":"); str = parts[0];
13890 str = parts[1]; cell = decode_cell(str);
21219 var parts = payload.parts || [], sidx = 0;
21221 while(w + (parts[sidx] || 8224) <= 8224) { w+= (parts[sidx] || 8224); sidx++; }
[all …]
/plugin/dev/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
H A DREADME24 Users of the plugin do not need to bother with the wizard parts (in
/plugin/dev/skel/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/structtasks/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/orphanswanted/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
322 parts of the General Public License. Of course, the commands you use may
/plugin/button/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
H A Dsyntax.php374 $parts = explode('?', $id, 2);
375 if (count($parts) === 2) {
376 $id = $parts[0];
377 $params = $parts[1];
/plugin/bibtex4dw/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may

12345678910>>...37