Home
last modified time | relevance | path

Searched refs:part (Results 176 – 200 of 948) sorted by relevance

12345678910>>...38

/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php728 list($part) = explode(';', $contentType);
729 if ($part === 'text/x-vcard' || $part === 'text/vcard') {
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php740 foreach ($value as $part) {
741 … if (!preg_match('#^ (-|\+)? ([1-5])? (MO|TU|WE|TH|FR|SA|SU) $# xi', $part)) {
742 throw new InvalidDataException('Invalid part in BYDAY clause: '.$part);
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.commercial.txt17 or in part) by the licensee.
/plugin/twitter/
H A DREADME.md5 This is based in part on the code from https://www.dokuwiki.org/plugin:twitter
/plugin/snow/
H A DREADME.md11 This project includes part of Snowstorm [https://github.com/scottschiller/Snowstorm].
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.ptcl.txt17 or in part) by the licensee.
/plugin/issuetracker/
H A Dprototype.js4253 "+": function(checkSet, part, isXML){
4259 part = part.toUpperCase();
4268 elem === part;
4276 ">": function(checkSet, part, isXML){
4280 part = isXML ? part : part.toUpperCase();
4295 elem.parentNode === part;
4304 "": function(checkSet, part, isXML){
4307 if ( !/\W/.test(part) ) {
4308 var nodeCheck = part = isXML ? part : part.toUpperCase();
4317 if ( typeof part === "string" && !/\W/.test(part) ) {
[all …]
/plugin/displayfile/
H A DREADME.md28part of a file path to the desired file on the local file system. This will be appended to the val…
/plugin/swiftmail/Swift/Message/
H A DMime.php289 foreach ($this->children as $part)
292 $part_stream = $part->build();
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php251 foreach ($parts as $part) {
253 if ("" !== $part) {
254 $result .= ', "'.$part.'"';
/plugin/mikioplugin/syntax/
H A Dcore.php232 foreach ($parts as &$part) {
233 $s = strtolower($part);
263 $part = $i . $s;
513 // Process each part of the shorthand string
514 foreach ($parts as $part) {
515 if (in_array($part, $decorations)) {
516 $decoration = $part;
517 } elseif (in_array($part, $styles)) {
518 $style = $part;
519 } elseif (preg_match('/^\d+(px|em|rem|%)$/', $part)) {
[all...]
/plugin/ckgdoku/action/entities/utils/
H A Dfcked-ents.txt191part 8706
/plugin/ckgdoku/ckeditor/
H A DREADME.md9 part of web applications and websites.
/plugin/fckg/action/entities/utils/
H A Dfcked-ents.txt191part 8706
/plugin/dokutexit/conf/
H A Dheader-namespace.tex42 \let\dokutitlelevelone\part
/plugin/ckgdoku/action/entities/
H A Dfcked-ents.data758 part
/plugin/fckg/action/entities/
H A Dfcked-ents.data758 part
/plugin/ckgedit/action/entities/
H A Dfcked-ents.data758 part
/plugin/ckgedit/action/entities/utils/
H A Dfcked-ents.txt191part 8706
/plugin/ckgedit/ckeditor/
H A DREADME.md9 part of web applications and websites.
/plugin/pdfjs/pdfjs/
H A DLICENSE104 excluding those notices that do not pertain to any part of
107 (d) If the Work includes a "NOTICE" text file as part of its
111 pertain to any part of the Derivative Works, in at least one
113 as part of the Derivative Works; within the Source form or
/plugin/sequencediagram/bower_components/bower-webfontloader/
H A DLICENSE103 excluding those notices that do not pertain to any part of
106 (d) If the Work includes a "NOTICE" text file as part of its
110 pertain to any part of the Derivative Works, in at least one
112 as part of the Derivative Works; within the Source form or
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-APACHE103 excluding those notices that do not pertain to any part of
106 (d) If the Work includes a "NOTICE" text file as part of its
110 pertain to any part of the Derivative Works, in at least one
112 as part of the Derivative Works; within the Source form or
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js144 each(value.split('.'), function (part) { argument
145 g = g[part];
226 var i, part;
228 part = ary[i];
229 if (part === '.') {
232 } else if (part === '..') {
/plugin/jplayer/components/
H A Drequire.js144 each(value.split('.'), function (part) { argument
145 g = g[part];
226 var i, part;
228 part = ary[i];
229 if (part === '.') {
232 } else if (part === '..') {

12345678910>>...38