| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
" in tReplaceWith replace "" with "
" in tReplaceWith replace "" with "
" in tReplaceWith replace "
" with "" in tReplaceWith replace tTextToReplace with tReplaceWith in pData end if return pData end libUpdateSyntaxExamples function libUpdateObjects pData // updates the ... notation local tTextToReplace, tReplaceWith, tTextStart, tTextEnd put libGetTextLocation (pData, "", "", tTextStart, tTextEnd) into tTextToReplace if tTextToReplace is empty then breakpoint else put "--text--" into tReplaceWith if offset ("", tTextToReplace) > 0 then replace "--text--" with "card,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "stack,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "group,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "field,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "button,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "graphic,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "scrollbar,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "player,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "image,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "iosBrowser,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "iosScroller,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "iosPlayer,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "iosTextInput,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "AndroidScroller,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "AndroidBrowser,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "AndroidPlayer,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "androidTextInput,--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--text--" with "androidMultiline,--text--" in tReplaceWith end if replace ",--text--" with "" in tReplaceWith replace "--text--" with "" in tReplaceWith replace tTextToReplace with tReplaceWith in pData end if return pData end libUpdateObjects function libUpdateReferences pData // updates the notation replace "" with "" in pData replace "" with "" in pData return pData end libUpdateReferences function libUpdateClassification pData // updates the notation replace "" with "" in pData replace "" with "" in pData return pData end libUpdateClassification function libUpdateHistory pData // updates the notation replace "" with "" in pData replace "" with "" in pData return pData end libUpdateHistory function libUpdatePlatforms pData // updates the ... notation replace "" with "" in pData replace "" with "" in pData replace "" with "" in pData replace "" with "" in pData replace "" with "" in pData replace "" with "" in pData replace "" with "" in pData return pData end libUpdatePlatforms function libUpdateClasses pData // updates the ... notation local tTextToReplace, tReplaceWith, tTextStart, tTextEnd put libGetTextLocation (pData, "", "", tTextStart, tTextEnd) into tTextToReplace if tTextToReplace is empty then breakpoint else put "--and----text--" into tReplaceWith if offset ("", tTextToReplace) > 0 then replace "--and--" with", " in tReplaceWith replace "--text--" with "--and--Desktop--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--and--" with", " in tReplaceWith replace "--text--" with "--and--Server--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--and--" with", " in tReplaceWith replace "--text--" with "--and--Web--text--" in tReplaceWith end if if offset ("", tTextToReplace) > 0 then replace "--and--" with", " in tReplaceWith replace "--text--" with "--and--Mobile--text--" in tReplaceWith end if replace ", , " with "" in tReplaceWith replace "--and----text--" with "" in tReplaceWith replace "--text--" with "" in tReplaceWith replace ", --and--" with "" in tReplaceWith replace "--and--" with " and " in tReplaceWith replace tTextToReplace with tReplaceWith in pData end if return pData end libUpdateClasses function libUpdateExampleExamples pData // updates the notation local tTextToReplace, tReplaceWith, tTextStart, tTextEnd, tCurrentExampleToReplace, tCurrentExampleToReplaceWith, tDoubleLineSpace, tExampleFound, tFirstExample put true into tFirstExample put true into tExampleFound put libGetTextLocation (pData, "", "", tTextStart, tTextEnd) into tTextToReplace if tTextToReplace is empty then breakpoint else if offset ("", tTextToReplace) > 0 then put true into tDoubleLineSpace else put false into tDoubleLineSpace end if put tTextToReplace into tReplaceWith repeat while true put libGetTextLocation (tReplaceWith, "", "", tTextStart, tTextEnd) into tCurrentExampleToReplace if tCurrentExampleToReplace is empty then exit repeat end if put tCurrentExampleToReplace into tCurrentExampleToReplaceWith if tDoubleLineSpace is true and tFirstExample is false then replace "" with "
" in tCurrentExampleToReplaceWith else replace "" with "
" in tCurrentExampleToReplaceWith end if replace "" with "
" in tCurrentExampleToReplaceWith replace tCurrentExampleToReplace with tCurrentExampleToReplaceWith in tReplaceWith if tFirstExample is true then put false into tFirstExample end if end repeat replace "" with "" in tReplaceWith replace "" with "" in tReplaceWith replace "" with "
" in tReplaceWith replace "
" with "" in tReplaceWith replace tTextToReplace with tReplaceWith in pData end if return pData end libUpdateExampleExamples function libUpdateParametersA pData // updates the // // // // // // // // // // // // local tTextToReplace , tTextToReplaceWith, tCurrentParameterToReplace, tCurrentParameterToReplaceWith, tCurrentParameterNameToReplace, tCurrentParameterNameToReplaceWith local tCurrentParameterDescriptionToReplace, tCurrentParameterDescriptionToReplaceWith, tCurrentParameterOptionsToReplace, tCurrentParameterOptionsToReplaceWith local tCurrentParameterOptionsOptionToReplace, tCurrentParameterOptionsOptionToReplaceWith local tCurrentParameterOptionsOptionItemToReplace, tCurrentParameterOptionsOptionItemToReplaceWith local tCurrentParameterOptionsOptionDescriptionToReplace, tCurrentParameterOptionsOptionDescriptionToReplaceWith local tCurrentParameterOptionsOptionValuesToReplace, tCurrentParameterOptionsOptionValuesToReplaceWith local tCurrentParameterOptionsOptionValuesValueToReplace, tCurrentParameterOptionsOptionValuesValueToReplaceWith local tCurrentParameterOptionsOptionValuesValueNameToReplace, tCurrentParameterOptionsOptionValuesValueNameToReplaceWith local tCurrentParameterOptionsOptionValuesValueDescriptionToReplace, tCurrentParameterOptionsOptionValuesValueDescriptionToReplaceWith local tTextStart, tTextEnd, tStrip, tOptionsTitle, tOptionsTitleWith put libGetTextLocation (pData, "", "", tTextStart, tTextEnd) into tTextToReplace if the number of lines in tTextToReplace 0 then replace "" with "" in tCurrentParameterOptionsOptionValuesValueToReplaceWith if tCurrentParameterOptionsOptionValuesValueNameToReplace is not empty then put tCurrentParameterOptionsOptionValuesValueNameToReplace into tCurrentParameterOptionsOptionValuesValueNameToReplaceWith replace "" with "* " in tCurrentParameterOptionsOptionValuesValueNameToReplaceWith replace "" with "
" in tCurrentParameterOptionsOptionValuesValueNameToReplaceWith replace tCurrentParameterOptionsOptionValuesValueNameToReplace with tCurrentParameterOptionsOptionValuesValueNameToReplaceWith in tCurrentParameterOptionsOptionValuesValueToReplaceWith end if else if tCurrentParameterOptionsOptionValuesValueNameToReplace is not empty then put tCurrentParameterOptionsOptionValuesValueNameToReplace into tCurrentParameterOptionsOptionValuesValueNameToReplaceWith replace "" with "* " in tCurrentParameterOptionsOptionValuesValueNameToReplaceWith replace "" with "" in tCurrentParameterOptionsOptionValuesValueNameToReplaceWith replace tCurrentParameterOptionsOptionValuesValueNameToReplace with tCurrentParameterOptionsOptionValuesValueNameToReplaceWith in tCurrentParameterOptionsOptionValuesValueToReplaceWith end if put libGetTextLocation (tCurrentParameterOptionsOptionValuesValueToReplaceWith, "", "", tTextStart, tTextEnd) into tCurrentParameterOptionsOptionValuesValueDescriptionToReplace if tCurrentParameterOptionsOptionValuesValueDescriptionToReplace is not empty then put tCurrentParameterOptionsOptionValuesValueDescriptionToReplace into tCurrentParameterOptionsOptionValuesValueDescriptionToReplaceWith replace "" with " - " in tCurrentParameterOptionsOptionValuesValueDescriptionToReplaceWith replace "" with "
" in tCurrentParameterOptionsOptionValuesValueDescriptionToReplaceWith replace tCurrentParameterOptionsOptionValuesValueDescriptionToReplace with tCurrentParameterOptionsOptionValuesValueDescriptionToReplaceWith in tCurrentParameterOptionsOptionValuesValueToReplaceWith end if end if replace "" with "" in tCurrentParameterOptionsOptionValuesValueToReplaceWith replace "" with "
" in tCurrentParameterOptionsOptionValuesValueToReplaceWith replace tCurrentParameterOptionsOptionValuesValueToReplace with tCurrentParameterOptionsOptionValuesValueToReplaceWith in tCurrentParameterOptionsOptionValuesToReplaceWith end repeat replace "" with "" in tCurrentParameterOptionsOptionValuesToReplaceWith replace "" with "
" in tCurrentParameterOptionsOptionValuesToReplaceWith replace tCurrentParameterOptionsOptionValuesToReplace with tCurrentParameterOptionsOptionValuesToReplaceWith in tCurrentParameterOptionsToReplaceWith end if replace "" with "" in tCurrentParameterOptionsOptionToReplaceWith replace "" with "
" in tCurrentParameterOptionsOptionToReplaceWith replace tCurrentParameterOptionsOptionToReplace with tCurrentParameterOptionsOptionToReplaceWith in tCurrentParameterOptionsToReplaceWith end repeat replace "") and tOptionsTitleWith is not empty then replace "title=" & quote with ("") in tOptionsTitleWith replace quote & ">" with "
| Back | FazBrowse Home | New Git URL |