MCPcopy Index your code

hub / github.com/stubbornella/oocss / functions

Functions163 in github.com/stubbornella/oocss

↓ 51 callersFunctionjQuery
( selector, context )
oocss/src/libs/script/jquery-1.9.1.js:60
↓ 14 callersFunctiongetAll
( context, tag )
oocss/src/libs/script/jquery-1.9.1.js:6352
↓ 10 callersFunctionmarkFunction
* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
oocss/src/libs/script/jquery-1.9.1.js:3869
↓ 8 callersFunctionassert
* Support testing using an element * @param {Function} fn Passed the created div and expects a boolean result
oocss/src/libs/script/jquery-1.9.1.js:3878
↓ 7 callersFunctioncreatePositionalPseudo
( fn )
oocss/src/libs/script/jquery-1.9.1.js:4487
↓ 4 callersFunctionSizzle
( selector, context, results, seed )
oocss/src/libs/script/jquery-1.9.1.js:3891
↓ 4 callersFunctionadd
( key, value )
oocss/src/libs/script/jquery-1.9.1.js:7338
↓ 4 callersFunctioncondense
( unmatched, map, filter, context, xml )
oocss/src/libs/script/jquery-1.9.1.js:5155
↓ 4 callersFunctiongenFx
( type, includeWidth )
oocss/src/libs/script/jquery-1.9.1.js:9230
↓ 4 callersFunctiongetElements
* Returns the value of `html5.elements` as an array. * @private * @returns {Array} An array of shived element node names.
oocss/src/libs/script/html5shiv-printshiv.js:79
↓ 4 callersFunctiongetExpandoData
* Returns the data associated to the given document * @private * @param {Document} ownerDocument The document. * @returns {Object} An object
oocss/src/libs/script/html5shiv-printshiv.js:90
↓ 4 callersFunctionisHidden
( elem, el )
oocss/src/libs/script/jquery-1.9.1.js:6662
↓ 4 callersFunctiontoSelector
( tokens )
oocss/src/libs/script/jquery-1.9.1.js:5081
↓ 4 callersFunctiontokenize
( selector, parseOnly )
oocss/src/libs/script/jquery-1.9.1.js:5014
↓ 3 callersFunction_highlightBlockForLanguage
* takes a string of code and highlights it according to the language specified * * @param {string} code * @param {string} language
oocss/src/libs/script/rainbow/rainbow.js:604
↓ 3 callersFunction_replaceAndContinue
(block, replace_block, match_name)
oocss/src/libs/script/rainbow/rainbow.js:426
↓ 3 callersFunctionaddCombinator
( matcher, combinator, base )
oocss/src/libs/script/jquery-1.9.1.js:5091
↓ 3 callersFunctionajaxExtend
( target, src )
oocss/src/libs/script/jquery-1.9.1.js:7525
↓ 3 callersFunctioncompassFileChanged
(/*file*/)
oocss/tools/watch.js:53
↓ 3 callersFunctioncreateCache
* Create key-value caches of limited size * @returns {Function(string, Object)} Returns the Object data after storing it on itself with * property n
oocss/src/libs/script/jquery-1.9.1.js:3851
↓ 3 callersFunctiondone
( status, nativeStatusText, responses, headers )
oocss/src/libs/script/jquery-1.9.1.js:7991
↓ 3 callersFunctionelementMatcher
( matchers )
oocss/src/libs/script/jquery-1.9.1.js:5141
↓ 3 callersFunctionfixPaths
(str, path)
oocss/tools/common.js:341
↓ 3 callersFunctionformatHTMLCode
* Format HTML code by using html prettyPrint node module * This function trim the code, format it, fix empty lines * @param {String} str String to f
oocss/tools/files/handlebars.helpers.js:424
↓ 3 callersFunctionisArraylike
( obj )
oocss/src/libs/script/jquery-1.9.1.js:951
↓ 3 callersFunctionisNative
* For feature detection * @param {Function} fn The function to test for native support
oocss/src/libs/script/jquery-1.9.1.js:3841
↓ 3 callersFunctionsetGlobalEval
( elems, refElements )
oocss/src/libs/script/jquery-1.9.1.js:6223
↓ 2 callersFunction_attr
* cross browser get attribute for an element * * @see http://stackoverflow.com/questions/3755227/cross-browser-javascript-getattribute-metho
oocss/src/libs/script/rainbow/rainbow.js:100
↓ 2 callersFunction_highlight
* start highlighting all the code blocks * * @returns void
oocss/src/libs/script/rainbow/rainbow.js:657
↓ 2 callersFunction_processCodeWithPatterns
* processes a block of code using specified patterns * * @param {string} code * @param {Array} patterns * @returns void
oocss/src/libs/script/rainbow/rainbow.js:522
↓ 2 callersFunction_processPattern
* matches a regex pattern against a block of code * finds all matches that should be processed and stores the positions * of where they shou
oocss/src/libs/script/rainbow/rainbow.js:286
↓ 2 callersFunction_processReplacement
* processes a single replacement * * @param {string} code * @param {Array} positions * @param {number} i
oocss/src/libs/script/rainbow/rainbow.js:573
↓ 2 callersFunction_replaceAtPosition
* substring replace call to replace part of a string at a certain position * * @param {number} position the position where the repla
oocss/src/libs/script/rainbow/rainbow.js:487
↓ 2 callersFunction_wrapCodeInSpan
* takes a string of code and wraps it in a span tag based on the name * * @param {string} name name of the pattern (ie keyword.regex)
oocss/src/libs/script/rainbow/rainbow.js:248
↓ 2 callersFunctionactualDisplay
( name, doc )
oocss/src/libs/script/jquery-1.9.1.js:7139
↓ 2 callersFunctionaddCodeTags
* Add <pre><code> tags arround str * @param {String} str The string to modify * @param {String} lang The code of the
oocss/tools/files/handlebars.helpers.js:412
↓ 2 callersFunctionaddProjectDirectory
(dir)
oocss/tools/config.js:25
↓ 2 callersFunctionaddStyleSheet
* Creates a style sheet with the given CSS text and adds it to the document. * @private * @param {Document} ownerDocument The document. * @pa
oocss/src/libs/script/html5shiv-printshiv.js:66
↓ 2 callersFunctionaddToPrefiltersOrTransports
( structure )
oocss/src/libs/script/jquery-1.9.1.js:7466
↓ 2 callersFunctionaugmentWidthOrHeight
( elem, name, extra, isBorderBox, styles )
oocss/src/libs/script/jquery-1.9.1.js:7024
↓ 2 callersFunctionbuildComponentDoc
(component, isSubComponent)
oocss/tools/common.js:127
↓ 2 callersFunctioncloneCopyEvent
( src, dest )
oocss/src/libs/script/jquery-1.9.1.js:6231
↓ 2 callersFunctioncomponentListFileChanged
(file)
oocss/tools/watch.js:78
↓ 2 callersFunctionconcatComponentFiles
(components, listName, destFile)
oocss/tools/common.js:313
↓ 2 callersFunctionconcatFiles
(list, path)
oocss/tools/common.js:454
↓ 2 callersFunctioncopyCustomDir
* Copy recursive a directory dir from project dir (/) to build dir (/build) * @param {String} dir the directory name
oocss/tools/common.js:362
↓ 2 callersFunctioncreateFxNow
()
oocss/src/libs/script/jquery-1.9.1.js:8684
↓ 2 callersFunctioncreateSafeFragment
( document )
oocss/src/libs/script/jquery-1.9.1.js:5821
↓ 2 callersFunctioncss_defaultDisplay
( nodeName )
oocss/src/libs/script/jquery-1.9.1.js:7107
↓ 2 callersFunctiondataAttr
( elem, key, data )
oocss/src/libs/script/jquery-1.9.1.js:1841
↓ 2 callersFunctiondetach
()
oocss/src/libs/script/jquery-1.9.1.js:107
↓ 2 callersFunctionfire
( data )
oocss/src/libs/script/jquery-1.9.1.js:1029
↓ 2 callersFunctiongenerateComponentHTMLFile
* * @param component * @param srcComponentPath * @param templateFileName * @param processScripts * @return {String} The HTML of the documentation
oocss/tools/common.js:68
↓ 2 callersFunctiongetWidthOrHeight
( elem, name, extra )
oocss/src/libs/script/jquery-1.9.1.js:7063
↓ 2 callersFunctiongetWindow
( elem )
oocss/src/libs/script/jquery-1.9.1.js:9526
↓ 2 callersFunctioninspect
( dataType )
oocss/src/libs/script/jquery-1.9.1.js:7503
↓ 2 callersFunctioninspectPrefiltersOrTransports
( structure, options, originalOptions, jqXHR )
oocss/src/libs/script/jquery-1.9.1.js:7498
↓ 2 callersFunctioninternalData
( elem, name, data, pvt /* Internal Use Only */ )
oocss/src/libs/script/jquery-1.9.1.js:1551
↓ 2 callersFunctioninternalRemoveData
( elem, name, pvt )
oocss/src/libs/script/jquery-1.9.1.js:1645
↓ 2 callersFunctionisEmptyDataObject
( obj )
oocss/src/libs/script/jquery-1.9.1.js:1873
↓ 2 callersFunctionisPlainObject
(obj)
oocss/tools/files/Utils.js:26
↓ 2 callersFunctionkeys
* sorts an object by index descending * * @param {Object} object * @return {Array}
oocss/src/libs/script/rainbow/rainbow.js:498
↓ 2 callersFunctionparseFolderWithHandlerBars
* get each handlebars file in a folder and generate the hmtl file associated
oocss/tools/common.js:404
↓ 2 callersFunctionprocessGroup
(i, group_keys, callback)
oocss/src/libs/script/rainbow/rainbow.js:374
↓ 2 callersFunctionprocessNext
()
oocss/src/libs/script/rainbow/rainbow.js:309
↓ 2 callersFunctionprocessNextGroup
()
oocss/src/libs/script/rainbow/rainbow.js:379
↓ 2 callersFunctionshowHide
( elements, show )
oocss/src/libs/script/jquery-1.9.1.js:6669
↓ 2 callersFunctionsibling
( cur, dir )
oocss/src/libs/script/jquery-1.9.1.js:5680
↓ 2 callersFunctionsiblingCheck
( a, b )
oocss/src/libs/script/jquery-1.9.1.js:4449
↓ 2 callersFunctionstopQueue
( hooks )
oocss/src/libs/script/jquery-1.9.1.js:9137
↓ 2 callersFunctiontoggleDoc
(classname)
oocss/src/libs/script/docs.js:121
↓ 2 callersFunctionupdateFunc
( i, contexts, values )
oocss/src/libs/script/jquery-1.9.1.js:1268
↓ 2 callersFunctionupdateNavWrapperPosition
(navWrapperStartPos)
oocss/src/libs/script/docs.js:22
↓ 2 callersFunctionupdateToolbarSize
()
oocss/src/libs/script/docs.js:87
↓ 2 callersFunctionvendorPropName
( style, name )
oocss/src/libs/script/jquery-1.9.1.js:6640
↓ 2 callersFunctionwinnow
( elements, qualifier, keep )
oocss/src/libs/script/jquery-1.9.1.js:5788
↓ 1 callersFunctionAnimation
( elem, properties, options )
oocss/src/libs/script/jquery-1.9.1.js:8706
↓ 1 callersFunction_addClass
* adds a class to a given code block * * @param {Element} el * @param {string} class_name class name to add * @returns void
oocss/src/libs/script/rainbow/rainbow.js:123
↓ 1 callersFunction_bypassDefaultPatterns
* should a language bypass the default patterns? * * if you call Rainbow.extend() and pass true as the third argument * it will bypass
oocss/src/libs/script/rainbow/rainbow.js:460
↓ 1 callersFunction_getLanguageForBlock
* gets the language for this block of code * * @param {Element} block * @returns {string|null}
oocss/src/libs/script/rainbow/rainbow.js:144
↓ 1 callersFunction_getPatternsForLanguage
* returns a list of regex patterns for this language * * @param {string} language * @returns {Array}
oocss/src/libs/script/rainbow/rainbow.js:471
↓ 1 callersFunction_hasClass
* checks if a block has a given class * * @param {Element} el * @param {string} class_name class name to check for * @returns {b
oocss/src/libs/script/rainbow/rainbow.js:134
↓ 1 callersFunction_hasCompleteOverlap
* determines if two different matches have complete overlap with each other * * @param {number} start1 start position of existing match
oocss/src/libs/script/rainbow/rainbow.js:203
↓ 1 callersFunction_highlightCodeBlock
* highlight an individual code block * * @param {Array} code_blocks * @param {number} i * @returns void
oocss/src/libs/script/rainbow/rainbow.js:616
↓ 1 callersFunction_htmlEntities
* makes sure html entities are always used for tags * * @param {string} code * @returns {string}
oocss/src/libs/script/rainbow/rainbow.js:173
↓ 1 callersFunction_indexOfGroup
* finds out the position of group match for a regular expression * * @see http://stackoverflow.com/questions/1985594/how-to-find-index-of-gr
oocss/src/libs/script/rainbow/rainbow.js:261
↓ 1 callersFunction_intersects
* determines if a new match intersects with an existing one * * @param {number} start1 start position of existing match * @param {nu
oocss/src/libs/script/rainbow/rainbow.js:186
↓ 1 callersFunction_matchIsInsideOtherMatch
* determines if the match passed in falls inside of an existing match * this prevents a regex pattern from matching inside of a bigger pattern
oocss/src/libs/script/rainbow/rainbow.js:222
↓ 1 callersFunction_processReplacements
* process replacements in the string of code to actually update the markup * * @param {string} code the code to process replacements
oocss/src/libs/script/rainbow/rainbow.js:562
↓ 1 callersFunction_workOnPatterns
(patterns, i)
oocss/src/libs/script/rainbow/rainbow.js:530
↓ 1 callersFunctionaddComponentName
(dir, componentName)
oocss/tools/component.js:15
↓ 1 callersFunctionaddWrappers
* Wraps all HTML5 elements in the given document with printable elements. * (eg. the "header" element is wrapped with the "html5shiv:header" elemen
oocss/src/libs/script/html5shiv-printshiv.js:328
↓ 1 callersFunctionajaxConvert
( s, response )
oocss/src/libs/script/jquery-1.9.1.js:8178
↓ 1 callersFunctionajaxHandleResponses
( s, jqXHR, responses )
oocss/src/libs/script/jquery-1.9.1.js:8117
↓ 1 callersFunctionbuildParams
( prefix, obj, traditional, add )
oocss/src/libs/script/jquery-1.9.1.js:7368
↓ 1 callersFunctioncopyComponentFiles
(srcComponentPath)
oocss/tools/common.js:345
↓ 1 callersFunctioncreateActiveXHR
()
oocss/src/libs/script/jquery-1.9.1.js:8445
↓ 1 callersFunctioncreateButtonPseudo
( type )
oocss/src/libs/script/jquery-1.9.1.js:4479
↓ 1 callersFunctioncreateElement
* returns a shived element for the given nodeName and document * @memberOf html5 * @param {String} nodeName name of the element * @param {Doc
oocss/src/libs/script/html5shiv-printshiv.js:108
↓ 1 callersFunctioncreateInputPseudo
( type )
oocss/src/libs/script/jquery-1.9.1.js:4471
next →1–100 of 163, ranked by callers