Home
last modified time | relevance | path

Searched refs:end (Results 451 – 475 of 1305) sorted by relevance

1...<<11121314151617181920>>...53

/plugin/tos/
H A Dstyle.less33 justify-content: flex-end;
/plugin/prosemirror/parser/
H A DTableRowNode.php27 $lastCell = end($this->tableCells);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_marker.js167 var end = gantt.posFromDate(marker.end_date);
168 div.style.width = Math.max((end - start), 0) + "px";
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php15 …function testExpand($input, $output, $timeZone = 'UTC', $start = '2011-12-01', $end = '2011-12-31'… argument
23 new \DateTime($end),
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js166 FB_proto.slice = function(start, end, type) { argument
172 this.data.slice(start, args > 1 ? end : this.data.length)
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js209 var end = cnt.indexOf(REPLY_MARKER_END, REPLY_MARKER.length);
210 var parentId = cnt.substring(REPLY_MARKER.length, end);
211 comments[i].body.storage.value = cnt.substring(REPLY_MARKER_END.length + end);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm72 // Attention: It must start and end with a slash: '/'
80 // Attention: It must end with a slash: '/'
86 // Attention: It must start and end with a slash: '/'
94 // Attention: It must end with a slash: '/'
/plugin/noticeboard/classes/
H A DArrayList.php127 public function end(){ function in helper_plugin_noticeboard_ArrayList
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DTest.php111 $set = end($matches);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D33.33.js1 …#"],lineComment:"#"},folding:{markers:{start:new RegExp("^\\s*#region\\b"),end:new RegExp("^\\s*#e… property in AnonymousFunction1ba345870100.r.folding.markers
H A D46.46.js1 …Indent}}],folding:{offSide:!0,markers:{start:new RegExp("^\\s*#region\\b"),end:new RegExp("^\\s*#e… property in AnonymousFunctioneee78e4f0100.r.folding.markers
H A D10.10.js1 …e:'"'}],folding:{markers:{start:new RegExp("^\\s*(::\\s*|REM\\s+)#region"),end:new RegExp("^\\s*(:… property in AnonymousFunction5c0b0f5d0100.n.folding.markers
/plugin/noticeboard/noticeboard/classes/
H A DArrayList.php127 public function end(){ function in helper_plugin_noticeboard_ArrayList
/plugin/combo/resources/theme/default/components/css/
H A Doutline.css4 The border will stop to the end of the content */
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php258 end($tokens[$parenCloser]['nested_parenthesis']);
270 end($tokens[$parenCloser]['conditions']);
523 end($tokens[$checkToken]['conditions']);
660 end($tokens[$scopeCloser]['nested_parenthesis']);
672 end($tokens[$scopeCloser]['conditions']);
744 end($openScopes);
1153 end($tokens[$i]['nested_parenthesis']);
1165 end($tokens[$i]['conditions']);
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
H A Djplayer.pink.flag.scss192 /* @end */
240 /* @end */
322 /* @end */
364 /* @end */
474 /* @end */
503 /* @end */
610 /* @end */
684 /* @end */
/plugin/jukebox/id3/
H A Dgetid3.lib.php587 function hash_data($file, $offset, $end, $algorithm) { argument
608 $size = $end - $offset;
625 …$commandline = GETID3_HELPERAPPSDIR.'head.exe -c '.$end.' "'.escapeshellarg(str_replace('/', DIRE…
631 $commandline = 'head -c'.$end.' '.escapeshellarg($file).' | ';
658 $byteslefttowrite = $end - $offset;
1240 function EmbeddedLookup($key, $begin, $end, $file, $name) { argument
1250 $line_count = $end - $begin - 7;
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css187 /* @end */
227 /* @end */
294 /* @end */
331 /* @end */
414 /* @end */
532 /* @end */
551 /* @end */
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss206 /* @end */
250 /* @end */
325 /* @end */
367 /* @end */
460 /* @end */
603 /* @end */
627 /* @end */
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md261 corresponding to a specific end point, passing it the IP address you want to
264 If the request succeeds, the method call will return a model class for the end
320 While many of the end points return the same basic records, the attributes
321 which can be populated vary between end points. In addition, while an end
325 Because of these factors, it is possible for any end point to return a record
330 for details on what data each end point may return.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDPrefixLocal.txt
/plugin/code3/
H A Dstyle.css55 /* end code plugin style additions */
/plugin/combo/ComboStrap/
H A DArrayUtility.php76 // move the internal pointer to the end of the array
77 end($array);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php276 * @param string $end The end mark
281 public static function getStringBetween($str, $start, $end) argument
291 $len = strpos($str, $end, $ini) - $ini;
728 $end = strpos($substring, '&');
729 return $end ? substr($substring, 0, strpos($substring, '&')) : $substring;
/plugin/codemirror/dist/modes/
H A Dmathematica.min.js.map1end","escaped","prev","startState","token","eatSpace","blockCommentStart","blockCommentEnd","defin…

1...<<11121314151617181920>>...53